Jump to content

multi config server


Recommended Posts

silent mod ofc :D

 

you have to play with  g_mapConfigs and  g_mapScriptDirectory and custom commands thx to silent mod guys :D

 

example:

 

i'd like to setup a tj mod via shrubbot:

 

[command]
command  = tj
exec     = set lua_modules "nextmap.lua autopromo.lua TJmod.lua adrenaline.lua" ; set g_mapConfigs "tj_cfg"; restart;
desc     = ^7!^3tj^7 - turn ^3TRICKJUMP MODE ^1on
syntax   =
levels   = 11

[command]
command  = tjoff
exec     = set lua_modules "nextmap.lua autopromo.lua" ; set g_mapConfigs "mapconfigs"; restart;
desc     = ^7!^3tjoff^7 - turn ^3TRICKJUMP MODE ^1off
syntax   =
levels   = 11

well, do NOT set lua modules via your server.cfg, and you can find the above lua modules searching via google :D

it's just a sample, have fun :D

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

thx guys :D

 

Etpro nested configs are perfect (etpro/configs/*.cfg->{cvar+map+checksum stuff})

I wish silent mod devs'd implement something like etpro cfg someday, the mod will just get better :D

 

...for those who missed the idea of my post: $mapconfigs/default.cfg is a config loaded

via a custom command which changes the default.cfg location via mapconfigs cvar

Link to comment
Share on other sites

edit: i used all the above cfg tricks :D

for tj silent/nitmod/pub/jaymod are no good with fixedphysics on (especially silent and nitmod),except etpro.

the best tj mods are etpro ofc (oldschool) :D and tjmod

 

in other words my etpro jumps

(what i jumped in etpro)

are too easy in silent with fixedphysics coz the jump is longer idk why check your code :D

 

dang i love grush (etpro) :D

Edited by twiti
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...