Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.958
  • Joined

  • Last visited

  • Days Won

    578

Everything posted by Stan`

  1. Can you try to disable GLSL in the game options? See:
  2. Linux Biolinium, but yes
  3. Hello @uovobw Thanks for updating the wiki. I noticed there are some issues with your edit. Would you be willing to fix them? First note that libwxgtk3.0-dev is already in the sudo apt install command. So if you don't want it installed before your policy command you need to remove that from the list. libboost-filesystem-dev is also there, as well as libvorbis-dev, libopenal-dev, libcurl4-gnutls-dev, libsdl2-dev, libgloox-dev, libminiupnpc-dev, libboost-dev libsodium-dev shouldn't be in the list because it's asked to install it manually on other versions
  4. To put in art/textures/ui/pregame/shell/logo/0ad_logo.png 0abc_logo.xcf
  5. I made it Do you like it? Also btw your mod crashes atlas for me... not sure why.
  6. What changed? @Alexandermb
  7. Well actually those it takes to remove the stretching And for the rest I'm open to ideas
  8. @Nescio yep sounds good to me too We should use most of them, those we don't won't get in for now
  9. Well apparently the vanilla one is also nice so Enjoy the choice?
  10. @chrisf It runs badly on the 3 but the four should have enough ram... as depicted in the video above.
  11. You need to edit templates to fix this (which might make you out of sync) or find a dae file with a projectile prop point.
  12. I was more thinking of a volcanic one but that works too.
  13. Updated the mod started adding buildings for terrans (just the templates with placeholder art) but it's slooooow.
  14. The problem is their obstruction. A ram can't pass if there units on top of the wall... I knew it was possible it was actually done in the han faction I'm not sure. @borg- what do you think? Stay tuned.
  15. So definitely the buildings with no backgrounds as they look nicer! If it's possible to make the white background transparent so it looks good on dark mode as well that'd be perfect. As for the description I'd say on the right
  16. If I understand correctly the person is wondering why there is no visible garrisoning on gates. If that's the case, it's because the engine does not support it yet. See D1418. This something I've been asking for, for a long time. To be able to have both visible garrisoning and specific spots for artillery we need someone to review D2308. But remains the size issue.
  17. As long as it looks good and it is historically correct
  18. Try: \art\actors\units\carthaginians\siege_spear.xml <?xml version="1.0" encoding="UTF-8"?> <actor version="1"> <castshadow/> <group> <variant frequency="1" name="bolt shooter"> <animations> <animation event=".66" file="mechanical/hele_oxybeles.dae" load=".58" name="attack_ranged" speed="250"/> </animations> <mesh>structural/hele_oxybeles.dae</mesh> <props> <prop actor="props/units/weapons/bolt.xml" attachpoint="projectile"/> <prop actor="props/units/weapons/bolt.xml" attachpoint="loaded-projectile"/> </props> <textures> <texture file="null_orange.dds" name="baseTex"/> </textures> </variant> </group> <material>default.xml</material> </actor>
  19. Wait you want the actual shooter, or the projectile?
  20. Sorry I thought you meant arrows. My bad. Would be binaries\data\mods\public\art\actors\props\units\weapons\bolt_tower.xml <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <actor version="1"> <castshadow/> <group> <variant frequency="100" name="Base"> <mesh>props/bolt_tower_projectile.dae</mesh> <textures> <texture file="null_orange.dds" name="baseTex"/> </textures> </variant> </group> <material>basic_trans.xml</material> </actor>
  21. Cause most linux users run the game on out of age computers... @Freagarach had only one core until a few weeks ago, and @bb_ 's computer was like a proof of concept at events
×
×
  • Create New...