autoserver help

Discussion related to Turbo Sliders and beta version feedback.

Moderator: Forum Moderators

Post Reply
User avatar
kovalainen
Community User Level: 2
Community User Level: 2
Posts: 141
Joined: Tue Sep 05, 2006 3:28 pm
Contact:

autoserver help

Post by kovalainen » Tue Sep 05, 2006 3:34 pm

i cant create an autoserver please help how to create autoserver.srv and autoserver.lck :? :? :? :? :? :? :? :?

User avatar
Hengari
Community User Level: 3
Community User Level: 3
Posts: 462
Joined: Thu Nov 18, 2004 5:14 pm
Contact:

Re: autoserver help

Post by Hengari » Tue Sep 05, 2006 4:04 pm

kovalainen wrote:i cant create an autoserver please help how to create autoserver.srv and autoserver.lck :? :? :? :? :? :? :? :?
Just make new empty file and name it "autoserver.srv". You don't need to create the autoserver.lck file, the game will do that.
oldschool slider <3 | Hengari @ Quakenet/IRCnet
sliderpoint

User avatar
kovalainen
Community User Level: 2
Community User Level: 2
Posts: 141
Joined: Tue Sep 05, 2006 3:28 pm
Contact:

Post by kovalainen » Tue Sep 05, 2006 4:23 pm

how do u make empty file :?

User avatar
Hengari
Community User Level: 3
Community User Level: 3
Posts: 462
Joined: Thu Nov 18, 2004 5:14 pm
Contact:

Post by Hengari » Tue Sep 05, 2006 5:08 pm

kovalainen wrote:how do u make empty file :?
some tips to get autoserver started: Sliderpoint: Mastering a server, Getting started
oldschool slider <3 | Hengari @ Quakenet/IRCnet
sliderpoint

User avatar
kovalainen
Community User Level: 2
Community User Level: 2
Posts: 141
Joined: Tue Sep 05, 2006 3:28 pm
Contact:

thanks

Post by kovalainen » Tue Sep 05, 2006 5:18 pm

:D

User avatar
Jazzyclub
Community User Level: 3
Community User Level: 3
Posts: 586
Joined: Sun Nov 14, 2004 2:11 am
Contact:

Post by Jazzyclub » Tue Sep 05, 2006 7:26 pm

or you can use my autoserver program from www.jazzyclub.net

User avatar
kovalainen
Community User Level: 2
Community User Level: 2
Posts: 141
Joined: Tue Sep 05, 2006 3:28 pm
Contact:

Post by kovalainen » Wed Sep 06, 2006 12:43 pm

:D there is 1 thing i gotta know. how do you choose the tracks and cars for a autoserver do you have to go in as admin and do it?????

User avatar
dede
Community User Level: 5
Community User Level: 5
Posts: 3314
Joined: Mon Apr 10, 2006 10:29 am
Contact:

Post by dede » Wed Sep 06, 2006 1:21 pm

kovalainen wrote::D there is 1 thing i gotta know. how do you choose the tracks and cars for a autoserver do you have to go in as admin and do it?????
You can set them in macros.ini using command /tracks /add "<trackname>"

Here you have an example (### {phrase} -> comments added by me):

Code: Select all

# This file can be used to define server macros in network games.
# You can define your own ini file with the command line
# option "-macros <yourmacros.ini>".

# The macros you define with Begin and End can be run with "/run Macro"

# The maximum number of macros is 100 and there can be 50 lines in a macro.

Begin Example
/say This is an example macro.
End

Begin ShowSettings
/tracks
/laps
/car
/ghostrace
/order
/points
End

# This macro is run every time a server is started (autoserver or normal).
# If you want to add remote admins (and understand the security risk),
# add lines like '/addadmin 127.0.0.1 HaRdPaSsWoRd' to the macro.
# Read README-autoserver.txt for more information. 
Begin ServerStart
/info My Server! ### this is your server's name, shown in the serverslist
/adminmsg Hello! ### this is shown to players once they connect
/addadmin ALL password ### allows to EVERYONE to be admin using the password you set
End

# The following macros are automatically run in different
# situations when the server is in auto-server mode. 
# ServerStart macro is run before any of them.

Begin Reg
/autotime /raceend 5 ### the race ends in 5 seconds (after everyone crossed the finishline)
/autotime /raceidle 100 ### if in 100 seconds noone ends the lap, then race ends
/autotime /car 10 ### server waits 10 seconds while players are choosing a car
/autotime /reg 20 ### server waits 20 seconds before starting the cup
/tracks /clear ### server deletes all selected tracks
/tracks /add "hg_Chillzpoint" ### server adds "hg_Chillzpoint"
/ghost 1 ### in this way you can decide to play ghost / 0 for normal race
/laps 10 ### 10 laps for race
/fixedcar 0 ### 0=no fixed car / 1=fixedcar (decide car with /car "carname") / 2=car randomly fixed)
/players 12 ### max players allowed in the server
End

Begin Cup
/autotime /cup 30 ### server waits 30 seconds before starting the next race
/say Are you ready? A new cup is starting! ### message written automatically by the autoserver
End

Begin RaceInit
/say Ready, set, GO! ### message written automatically by the autoserver
/autotime /raceinit 30 ### server waits 30 seconds before forcing the start of the race
End

Begin RaceEnd
/say Good race! ### message written automatically by the autoserver
End

Begin CupEnd
/say Server will restart in 10 seconds...
/autotime /cupend 10
End


User avatar
kovalainen
Community User Level: 2
Community User Level: 2
Posts: 141
Joined: Tue Sep 05, 2006 3:28 pm
Contact:

lol

Post by kovalainen » Wed Sep 06, 2006 2:04 pm

im so dum the macro file is the notepad file?

can someone write it out step by step lyk where do i put the command option :? :? :? :? :? :? :?

User avatar
kovalainen
Community User Level: 2
Community User Level: 2
Posts: 141
Joined: Tue Sep 05, 2006 3:28 pm
Contact:

Post by kovalainen » Wed Sep 06, 2006 3:18 pm

it driving me insane :twisted: :twisted: :twisted: :twisted:

User avatar
dede
Community User Level: 5
Community User Level: 5
Posts: 3314
Joined: Mon Apr 10, 2006 10:29 am
Contact:

Re: lol

Post by dede » Wed Sep 06, 2006 3:20 pm

kovalainen wrote:im so dum the macro file is the notepad file?

can someone write it out step by step lyk where do i put the command option :? :? :? :? :? :? :?
What do you mean? Just read the macro i posted before :?

User avatar
kovalainen
Community User Level: 2
Community User Level: 2
Posts: 141
Joined: Tue Sep 05, 2006 3:28 pm
Contact:

mean

Post by kovalainen » Wed Sep 06, 2006 3:22 pm

i mean where do u put all of this?????????? lol and do you have to use "-macros <yourmacros.ini>". for your own macros to work

User avatar
dede
Community User Level: 5
Community User Level: 5
Posts: 3314
Joined: Mon Apr 10, 2006 10:29 am
Contact:

Re: mean

Post by dede » Wed Sep 06, 2006 6:22 pm

kovalainen wrote:i mean where do u put all of this?????????? lol and do you have to use "-macros <yourmacros.ini>". for your own macros to work
macros.ini
You will find the same macros i wrote here (Example, ShowSettings, Reg, Cup, RaceInit, RaceEnd, CupEnd). These macros you'll find are the ones that you need for your autoserver: there is no need to create others. Just add the commands you need there!

Post Reply