You are viewing a potentially older version of this package.
View all versions.
Delayed Shards
Stores functional shards when inserted into the astral map, which may be activated on demand.
Date uploaded | 2 weeks ago |
Version | 0.1.1 |
Download link | VoidCrewModdingTeam-Delayed_Shards-0.1.1.zip |
Downloads | 519 |
Dependency string | VoidCrewModdingTeam-Delayed_Shards-0.1.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.5README
Delayed Shards
Version 0.1.1
For Game Version 1.0.3
Developed by 18107, Dragon
Requires: BepInEx-BepInExPack-5.4.2100, VoidCrewModdingTeam-VoidManager-1.2.5
💡 Functions - Stores functional shards when inserted into the astral map, which may be activated on demand
- On insertion of a minefield or excort shard, a related counter is incrimented.
- Clients can request activation of stored data shards.
- Provides a GUI display of stored escort and minefield shards.
- Provides keybinds and commands for shard execution.
- Settings can be configured at any time via F5 menu.
- Data is propogated from host to clients with the mod.
🎮 Client Usage
- The Host must have the mod.
- The Pilot should have the mod.
- Shard count can be viewed in the bottom left corner when visible. Default visibility requires the local player to actively be piloting.
- Configure mod settings at F5 > Mod Settings > Delayed Shards.
- Activate Escort and Minefield shards with keys
2
and3
while sitting in the pilot's seat. - Clients without the mod can use
!ActivateShard
and!CountShards
instead of keybinds.
👥 Multiplayer Functionality
- ✅ Client
- The Pilot should have the mod
- ✅ Host
- The host must have the mod
- If the host leaves the game and the new host doesn't have the mod, all inserted shards will be lost!!!
- ✅ 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 DelayedShards.dll
into Void Crew\BepInEx\plugins
Known Issues
- If the host leaves the game and the new host doesn't have the mod, all inserted shards will be lost.
- Audio for escort/minefield summon played on insertion rather than on execution.
CHANGELOG
0.1.1
- Fixed audio calls
0.1.0
- Fixed for Void Crew 1.0.3
0.0.7
- Fixed issue with new host not being able to drop shards.
- Added Void Manager GUI style setting.
0.0.6
- Updated for 0.27.0
- Added GUI position Percentages
0.0.4
- Added message when trying to use shards while not in the pilot's seat
0.0.3
- Added toggle to disable mod
0.0.2
- Added GUI
0.0.1
- Updated for 0.26.2
0.0.0
- Initial release