[Freeciv-Dev] (PR#13764) Wishlist: Improved nation selection screen
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13764 >
> [himasaram@xxxxxxxx - Wed Aug 24 19:32:31 2005]:
> AI players should always be chosen from the same "era" as the human
> player has selected. And if not overly complicated to implement,
> primarily also from the same region.
>
> Daniel
Already implemented. Take a look at data/default/nations.ruleset:
; Descriptions of nation groups
; name = name of the group
; match = How much the AI will try to select a nation in the same
; group
[ngroup_ancient]
name="Ancient"
match=1
[ngroup_medieval]
name="Medieval"
match=1
[ngroup_modern]
name="Modern"
match=1
[ngroup_fictional]
name="Fictional"
match=2
--
mateusz
|
|