Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.968
  • Joined

  • Last visited

  • Days Won

    578

Everything posted by Stan`

  1. Because it requires extra tools you might not have such as GLSLC and the Vulkan SDK. And the shaders are made available in the release tarballs. See source/tools/spirv for the python script to build shaders. See this for the nightly build https://gitea.wildfiregames.com/0ad/0ad/wiki/NightlyBuild To build you'll need the rules.json in the nightly build source/tools/spirv The commands look a bit like https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/build/jenkins/pipelines/nightly-build.Jenkinsfile#L139 You can also svn export the shaders to your folder like this script does https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/binaries/system/get-nightly-binaries.bat
  2. On macOS all the log folders and cache folders are hidden folders. You might access them through a terminal window with the the open folder_name command. https://gitea.wildfiregames.com/0ad/0ad/wiki/GameDataPaths
  3. SPIR-V files are binary files. As such they are not present in the git repository. You can either build them, or download them from the nightly build. Windows provides a script for this. You can adapt it for linux as well.
  4. Can you upload the save game somewhere?
  5. That's the style of m7600 who is no longer part of these forums.
  6. You can add the -editor command line argument Regarding Atlas some work has been done by @trompetin17 to get rid of it and instead do everything inside the game.
  7. That would be a question for @real_tabasco_sauce for the main game or @wowgetoffyourcellphone for DE.
  8. JS code should hotload on change. You cannot add new files when the game is running though they won't be picked up.
  9. For formation banners given the size the polycount would be okay. Yeah some of Alexandermb's models have a way too high polycount. I mean the game supports setting three different meshes depending on the quality options. You can check the barrel actor for an example.
  10. Currently you can do - civ_infantry e.g han_infantry (everyone can train han infantry by capturing this building - {civ}_infantry gets replaced at run time by the owner civ if such a unit exists for them - {native}_infantry like 1) but dynamic useful if you have three embassies templates with different civs for instance.
  11. Hey sorry for the delayed answer. The polycount limitations highly depend on the number of units with those things. You can check out the number of tris in the editor, (disable shadows in atlas first) but i feel like it should be 400-500 considering unit models without props are around 1000. Lods are an option though and we could have a higher quality version for high quality model level. Does that make sense?
  12. It was not. At the time I didn't know how it worked and I just wanted to add a cool asset into the map editor.
  13. That's the issue with allowing buildings to train all units, since you might see Atlas only entities, or entities that were not made or balanced for matches.
  14. I think something like that was attempted in milleniumad. Not sure it was finished.
  15. Can you take a screenshot of the left of Visual Studio? Do the projects they show v141_xp .
  16. Hey nifa, nice to see you back! They look pretty nice. The polycount looks high though
  17. https://code.wildfiregames.com/D4991 @Atrik could you provide a minimal replay of the bug(s) so we can open issues?
  18. https://wildfiregames.com/forum/topic/16802-legal-waiver-please-read-this-before-contributing/page/5/#comment-587840
  19. 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.
  20. 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.
×
×
  • Create New...