This commit is contained in:
Joonas Rikkonen
2018-02-25 12:24:52 +02:00
parent 701e4553a2
commit 3faf774f3c
4 changed files with 35 additions and 17 deletions
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2018")] [assembly: AssemblyCopyright("Copyright © Undertow Games 2017-2018")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.0.1")] [assembly: AssemblyVersion("0.8.0.2")]
[assembly: AssemblyFileVersion("0.8.0.1")] [assembly: AssemblyFileVersion("0.8.0.2")]
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")] [assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2018")] [assembly: AssemblyCopyright("Copyright © Undertow Games 2017-2018")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
+16 -13
View File
@@ -1,18 +1,21 @@
BAROTRAUMA BAROTRAUMA
www.undertowgames.com/barotrauma www.undertowgames.com/barotrauma
Copyright © Undertow Games 2018 Copyright © Undertow Games 2017-2018
Default controls: Default controls:
WASD - move WASD - move
Shift - run Shift - run
E - use/activate items and devices E - use/activate items and devices
Right click - aim with equipped item Right click - aim with equipped item
Left click - use equipped item Left click - use equipped item
C - open the crew command menu C - open the crew command menu
Left control - crouch Left control - crouch
Tab - select/deselect the chat box in multiplayer mode Tab - select/deselect the chat box in multiplayer mode
F3 - open/close console 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: See the wiki for more detailed info and instructions:
http://barotrauma.gamepedia.com http://barotrauma.gamepedia.com
@@ -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 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 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 router's model, but you may be able to find a port forwarding guide for
guide for your particular router/application on portforward.com or by your particular router/application on portforward.com or by practicing
practicing your google-fu skills. your google-fu skills.
These are the values that you should use when forwarding a port to your These are the values that you should use when forwarding a port to your
Barotrauma server: Barotrauma server:
+15
View File
@@ -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 v0.8.0.1
--------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------