Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.123
  • Joined

  • Last visited

  • Days Won

    587

Everything posted by Stan`

  1. Didn't we add new ones I saw new metal and new stone models ?
  2. Well if you want to make new textures. I thought the yellow veins were enough. @wowgetoffyourcellphone thoughts ?
  3. One could add a debug in production queue to see how often it gets called in practise
  4. Nothing here ? https://trac.wildfiregames.com/wiki/Rmgen_Library Would be nice to expand it Ping @FeXoR
  5. To show pretty water/ugly water.
  6. Hi @The-Razeth Thanks for the report. Does it also happens with 0 A.D: Empires Ascendant Alpha24 ? If so, you can either download the following redistributable → https://www.microsoft.com/pt-BR/download/details.aspx?id=48145 Either @wraitii or Mozilla introduced an incorrect dependency when building Mozilla SpiderMonkey, forcing that dependency. It's unlikely it'll be fixed by the re-release. To fix this Firefox copies the dll manually in their folders...
  7. Well I've seen some people generate some html output to test things out (it's js after all) but you'd have to write a nodjs backend or something. I believe random maps have hotloading so you should be able to test things on the fly while the game is running.
  8. We don't use the SDL to pick audio devices (We use OpenAL). I think the only usage of the SDL in the sound engine is SDL_Delay. I'd like the thread to be moved to the thread pool in A26 to remove that explicit wait. See https://code.wildfiregames.com/D3877 for the initial plan.
  9. Godot was a commercial project at the time IIRC.
  10. Thanks for the questions, will try to answer them during the stream.
  11. Make sure you don't miss Tom0ad's next livestream about 0 A.D. Like the previous one (https://www.youtube.com/watch?v=5NjTHd26l40), you'll be able to discover the new Alpha 25 release, and hear from Stan about how the process of creating the new Alpha went. https://www.youtube.com/watch?v=jhIOUv0vVw0 Hope to see you all there!
  12. https://github.com/0ADMods/no-blood-and-gore-mod/releases/tag/1.0.2
  13. Well the idea is for it to be visible, so usually yes. You can be creative with it though. (Note you used the Kushite flag)
  14. Yeah anyway adding flags to houses is not hard, I'll see if I can do it for A26 or teach someone how to do it. It's basically: - Import Dae in Blender (make sure to click import units (Some models might not import (correctly or at all) or reset all prop points be careful) - Add a new empty object (shift +a) - Rename it prop-garrisoned or prop_garrisoned (game doesn't care) - move it to the correct location - parent it to the building Ctrl + P with both selected and the structure as active (light yellow) - Export back. - Update the actor to use props by adding <group> <variant name="ungarrisoned" frequency="1"/> <variant name="garrisoned" frequency="0"> <props> <prop attachpoint="garrisoned" file="path to flag"/> </props> </variant> </group>
  15. Actually the reason most animated objects don't have it is because it has been broken for a long time. For the houses and such it's currently not possible engine wise to have the conqueror's flag as all the garrison flag are hardcoded in actors and controlled by artists unlike rally points.
  16. It's also possible to split the no violence mod in noblood mod (the one I made in A23) and the rest.
  17. The one in the windows control panel with all the sound cards and mics. Where you can set some device as default
  18. I think it can't for the exact same reason you can't rejoin a game with AI.
×
×
  • Create New...