Search the Community
Showing results for tags 'fog of war'.
-
Hello everyone. Does Petra AI have a hidden map under the fog of war when such option has been turned on for real player in match settings? It looks, that Petra Bot always knows where the opponent is located and no need to find anything? The replays also demonstrate this, that the bot directs his army directly where it is needed from the beginning of the game match. How is it possible, without opened map and without searching location of enemies ? May be I am wrong, but it looks so, that Fog of War is not implemented for Petra AI. So, it is some advantages for Petra and disadvantages for real players. Hidden map should not been revealed before exploration. It necessary to fix it in this case. Does anybody made such request before ?
-
Hi. So in my mod I remove the "wooden defense tower" and just have one defense tower like in earlier alpha. But, it starts out as wood, and in Town Phase (City Phase for Celts) player can upgrade the wooden defense tower to stone defense tower. This use actor replace code in tech. Everything works great except two things -- 1 (most impoertant problem), in the fog of war the stone towers revert back to original wooden tower actor, and 2, when building a new stone tower what rises from the ground is the old wooden actor. Here is the tech: { "genericName": "Stone Towers", "description": ".", "cost": {"food": 0, "wood": 0, "stone": 500, "metal": 0}, "requirements": {"tech": "phase_town"}, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "stone_towers.png", "researchTime": 40, "tooltip": "Upgrade wooden defense towers to stone defense towers. +100% health, +100 stone cost. Unlocks Oxybeles Towers.", "modifications": [ {"value": "Cost/Resources/stone", "add": 100}, {"value": "Health/Max", "multiply": 2}, {"value": "VisualActor/Actor", "replace": "structures/hellenes/scout_tower.xml"} ], "affects": ["DefenseTower"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } If you guys are going to show Civic Centers upgrading visual actor with phases, then this is something that should be fix, since that feature will probably use the same or similar kind of tech modification (unless you go really weird and do some kind of entity promotion).
- 3 replies
-
- fog of war
- actor switching
-
(and 1 more)
Tagged with:
