I have a table which opens only when there is executable running. I can't change it before because parameters are not visible before.
How can I change default settings like booleans true or false and save table that way?
How to change default settings of the table?
Re: How to change default settings of the table?
You'd likely have to edit the table itself, depends on how it's setup and were/how the settings are stored. Post a link to the table or the table itself, else we're just guessing.
Re: How to change default settings of the table?
Look in the script, there is a section were it's marked.
Code: Select all
//...
////////////////////////////////////
// Tweak thy default settings here.
bEnableGodMode:
dd 1
bEnableInfiniteEve:
dd 1
bEnablePlayerIngorance:
dd 1
bEnableNoReload:
dd 1
bEnableWeaponFirerateMod:
dd 1
fWeaponFirerateMod:
dd (float)5.0
bEnableWeaponRecoilMod:
dd 1
fWeaponRecoilMod:
dd (float)0.0
bEnableWeaponSpreadMod:
dd 1
fWeaponSpreadMod:
dd (float)0.0
bEnableMoveSpeedMod:
dd 1
fMoveSpeedMod:
dd (float)1.33333333
bEnableJumpHeightMod:
dd 1
fJumpHeightMod:
dd (float)1.4
bEnableInfiniteItems:
dd 1
bEnableInvisibility:
dd 1
//...
Who is online
Users browsing this forum: bastetkitty