Skip to content

Commit

Permalink
Version 0.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Aug 24, 2022
1 parent 34fccee commit e20f815
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 15 deletions.
2 changes: 1 addition & 1 deletion GameMod/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<OverloadDir>E:\Steam\steamapps\common\Overload</OverloadDir>
<OverloadDir>C:\Program Files (x86)\Steam\steamapps\common\Overload</OverloadDir>
</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions GameMod/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("GameMod")]
[assembly: AssemblyCopyright("Copyright © Overload Community 2019-2021")]
[assembly: AssemblyCopyright("Copyright © Overload Community 2019-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.4.0")]
[assembly: AssemblyFileVersion("0.5.4.0")]
[assembly: AssemblyVersion("0.5.5.0")]
[assembly: AssemblyFileVersion("0.5.5.0")]
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## olmod 0.5.4 - Overload mod
## olmod 0.5.5 - Overload mod

**Community mods for Overload**

Expand Down Expand Up @@ -165,19 +165,21 @@ This is an unaffiliated, unsupported tool. Use at your own risk.

- Option to reset audio engine, by Tobias.

- Option to move your missions to a directory of your choosing using the `-missionpath` parameter, by roncli
- Option to move your missions to a directory of your choosing using the `-missionpath` parameter, by roncli.

- Option to have bigger and more colorful enemy names in anarchy, by luponix
- Option to have bigger and more colorful enemy names in anarchy, by luponix.

#### How to build
- Multiplayer chat commands, by derhass.

##### Windows
- Corpse desync fix, by Tobias.

- Open solution in Visual Studio 2017 or 2019
- Option to disable profanity filter, by luponix.

- In the GameMod project, find the file Directory.Build.targets and replace the OverloadDir variable with the path to Overload 1.1 on your machine.
- Options for framerate and velocity on the HUD, by Tobias.

- Run
- Ability to join games by LAN hostname, by derhass.

- Objects teleported by warpers are now oriented as expected, by D.Cent.

##### Linux

Expand Down
18 changes: 15 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
olmod 0.5.4 - Overload mod
olmod 0.5.5 - Overload mod
Community mods for Overload
https://github.com/overload-development-community/olmod

Expand Down Expand Up @@ -165,9 +165,21 @@ What does it do

- Option to reset audio engine, by Tobias.

- Option to move your missions to a directory of your choosing using the `-missionpath` parameter, by roncli
- Option to move your missions to a directory of your choosing using the `-missionpath` parameter, by roncli.

- Option to have bigger and more colorful enemy names in anarchy, by luponix
- Option to have bigger and more colorful enemy names in anarchy, by luponix.

- Multiplayer chat commands, by derhass.

- Corpse desync fix, by Tobias.

- Option to disable profanity filter, by luponix.

- Options for framerate and velocity on the HUD, by Tobias.

- Ability to join games by LAN hostname, by derhass.

- Objects teleported by warpers are now oriented as expected, by D.Cent.

How does it work
----------------
Expand Down
Binary file modified olmod/olmod.rc
Binary file not shown.
42 changes: 42 additions & 0 deletions olmodchanges.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
v0.5.5 - 2022-08-23

- Multiplayer chat commands. For a detailed explanation, see https://github.com/overload-development-community/olmod/blob/master/ServerCommands.md (Thanks, derhass!)
- Admin commands are commands that the match creator and trusted admins ALWAYS has access to.
- /AUTH <password> - Authorize yourself as an admin on this server.
- /GIVEPERM <player> - Give a player permissions for these commands.
- /REVOKEPERM <player> - Remove a player's permissions for these commands.
- /KICK <player> - Removes a player from a game.
- /BAN <player> - Bans a player. Does not also /KICK, you must use /KICKBAN for that.
- /KICKBAN <player> - Removes a player from a game, and also bans that player.
- /ANNOY <player> - Force a player into observer mode. Also applies /BLOCKCHAT.
- /BLOCKCHAT <player> - Stops a player from sending or receiving chat messages.
- /UNBAN <player> - Unbans a player from the server.
- /UNANNOY <player> - Prevents a player from being annoyed in future games.
- /UNBLOCKCHAT <player> - Allows a player to send or receive chat messages.
- /END - Forces a match in progress to end.
- /START - Forces a match in the lobby to start, even if everyone hasn't readied up.
- Commands anyone can do.
- /STATUS - Shows who the creator is, whether you are authorized, and how many bans, annoys, chat blocks, authorized players, and trusted players there are currently on the server.
- /SAY <message> - Sends your message to unblocked players.
- /TEST <player> - Tests player name selection.
- Command line arguments related to multiplayer chat commands:
- -chatCommandPassword <password> - Sets the password users must use to /AUTH.
- -disableChatCommands - Never allow ANY chat commands on this server.
- -trustedPlayerIds <comma-separated list of player IDs> - A list of players who, when joining a game, are automatically authorized to use admin chat commands. You can find your own player ID in your player log by searching for the text `Setting my player id`.

- Client-side homing fix is now applied to homing projectiles other than just hunters and missile pods. This should make creeper and time bomb sync slightly more smoother. Oh, and watch out for nova blobs!
- Sniper packets will no longer burst from pilots with bad connections or malintent.
- Corpses now have proper hit detection. Previously, a ship's hit box for weapons detection would desync with the ship's visible model upon death, and the hit box would not move after dying even though the physical model. Now that desync no longer happens, which resolves two bugs: 1) Shots will no longer go through corpses 2) Shots won't fizzle out at where a ship died even if its corpse is no longer there. (Thanks, Tobias!)
- Option to disable the ****ing profanity filter. (Thanks, luponix!)
- Added a warning message for clients not using olmod when joining a game in progress that uses a custom map. (Thanks, derhass!)
- Added options to view ship velocity and frame rate on the HUD. (Thanks, Tobias!)
- You can now join by hostname on LAN, ie: server is not required to have dots in it anymore. (Thanks, derhass!)
- Armor, energy, and ammo no longer despawn after 5 minutes in race mode. (Thanks, Tobias!)
- Non-CM spawn items in multiplayer are now considered spew. Translation: Those shield orbs in Ascent's basement will actually work as they're supposed to, and go away for everyone after picked up. (Thanks, Tobias!)
- Objects teleported by warpers are now oriented as expected. (Thanks, D.Cent!)
- CM scores in olmod are now saved to local leaderboards. (Thanks, luponix!)
- Improvements to the individual player colors in anarchy. (Thanks, luponix!)
- Fixed black screen on joining an unreachable server. (Thanks, derhass!)
- Fixed bugs related to joystick curves resetting. (Thanks, luponix!)
- Fixed CTF flags appearing in single player when loading saved games. (Thanks, Arne!)

v0.5.4 - 2022-01-09

- The Thunderbolt has been rebalanced:
Expand Down

0 comments on commit e20f815

Please sign in to comment.