lo3 runs slow
-
- New to forums
- Posts: 1
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri Jan 23, 2004 9:45 am
lo3 runs slow
I use the exact same lo3 my friend uses on his server but mine runs really slow. Anyone know how I would fix that?
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.
On a side note, when posting problems in forums, more information is better. Like posting the lo3 script would have been helpful.
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
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

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.
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.