Jump to content

Boneapart

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Boneapart

  1.  

    ok try this:

     

    open "thewitcher\mods\mod0000_mergedfiles\game\player\playerinput.ws"
    add
    private saved  var actionLocks  : array<array<SInputActionLock>>; 
    
    

     

    just under
    class CPlayerInput 
    {
    //here
    
    

    so it will be like this:

    class CPlayerInput 
    {
    private saved var actionLocks : array<array<SInputActionLock>>;
    

     

     

     

    Four years later this fix helped me as well, thank you.

  2. I deactivated all my mods via NMM and I still get this message:

     

     

    Error [modkngdof]game\player\playerwitcher.ws(2294): Could not find function 'GetAbilities'
    Error [modkngdof]game\player\playerwitcher.ws(9084): Could not find function 'GetAbilities'

    Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
    Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
    Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.

     

     

    What steps do I need to take to resolve this?

     

    Update:

     

    Never mind figured it out, had to manually delete 'modkngdof' folder in my Mods folder

×
×
  • Create New...