NebulaModTeam / nebula

A multiplayer mod for the game Dyson Sphere Program
GNU General Public License v3.0
824 stars 125 forks source link

Add dedicated server argument -newgame + other features #598

Closed starfi5h closed 1 year ago

starfi5h commented 1 year ago
  1. Add dedicated-server argument -newgame seed starCount resourceMltiplier which will start the game with assigned parameters. Note that parameters exceeding the acceptable value range may cause errors. (close #597 )

  2. Fix mecha animation The update packets are sent every 100ms,

  3. Hide ip address in input field when stremer mode is on Due to the need to reconnect during recording, sensitive information should be hidden during the process.

  4. Add zoom in/out and show all star/planet names functions in lobby The controls are mouse scroll and alt key, same as GS2.

  5. Set the name of local player in starmap from Icarus to user name mecha.appearance.overrideName is originally set when saving in mecha editor.

  6. Update disconnection reason Now client will show Server Busy when trying to join a server that is in full pause mode.