-
Posts
10.647 -
Joined
-
Last visited
-
Days Won
522
Everything posted by wowgetoffyourcellphone
-
Age of Empires IV
wowgetoffyourcellphone replied to borg-'s topic in Introductions & Off-Topic Discussion
I was thinking of creating a "Civ Variant" in 0 A.D. for the Macedonians based on Alexander's anabasis. Maybe do the same for the Roman army too. -
"SortingClasses" and "SortingOrder" syntax?
wowgetoffyourcellphone replied to krt0143's topic in Game Modification
Technically a bug, but caused by an oversight. Are you willing to create a Trac ticket for it? https://trac.wildfiregames.com/newticket -
Ideas for unique technologies
wowgetoffyourcellphone replied to borg-'s topic in Gameplay Discussion
2000 food, 1000 metal then. @alre^ -
Ideas for unique technologies
wowgetoffyourcellphone replied to borg-'s topic in Gameplay Discussion
I think the easiest thing to do would be to make formations unlockable with a special tech. For example, if you had a Hellenistic Reforms tech for the Spartans, it could simultaneously unlock Spartan pike units and unlock the Syntagma formation. This is the strongest problem with "formation bonuses" because the game still doesn't have hard formations (yet?). As you indicate, once the formation stops moving the soldiers go off and do their own thing. They are technically still in the same formation, but they path apart. The best way to simulate a formation bonus is to look at what Delenda Est does for Hoplites and Pikemen. It gives a small aura to these units which effects units around them: { "type": "range", "radius": 2.5, "affects": ["Hoplite"], "affectedPlayers": ["Player", "Ally"], "modifications": [ {"value": "Resistance/Entity/Damage/Hack", "add": 2}, {"value": "Resistance/Entity/Damage/Pierce", "add": 2}, {"value": "Resistance/Entity/Damage/Crush", "add": 2} ], "auraName": "Shield Wall", "auraDescription": "Hoplite-style infantry give other Hoplite-style infantry +2 hack, +2 pierce, and +2 crush resistance within range of each other. This does not stack or multiply.", "overlayIcon": "art/textures/ui/session/auras/standground.png", "stackable": false } { "type": "range", "radius": 3, "affects": ["Infantry Pike"], "affectedPlayers": ["Player", "Ally"], "modifications": [ {"value": "Attack/Melee/Damage/Hack", "multiply": 1.05}, {"value": "Resistance/Entity/Damage/Hack", "add": 1}, {"value": "Resistance/Entity/Damage/Pierce", "add": 1}, {"value": "Resistance/Entity/Damage/Crush", "add": 1} ], "auraName": "Massed Pikes", "auraDescription": "Player and allied Pike Infantry boost each others' attack by +5% within 3 meters. This effect 'stacks', so that the more Pike Infantry fighting together en mass, the more effective this becomes (+10%, +15%, +20% etc.). Resistance also increased +1 for all types.", "overlayIcon": "art/textures/ui/session/auras/attack_bonus.png", "stackable": true } Because the range of these auras is so small, it usually requires the Phalanx or Syntagma formations respectively in order for the auras to apply. -
Yeah, I noticed. I chose that one because the faces and hair were distinct from the others
-
Game Balance: Battering Rams, the 0 A.D. tanks?...
wowgetoffyourcellphone replied to krt0143's topic in Gameplay Discussion
Why so aggressive bruh -
"SortingClasses" and "SortingOrder" syntax?
wowgetoffyourcellphone replied to krt0143's topic in Game Modification
Custom unit? Champion? -
Ideas for unique technologies
wowgetoffyourcellphone replied to borg-'s topic in Gameplay Discussion
All civs: "Siege Rations": A late-game City Phase boost to unit health. All units +10% health. Cost: 2000 food. Building: Farmstead. -
Ideas for unique technologies
wowgetoffyourcellphone replied to borg-'s topic in Gameplay Discussion
"Iron Smelting": Large mounds of iron slag were found at Kushite settlement sites, indicating an advance iron working industry. Allies +10% metal gathering rate. -
I did not play the map. I'm not on my gaming rig, so I only looked at it in Atlas. I think the Maritime Pines are a good stand-in for the Aleppos and look nice in Mediterranean setting: The hills above the Aegean Sea are often covered in "scrub" bushes as well. Like this: The good thing about bushes is that they don't block building construction.
-
Took a look at it. Good for a first try! Some thoughts, if you don't mind: Lighting, Environment, etc: Don't forget to add fog, play with the lighting settings (a lot of the current skirmish maps have good settings), turn on the HDR post-effect and play with the contrast, etc. Right now, without these things the world looks flat. Mess around with water colors and sky boxes to make a nice looking ocean. Terrain textures: Add some variation to the grass textures you're using. Since you're using the Aegean terrains, stick with that biome but variate the grass textures a bit. Also, don't forget forest floor textures under the treed areas. Which brings me too: Trees feel too spread out. Remember the course of the game requires the player to place buildings, expand, etc. When you're creating maps, always think about how it will play. So, clump the trees together and create groves and forests that the player has to expand to and exploit. And I personally wouldn't use the Aleppo Pines--they're not as well made as some other tree types. Also, use bushes around the edges of groves and forests. Have fun with eyecandy. Place a bunch of small stones around mines. Maybe even make cool open pit quarries, etc. Keep at it, or apply these things to your next map! Have fun world building!
-
-
-
"auto-sniping" thoughts and tests
wowgetoffyourcellphone replied to Atrik's topic in Gameplay Testing
You know this how? You know this how? My guess is you'd take steps to make these mods bypass this check then? Curious. -
"auto-sniping" thoughts and tests
wowgetoffyourcellphone replied to Atrik's topic in Gameplay Testing
Not a game that allows some to install cheat mods. Yeah, I'm using the word. The solution is to remove the disable checks feature from the base game. This would ensure that all players in a match have the same mods installed and enabled. @Atrik @seeh et al. If people would like to see macros and other GUI/input features in the base game, then those people should submit patches: https://code.wildfiregames.com/differential/diff/create/ -
Rebuilding destroyed wall segments - Impossible?
wowgetoffyourcellphone replied to krt0143's topic in Gameplay Discussion
Officially the feature is currently only-snap to wall towers. If it doesn't work then it's a one-off bug or, and this can be fixed too, the adjacent wall on the other side of the tower sticks to far into the tower and it's the overlapping obstructions which prevent you from setting a new wall. -
Rebuilding destroyed wall segments - Impossible?
wowgetoffyourcellphone replied to krt0143's topic in Gameplay Discussion
I mean, it's one of the last major quality of life issues with the game. I definitely give a shite if you'd like to pick it back up. EDIT: Hmm, I looked at the patch and it's not exactly what we need for walls, I think. What walls need is for wall segments to be able to be snapped to with new walls, not just wall towers. Currently you can only replace wall segments by snapping the new wall to a wall tower and stretch it to the next available tower. You cannot currently snap the new wall to the end of a segment to make a new tower and stretch from there. This is what we need. Building spawning new foundations when destroyed is an interesting feature to potentially explore, but for walls I think we need what I've described above, which is something different. -
-
Rebuilding destroyed wall segments - Impossible?
wowgetoffyourcellphone replied to krt0143's topic in Gameplay Discussion
Not yet implemented. There was a patch, but I'm not sure about the chosen implementation. https://code.wildfiregames.com/D1190 -
"auto-sniping" thoughts and tests
wowgetoffyourcellphone replied to Atrik's topic in Gameplay Testing
0 A.D. is in serious trouble. Full stop, these mods are killing the game. @guerringuerrin is right, in that folks with skills to actually help with developing the core game would rather use that time and effort making what essentially amounts to cheating tools in order to destroy the PvP aspect of 0 A.D. for short term LoLz. Once multiplayer has been turned over to the cheaters and spammers and botters, it's a sure sign of the game's death. -
-
Game ignores scenario Start Resources. Why?
wowgetoffyourcellphone replied to krt0143's topic in Game Modification
The differences between a skirmish map and a scenario, is that a skirmish allows the players to choose their civs and the host to choose all kinds of settings, while a scenario is basically locked to what the designer has decided, creating a specific scenario or story -
Game Balance: Battering Rams, the 0 A.D. tanks?...
wowgetoffyourcellphone replied to krt0143's topic in Gameplay Discussion
I think it will take top players to work with AI programmers to make worthy AIs. That, or top players becoming AI programmers. -
0 A.D's Built-in Encyclopedia
wowgetoffyourcellphone replied to Lion.Kanzen's topic in General Discussion
Watch spelling: calvary -> cavalry Xenaphon -> Xenophon "However" is used thrice in a row. Calvary for a long time was a weak spot in Sparta’s military. For the longest time their only force was the hippeus, a force of 300 mounted infantry who would guard the kings and perform in religious ceremonies. However, in 424 BC the Spartans started putting those deemed unfit to fight on horses to ride as scouts. However the amount of Spartans who were calvary only ever amounted to only 60 per mora(Xenaphon wrote that a mora contained around 6,00 men). However, Sparta did bolster their ranks with mercenaries.