Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.121
  • Joined

  • Last visited

  • Days Won

    587

Everything posted by Stan`

  1. Can you take a screenshot of the left of Visual Studio? Do the projects they show v141_xp .
  2. Hey nifa, nice to see you back! They look pretty nice. The polycount looks high though
  3. https://code.wildfiregames.com/D4991 @Atrik could you provide a minimal replay of the bug(s) so we can open issues?
  4. https://wildfiregames.com/forum/topic/16802-legal-waiver-please-read-this-before-contributing/page/5/#comment-587840
  5. Regarding translations, you can go ahead and help with the spanish translation of the game on Transifex. Regarding programming, if you know web technologies, mostly JavaScript, you can contribute to half the codebase, and a little 1% with python as most of our scripts are made with this.
  6. Could be a checkbox like "ranked". I'm still quite puzzled at our userbase stats. 22k players on Snap for instance, are they all playing SP? That's crazy.
  7. 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.
  8. Yes but it's pseudonymised with your user report id. And we have no matching DB. Nor should we.
  9. I suppose OBS injects itself in a different way when running in game capture mode which slows down the game.
  10. 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.
  11. What version of the game are you running?
  12. Well, I suppose you could start with downloading Blender and playing a bit with it. https://gitea.wildfiregames.com/0ad/0ad/wiki/Basic3DImplementation
  13. 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.
  14. Yeah that changed between A26 and 27. Did you encounter docs that were still mentioning the old way ?
  15. Did you set a victory condition ?
  16. 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.
  17. Mmh from the error “Serialize_InvalidCharInString” it seems you have put an unsupported character in your template
  18. Ah then you just need to add: <ProductionQueue/> to your template.
  19. units/{civ}/support_slave Do you have a template named units/athen/support_slave for instance ? Or whatever your civ code is
  20. 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
  21. I mean the biggest cheat is that Petra knows everything you do and plays with the map revealed. Most AIs cheat
  22. 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
  23. 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.
×
×
  • Create New...