Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.904
  • Joined

  • Last visited

  • Days Won

    575

Stan` last won the day on March 5

Stan` had the most liked content!

About Stan`

Profile Information

  • Gender
    Male

Recent Profile Visitors

54.333 profile views

Stan`'s Achievements

Consul

Consul (13/14)

10,6k

Reputation

4

Community Answers

  1. Did you set a victory condition ?
  2. Try to clean and rebuild. And or update workspaces again (close visual studio) EDIT: NVM you can't build with the most recent toolset, you need to build with v141 or v141_xp else you'll get warnings like those.
  3. Mmh from the error “Serialize_InvalidCharInString” it seems you have put an unsupported character in your template
  4. Ah then you just need to add: <ProductionQueue/> to your template.
  5. units/{civ}/support_slave Do you have a template named units/athen/support_slave for instance ? Or whatever your civ code is
  6. 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
  7. I mean the biggest cheat is that Petra knows everything you do and plays with the map revealed. Most AIs cheat
  8. 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
  9. 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.
  10. 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'
  11. 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.
  12. You can look at their Github Repository https://github.com/JustusAvramenko/delenda_est You need to edit the gathering variant in art/variants.
  13. 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”
×
×
  • Create New...