Posts: 50
Threads: 4
Joined: Mar 30, 2008
Hello me again.

what does the DF_modify_gamedescription and how do you use it. Also I need to set the grav gun mass up cause I cant pick certain objects cause there heavy I seen the DF_phys_gunmass on the wiki but I dont understand what to do.
Thanks
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
DF_modify_gamedescription will put "SourceOP -" before the game description shown in the server list.
If you want to pick up really heavy objects, set DF_phys_gunmass to a large number like 500000 and set DF_phys_gunforce to 5e6.
Posts: 50
Threads: 4
Joined: Mar 30, 2008
That would be a text document that I would have to make in the cvars?
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
Add the CVAR and the desired value to sourceop.cfg or server.cfg.
Example:
Code:
DF_modify_gamedescription 1
DF_phys_gunmass 500000
DF_phys_gunforce 5e6