NoShardsFromEmpyreans
🟠 Updated over a year agoPreview
🔍 Analysis
- 🏆 #92 of 128 Tweaks mods in this game by downloads
📋 About This Mod
NoShardsFromEmpyreans Really small mod to make empyrean elites not drop shard(s) on death in the beta version of Starstorm 2. They still drop a random item, it's just the shard drops that were removed. This mod's so small that I didn't bother making a github repository for it, since this is all the relevant code for the harmony IL patch: IL patch code public static void DoPatch(ILContext il) { ILCursor c = new(il); ILLabel skipSettingShardDrops = il.DefineLabel(); if (!c.TryGotoNext(MoveType.AfterLabel, x => x.MatchLdarg(1), x => x.MatchCallvirt<Component>("get_gameObject"), x => x.MatchCallvirt<GameObject>("AddComponent") )) { Log.Error("COULD NOT IL HOOK SS2.Components.Empyrean.MakeElite PART 1"); Log.Warning($"il is {il}"); } c.Emit(OpCodes.Br, skipSettingShardDrops); if (!c.TryGotoNext(MoveType.AfterLabel, x => x.MatchLdarg(1), x => x.MatchLdloca(4), x => x.MatchCallvirt<Component>("TryGetComponent") )) { Log.Error("COULD NOT IL HOOK SS2.Components.Empyrean.MakeElite PART 2"); Log.Warning($"il is {il}"); } c.MarkLabel(skipSettingShardDrops); }
Makes empyrean elites in the Starstorm 2 BETA not drop shard(s) on death.
📊 Mod Details
- Game
- Thunderstore Mods
- Author
- LordVGames
- Version
- 1.0.0
- Downloads
- 154
- Endorsements
- 0
- Category
- Tweaks
- Created
- 5/8/2025
- Updated
- 5/8/2025
- Tags
- Tweaks, Mods
🔧 How to Install Thunderstore Mods
Use r2modman/Thunderstore Mod Manager. Or manual: install BepInEx, drop mods into plugins folder.
📖 Full step-by-step install guide for Thunderstore →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Thunderstore commands, item IDs, and more.
Keep browsing — more Thunderstore mods await