Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.426
  • Joined

  • Last visited

  • Days Won

    601

Everything posted by Stan`

  1. I don't know much about the .CEM format. From my little understanding though, a tool exists that will allow you to export to .CEM from Blender. In Pyrogenesis, the engine behind 0 A.D. meshes only support one material at a time. So for that reason and for modularity meshes are split into lots of pieces. For static meshes I wrote an importer from the game to Blender assuming you use the development version of the game. For animated meshes, I would not recommend using the blender importer, so it's better to use the blend files, provided they exist in the art repository
  2. You can only do that by using simlinks. There is no option in the game to do that.
  3. Nope and neither for R28. I usually did the work when porting hyrule, but i haven't done that in a while
  4. https://code.wildfiregames.com/P232 And https://gitea.wildfiregames.com/Stan/pyrogenesis-migration-scripts
  5. It depends. Sometimes you'll need xml changes e.g entities being removed. If a terrain was removed you'll need to edit the pmp. Other than this you should be good. There are some scripts to migrate maps from version to version
  6. We could trick it like Lordgood did. Basically inside the model you'd hide the fire. And using two bones to stretch it you could do something yeah. For now though, it does nothing. I think it was heavy sarcasm.
  7. Joining the lobby should be possible from anywhere, unless your country blocks it. Joining someone's match on the other end is another matter. The only solution would be dedicated servers you can join, and that requires money.
  8. It should though... Mods should install next to public if thats passed.
  9. Technically at some point someone planned for walls to upgrade to fortresses.
  10. cc @Itms Probably nothing we can do because it needs to be filed on the Gitea Side.
  11. Can you report the errors you're getting upstream? @ShadowOfHassen
  12. That's strange, also expect the performance to be way worse.
  13. Same reason, the cost of integrating, testing, bringing up to standards has not been undertaken.
  14. Hey, I'm Stan. I'm technically no longer the leader though. Regarding changing this gameplay mechanic aside from convincing some people you'll have to make a patch on Gitea. There are a lot of great ideas, but developper timer is scarce, and patches speak louder than words Do note however that having a patch doesn't mean it'll get merged.
  15. Where is the origin of the models ? https://www.youtube.com/watch?v=SH1ZpxL5_gA
  16. Strange, it's the second time somebody posted this.
  17. Do you get an error message or something? I see the link to the wiki, which are the instructions one should follow, and I can access it in incognito mode without issues.
  18. Hey @Perzival12 The game automatically detects the skeleton of a DAE, using the files in art/skeleton. If there isn't any matching the structure from your new mesh, it will fail. I have a python script to generate the skeleton from a given DAE file. https://github.com/StanleySweet/0AD-Skeleton-Generator
  19. I suppose your best best would be to dig up the code for the autociv mod, or one of its successors. However because the code is gonna be running on all the players, you gotta be careful with not creating a loop.
×
×
  • Create New...