You are viewing a potentially older version of this package.
View all versions.
Void Fixes
Provides bug fixes, Log Error eliminations, and Optimizations. Client/Host-Side
Date uploaded | 2 months ago |
Version | 1.0.1 |
Download link | VoidCrewModdingTeam-Void_Fixes-1.0.1.zip |
Downloads | 1061 |
Dependency string | VoidCrewModdingTeam-Void_Fixes-1.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100VoidCrewModdingTeam-VoidManager
Manages mods for multiplayer, gives users Mod controls via GUI (when provided by the mod, default keybind F5), provides API for developers, and minor Chat improvements.
Preferred version: 1.2.0README
Void Fixes
Version 1.0.1
For Game Version 0.27.0
Developed by Dragon, 18107
Requires: BepInEx-BepInExPack-5.4.2100, VoidCrewModdingTeam-VoidManager-1.2.0
💡 Functions - Provides bug fixes, Log Error eliminations, and Optimizations
- Log Error Eliminations
- CameraAttachment - Occurs when a player character is loaded.
- WaitDurationNull - Occurs if a reclaimer timer starts while jumping out of the current sector.
- FinalizePerkTree - Occurs when a player character is loaded.
- CharacterJoinCasts - occur when a player character is loaded.
- Fixes
- AtmosphereFix - Host-Side, Fixes O2 and pressure not filling and dropping at the same rate, leading to pressure being lower than oxygen.
- SetCarriableActive - Attempts to fix picking up invisible items which then locks pickup ability.
- DeltaTime - Fixes FPS effecting Drone EVA Player targetting and KPD barrel spin.
- Optimizations
- DestroyJumpingShipsOnLeave - Host-side, effects networking. Destroys ships jumping in on sector leave (they don't normally get destroyed, just hidden). leads to various enemy ships, care packages, and Reclaimers being left in a hidden state.
- DestroySpawnersOnLeave - Host-side, effects networking. Destroys spawners on sector leave (they don't normally get destroyed, just hidden).
- DestroyImpactFXOnLeave - Destroys old impactFX on sector leave (they don't normally get destroyed until there's 1024 of a given effect or the session ends).
🎮 Client Usage
- Customize fixes enabled via GUI at F5 > Mod Settings > VoidFixes
- Command "/fix pickup" - Attempts to fix pickup interaction issues. Some incompatibility with SwapItems.
👥 Multiplayer Functionality
- ✅ Client
- Various fixes while client.
- ✅ Host
- Various fixes while hosting.
- ✅ Session
- Requires the room to be marked as Mod_Session.
🔧 Install Instructions - Install following the normal BepInEx procedure.
Ensure that you have BepInEx 5 (stable version 5 MONO) and VoidManager installed.
✔️ Mod installation - Unzip the contents into the BepInEx plugin directory
Drag and drop VoidFixes.dll
into Void Crew\BepInEx\plugins
CHANGELOG
1.0.1
- Updated for Void Crew 0.27.0 (Update 5).
- Removed FrigateEngineeringDoorFix (Patched in Vanilla)
1.0.0
- Initial release