additional weapon types

Support for MFPS 2.0 (for verified users)
Forum rules
To request support/assistance for MFPS, you first have to verify your purchase by sending your purchase invoice number to Lovatto in a PM.
Post Reply
User avatar
xmonster0
Contributor
Contributor
Posts: 36
Joined: Fri Jan 08, 2021 8:58 am

is there a way to add weapon types? to the drop down in gamemanager > all weapons
User avatar
commonblob
Contributor
Contributor
Posts: 18
Joined: Fri Feb 05, 2021 1:26 pm

You can add more in GunType.cs. But it would take a lot more than just adding an option in here to implement a new type.

You need the type, you need the projectile, you need the logic in bl_weaponanimation, then how the gun works in bl_gun. You would also need to edit some editor scripts to ensure you can select it from the dropdown.

Its a case of working through the code to find the parts you need to put it together, there isnt an easy way to implement it.
Post Reply