Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.198
  • Joined

  • Last visited

  • Days Won

    591

Everything posted by Stan`

  1. Sadly the person who made them has since then left the forums and all their posts were deleted.
  2. @vladislavbelov will approve this message (Les textures the better)
  3. I suppose it doesn't hurt to check Transifex in any case. Translations are pulled on Mondays and Fridays, so if it wasn't fixed yesterday, it's probably not fixed.
  4. @wowgetoffyourcellphone probably made the icon before the texture changed. If they are more like this you might make a ticket.
  5. You can also download it through the mod downloader for A26
  6. han_cc.blend You can append it from this file.
  7. I have a special material for Blender that takes 0 A.D. textures into account I can upload it somewhere if you want.
  8. Yeah we had that discussion over and over. See https://code.wildfiregames.com/D5114
  9. You were only missing cd gcc and make -j3 after that. Unless it failed.
  10. Hello there! Do you realise all work here is done for free Do you have any work you'd like to show? Anything you are interested in ?
  11. Are the blend files somewhere ?
  12. That means "something" is triggering an assertion. When in visual studio you don't get the grey popup. Try launching the game without a debugger attached.
  13. Not frozen anymore (new features got in). One year delay if you wish
  14. Old savegames maybe @Dunedan ? We don't discriminate savegames per version (we should)
  15. I pushed a fix for it. The game serializes all the javascript components, and in your case: TimerTick = function() { this.UpdateColor(); }; Should have been: TimerTick() { this.UpdateColor(); };
  16. Hmm it's the timer that's breaking it, is the git repo up to date ? It fails to serialize a function while it shouldn't have to do that.
  17. If you have a shortcut for 0 A.D. you can edit it and in target add -writableRoot
  18. Yeah usually it's the maps that changed in the release. Once @wowgetoffyourcellphone changes one in theory it should be put in there. @phosit ?
  19. When it crashes is there anything in the interestinglog.html file ?
  20. It's possible OneDrive plays a trick with 0 A.D. depending on how your documents are configured on Windows. Another solution if you want to keep everything at the same place is to run 0 A.D. with the -writableRoot command Then everything will be stored in %appdata% next to the game.
×
×
  • Create New...