Search the Community
Showing results for tags 'capturing'.
-
Once upon a time, the idea of capturing a ship was presented on the forum. https://wildfiregames.com/forum/topic/104332-naval-overhaul-alpha-27/ In my opinion, it is a great idea to provide the opportunity to capture an enemy ship. My development of this idea is very simple: Let's make it possible for one ship to be captured or seizured (intercepted, converted e.t.c) by another player's ship with a garrison. For example: one ship that has no garrison (or fewer units) and another ship with a garrison (or two/three times more than the first) move very close to each other for a while, after which the ship becomes the possession of the player with a more powerful garrison. Much like taking over buildings. After capture, the first ship will receive part of the second ship's garrison. To do this, you don’t need to make animation, just add mechanics. Of course, it would be better to take into account the forces of the units located in the garrison, but only if it looked like hand-to-hand combat (without representing the battle itself, only capturing the line, as for buildings). And ships without a garrison could not be used for capture. Only for fights. Thus, the player can add units to the ship's garrison and go to capture another fleet. This will add dynamics and unpredictability to naval battles.
-
Remove capture buildings it breaks the balance!
-
Hi guys. In my mod I make mercenary camps work. They are indestructible (a few bugs but that's different story), can be capture by all players, the right mercenary are available to the right player. So far so good.Everything wprk BEAUTIFULLY. Now, I would like to have some mercenary camp technologies, some unique to different civs who capture them. I tried out two test technology. I put them in the merc camp building and capture the building. { "genericName": "Test Romans", "specificName": "Teste Romani", "description": "Test tech for merc camps.", "cost": {"food": , "wood": , "stone": , "metal": 250}, "requirements": {"all": [{"tech": "phase_town"}, {"civ": "rome"}]}, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "sibylline_books.png", "researchTime": 40, "tooltip": "All units +20% vision range.", "modifications": [{"value": "Vision/Range", "multiply": 1.25}], "affects": ["Unit"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } { "genericName": "Test Athenians", "specificName": "Teste Graeci", "description": "Test tech for merc camps.", "cost": {"food": , "wood": , "stone": , "metal": 250}, "requirements": {"all": [{"tech": "phase_town"}, {"civ": "athen"}]}, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "helmet_corinthian_crest_2.png", "researchTime": 40, "tooltip": "All units +20% vision range.", "modifications": [{"value": "Vision/Range", "multiply": 1.25}], "affects": ["Unit"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } You can see one are to show up if the ROME civ or the ATHEN civ capture the mercenary camp, but they don't show up when captured by either player. Is something I to do to make this work? Thanks.
