Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.080
  • Joined

  • Last visited

  • Days Won

    587

Posts posted by Stan`

  1. 4 hours ago, MirceaKitsune said:

    I still get errors about 0 A.D. wanting spirv in latest Git, which is strange since I thought every dependency for Vulkan was integrated long ago

    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.

    • Thanks 1
  2. 16 hours ago, ArjenSD said:

    I tried to save an online gameplay, but when I load the saved gameplay the terrain is changed. For example a complete sea was gone.
    Is this something that will be developed?

     

    I love this game!

    Can you upload the save game somewhere?

  3. 7 hours ago, eZamus said:

    yes I am aware for the JS side, it works fine, my question was more about the c++ code :D Actually I can work on the atlas / Scenario editor, it's just I had to close the app, rebuild the solution (on "selecting" "pyrogenesis") and reopen the scenario edit passing through the 0 AD menu each time I want to test/see my change, is there a better way to work on the scenario editor ?

    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.

  4. 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.

    • Like 1
  5. 12 hours ago, nifa said:

    Hey, thanks! Yeah, polycount is higher than the carthagian actor, which was basically 2d. The first three standards have 1.5 to 1.9 k tris, the last one only 800 tris. The most consuming are the items on top (eagle 1.5k, hand and wolf each 900 tris). I tried saving geometry where I could and baked a lot to normals, maybe the eagle could spare some tris though. But I think all in all it's not unreasonable high, or is it?

    Btw everything is baked on one texture. Anybody who wants could easily combine the parts to make more or different standards for variety or ones with less geometry.

    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?

  6. 51 minutes ago, Tee said:

    Yes, my mistake. Really anywhere I can be useful. I have some skills in web development and design. I wasn't quite sure how those web development skills can be applied to the actual game itself so I didn't know the best answer for it, but if it somehow falls within range, I'm open to it. However, I would be willing to donate my time to any tasks that are needed regardless if it's programming or not. I can also do Spanish translation if that's needed.

    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.

     

  7. 2 hours ago, real_tabasco_sauce said:

    Personally, I think campaigns could make up for some of the historical/realism lapses that are needed for good multiplayer gameplay, but the fundamental gameplay should be consistent between basic single player and multiplayer. Ideally, players learning in single player should help prepare them to go up against player opponents.

    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...