Posted by: postal
« on: June 30, 2017, 06:14:18 PM »This is some super handy stuff right here, great job man
Posted by: postal« on: June 30, 2017, 06:14:18 PM »This is some super handy stuff right here, great job man
Posted by: BehemothProgrammer« on: June 30, 2017, 06:02:44 PM »This mod contains MP addons that can be integrated into your own MP mod. Or if you just want to use it as is then rename the .zip to .kpf and throw it in your mods folder.
Download https://www.dropbox.com/s/wzaphuavodotlnp/BP_MPAddon_1.0.zip?dl=0 Features
How to add to your existing mod Copy the folders to your mods folders. If your OS asks are you sure you want to overwrite a file then you have conflict and you need to take note of the described core Turok 2 file changes below. The changes to those files are required but you may have changed those files for your own mod. If you don't want to overwrite them you can read below and make the changes I've detailed below yourself for each file conflict. Changes to core Turok 2 files
Console commands call help (Shows a list of all available commands) call showmods (Displays a list of the current servers mod settings) Host only commands call grav0 to 100 (Sets gravity. Default value 60) call speed0 to 100 (Sets player speed. Default value 50) call dmg0 to 100 (Sets the damage scale that players deal out. Default value 10) call dmg1000 (Sets the damage scale that players deal out to 1000 aka insta kill) call dmgshowon (Turns on damage number popups) call dmgshowoff (Turns off damage number popups) call def0 to 100 (Sets how much scaled damage players will receive. Default value 10) call def1000 (Sets how much scaled damage players will receive to 1000 aka 1 hit death) call jumpon (Turns on Double Jump ability) call jumpoff (Turns off Double Jump ability) call dashon (Turns on Ground Dash ability) call dashoff (Turns off Ground Dash ability) call airdashon (Turns on Air Dash ability) call airdashoff (Turns off Air Dash ability) call slamon (Turns on Ground Slam ability) call slamoff (Turns off Ground Slam ability) call cloakon (Turns on players cloaking) call cloakoff (Turns off players cloaking) call slap0 to 15 (Slaps a player with id. Type playeridx in console to find the player id to slap) Example: call grav52 will set gravity for players to 0.52 |