Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.294
  • Joined

  • Last visited

  • Days Won

    596

Everything posted by Stan`

  1. Not yet. See: https://code.wildfiregames.com/D4085 (Of course point is moot if we move away from Phab, but one fire at a time) Well it's better if you do, but if nobody touched the files you changed you should be fine.
  2. It's out of millenium's timeframe but it looks nice
  3. Hi Pixel24, Did you try to open port 20595 ?
  4. Does alt enter do anything ? It's really strange that pyrogenesis or 0ad doesn't show up. Maybe zeroad ?
  5. You could ask Itms to give you permission over the modio mod if he can
  6. Well 3GB or (Go) are bigger than 500MB or (Mo) (I'm french too:))
  7. Sadly a poll on the forums would probably be really biaised.
  8. I believe there is a wounded unit shortcut you can use to select them.
  9. Yeah it was reported somewhere else. @Angen, do we have a ticket ?
  10. What does ps -aux say ? Could be named 0ad on your system.
  11. https://videos.pair2jeux.tube/c/play0ad/videos
  12. Well changing it is probably a matter of replacing a positiveinteger to positivedecimal in one of the simulation scripts. However it might appear weird on the GUI (e.g with a ton of decimals)
  13. Alright. That seems like a fair amount of patches to review. Btw I'm a bit worried about the lack of response on the compressonator library. It was the same with NVTT in the past. I'm currently considering extracting nvtt bits and ditching the rest of the lib.
  14. Hit me up if you need anything. Maybe @vladislavbelov could review your patches.
  15. See https://trac.wildfiregames.com/wiki/Changelogs it links svn revisions to Alpha versions rP21946 would be A23b
  16. I suppose that with the recent flat design and lack of icon character, it's easier for people used to it to get used to such an interface?
  17. As long as @fabio keeps updating it you should be fine
  18. Hello, To be able to add new textures to the game you need to create a mod. You can see wiki:ModdingGuide for reference. Then you need to create the following directory structure art/terrains/{your_biome_name}/ This folder will contain all the terrain types. You need a file called terrains.xml in that folder. Here is an example. <?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE Terrains SYSTEM "/art/textures/terrain/types/terrains.dtd"> <Terrains> <Terrain groups="{your_biome_name}" /> </Terrains> Here is an example of a terrain file <?xml version="1.0" encoding="utf-8"?> <terrain> <textures> <texture name="baseTex" file="types/{your_biome_name}/{your_texture_name}.png"/> <texture name="normTex" file="types/{your_biome_name}/{your_texture_name}_norm.png"/> <texture name="specTex" file="types/{your_biome_name}/{your_texture_name}_spec.png"/> </textures> <material>terrain_norm_spec.xml</material> </terrain> Then you need to create the following folder art/textures/terrain/types/{your_biome_name}/ and put your textures in them. In the end you should have something like: art/terrains/{your_biome_name}/{your_biome_name}_{your_terrain_name}.xml art/terrains/{your_biome_name}/terrains.xml art/textures/terrain/types/{your_biome_name}/{your_texture_name}.png art/textures/terrain/types/{your_biome_name}/{your_texture_name}_norm.png art/textures/terrain/types/{your_biome_name}/{your_texture_name}_spec.png mod.json IMPORTANT: The name of your XML file must be unique, or it will conflict with existing textures.
  19. Do you have replays for those ?
  20. I guess the modern trend is clarity over beauty and consistency over variety/realisticity.
  21. Hello what do you need help with exactly?
×
×
  • Create New...