Skip to content

Commit

Permalink
Version 0.5.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
CCraigen committed Mar 18, 2024
1 parent e5691e5 commit 48c18f5
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GameMod/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.11.0")]
[assembly: AssemblyFileVersion("0.5.11.0")]
[assembly: AssemblyVersion("0.5.12.0")]
[assembly: AssemblyFileVersion("0.5.12.0")]
6 changes: 5 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
## olmod 0.5.11 - Overload mod
## olmod 0.5.12 - Overload mod

**Community mods for Overload**

Expand Down Expand Up @@ -207,6 +207,10 @@ This is an unaffiliated, unsupported tool. Use at your own risk.

- Multiplayer options shown in the lobby, by Fireball.

- Configurable cyclone spinup time, by roncli.

- Spawnpoint injection, by Fireball. See https://github.com/overload-development-community/olmod/wiki/Spawnpoint-Injection for details.

##### Linux

Build the shared object library:
Expand Down
4 changes: 4 additions & 0 deletions README.txt
Expand Up @@ -207,6 +207,10 @@ What does it do

- Multiplayer options shown in the lobby, by Fireball.

- Configurable cyclone spinup time, by roncli.

- Spawnpoint injection, by Fireball. See https://github.com/overload-development-community/olmod/wiki/Spawnpoint-Injection for details.

How does it work
----------------

Expand Down
Binary file modified olmod/olmod.rc
Binary file not shown.
10 changes: 10 additions & 0 deletions olmodchanges.txt
@@ -1,3 +1,13 @@
v0.5.12 - 2024-03-17

- Fixed a bug with Cylone spinup on Linux servers. The config file changes were causing exceptions at round start due to the the way line endings were being interpreted. (roncli)
- Reduce error logging when failing to save pilot files due to missing write permissions. (luponix)
- Fixed an audio taunt menu exception when no controllers had been registered with Overload. (luponix)
- Projectiles use a new server->client fire packet which now includes the weapon charge level (which affects both size and speed, previously omitted) and more accurate position information. (Fireball)
- Fixed a bug with mouse sliding which allowed players to completely ignore movement speed and acceleration limits. (Fireball)
- Charging a Thunderbolt will now cancel spawn invulnerability in the same way firing other weapons will. (Fireball)
- Spawnpoints can now be injected into existing levels without rebuilding them. See https://github.com/overload-development-community/olmod/wiki/Spawnpoint-Injection for details. (Fireball)

v0.5.11 - 2023-09-27

- Cyclone spin up now starts at step 4 out of 8 by default, getting to full speed faster. This is modifyable using the m_spinup_starting_time variable in projdata under the proj_vortex section, acceptable values are integers between 0 and 8. (Thanks, Tobias!)
Expand Down

0 comments on commit 48c18f5

Please sign in to comment.