Page 1 of 1

Setting up my own server... Help needed!

Posted: Wed Aug 13, 2014 7:53 pm
by plastik8
Hi Guys

I'm attempting to set up my own server, so I can race with a mate from work (trying to get him hooked).

Now, I've run the ServerLauncher exe to generate the config file, then the ServerPackager to generate the server exe files etc., then copied the package onto another PC on my LAN. I've forwarded the correct ports, and I believe I'm ready to go.

However, when it comes to join the server, there is no list of cars to select in the "Select an available car" pane, even though on the server listing, it lists the correct cars. I've looked at my config file, and it seems fine....

Any ideas?

Update: OK, I suspect it has something to do with the "pickup" mode being enabled. When I disable that, it works.... Need to find out more about this mode.

Update 2: OK, fixed the problem. If you are to use "Pickup Mode", you need to assign entries in the entry list (can leave player names blank). http://www.assettocorsa.net/forum/index ... ost-206132" onclick="window.open(this.href);return false;

Code: Select all

[SERVER]
NAME=Sotnas_AU
CARS=bmw_m3_gt2
TRACK=silverstone
SUN_ANGLE=-8
MAX_CLIENTS=8
RACE_OVER_TIME=20
PORT=9600
HTTP_PORT=8088
REGISTER_TO_LOBBY=1
PICKUP_MODE_ENABLED=1
SLEEP_TIME=0
VOTING_QUORUM=75
VOTE_DURATION=20
BLACKLIST_MODE=0
CLIENT_SEND_INTERVAL_HZ=15
USE_FLOW_CONTROL=1
LOOP_MODE=1
PASSWORD=xyz
ALLOWED_TYRES_OUT=2
DAMAGE_MULTIPLIER=100
FUEL_RATE=100
TYRE_WEAR_RATE=100

[QUALIFY]
NAME=Qualify
TIME=5
WAIT_TIME=30

[RACE]
NAME=Race
LAPS=2
WAIT_TIME=10

[DYNAMIC_TRACK]
SESSION_START=100
RANDOMNESS=1
LAP_GAIN=22
SESSION_TRANSFER=0
Image

Re: Setting up my own server... Help needed!

Posted: Wed Aug 13, 2014 8:46 pm
by pixelboy
It's horrible.. There is no documentation...

Should seek sleep time to 1 I think

Re: Setting up my own server... Help needed!

Posted: Fri Aug 15, 2014 8:17 am
by plastik8
pixelboy wrote:Should seek sleep time to 1 I think
Will do so, cheers.
pixelboy wrote:It's horrible.. There is no documentation...
I guess they will release the documentation for the final release. Once you get the hang of it, it's actually relatively easy. Certainly better now that they have the pickup mode.