Space Engineers

Space Engineers

Improved
MrChupa 2021 年 4 月 25 日 上午 3:37
Bugs + Fixes
NO AMMO FIX: go to Steam\steamapps\workshop\content\244850\820259930\Data
open with notepad++: CubeBlocks-Improved.sbc
search for assembler, there you will find "BlueprintClasses"

<BlueprintClasses>
<Class>LargeBlocks</Class>
<Class>SmallBlocks</Class>
<Class>Components</Class>
<Class>EliteTools</Class>
<Class>Improved</Class>
</BlueprintClasses>

change to

<BlueprintClasses>
<Class>LargeBlocks</Class>
<Class>SmallBlocks</Class>
<Class>Components</Class>
<Class>EliteTools</Class>
<Class>Improved</Class>
<Class>Ammo</Class>
</BlueprintClasses>
< >
正在显示第 1 - 12 条,共 12 条留言
IronCat© 2021 年 6 月 27 日 上午 3:00 
Hello, you have made a fix for cartridges, but there is still a problem with consumables, such as the canvas of the parachute, and also with cartridges from other mods.
MrChupa 2021 年 6 月 27 日 上午 4:42 
yeah, someone has to go through all the SE files to find out the correct classnames they use in vanilla assembler and that one is definitely not me^^
hoping for the owner of the mod to update it, but last time was 02/2020....
IronCat© 2021 年 6 月 27 日 上午 5:45 
Can you tell me where to look for it.
MrChupa 2021 年 6 月 27 日 上午 5:53 
sry, i didnt concern myself with the file architecture of SE
IronCat© 2021 年 7 月 4 日 上午 12:46 
<BlueprintClasses>
<Class>LargeBlocks</Class>
<Class>SmallBlocks</Class>
<Class>Components</Class>
<Class>EliteTools</Class>
<Class>BuildPlanner</Class>
<Class>EliteConsumables</Class>
</BlueprintClasses>
IronCat© 2021 年 7 月 4 日 上午 12:46 
what I managed to find in the game files
IronCat© 2021 年 7 月 4 日 上午 12:47 
<BlueprintClasses>
<Class>SimpleComponents</Class>
<Class>Tools</Class>
<Class>Consumables</Class>
</BlueprintClasses>
IronCat© 2021 年 7 月 4 日 上午 12:48 
and what is this in the basic collector
IronCat© 2021 年 7 月 4 日 上午 12:48 
steam\steamapps\common\SpaceEngineers\Content\Data\CubeBlocks\CubeBlocks_Production.sbc
IronCat© 2021 年 7 月 4 日 上午 12:57 
<BlueprintClasses>
<Class>LargeBlocks</Class>
<Class>SmallBlocks</Class>
<Class>Components</Class>
<Class>EliteTools</Class>
<Class>BuildPlanner</Class>
<Class>EliteConsumables</Class>
<Class>Ammo</Class>
<Class>Improved</Class>
</BlueprintClasses>
IronCat© 2021 年 7 月 4 日 上午 12:59 
this is a new bug fix
Darelius  [开发者] 2024 年 11 月 19 日 上午 11:16 
So, Mod updated
< >
正在显示第 1 - 12 条,共 12 条留言
每页显示数: 1530 50