Other user's assetsSome assets in this file belong to other authors. You will need to seek permission from these authors before you can use their assets
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
jazzinparis for the original mod I modified to make this.
Donation Points system
This mod is opted-in to receive Donation Points
In the JIPSFConfigScript I changed:
if iMenu == 1 MessageBoxEx "JIP Selective-Fire Mod: Tutorial%r%rThis short tutorial covers the basics of using JIP Selective-Fire. Please spend a minute and read it, so that you can learn how to make full use of the mod's various features.%r%rMore in-depth information can be found at the mod's homepage on the Nexus, or from the help sections in the MCM control panel or Weapon Setup Menu.|Continue|Skip Tutorial" set iMenu to 10
to
if iMenu == 1 set iMenu to 0
iMenu == 10 seems to continue to the next step of the tutorial, while iMenu == 0 seems to be the end of the tutorial.
I cannot guarantee this will work perfectly, i.e. tutorial messages may show up or this may break something in the mod, as I didn't test this thoroughly. It stopped the message box on starting a new character, and it should prevent it from coming up but I'll only be certain after the community and myself tests it further.