Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.973
  • Joined

  • Last visited

  • Days Won

    579

Everything posted by Stan`

  1. Can you attach the files requested ? In the meantime try disabling GLSL and postprocessing in the game's options.
  2. Thanks for the patch anyway. I guess I will be able to reuse parts of it for https://github.com/0ADMods/building-sockets
  3. Well hopefully we can disable shadows. At least we can reduce their quality.
  4. Probably missing "<castshadow/>" in the actor, like most of the current grass do.
  5. @feneur Can you lift his post limit please, thanks. @Speed_Freak If you are on Mac Os you don't have a firewall so something else is blocking your connection. Are you on a restricted network, such as a school or a public place ?
  6. Did you enable 0ad through your firewall ?
  7. We are gonna need crashlog.dmp and crashlog.txt. Assuming you game didn't crash after that again (they get overriden)
  8. What OS are you on ? If you are on Fedora, Windows, or Mac OS try disabling TLS encryption in the game options. It is in the lobby tab. You should be able to join without a crash then.
  9. Hello, Can you elaborate on this a bit please. Does the game crash when you try to play in multiplayer, or does something else occur ?
  10. You mean mine or his ? Nice minimap btw
  11. An Engine split is planned. As for splitting the civs not really possible because they are interdependent and I don't see how having 13 folders is gonna make things easier for us ^^
  12. Will do then ze can finally put #993 behind us
  13. In my case since I am using the game's terrain textures my uvs overlap so I can't bake the normals :/
  14. You don't have overlapping uvs do you ?
  15. The more I think about the more the resource supply components is gonna identical to the health component
  16. Okay so basically sculpt the texture on the mesh, then bake the texture, and bake the normals and ao
  17. How would you do it without killing the polycount
  18. They have normals, they are textures from the terrain initially
  19. @LordGood Are those any good ? I made them a long time ago.
  20. It looks like you have two instances of the game running at the same time. Try killing them in the taskmanager.
  21. Could work for a capture the trade route map ?
  22. Well if you can't join it usually means some port is not open on one of the networks of your "crew" so what people can try is opening ports on their routers, and see if that fixes things. We use STUN to find open ports but sometimes that doesn't work.
  23. It's a matter of taste but usually it's more visually appealing cause you have to read one line instead of 8 //-------------Else if------------------------- let variable if (a) { variable = d; } else { variable = c; } //-------------TERNARY------------------------- let variable = a ? d : c; If you want to submit patches go ahead. I you haven't already I'd suggest you head to trac and read the https://trac.wildfiregames.com/wiki/GettingStartedProgrammers page. you can then submit your patch to be reviewed on code.wildfiregames.com
  24. I guess the situation in Venezuela hasn't improved so it might take some time for @Alexandermb to come back...
×
×
  • Create New...