Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.013
  • Joined

  • Last visited

  • Days Won

    524

Everything posted by Stan`

  1. Well Could be. Can you try to print the values of those two variables ?
  2. See also delenda est by @wowgetoffyourcellphone
  3. @bb_ was working on that maybe you could join efforts.
  4. We need to have that feature in a non hacky way, I consider tweaking the camera not being one and I wouldn't mind it triggering sound changes and cloud tweaks. but that's just me. For the correct way I can't help though. In the meantime I'm making progress with D557 will push a patch update when I fix traders. So far everything else is working except formations, and maybe the fact that the're are a lot of lines when many units are selected. However it's playable. Will still have to go through the review process though.
  5. I'd look at the bottom view of visual studio, there are different kind of outputs, so should appear there. We are going to figure this out. Thanks for your time an patience so far.
  6. Well maybe Microsoft thought that RTS was dead. Maybe they wanted to invest their money in something else. The guy also seems say that whether they downsized or not they d be dead. It was just harder to crush 75 instead of 40 employees
  7. Maybe the following example will help you understand. foo = function() { return 2; } bar = function() { return 3; } foobar = function () { return 2; return 3; } let a = foo(); // a = 2 let b = bar(); // b = 3; let c = foobar(); // c = 2 because the function stops after the first return.
  8. @LukeV1 Disk Space ? Running 0ad as admin ? Disk state (run check disk) ?
  9. https://trac.wildfiregames.com/browser/art_source and https://trac.wildfiregames.com/browser/art @fantomid
  10. Would more options in user.cfg help to fix it ?
  11. Nice, looks way better than I expected.
  12. @The Undying Nephalim How is it not working ? Do you get errors ?
  13. Sorry for the delay. Quiver.zip
  14. You're welcome for the stupa and a few other stuff you mentioned
  15. Yeah that could work or you could use the LOGMESSAGE function. Maybe something is wrong with that file. Does the path to that file is big or has special chars ?
  16. @LukeV1 Can you try to figure out which file is being loaded when that crashes ? Putting a breakpoint in CXeromyces::Load should help locating it.
×
×
  • Create New...