Hi everyone,
So this isn't really a regular mod, as it is not desingned to be played with, but rather to help people make mods:
It is a gun that can be customized using the lua console, this is used to fine tune MOPixel firing guns(to find the right mass, sharpness, velocity for the bullet, the right rate of fire, sharplength... etc)
Here is how it works:
Order the gun, then open the lua console and type the name of the value you want to change: for example if you want the bullet's sharpness to be 25, type:
Code:
testroundSharpness = 25
And it will immediately take effect, instead of needing to restart the game, thus saving lots of time.
Here is the list of all customizable variables:
testroundMass
testroundSharpness
testroundFireVel
testroundParticleCount
testgunRateOfFire
testgunSharpLength
Once you're satisfied with the result, type this:
or this:
It will tell you the current values of these variables, that way you can modify the .ini file of your gun.
Download: