Space Engineers

Space Engineers

(ModTool) Reload Definitions
16 Comments
Digi  [author] 26 Nov, 2024 @ 8:44pm 
I'm not sure, the game pre-loads some stuff so that might not get re-loaded.
But you shouldn't edit the game like that anyway, copy the sbc to a mod folder and edit it there.
Captain Canard 26 Nov, 2024 @ 8:27am 
Does this reload the core .sbc files in the game's Data directory? I'm tinkering with weather, but I have to restart the game every time to see my changes. I was hoping this mod would work for me, but no joy so far.
kickformoney 14 May, 2024 @ 4:11am 
This came in really handy when I was updating several blocks yesterday. Thanks!
Digi  [author] 25 Nov, 2023 @ 9:53pm 
Updated with toolbar crash fixed :]
Digi  [author] 18 Nov, 2023 @ 6:03pm 
Actually if you have other mods too, remove those as well =) only test this mod with the world.
Digi  [author] 18 Nov, 2023 @ 6:02pm 
Try it without the mod you want to reload but in the same world as that error, to see if it's the mod or an actual toolbar having weird stuff.
And once you find which it is send it to me and I'll see what I can dig up on its issue :}
Sardaukai 18 Nov, 2023 @ 6:21am 
Hey Digi, you are everywhere ;)
Great idea to reload instead of start the game everytime.
But maybe it is broken... I got a nullpointer

Exception occurred: System.NullReferenceException: Object reference not set to an instance of an object.
at Sandbox.Game.Screens.Helpers.MyToolbarItemCubeBlock.Update(MyEntity owner, Int64 playerID)
at Sandbox.Game.Screens.Helpers.MyToolbar.Update()

or is it a failure of my mod(s)?
KADABEP 5 Feb, 2022 @ 8:03am 
Many thanks!
Digi  [author] 5 Feb, 2022 @ 8:02am 
Fixed :}
KADABEP 5 Feb, 2022 @ 4:56am 
Looks like it doesn't working after last update =(
Digi  [author] 4 Feb, 2021 @ 10:07pm 
@AbeAlpha
It seems I can respawn planets with code, I've also added the same thing for grids, both as optional commands/hotkeys tho as they do slow down the process.
See /reload for them :}
AbeAlpha 1 Feb, 2021 @ 1:24pm 
Yep confirmed! Amazing work and very usefull.
Do you think that in the future we can use this without having to place it back? it would be really amazing
Digi  [author] 31 Jan, 2021 @ 7:30pm 
@AbeAlpha
Try placing a new planet of that subtype, it's likely the same issue as with blocks where the planet stores the reference to the original definition...

If that is the case, then maybe if I grab the old definition and set some of the data from the new one to it, then it might refresh, but it might also not because I imagine planets cache a lot of stuff in more efficient ways so replacing it would probably be the closest thing to fully refreshing it.
AbeAlpha 31 Jan, 2021 @ 5:41pm 
Is not working on cloud layers of planets, for example changing the <RelativeAltitude>
Any way to fixit? my f5 key is breaking... :winter2019joyfultearsyul:
Digi  [author] 21 Jan, 2021 @ 8:29am 
Tested some transparent texture stuff (added to description), but most likely everything gets relaoded there (apart from reloading the actual texture dds ofc)...

I tested it with code billboard rendering and cockpit's CockpitGlassOutside which does update on existing blocks.
Chipstix213 20 Jan, 2021 @ 2:31pm 
Can confirm from testing it reloads build stages