lo3 runs slow

Post Reply
ShrOomTriP
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Jan 23, 2004 9:45 am

lo3 runs slow

Post by ShrOomTriP »

I use the exact same lo3 my friend uses on his server but mine runs really slow. Anyone know how I would fix that?
crab
This is my homepage
This is my homepage
Posts: 105
Joined: Tue May 13, 2003 7:54 am

Post by crab »

I've had the same problem in the past. Not all servers are the same so you will need to edit it for your particular server. My lo3 script performed differently on my server when I moved it to Level3 from Verio and differently when the server was ping accelerated. Without seeing your script I can't tell you exactly what you will need to change but more than likely you will need to either remove or shorten some of the "wait"s.

On a side note, when posting problems in forums, more information is better. Like posting the lo3 script would have been helpful.
erax0r
New to forums
New to forums
Posts: 8
Joined: Wed Feb 04, 2004 8:24 pm

hmm

Post by erax0r »

Can you post an example lo3 script. I would like one of these on my new server...tired of typing sv_restartround 1, three times and typing LIVE! GL HF!. -) script would be nice. I tried on google a while back to no avail.
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

i have a pretty intricate script right here.
http://teamomikron.com/downloads/lo3.cfg
it has some neat-o special effects at the end with the word LIVE. if you dont want that part you can just remove those lines and it will still work fine :D
crab
This is my homepage
This is my homepage
Posts: 105
Joined: Tue May 13, 2003 7:54 am

Post by crab »

I use a couple of scripts for my server:

This is my calscrim.cfg which execs the cal.cfg and my lo3 script:

alias "wait5" "wait; wait; wait; wait; wait"
alias "wait10" "wait; wait; wait; wait; wait; wait; wait; wait; wait; wait"
alias "wait50" "wait10; wait10; wait10; wait10; wait10"
alias "wait100" "wait50; wait50"
alias "wait500" "wait100; wait100; wait100; wait100; wait100"
alias "wait1000" "wait500; wait500"

exec cal.cfg
say "Live on 3 restarts"
exec lo3scrim.cfg

This is the lo3scrim.cfg

alias "wa5" "wait; wait; wait; wait; wait"
alias "wa10" "wait; wait; wait; wait; wait; wait; wait; wait; wait; wait"
alias "wa50" "wait10; wait10; wait10; wait10; wait10"
alias "wa100" "wait50; wait50"
alias "wa500" "wait100; wait100; wait100; wait100; wait100"
alias "wa1000" "wait500; wait500""


wa100
sv_restart 1
wa100
wa100
sv_restart 1
wa100
wa100
sv_restart 1
wa100
wa100
say "LIVE!!!!! LIVE!!!!!! LIVE !!!!!!!!!"
wa100
say "LIVE!!!!! LIVE!!!!!! LIVE !!!!!!!!!"
wa100
say "LIVE!!!!! LIVE!!!!!! LIVE !!!!!!!!!"

It is real basic which is the way I like it. Each server is different so you may need to add some additional waits or you could change the sv_restart to a higher number.
erax0r
New to forums
New to forums
Posts: 8
Joined: Wed Feb 04, 2004 8:24 pm

fun

Post by erax0r »

thanks guys. worked great.
Post Reply