SUPPORT ACCOUNT CLANS
Welcome, Unregistered.
 

Thread: saving console commands so i dont have to type it in every time

Results 1 to 13 of 13
  1. #1
    Offline
    Account Icon
    Chat Symbol
    Join Date
    May 2010
    Location
    salt lake
    Posts
    413

    saving console commands so i dont have to type it in every time

    hi guys i use 'cl_smoothgametime false' everytime i load up hon (everyday)

    and after months of doing this, im wondering if there is a way to save this setting?

  2. #2
    Offline
    S2 Staff Member S2 Games Staff
    Join Date
    Jul 2009
    Posts
    33,877
    I have a file placed into my Heroes of Newerth\game folder that is named autoexec.cfg

    It has the following content:

    Code:
    echo "^gFog darkness set."SetSave cg_fogofwarDarkness 0.55
    So I'm pretty sure you can do the same thing with your code line; mine just autosets the fog opacity to 55% each time I load HoN.

    S2 Games: Dedicated employees serving dedicated gamers. Continuous development. Never-ending improvement.
    -----------------------------


    Tech Support and Customer Support: https://www.heroesofnewerth.com/support/


    Look for my highlighted text (important information) and grey text (interesting but not required information).

  3. #3
    Offline
    Account Icon
    Join Date
    Sep 2009
    Location
    Australia
    Posts
    1,066
    Code:
    SetSave cl_smoothgametime false
    Done.

    Click the image to check out a new and unique hero suggestion!
    Other Suggestions: Poseidon

  4. #4
    Offline
    Account Icon
    Join Date
    Aug 2009
    Location
    Kentucky
    Posts
    3,954
    Btw is there a comprehensive list of console commands? just curious
    U ?

  5. #5
    Offline
    Account Icon
    Join Date
    Sep 2009
    Location
    Australia
    Posts
    1,066
    Go into the console and type CmdList

    That will give you the entire list of console commands There is also cvarlist, which will give you a list of cvars

    Click the image to check out a new and unique hero suggestion!
    Other Suggestions: Poseidon

  6. #6
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Jul 2009
    Location
    Behind you
    Posts
    2,212
    What is considered a command and what is considered a cvar?
    Take a look at my hero suggestions:
    The_Chaplain [From Savage 2, includes Ressurection!]
    The_Savage [From Savage 2, features the Charge-O-Meter!]

  7. #7
    Quote Originally Posted by Qwernakus View Post
    What is considered a command and what is considered a cvar?
    You tell me.


    - Perspektiv

  8. #8
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Jul 2009
    Location
    Behind you
    Posts
    2,212
    Quote Originally Posted by Perspektiv View Post
    You tell me.


    - Perspektiv
    Dear god, its Perspektiv.
    Take a look at my hero suggestions:
    The_Chaplain [From Savage 2, includes Ressurection!]
    The_Savage [From Savage 2, features the Charge-O-Meter!]

  9. #9
    Offline
    S2 Staff Member S2 Games Staff
    Join Date
    Jul 2009
    Location
    Location, Location!
    Posts
    2,619
    Commands are commands, they tell the game to do something and it does it (or doesn't) right now. Cvars are variables, you set them to a value and it keeps that value until you (or the game) set it to something else.

    SetSave - Command
    cl_smoothgametime - cvar
    false - value


    Use CmdList or cvarlist to search for either.

    S2 Games: Dedicated employees serving dedicated gamers. Continuous development. Never-ending improvement.
    -----------------------------



  10. #10
    what does cl_smoothgametime do anyways?

  11. #11
    is there any list explaining what each cvar or command does or affects?


  12. #12

  13. #13

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •