This thread is for converting Fairlines remake of Harlan Thompson's "The Mongols" scenario to Freeciv!
Used tools:
Sources:
What works:
* The map, ruleset, and tileset loads without errors!
* It's (probaly) possible to play multiplayer games against human opponents!
Todo:
* The server crashes on end of turn if you try to play against AI opponents. Probaly due to bugs in the ruleset.
* No events implemented yet (I have to figure out Freeciv's Lua interface first).
* Map is empty. Since I don't know how to access the map data from the SCN file, I got the same map from a different source.
The converter perl script creates a very messed up Freeciv ruleset. I spent hours cleaning it up, but it is likely to contain errors! The tileset is still very messy too.
How to use:
Extract archive into your Freeciv data directory (the Freeciv root directory in Windows).
Start civserver and issue the following command in order: 'load mongols.sav' 'rulesetdir mongols'
Start civclient from the command prompt with 'civclient --tiles mongols'
Connect to the network game.
Enjoy the vast, empty wasteland.
Used tools:
- rules.txt converter perl script by John Bauman
- civ2mp2fc map converter by Egor Vyscrebentsov
Sources:
What works:
* The map, ruleset, and tileset loads without errors!
* It's (probaly) possible to play multiplayer games against human opponents!
Todo:
* The server crashes on end of turn if you try to play against AI opponents. Probaly due to bugs in the ruleset.
* No events implemented yet (I have to figure out Freeciv's Lua interface first).
* Map is empty. Since I don't know how to access the map data from the SCN file, I got the same map from a different source.
The converter perl script creates a very messed up Freeciv ruleset. I spent hours cleaning it up, but it is likely to contain errors! The tileset is still very messy too.
How to use:
Extract archive into your Freeciv data directory (the Freeciv root directory in Windows).
Start civserver and issue the following command in order: 'load mongols.sav' 'rulesetdir mongols'
Start civclient from the command prompt with 'civclient --tiles mongols'
Connect to the network game.
Enjoy the vast, empty wasteland.
Comment