0.25.1

From Cosmoteer Wiki
Jump to navigation Jump to search

0.25.0 is a minor update released on January 27th 2024. It is primarily focused on bugfixes and quality-of-life (QoL) improvements for Build & Battle mode.

Changelog

Improvements

  • If Build & Battle is played with an unequal number of players on each team, the team with fewer players will now be given more money each round to compensate.
  • For Build & Battle games, the lobby will now show the current round (and maximum rounds) instead of the time remaining.
  • In Build & Battle, the beginning of each build or battle phase will now be "introduced" with large text displaying the round number and phase type.
  • Build & Battle is now translated into all officially-supported langauges.
  • Miscellaneous other translation updates.
  • Cosmoteer now runs on the Microsoft .NET 8 Runtime. This may provide a very small boost to performance.

Bugfixes

  • Bugfix: Crash in Build & Battle if the Unstash button was spammed.
  • Bugfix: Crash in Build & Battle if all the players were on Team 2.
  • Bugfix: Rare crash when hiring crew.
  • Bugfix: In Build & Battle, the players' ships could sometimes be spawned overlapping their teammates when returning to the build phase.
  • Bugfix: In the information box for a Build & Battle game, the victory point limit was being incorrectly displayed with a credits (money) icon.
  • Bugfix: In the information box for a build & Battle game, the credits per round was not being correctly displayed with a credits (money) icon.
  • Bugfix: The thruster algorithm wasn't properly taking thruster ramp-up times into consideration, which was causing ships with large thrusters to be more unstable or "wobbly" when flying than necessary.
  • Bugfix: The small amount of lateral force exerted by thrusters wasn't ramping up and down properly.
  • Bugfix: At high game speeds and/or low framerates, ship thruster VFX could appear very glitchy.
  • Bugfix: Any errors initializing UDP sockets for multiplayer should no longer prevent you from playing "Online" via Steam.
  • Bugfix: Hosting a multiplayer game with a very large number of mods activated could prevent the game from appearing in the lobby's list of games.
  • Bugfix: Visual and audio effects would sometimes not play or were glitchy while in Direct Control Mode while the controlled ship was moving quickly and either the game speed was set very high or the framerate was low.
  • Bugfix: Minor background color issues on some sprites including structure tiles, resources, projectiles, and crew.

Modding

  • Modding: In Build & Battle, multiple techs can now unlock the same resources and toggle choices.
  • Modding: Fixed crash when crew construction is enabled if a part lists the same resource type multiple times.
  • Modding: Particle effects now support optional 'FpsCompensation' and 'FpsCompensation' parameters that will "fast-forward" emitted particles by varying amounts to compensate for low FPS. This can be used in addition to or as an alternative for FpsCompensator. It uses more CPU than FpsCompensator and can't spread out the initial starting location of particles like FpsCompensator can, so it is recommend that you still use FpsCompensator unless you have a specific need for the new FpsCompensation parameter.
  • Modding: The particle 'Lerp' updater was usually reading LerpIn values from the wrong particles when used as an initializer.
  • Modding: Fixed crash when trying to open the planet generator editor.