Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.188
  • Joined

  • Last visited

  • Days Won

    590

Everything posted by Stan`

  1. It's out of millenium's timeframe but it looks nice
  2. Hi Pixel24, Did you try to open port 20595 ?
  3. Does alt enter do anything ? It's really strange that pyrogenesis or 0ad doesn't show up. Maybe zeroad ?
  4. You could ask Itms to give you permission over the modio mod if he can
  5. Well 3GB or (Go) are bigger than 500MB or (Mo) (I'm french too:))
  6. Sadly a poll on the forums would probably be really biaised.
  7. I believe there is a wounded unit shortcut you can use to select them.
  8. Yeah it was reported somewhere else. @Angen, do we have a ticket ?
  9. What does ps -aux say ? Could be named 0ad on your system.
  10. https://videos.pair2jeux.tube/c/play0ad/videos
  11. 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)
  12. 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.
  13. Hit me up if you need anything. Maybe @vladislavbelov could review your patches.
  14. See https://trac.wildfiregames.com/wiki/Changelogs it links svn revisions to Alpha versions rP21946 would be A23b
  15. 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?
  16. As long as @fabio keeps updating it you should be fine
  17. 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.
  18. Do you have replays for those ?
  19. I guess the modern trend is clarity over beauty and consistency over variety/realisticity.
  20. Hello what do you need help with exactly?
  21. Seems to be a problem with snap... https://forum.snapcraft.io/t/some-snap-apps-no-longer-starting-up-on-amd-laptop/26403 Do other games like supertuxkart run ? I mean using an Ubuntu Personal Packaged Application. You can use them to install the latest version of 0 A.D. sudo add-apt-repository ppa:oibaf/graphics-drivers Alternatively you can also use a Flatpak
×
×
  • Create New...