Langerd Posted October 9, 2016 Share Posted October 9, 2016 I mean guns only. There is cheat for making lightsabers more powerful - G_saberdamagescaleBut how to make other weapons more powerful? I know there are modifications called - one hit kill. They didnt need coding work .. but i dont know how to make it to work.There is only - jampgamex86.dll How to edit it? Link to comment
ensiform Posted October 9, 2016 Share Posted October 9, 2016 You can't change the damages of weapons for MP without a code mod. jampgamex86.dll is exactly code changes in mod form. Link to comment
Futuza Posted October 10, 2016 Share Posted October 10, 2016 DLL files are basically libraries of instructions a normal executable would access to finish whatever task it is doing. They are usually used when two different programs might need to use the same set of instructions and thus instead of embedding a static library in each exe (and increasing the file size of each exe unnecessarily) they just have one dll they both refer to and share. There are also other reasons to use dlls instead of static libraries such as in jka, allows a Dev to publish a change to the game on the code side without requiring a new executable. (Can also make 3rd party libraries this way, so you only have to provide code for certain parts, instead of everything. If you want you could possibly create a new cvar for your weapon idea so once the MOD is created and distributed users of the MOD can make changes they want on the fly, without needing to wait for a new dll. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now