Results 1 to 4 of 4

Thread: What does DF_modify_gamedescription do?

  1. #1
    The_Ghost's Avatar



    Join Date
    Mar 30, 2008
    Last Online
    Sep 07, 2008
    Posts
    50
    Threads
    4




    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

  2. #2
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    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.

  3. #3
    The_Ghost's Avatar



    Join Date
    Mar 30, 2008
    Last Online
    Sep 07, 2008
    Posts
    50
    Threads
    4




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

  4. #4
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    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

Tags for this Thread