Skip to content

Commit

Permalink
v0.8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis11 committed Feb 25, 2018
1 parent 701e455 commit 3faf774
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 17 deletions.
6 changes: 3 additions & 3 deletions Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2018")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2017-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,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.8.0.1")]
[assembly: AssemblyFileVersion("0.8.0.1")]
[assembly: AssemblyVersion("0.8.0.2")]
[assembly: AssemblyFileVersion("0.8.0.2")]
2 changes: 1 addition & 1 deletion Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2018")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2017-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
29 changes: 16 additions & 13 deletions Barotrauma/BarotraumaShared/README.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
BAROTRAUMA

www.undertowgames.com/barotrauma
Copyright © Undertow Games 2018
Copyright © Undertow Games 2017-2018

Default controls:
WASD - move
Shift - run
E - use/activate items and devices
Right click - aim with equipped item
Left click - use equipped item
C - open the crew command menu
Left control - crouch
Tab - select/deselect the chat box in multiplayer mode
F3 - open/close console
WASD - move
Shift - run
E - use/activate items and devices
Right click - aim with equipped item
Left click - use equipped item
C - open the crew command menu
Left control - crouch
Tab - select/deselect the chat box in multiplayer mode
Tilde - select the chat box in multiplayer mode and set
the message to be sent through the radio
Space - hold to stay in ragdoll mode
F3 - open/close the debug console

See the wiki for more detailed info and instructions:
http://barotrauma.gamepedia.com
Expand All @@ -26,9 +29,9 @@ Play) port forwarding by selecting "Attempt UPnP port forwarding" in the

However, UPnP isn't supported by all routers, so you may need to setup port
forwards manually. The exact steps for forwarding a port depend on your
router's model, but you may you may be able to find a port forwarding
guide for your particular router/application on portforward.com or by
practicing your google-fu skills.
router's model, but you may be able to find a port forwarding guide for
your particular router/application on portforward.com or by practicing
your google-fu skills.

These are the values that you should use when forwarding a port to your
Barotrauma server:
Expand Down
15 changes: 15 additions & 0 deletions Barotrauma/BarotraumaShared/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
---------------------------------------------------------------------------------------------------------
v0.8.0.2
---------------------------------------------------------------------------------------------------------

- Doors can be opened with crowbars again.
- Improved fire extinguisher aiming logic which makes it much easier to put out fires.
- Fixed relays burning out when connected to a power grid that carries more power the relay can transfer.
- Fixed crashing when trying to store jumpsuits in themselves.
- Fixed "Text FabricatorRequiredCondition not found" errors when attempting to fabricate specific items.
- Fixed Linux and Windows builds calculating different MD5 hashes for the same content packages.
- Sound configuration files are included in content packages.
- Fixed "file not found" errors when a character is wearing footwear with no configured footstep sounds.
- MODDERS PLEASE NOTE: hit sounds on limbs and wearable items must now use tags instead of direct paths
to the sound file. New sound files and tags can be added by editing the sound configuration files.

---------------------------------------------------------------------------------------------------------
v0.8.0.1
---------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 3faf774

Please sign in to comment.