Jump to content


Photo

Save console


  • Please log in to reply
8 replies to this topic

#1 Sieni

Sieni

    Newbie

  • New Members
  • 5 posts
0

Posted 08 July 2011 - 07:56 PM

I would want to save my fps_max setting to 100 instead of the 300. I do not want to use Vsync because of mouse lagg and I dont like my GPU to be so noisy because its using 100% and heating like hell.

Any solutions?

EDIT:

My point is, that every time I close CS:S, the setting goes back to 300.

SOLVED:

in folder cfg ,file autoexec.cfg put fps_max 100



#2 st4lk3r

st4lk3r

    One of us

  • Members
  • 102 posts
2

Posted 09 July 2011 - 07:14 AM

in folder cfg ,file autoexec.cfg put fps_max 100

#3 diegabiksis

diegabiksis

    One of us

  • Members
  • 161 posts
39
  • LocationLatvia

Posted 11 July 2011 - 10:03 PM

I have a question: is it possible to retrieve console's text after CSS has been closed?
(sorry for using your topic Sieni, but the name of it fits my question :))

#4 iivs

iivs

    One of us

  • Members
  • 120 posts
73
  • LocationLatvia

Posted 12 July 2011 - 12:09 PM

I have a question: is it possible to retrieve console's text after CSS has been closed?
(sorry for using your topic Sieni, but the name of it fits my question :))


The method I use is condump, which outputs console data to txt file. Sometimes files are empty for unknown reason.

#5 Sieni

Sieni

    Newbie

  • New Members
  • 5 posts
0

Posted 12 July 2011 - 12:50 PM

in folder cfg ,file autoexec.cfg put fps_max 100


Thank you! I shall explore the folders a bit more.

#6 diegabiksis

diegabiksis

    One of us

  • Members
  • 161 posts
39
  • LocationLatvia

Posted 12 July 2011 - 10:36 PM

The method I use is condump, which outputs console data to txt file. Sometimes files are empty for unknown reason.


I was thinking about bind p "status;condump" but it makes only empty files no matter how long i hold the key or how many times i press it...

#7 prpa

prpa

    Pro

  • Members
  • 426 posts
262
  • Locationtrip around the sun

Posted 13 July 2011 - 07:51 AM

instructions for console dump:


con_logfile   "MyConsoleDump.log"

con_timestamp 1



bind SomeCustomKey  "clear; status; condump"





#8 diegabiksis

diegabiksis

    One of us

  • Members
  • 161 posts
39
  • LocationLatvia

Posted 13 July 2011 - 09:28 AM

Now it works. Saves console in myconsoledump.txt. But makes empty files too :)

#9 prpa

prpa

    Pro

  • Members
  • 426 posts
262
  • Locationtrip around the sun

Posted 13 July 2011 - 10:49 AM

Now it works. Saves console in myconsoledump.txt. But makes empty files too :)


Empty file is "condump" console command side effect.



Try:

add
-condebug
command line parameter

and use

con_logfile   ""

con_timestamp 1



bind x        "status"


this will create "console.log" file. :thumbsup:




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users