Talk:Client Optimization: Difference between revisions

From Empires Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


An example of an autoexec file would be nice --[[User:Knighttemplar|Knighttemplar]] 13:47, 6 January 2007 (EST)
An example of an autoexec file would be nice --[[User:Knighttemplar|Knighttemplar]] 13:47, 6 January 2007 (EST)
If you use that heapsize comment, you have to write it like this: heapsize=number. Otherwise, it crashes. Or am I doing something wrong?
About the example-config: What´s so hard with that? You actually dont need an example.
sv_forcepreload "1"
cl_forcepreload "1"
cl_updaterate 60
cl_cmdrate 60
cl_smooth 0
Done. It actually explains itself.

Revision as of 21:41, 15 April 2008

Commands taken from Angry's Thread. Many thanks to Angry

Where's that taken from? That forum is dead, no? --Knighttemplar 13:47, 6 January 2007 (EST)

An example of an autoexec file would be nice --Knighttemplar 13:47, 6 January 2007 (EST)

If you use that heapsize comment, you have to write it like this: heapsize=number. Otherwise, it crashes. Or am I doing something wrong?

About the example-config: What´s so hard with that? You actually dont need an example.

sv_forcepreload "1" cl_forcepreload "1" cl_updaterate 60 cl_cmdrate 60 cl_smooth 0

Done. It actually explains itself.