Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.032
  • Joined

  • Last visited

  • Days Won

    525

Everything posted by Stan`

  1. 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
  2. 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.
  3. @LukeV1 Disk Space ? Running 0ad as admin ? Disk state (run check disk) ?
  4. https://trac.wildfiregames.com/browser/art_source and https://trac.wildfiregames.com/browser/art @fantomid
  5. Would more options in user.cfg help to fix it ?
  6. Nice, looks way better than I expected.
  7. @The Undying Nephalim How is it not working ? Do you get errors ?
  8. Sorry for the delay. Quiver.zip
  9. You're welcome for the stupa and a few other stuff you mentioned
  10. 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 ?
  11. @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.
  12. Thanks, try the same with building release. @leper
  13. @LukeV1 If you compiled the game with vs, you could launch it inside it. It would tell you exactly where it crashes. On the bottom right corner there will be a window called stack. Copy everything inside it.
  14. @Alexandermb @LordGood, yeah his maps are broken for some reason.
  15. @Nescio Yeah there are a lot ^^ My point was that diversity was not a bad thing
  16. The idea is to get things moving while keeping the trace on what has been done and why it didn't work. If it takes two mods to do that. So be it.
  17. Actually there is a ticket for wall placement not being generic and a pain for mods. https://trac.wildfiregames.com/ticket/2944 Maybe @FeXoR will have some time to finish it & put it on Phabricator. EDIT : Also https://trac.wildfiregames.com/ticket/2631 They look similar though.
×
×
  • Create New...