Mike160 wrote:How do you change the default frag limit of 20 when creating a game ???
Fraglimits are usually set on a per map basis, using mapcfg files. They are inside the data*.pk3 (it's a zip file) in maps/. Docs/mapping.txt describes how to make custom ones.
If you just want to set a new fraglimit for all maps, you can use the fraglimit_override variable (there's also one for timelimit).
Also I enjoy setting up games and making all the weapons super powerful and increase the rate at which they fire (kind of like Quake3 excessive mod),...
Here's a list of all cvars:
http://www.alientrap.org/wiki/pmwiki.ph ... GameTweaksAll the things you wanna change start with g_balance_
Is there a way to make a .cfg file or script that will save all my game setting and weapon setting changes ??
You can paste all variables you want to change in a textfile inside Nexuiz/data and execute them with "exec <filename>". If you use "autoexec.cfg" as filename, it will be executed each time you start Nexuiz.