-
Posts
17.968 -
Joined
-
Last visited
-
Days Won
578
Everything posted by Stan`
-
Hey @Tee Welcome to the forums & thanks for the application I'm not quite sure where you want to contribute, could you clarify it for me. Your application title says design, and you say you don't want to do programming, yet all your skills seems to be in the programming area.
-
Yes but it's pseudonymised with your user report id. And we have no matching DB. Nor should we.
-
Walls are still problematic. I remember threads about @Hannibal_Barca abusing walls by making fans out of them causing pathfinder havoc. In MP matches, probably not indeed. IMHO we should have a tech filter restricting some techs in MP. With the modifier manager we can now disable techs on game start this way they would not pollute you but we could still have some stuff for SP players. Regarding the balancing PM maybe we should just open source it. Regarding Nescio's position, I think they were more into what he believed was historical accuracy than what you'd want as gameplay. Their opinions were just radically opposed to yours. He did put in the work to make patches though.
- 56 replies
-
- 1
-
-
- attack vs capture
- stats
-
(and 2 more)
Tagged with:
-
Campaigns - Don't See them
Stan` replied to rillsley's topic in Introductions & Off-Topic Discussion
What version of the game are you running? -
Request for Sassanid Empire in Millennium A.D.
Stan` replied to Mirza Shakiba's topic in Scenario Design/Map making
Well, I suppose you could start with downloading Blender and playing a bit with it. https://gitea.wildfiregames.com/0ad/0ad/wiki/Basic3DImplementation -
Request for Sassanid Empire in Millennium A.D.
Stan` replied to Mirza Shakiba's topic in Scenario Design/Map making
Moved the off topic to the current thread. The current game (Part 1) is -500 B.C. 1 A.D. So it would be for Part 2. We don't have enough artists to take that on at the moment though. Most of the artists are spread across all the mods and the game and are generally the same people. -
Compile alpha 27 on Ubuntu 22.04
Stan` replied to ffffffff's topic in Game Development & Technical Discussion
Yeah that changed between A26 and 27. Did you encounter docs that were still mentioning the old way ? -
Did you set a victory condition ?
-
Mmh from the error “Serialize_InvalidCharInString” it seems you have put an unsupported character in your template
-
Ah then you just need to add: <ProductionQueue/> to your template.
-
Trouble following Atlas BuildInstructions
Stan` replied to eZamus's topic in Game Development & Technical Discussion
Thank you for fixing it -
units/{civ}/support_slave Do you have a template named units/athen/support_slave for instance ? Or whatever your civ code is
-
Trouble following Atlas BuildInstructions
Stan` replied to eZamus's topic in Game Development & Technical Discussion
The problem is the docs not being up to date. Sorry about this. The flag was recently changed by @hyperion https://gitea.wildfiregames.com/0ad/0ad/commit/949d5f8c0b64252669c1473686918d71d1b7f225 If you don't build and put the wxwidgets binaries in the correct folders it won't build atlas -
I mean the biggest cheat is that Petra knows everything you do and plays with the map revealed. Most AIs cheat
-
Currently it's not really possible to do such a thing. The only thing with dynamic pathfinding are gates. The game has a 2D grid not a 3D one
-
They might be easier to maintain code wise. Also they can keep evolving between releases. However like @agentx's hannibal ai they will have a hard time updating each time the game updates due to to lack of api stability. I do wish we had an AI programmer though. Petra's code is not great.
-
Revision Log not updated on 0AD Homepage
Stan` replied to Grautvornix's topic in Game Development & Technical Discussion
You're very welcome -
It would be nice to have new AIs. In the past we had a few (Hannibal etc i probably have them listed somewhere. One was even written in Haxe). The one bundled with the game can be the general purpose one'
-
You need to edit this file to change the gathering animation by another dae file https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/binaries/data/mods/public/art/variants/biped/female_gather_grain.xml You probably have -structures/wallset-palisade in one of your templates that doesn't have this token.
-
You can look at their Github Repository https://github.com/JustusAvramenko/delenda_est You need to edit the gathering variant in art/variants.
-
Sorry made a mistake <textures> <texture file="props/road_temperate straight_long.png" name="baseTex"/> <texture file="props/road_temperate straight_long1.png" name="normTex"/> <texture file="props/road_temperate straight_long2.png" name="specTex"/> </textures> You're missing “props”
-
<textures> <texture file="props/road_temperate straight_long.png" name="baseTex"/> <texture file="road_temperate straight_long1.png" name="normTex"/> <texture file="road_temperate straight_long2.png" name="specTex"/> </textures> Should be <textures> <texture file="props/road_temperate straight_long.png" name="baseTex"/> <texture file="road_temperate straight_long1.png" name="normTex"/> <texture file="road_temperate straight_long2.png" name="specTex"/> </textures>
-
You didn't add the props/ prefix.