Barotrauma

Barotrauma

Multiplayer crew manager
目前顯示第 1-10 項,共 60 項
< 1  2  3  4  5  6 >
更新:1 月 15 日 @ 上午 6:43

Fixed shuttle respawn, between-round respawn mode

更新:1 月 9 日 @ 上午 11:01

- Fixed a bug that caused the client to crash when updating the client player list.

更新:1 月 9 日 @ 上午 3:26

- Updated to 1.7.7.0, campaign available

更新:2024 年 7 月 24 日 @ 上午 10:03

Bugs fixes
- Fixes the mod for version v1.5.9.1. Changes were made in some properties of the code.
- Fixed issue -respawn shuttle not appearing.

Bugs known

- Autospawn enabled by default until I find how to fix the manual addition of joining players
- Potential other issues to be tested further
- Minor / non blocking issues of the mod reported recently are still there. I will welcome some feedback first on that current version.

New features
- New command 'mcm shuttle ' to choose shuttle
- New command 'mcm shuttles' to list available shuttles
- New command 'mcm useshuttle <true/false>' to use the shuttle or not
- Changed command 'mcm respawn set <true/false>' to 'mcm respawnmode <0/1/2> - turn respawn mode to (0 - MidRound, 1 - BetweenRounds, 2 - Permadeath. Effective at next round.'
- Changed command 'mcm maxtransporttime <number>' to 'mcm shuttle maxtransporttime <number>'

更新:2024 年 6 月 2 日 @ 上午 9:28

Mod v2.3.0 for Barotrauma v1.4.6.0

Bug Fixes

- Characters removed or put in the reserve should not respawn anymore

Restored Features, now using the game new official properties

- RespawnInterval
- MaxTransportTime (previously called shuttlettime)
- AllowRespawn
- SkillLossPercentageOnDeath

Other Changes

- Command mcm list now states who is controlled by bots or humans, and who is alive or dead. Also now displayed in a different messagebox to still have access to the chat whilst looking at it.
- Command mcm clientlist deleted as now redundant with mcmlist
- mcm help got a cleanup
- mcm respawn changed to mcm config, which displays all the MCM configuration settings
- Commands mcm logging and mcm secure removed as they are now displayed in mcm config

Code Refactoring

- switch pattern for the message regexes
- tuple return types for some functions
- Put each command line behavior in its own function for better maitnenance

更新:2024 年 5 月 11 日 @ 上午 7:40

Version 2.2.0 (For Barotrauma 1.4.6.0)
* Fixed compilation errors that arose from the Blood in The Water update
* Relinquished mod configuration options that was subsumed natively by game
- Allow Respawn now depends on server setting
- Respawn Skill penalty now depends on server setting
- Respawn Interval should depend on server setting

REMEMBER TO BACKUP YOUR SAVES!

更新:2024 年 3 月 29 日 @ 下午 2:41

Version 2.1.9
* Fixed a complier error that arose after the last LUA Patch
* Fixed a prior issue that caused Pirate mission to load forever
* Removed CS for Barotrauma as a required mod as it was no longer required due to the new LUA version

Remember to backup your saves!

更新:2023 年 12 月 21 日 @ 上午 7:38

2.1.8 HOTFIX
- Disabled a hook that appropriately scaled difficulties for sub vs sub missions because it was causing an infinite loading time. A consequence of this is that those types of missions might be signifincantly harder going forward

Remember to backup your saves!

更新:2023 年 12 月 15 日 @ 下午 2:26

Version 2.1.7 The Christmas Update FIX
Added a new logging system to serverside mod. Use with chat command "mcm logging" and "mcm logging [0-4]"

Fixed broken method hook that prevented mod from compiling in the christmas update

更新:2023 年 11 月 11 日 @ 下午 2:32

Version 2.1.6 HOTFIX
- Removed McmUtils that was added by mistake