Jump to content

zsilencer

Developers
  • Posts

    5
  • Joined

  • Last visited

Everything posted by zsilencer

  1. You say this happened while building in a server but your screenshot shows you in single player?
  2. Your voices were heard I submitted a PULL REQUEST that seems to solve this but am looking for testers. btw does this happen with uncap fps off?
  3. There is actually a master_volume config option but there is no UI slider for it. I think it was decided to not have one because the slider for sound controls pretty much everything except music, so it is easy enough, and having 3 volume sliders would be confusing.
  4. It is really simple, 2 bytes for packet size, 4 byte uint32 for command type, and the rest depends on the command. Also, everything is converted to network byte order (big endian).
  5. Was adding my game Silencer to open source recreations on wikipedia and noticed there was Rollercoaster Tycoon. I like this game and it is 2D using SDL as well so thought to check it out. There were lots of bugs when trying to play and my progress would be lost when it crashed, this caused me to submit fixes on GitHub.
×
×
  • Create New...