SourceOP
What does DF_modify_gamedescription do? - Printable Version

+- SourceOP (http://forums.sourceop.com)
+-- Forum: SourceOP Plugin (http://forums.sourceop.com/SourceOP-Plugin-forum)
+--- Forum: General Chat (http://forums.sourceop.com/General-Chat-forum)
+--- Thread: What does DF_modify_gamedescription do? (/What-does-DF-modify-gamedescription-do-thread)



What does DF_modify_gamedescription do? - The_Ghost - May 02, 2008

Hello me again. Big Grin 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


What does DF_modify_gamedescription do? - Drunken F00l - May 03, 2008

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.


What does DF_modify_gamedescription do? - The_Ghost - May 03, 2008

That would be a text document that I would have to make in the cvars?


What does DF_modify_gamedescription do? - Drunken F00l - May 03, 2008

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