Barotrauma
Multiplayer crew manager
60개 중 1~10개 표시 중
< 1  2  3  4  5  6 >
업데이트: 2025년 1월 15일 오전 6시 43분
작성자: Diemoe

Fixed shuttle respawn, between-round respawn mode

업데이트: 2025년 1월 9일 오전 11시 01분
작성자: Diemoe

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

업데이트: 2025년 1월 9일 오전 3시 26분
작성자: Diemoe

- Updated to 1.7.7.0, campaign available

업데이트: 2024년 7월 24일 오전 10시 03분
작성자: Bardin

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분
작성자: Bardin

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분
작성자: Akronyhm

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분
작성자: Akronyhm

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분
작성자: Akronyhm

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분
작성자: Akronyhm

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분
작성자: Akronyhm

Version 2.1.6 HOTFIX
- Removed McmUtils that was added by mistake