Don't know what are settings of LT, and how are they different to standard freeciv?.
Rule is simple: each file listed at server settings/LTx means change from LT(x-1).
So, if you can see let's say only units.ruleset in LT8 section, you know, that this file is changed, but rest of files are taken from LT7.
But in LT7 you see no files except server commands? So it means that LT7 is using ruleset files from LT6.
You can see only units.ruleset and terrain.ruleset in LT6, so it means that in LT8 terrain.ruleset from LT6 will be used, units.ruleset from LT8, and rest from LT5
In LT5 you can see that .....
Comments
can anyone list what the
can anyone list what the most important changes are, so new users are better prepared;
* Settler cost/city size
* migrators
* citymindist
* specials
... any more?
I will try to prepare such
I will try to prepare such list. In worst case in unified diff format :D
I don't suppose you have
I don't suppose you have that diff? As a new player I'd like to be play a few local games to get used to the ruleset.
-- And that's my crabbing done for the day. Got it out of the way early, now I have the rest of the afternoon to sniff fragrant tea-roses or strangle cute bunnies or something. -- Michael Devore
The following little script
The following little script strips spaces and tabs so that diff'ing rules files gathered with cut and paste from the forum pages against the rules files in the directories works without whitespace only differences.
for file in $(find . -type f); do echo $file ; cat $file | sed -e 's/^ *\(.*\)/\1/' | sed -e 's/\t*\(.*\)/\1/g' | tr -s \ >$file.new; mv $file.new $file; done
-- And that's my crabbing done for the day. Got it out of the way early, now I have the rest of the afternoon to sniff fragrant tea-roses or strangle cute bunnies or something. [attrib:Michael Devore]
Unified diff for LT9 (so
Unified diff for LT9 (so far) vs. FreeCiv 2.0.8
[snipped]
It's too big for here...I'm going to do a separate topic for this
-- And that's my crabbing done for the day. Got it out of the way early, now I have the rest of the afternoon to sniff fragrant tea-roses or strangle cute bunnies or something. [attrib:Michael Devore]
I've posted the unified diff
I've posted the unified diff to the LT9 forum, and am working on an english summary of changes
-- And that's my crabbing done for the day. Got it out of the way early, now I have the rest of the afternoon to sniff fragrant tea-roses or strangle cute bunnies or something. [attrib:Michael Devore]