Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.630
  • Joined

  • Last visited

  • Days Won

    562

Everything posted by Stan`

  1. You can zip it and upload anyway. Would probably be at the end of the mainlog or the top of the crashlog. GDB only works if you can reproduce the crash.
  2. Can't do much without a backtrace. @seeh does the replay keep crashing for you? Was there anything in the logs?
  3. We can. Ask @user1 / @Dunedan what they think of it. Well if you guys have the time, sure, why not. Wonder if that's not already the case. We're already well known in the Open-source world. In fact we are the no1 package in the App Store list on many distributions, for our name starts with a 0. According to stats there are more Linux players than Windows players https://feedback.wildfiregames.com/os/ I've contacted a few streamers, most have not replied, or negatively, because their audience expect Starcraft or Age of Empires. I'm also doing a few events where I'll talk about the game. Not gonna lie though the things we need most right now are developers. @superflytom aka Tom0ad wanted to do that at some point. Dunno if he ever did.
  4. That's a nice mesh. Did you make it?
  5. Ah good to know. The question was what to do for tech pairs, and your modifier to set their cost to 0 could be nice.
  6. The limitation is not with cat it's with the format. Metadata.json must contain one object not two. Objects are delimited using {}
  7. You cannot merge json using cat. It's not a plain text file.
  8. I suppose combining both mods might work?
  9. What does this have to do with the profiling @andy5995 did?
  10. @wowgetoffyourcellphone It's the quick and dirty version that shows what's possible. Pairs can be handled, and phase ones too. Question is how.
  11. Not. It just researches both I think. Just like it researches all phase techs available.
  12. Well I don't know. You need to balancing team to agree on values. Then accept the patch. Then either @maroder or @Freagarach to commit it
  13. Not sure why we don't do a height check as part of ungarisoning @Freagarach
  14. Ideally one set of textures for all the buildings. Spec Normal Diffuse. And one to four aos. If four aos make sure to reduce their size. If one it can probably fit in a 1024x1024 textures. Props have the advantage that they can be switched dynamically through code, but they cost more drawcalls. In the future drawcalls will be reduced drastically with https://code.wildfiregames.com/D2938 but until then it's better to reserve props for things that adapt to terrain or change through code. Only way I know is using many variants or props.
  15. More tracks will follow.
  16. AMD CPU and GPU https://trac.wildfiregames.com/wiki/SwitchingToYourPCsDedicatedGPU
  17. Putting them in formation is a bit tricky, you can do it through code or by playing that scenario. There is a play button on the first tab that runs the simulation.
×
×
  • Create New...