LT5

Trouble loading LT3-LT5

I'm trying to load LT3 to LT5 to check the final scorelists, for the ranking list. But for some reason I can't figure out how to do this. Here's what I've done so far:

LT5 - units.ruleset file


; Modifying this file:
; You should not modify this file except to make bugfixes or
; for other "maintenance". If you want to make custom changes,
; you should create a new datadir subdirectory and copy this file
; into that directory, and then modify that copy. Then use the
; command "rulesetdir " in the server to have freeciv
; use your new customized file.

LT5 - ruleset

Ruleset is based on LT4 ruleset.

There is change in units.ruleset.

LT5 - launch script


#!/bin/bash

rm -r lt5/.civinput
touch lt5/.civinput

if [ x$1 = x ];then
LARG=" -f lt5/lastsave.sav.gz "
echo 'start' >> lt5/.civinput
else
LARG=" -f $1 "
fi

export LC_ALL=C
tail -f lt5/.civinput | 2.0.8-auth/bin/civserver -a -N -r .lt5 -p 5555 -s lt5 -P -g lt5/civgame.log $LARG 2>&1 \
| tee lt5/.civoutput | logger -t lt5

LT5 - server settings

####################### core settings #####################
rulesetdir lt5
set saveturns=1
metamessage 'http://lt4.pagema.net LongTurn test server'
cmdlevel none
############################################################

set saveturns=1
#24h timeout AND turnblocking, but not fixedtimeout
set timeout=86400
set turnblock = 1
set fixedlength = 0

#lower researchcost
set techlevel = 0
set researchcost = 10
#
set startunits=cccccwwx
set startpos = 3
#
set disp=3
set huts=1
set specials=100
#
set separatepoles=0
set tinyisles=1

Syndicate content