A test game for LT36 running with Freeciv 2.5 has started
-
- Member
- Posts: 1781
- Joined: Thu Jan 01, 1970 12:00 am
A test game for LT36 running with Freeciv 2.5 has started
This is mostly a repost from another thread
The game is online but it may also be restarted when a new and improved ruleset is installed.
You will need a 2.5.x client (2.3.x client will not do).
The address: lt36.longturn.org
port: 5036
Everyone who played in LT34 already have a nation with this test game. If someone who wasn't playing LT34 want to try it out, reply to this thread and we will add you to the game. Not instantly but when the game is restarted.
There is currently at least one known issue I'll fix at a later time. Cities built on rivers do not have a bridge if you don't know the tech for that. This is a change that was introduced with Freeciv 2.5. There may be some similar issues and we need to find those.
I'm not sure how the map is with LT36 test game. It's using the same map settings LT35 has but as the map generator is apparently different from Freeciv 2.3 there may be some surprises.
Please report any issues you have with the game.
The game is online but it may also be restarted when a new and improved ruleset is installed.
You will need a 2.5.x client (2.3.x client will not do).
The address: lt36.longturn.org
port: 5036
Everyone who played in LT34 already have a nation with this test game. If someone who wasn't playing LT34 want to try it out, reply to this thread and we will add you to the game. Not instantly but when the game is restarted.
There is currently at least one known issue I'll fix at a later time. Cities built on rivers do not have a bridge if you don't know the tech for that. This is a change that was introduced with Freeciv 2.5. There may be some similar issues and we need to find those.
I'm not sure how the map is with LT36 test game. It's using the same map settings LT35 has but as the map generator is apparently different from Freeciv 2.3 there may be some surprises.
Please report any issues you have with the game.
- HanduMan
- Member
- Posts: 115
- Joined: Thu Jan 01, 1970 12:00 am
I'd call it an improvement.wieder wrote:Cities built on rivers do not have a bridge if you don't know the tech for that. This is a change that was introduced with Freeciv 2.5.
Another one of the same sort: If you build a city on a hill (1/1/0) you get +1 food and +1 shield from city center (2/2/0). If you then build a mine in the city you loose that +1 food (because you cannot have both irrigation and mine on a hill, right?) so you get 1/4/0 now (there still exist that +1 shield for city center).
-
- Member
- Posts: 1781
- Joined: Thu Jan 01, 1970 12:00 am
Yeah... Some people like it and some not
We also have the triremes moving on rivers. Looks interesting. Maybe we will keep thát setting unless objects. Another change - or an actual change - I made was making it possible to produce triremes and caravels at the same time. The triremes will be obsoleted with transports and caravels with caravels with galleons. I figured out that in the past there has always been some cheap not that great ships without the capability to go too far from the harbor. Keeping the triremes in production would make that possible and allow the players to build more than one type of ships in the early game. Not sure what the side effects are but in the past it was somehow odd to see people producing several triremes just before inventing magnetism.
That stuff with the hills was another surprise! There are two ways to see that. It's more realistic but also makes the game slightly harder for new players. Maybe we should keep it that way anyway
We also have the triremes moving on rivers. Looks interesting. Maybe we will keep thát setting unless objects. Another change - or an actual change - I made was making it possible to produce triremes and caravels at the same time. The triremes will be obsoleted with transports and caravels with caravels with galleons. I figured out that in the past there has always been some cheap not that great ships without the capability to go too far from the harbor. Keeping the triremes in production would make that possible and allow the players to build more than one type of ships in the early game. Not sure what the side effects are but in the past it was somehow odd to see people producing several triremes just before inventing magnetism.
That stuff with the hills was another surprise! There are two ways to see that. It's more realistic but also makes the game slightly harder for new players. Maybe we should keep it that way anyway
-
- Member
- Posts: 1781
- Joined: Thu Jan 01, 1970 12:00 am
Yes, 2.3 allows that but it was never used on LT games. The question is if we want to allow that feature?
The current version of the LT36 ruleset allows the players to build caravels and triremes at the same time. The triremes won't be obsoleted with magnetism but only when the player can build transports. This allows the players to build cheap but weak transport units for a very long time.
The current version of the LT36 ruleset allows the players to build caravels and triremes at the same time. The triremes won't be obsoleted with magnetism but only when the player can build transports. This allows the players to build cheap but weak transport units for a very long time.
- arkan
- Member
- Posts: 39
- Joined: Thu Jan 01, 1970 12:00 am
While I understand the motivation behind this change in the standard 2.5 ruleset, I don't like it. It makes choosing river tiles as city place more cumbersome that they need to be IMO.wieder wrote: There is currently at least one known issue I'll fix at a later time. Cities built on rivers do not have a bridge if you don't know the tech for that. This is a change that was introduced with Freeciv 2.5. There may be some similar issues and we need to find those.
To restore the former ability to get automatic bridge under the city before one gets the proper technology for that (bridge building), here's the change to apply to the ruleset file terrain.ruleset:
Code: Select all
diff --git a/data/classic/terrain.ruleset b/data/classic/terrain.ruleset
index 1108cb4..3fa908c 100644
--- a/data/classic/terrain.ruleset
+++ b/data/classic/terrain.ruleset
@@ -1213,7 +1213,7 @@ trade_bonus = 0
compat_special = "Road"
native_to = "Land"
hidden_by = "Railroad"
-flags = "RequiresBridge", "AutoOnCityCenter"
+flags = "RequiresBridge", "AlwaysOnCityCenter"
helptext = _("\
Roads allow your land units to move more quickly, and on some terrain,\
also provide a trade bonus.\
- arkan
- Member
- Posts: 39
- Joined: Thu Jan 01, 1970 12:00 am
I remember that kevin551 proposed a patch to keep the free irrigation on hills even when mined (http://forum.longturn.org/viewtopic.php?pid=4044#p4044).HanduMan wrote: Another one of the same sort: If you build a city on a hill (1/1/0) you get +1 food and +1 shield from city center (2/2/0). If you then build a mine in the city you loose that +1 food (because you cannot have both irrigation and mine on a hill, right?) so you get 1/4/0 now (there still exist that +1 shield for city center).
I've changed it a bit, so that mined deserts under city also keep their free irrigation.
Here's his modified patch to effects.ruleset:
Code: Select all
; give +1 food to hill/desert cities with a mine
; this reverts the newly changed no free irrigation if mined
[effect_municipal_water_system]
type = "Output_Inc_Tile"
value = 1
reqs =
{ "type", "name", "range"
"Special", "Mine", "Local"
"CityTile", "Center", "Local"
"OutputType", "Food", "Local"
}
- HanduMan
- Member
- Posts: 115
- Joined: Thu Jan 01, 1970 12:00 am
Hmm... now it gives +1 food for any city tile with a mine. What if, in a custom ruleset, you had some terrain type that can be mined but not irrigated with ability to build a city on?arkan wrote:I remember that kevin551 proposed a patch to keep the free irrigation on hills even when mined (http://forum.longturn.org/viewtopic.php?pid=4044#p4044).HanduMan wrote: Another one of the same sort: If you build a city on a hill (1/1/0) you get +1 food and +1 shield from city center (2/2/0). If you then build a mine in the city you loose that +1 food (because you cannot have both irrigation and mine on a hill, right?) so you get 1/4/0 now (there still exist that +1 shield for city center).
I've changed it a bit, so that mined deserts under city also keep their free irrigation.
Here's his modified patch to effects.ruleset:
Code: Select all
; give +1 food to hill/desert cities with a mine ; this reverts the newly changed no free irrigation if mined [effect_municipal_water_system] type = "Output_Inc_Tile" value = 1 reqs = { "type", "name", "range" "Special", "Mine", "Local" "CityTile", "Center", "Local" "OutputType", "Food", "Local" }
I'd like to suggest adding one more req in there:
Code: Select all
"TerrainAlter", "CanIrrigate", "Local"
- arkan
- Member
- Posts: 39
- Joined: Thu Jan 01, 1970 12:00 am
Thanks HanduMan for your suggestion. It sounds good and works fine.
Here's the modified patch:
Here's the modified patch:
Code: Select all
; give +1 food to hills/desert cities with a mine
; this reverts the newly changed no free irrigation if mined
[effect_municipal_water_system]
type = "Output_Inc_Tile"
value = 1
reqs =
{ "type", "name", "range"
"TerrainAlter", "CanIrrigate", "Local"
"Special", "Mine", "Local"
"CityTile", "Center", "Local"
"OutputType", "Food", "Local"
}