Jump to content

Fixing JIP Select fire with new Lutana NVSE Plugin?


CYAN1DE

Recommended Posts

***Hello I am wondering how to get the JIP Select fire mod to work using an xbox controller? I have all the requirements installed:

 

Requirements

 

 

***But it doesn't work with an xbox controller to do the single LB click as per insructions, nor does it work at all when used with the xbox controller even when selected with the default "Caps Lock" key, however it does work with a mouse..:

 

 

 

Fully supports Xbox controllers:

  • When using a controller, the Left Shoulder (LB) button is used, instead of the keyboard hotkey, for switching fire-modes. The LB button, which is used for switching between 1st and 3rd person, will function slightly differently when a weapon is drawn - a short click will switch fire-modes, while a long click will switch POV.
  • The keyboard hotkey is still used for opening the Weapon Setup Menu.

 

***So I was thinking that it has to do with the new Lutana plugin requiring this:

 

Changes to existing functions
  • GetLNVersion now always returns zero. This has been deprecated by NVSE itself for quite some time. Any mod using the old GetLNVersion will need to update to use the NVSE function GetPluginVersion

 

***So I went into the JIP Selective-Fire.esm with notepad++ and changed where it said GetLNVersion to GetPluginVersion, that didn't work and with FNV Edit it comes up with a bunch of errors and in game it doesn't work at all when edited, even with a mouse.

 

***I am a complete amateur with programming and I have no idea if this would even be an easy fix, but I would love to use this mod so any help would be appreciated.

 

Thanks

V/R

CYAN1DE

 

 

 

Link to comment
Share on other sites

I tried it with GetPluginVersion "lutana_nvse" and it still doesn't work. Am I doing something wrong? Here is part of the code that I changed.

 

old:

 

endif
if IsPluginInstalled "lutana_nvse"
set bJIPSFLNLoaded to (GetLNVersion > 12)
endif

 

 

New:

endif
if IsPluginInstalled "lutana_nvse"
set bJIPSFLNLoaded to (GetPluginVersion "lutana_nvse" > 12)
endif

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...