Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.013
  • Joined

  • Last visited

  • Days Won

    582

Everything posted by Stan`

  1. Follow Don't hesitate to ask questions if you are stuck
  2. Download tortoise svn, you will see it's easy
  3. And it's totally okay, It's my job to make sure things work You'll have to fiddle a bit with things, but you'll be fine, and you can ask me any questions See https://trac.wildfiregames.com/wiki/ArtScaleAndProportions I can guide you as much as you need, and teach you so don't need me so much. It will always seem overwhelming at first, but you are here to learn, aren't you? What OS are you on?
  4. @Pablinski2 if you only want to contribute art, you can be mostly fine with the release version of the game. If you want to see the latest things though you need to clone on of three repositories. The easiest one is the SVN one. (It provides automated builds for Windows) If you are on Linux or Mac though you will need to compile the game yourself. You need to install TortoiseSVN. After installing it you will need to clone the public repository. See Getting the Code. After that you might want to use the Blender extension I wrote you can download the latest version here. This will allow you to import actors which are XML files that tells the game how to texture and equip a model. Those files will be in binaries/data/mods/public/art/actors You might also want to create mods. In the example above public is a mod. It's the main mod of the Pyrogenesis engine. To create a mod, you can either put it into binaries/data/mods/ Or in your documents folder. See Game Data Paths All mods are defined using a mod.json file such as this one { "name": "technical name, usually the folder name, avoid caps and spaces. my_mod", "version": "Mod Version usually (Major.Minor.Patch) e.g. (1.0.0)", "label": "Pretty name for the mod ", "url": "Mod url", "description": "Mod Description", "dependencies": [] } It's a lot to process at the beginning so don't hesitate to ask questions
  5. Speaking of which, maybe we could clean the current's game map and put them in @coworotel's mod
  6. @Nescio Sure. Here the question was whether the banner was incorrect. While at it I can fix the garrison flag
  7. Currently the rally point and the some new shields by @Alexandermb use the trinacria But it seems that's just the name greek gave to sicilly so maybe it should be replaced by owls ?
  8. I meant for the SDL2 But I guess updating libs do not hurt if there are no breaking changes
  9. I'm not sure what you imply by that. I guess you need a more recent version to support the Dark mode theme. I believe there is already a patch by @Krinkle for gnutls mifht be nice to update gmp and nettle libs if we can guarantee it doesnt break the game Well it happens.
  10. Hey can you tell us more about when this error occured ? If it's when the bar reaches 100% try disabling glsl and postprocessing
  11. Do you want to try to put them in the game ?
  12. Yep Don't worry, we have funnier tasks
  13. There you go palisades1.blend
  14. Give me a sec I will make you a blend file
  15. Stan`

    Log error

    Hey @Filippo Welcome to the forums. Can you tell us more about when this error occurs? If it occurs when reaching 100% try disabling GLSL and postprocessing in the game options
  16. They communicate through a system of interfaces. 0 A.D. uses an entity component system (ECS) each components defines an interface. We use firefox's JavaScript engine to run Javascript. It was chosen a long time ago. With some digging you will find some relevant threads
  17. I guess that could be a good start for @Pablinski2 ? (If he is up to it of course)
  18. Hey btw @OptimusShepard and I might have found a fix for it
  19. Hey @Pablinski2, Really sorry for the misunderstanding I guess I should have better advertised this thread as my own task list.... I already modelled and textured the hare. It's just waiting for someone to animate it. It turned out the rabbit armature wasn't that great. If you want to model animals there are plenty to choose from in the animals thread. If you need guidance or anything really just ask me . Really sorry. EDIT: Here are the files hare.blend
  20. Hey @Langbart thanks for trying. I believe this a sdl2 bug because we use an outdated version. You could try modifying the build script to a more recent one.
  21. Sure, the issue is that when using the lobby, the game is trying to connect through your router instead of using you local network to join your sibling. EDIT: Oh my bad. did you try direct connect through IP?
  22. Hey, Sorry for the inconvenience, you can try the following fix, or just click continue when the popups come out. We are currently investigating this issue with AMD.
  23. Well I need help modelling new scifi buildings, civil war buildings, ww2 buildings, we could use help modelling @Obskiuras awesome suebi concepts, else we have a middle eastern
×
×
  • Create New...