Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.993
  • Joined

  • Last visited

  • Days Won

    581

Everything posted by Stan`

  1. 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.
  2. Godot was a commercial project at the time IIRC.
  3. Thanks for the questions, will try to answer them during the stream.
  4. 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!
  5. https://github.com/0ADMods/no-blood-and-gore-mod/releases/tag/1.0.2
  6. 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)
  7. 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>
  8. 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.
  9. It's also possible to split the no violence mod in noblood mod (the one I made in A23) and the rest.
  10. The one in the windows control panel with all the sound cards and mics. Where you can set some device as default
  11. I think it can't for the exact same reason you can't rejoin a game with AI.
  12. This was removed to prevent cheating and abuse IIRC. @Imarok
  13. On windows you can set a prefered soundcard in the sound panel. You can check which card is used in the system_info.txt
  14. @soloooy0 Can he try this video?
  15. Make sure you try to come see it Friday
  16. What mods do you have enabled? What version of the game are you playing?
  17. I think it was made so they can overlap nicely. @wowgetoffyourcellphone might know.
  18. Actually I'm pretty sure it does something weird when compiling on Windows ^^'
  19. Looks like it's spidermonkey. and given how complex the build is...
×
×
  • Create New...