Space Engineers

Space Engineers

397 betyg
Bigger Explosions
5
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Type: Mod
Mod category: Other
Taggar: ServerScripts
Filstorlek
Lades upp
Uppdaterades
71.286 MB
28 nov, 2021 @ 13:31
18 nov, 2023 @ 20:26
17 ändringsnotiser ( visa )

Abonnera för att ladda ner
Bigger Explosions

Beskrivning
This mod is a support tool for other mods (including the "Kinetic Devastation" and "Nuclear Weapons" mods) to generate massive explosions through a shared system.

The tool is also open for anyone else to make use via any scripting mods by sending a mod message with the correct information to generate the explosion.

NOTE: Downloading this mod by itself will not do anything. It's only meant to manage explosions generated by other mods.

Steps to Use
1. Create scripting mod
2. Set "Bigger Explosions" as a "Required Item" for the mod
3. To generate an explosion, call:
Vector3D position = ...; // Position of explosion Vector3D up = ...; // Up direction for explosion Vector3D velocity = ...; // Velocity of explosion float radius = ...; // Radius of explosion MyAPIUtilities.Static.SendModMessage(4508338751823, string.Join(";", position.X, position.Y, position.Z, up.X, up.Y, up.Z, velocity.X, velocity.Y, velocity.Z, radius));
To generate a camera shake, call:
Vector3D position = ...; // Position of shake (area that affects cameras) float radius = ...; // Radius of shake MyAPIUtilities.Static.SendModMessage(4508338751824, string.Join(";", position.X, position.Y, position.Z, radius)); // or IMyPlayer player = ...; MyAPIUtilities.Static.SendModMessage(4508338751824, player.IdentityId.ToString());

Config Setup
This mod can be customized by making use of the Config.xml file that generates once the mod is loaded. Loading a file with this mod active creates a Config.xml file inside of the save folder (...\Roaming\SpaceEngineers\Saves\<SteamId>\<SaveGameName>\Storage\2667547195.sbm_BiggerExplosions). You can edit the values in this file to change those values in game after loading back into the save.

Config Values
https://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/2667547195/3192485276074693921/



Special Thanks to Hybrid V for the Improved SFX!
https://www.youtube.com/c/HybridVAudio
https://soundcloud.com/hybrid-v

Mods that Use This
Kinetic Devastation
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2649159807
Nuclear Weapons
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2667815590

Other Mods:
https://psteamcommunity.yuanyoumao.com/id/adrsquared/myworkshopfiles/?appid=244850

Join My Discord for Mod Discussion and Bug Reports
Mods by Echthros[discord.gg]

Support Future Mods/Updates
[ko-fi.com]
[www.paypal.com]
Populära diskussioner Visa alla (2)
2
16 feb @ 15:24
Crash related to the sound?
Lt.Fenix
3
6 sep, 2024 @ 22:18
KLISTRAD: Config.xml
Echthros
75 kommentarer
Scientist 18 apr @ 8:01 
Mod still works perfectly as of April 18 2025. If you get explosions that have sound in only one earphone (probably left), it is because the .wav files in the mod are stereo, not mono. The author can either update this or you can manually change it by going into audacity and making mono. This applies to all mods that have .wav files and sound in only one earphone. Hope this has helped people
Synirr 21 feb @ 21:02 
Is there a way to edit the particle effect? I kinda want to change the particle effect to something different.
Lt.Fenix 16 nov, 2024 @ 11:39 
@Echthros

Have you been able to look into the sound-related crash?
Soumagnei 10 aug, 2024 @ 16:41 
Can you add a voxel damage radius multiplier? The current small vanilla warheads are way too powerful and make unrealistically big crator
PaladinSage 4 jun, 2024 @ 20:40 
can we get an update?
乂Oo忘★了愛oO乂 28 apr, 2024 @ 18:44 
Many thanks
Echthros  [skapare] 28 apr, 2024 @ 10:07 
Sure, as long as you add a credit for it.
乂Oo忘★了愛oO乂 28 apr, 2024 @ 3:32 
Can I use the nuclear explosion Particles you made for the weapon MOD I made?
team fortress two 12 jan, 2024 @ 15:10 
my ears after detonating 1 small nuke:
Fade 18 aug, 2023 @ 16:28 
Thank you so much for the damage radius multiplier :D