File information

Last updated

Original upload

Created by

S17L

Uploaded by

S17L

Virus scan

Some manually verified files

622 comments

  1. S17L
    S17L
    • member
    • 19 kudos
    Locked
    Sticky
    New version 2.2.0 has been uploaded.
    Added more complex effects management like ordering or applying same effects many times.
    Added HDR effect (marked as enabled by default, darkens the image and exposes light points for better bokeh)

    New version 2.2.1 has been uploaded.
    Fixed some issues with texture dumping.

    EDIT_1:
    New version has been marked as suspicious by Kaspersky antivirus. Well, I believe this to be false positive . Anyway, older version (2.1.0) is still out there, so use this, if you are not sure

    EDIT_2:
    New version has been marked this time as suspicious by Antiy-AVL antivirus (or whatever this is). I must say it amuses me, how extremely small change in code can change exe clasification (completely random...)
  2. timothy0416
    timothy0416
    • member
    • 0 kudos
    launching igp11.tool.exe only gives me "Unknown Exception Occured" and force closes itself. It doesn't say anything else at all how do you fix?
    1. xanruth
      xanruth
      • member
      • 0 kudos
      Same error here. Worked fine for dozens of times before. Played DS2 SOTFS for 40 hours, and now randomly not launching at all.

      Here's the full log:
      Spoiler:  
      Show


      2023-04-21 10:05:34,639 [5] ERROR iGP11 - unknown exception occured while bootstrapping an application; exception: Autofac.Core.DependencyResolutionException: An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = AddGameProfileCommandHandler (ReflectionActivator), Services = [iGP11.Tool.Application.CommandHandler.AddGameProfileCommandHandler, iGP11.Library.DDD.IDomainCommandHandler`1[[iGP11.Tool.Application.Api.AddGameProfileCommand, iGP11.Tool.Application.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=97bb2f42f3329eb0]]], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = None, Ownership = OwnedByLifetimeScope ---> An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = GameSettingsProcessWatcher (DelegateActivator), Services = [iGP11.Tool.Application.GameSettingsProcessWatcher], Lifetime = Autofac.Core.Lifetime.RootScopeLifetime, Sharing = Shared, Ownership = OwnedByLifetimeScope ---> An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = ProcessWatcher (ReflectionActivator), Services = [iGP11.Tool.Infrastructure.External.ProcessWatcher, iGP11.Tool.Application.IProcessWatcher], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = None, Ownership = OwnedByLifetimeScope ---> An exception was thrown while invoking the constructor 'Void .ctor(iGP11.Library.ILogger)' on type 'ProcessWatcher'. ---> The specified service does not exist as an installed service. (Exception from HRESULT: 0x80070424) (See inner exception for details.) (See inner exception for details.) (See inner exception for details.) (See inner exception for details.) ---> Autofac.Core.DependencyResolutionException: An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = GameSettingsProcessWatcher (DelegateActivator), Services = [iGP11.Tool.Application.GameSettingsProcessWatcher], Lifetime = Autofac.Core.Lifetime.RootScopeLifetime, Sharing = Shared, Ownership = OwnedByLifetimeScope ---> An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = ProcessWatcher (ReflectionActivator), Services = [iGP11.Tool.Infrastructure.External.ProcessWatcher, iGP11.Tool.Application.IProcessWatcher], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = None, Ownership = OwnedByLifetimeScope ---> An exception was thrown while invoking the constructor 'Void .ctor(iGP11.Library.ILogger)' on type 'ProcessWatcher'. ---> The specified service does not exist as an installed service. (Exception from HRESULT: 0x80070424) (See inner exception for details.) (See inner exception for details.) (See inner exception for details.) ---> Autofac.Core.DependencyResolutionException: An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = ProcessWatcher (ReflectionActivator), Services = [iGP11.Tool.Infrastructure.External.ProcessWatcher, iGP11.Tool.Application.IProcessWatcher], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = None, Ownership = OwnedByLifetimeScope ---> An exception was thrown while invoking the constructor 'Void .ctor(iGP11.Library.ILogger)' on type 'ProcessWatcher'. ---> The specified service does not exist as an installed service. (Exception from HRESULT: 0x80070424) (See inner exception for details.) (See inner exception for details.) ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(iGP11.Library.ILogger)' on type 'ProcessWatcher'. ---> The specified service does not exist as an installed service. (Exception from HRESULT: 0x80070424) (See inner exception for details.) ---> System.Runtime.InteropServices.COMException: The specified service does not exist as an installed service. (Exception from HRESULT: 0x80070424)
      at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
      at System.Management.ManagementScope.InitializeGuts(Object o)
      at System.Management.ManagementScope.Initialize()
      at System.Management.ManagementEventWatcher.Initialize()
      at System.Management.ManagementEventWatcher.Start()
      at lambda_method(Closure , Object[] )
      at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
      --- End of inner exception stack trace ---
      at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
      at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
      at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
      --- End of inner exception stack trace ---
      at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
      at Autofac.Core.Resolving.InstanceLookup.Execute()
      at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
      at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance)
      at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters)
      at Autofac.ResolutionExtensions.Resolve[TService](IComponentContext context, IEnumerable`1 parameters)
      at iGP11.Tool.Bootstrapper.Bootstrapper.<>c__DisplayClass6_0.<StartAsync>b__8(IComponentContext context)
      at Autofac.Builder.RegistrationBuilder.<>c__DisplayClass0_0`1.<ForDelegate>b__0(IComponentContext c, IEnumerable`1 p)
      at Autofac.Core.Activators.Delegate.DelegateActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
      at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
      --- End of inner exception stack trace ---
      at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
      at Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator)
      at Autofac.Core.Resolving.InstanceLookup.Execute()
      at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
      at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
      at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
      at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
      --- End of inner exception stack trace ---
      at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
      at Autofac.Core.Resolving.InstanceLookup.Execute()
      at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
      at Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters)
      at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance)
      at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters)
      at iGP11.Tool.Bootstrapper.Autofac.AutofacResolver.Resolve(Type type)
      at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
      at iGP11.Tool.Bootstrapper.Bootstrapper.<StartAsync>d__6.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at iGP11.Tool.MainWindow.<BootstrapAsync>d__4.MoveNext()
      2023-04-21 10:05:35,360 [1] INFO iGP11 - application stopped

    2. xzeldinha
      xzeldinha
      • member
      • 0 kudos
      same here
    3. WankyCloth
      WankyCloth
      • member
      • 0 kudos
      Same.
  3. DonutNexusTron
    DonutNexusTron
    • member
    • 0 kudos
    For anyone who wants the pdf here it's iGP11 instructions
  4. H3rrior
    H3rrior
    • member
    • 0 kudos
    doesent have a tutorial, no idea where I am supposed to drop anything
    sucks
  5. SuperZazz
    SuperZazz
    • member
    • 0 kudos
    Does NOT work with the latest 1.15.2 version if you're using Mod Engine 2, you have to choose one unfortunately.
  6. teru4kira
    teru4kira
    • member
    • 0 kudos
    hi, maybe someone could help me.
    i wanna play ds3 with keyboarrd / ps4 button mod.
    1. downloaded igp11
    2. installed through "setup" (and downloaded a 2015 c++)
    3. click the app, and nothing happened. no error message, no logs, nothing.

    i'm using windows 10. can anybody help me?
  7. tankerlover
    tankerlover
    • member
    • 3 kudos
    new 1.15.2 patch will get u penalised when using this mods
  8. Zenkyou
    Zenkyou
    • member
    • 0 kudos
    Where is the read me.pdf? 
  9. wolpy414
    wolpy414
    • member
    • 0 kudos
    How do I install this on my steam deck?
  10. Bloodycane34
    Bloodycane34
    • premium
    • 0 kudos
    Hi, iGP11 will not install because it is saying that I have another version of visual C++ already installed.  Is there a workaround for this? Would very much like to have the PC icons instead of controller icons.
    1. omegadash
      omegadash
      • premium
      • 0 kudos
      Use the other file in the archive, I had the same issue
    2. copperhead394
      copperhead394
      • member
      • 0 kudos
      Which archive do you mean : iGP11 1.2.1 (2016) or iGP11 2.1.0 (2017) ?
  11. Laiserfish
    Laiserfish
    • member
    • 0 kudos
    DS2 SOTFS launches in an odd way with this tool. For some reason, it launches in full screen mode (normal), but the actual game itself is only within a boundary of a windowed mode application. It only takes up about 2/3 of the screen anchored to the top left, and the right and bottom of the screen remain black bars. It is not a resolution issue, as no matter how much I change the resolution in game it does not affect this. Any suggestions?