Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I just want to put an interior light above a catwalk - is that too much to ask? haha
Space Engineers can be likened to an incredibly laggy minecraft server, because each ship is a chunk and each asteroid is several chunks. There simply isn't enough speed to load the metadata and perform the same calculations on those sub-blocks as all the other normal blocks.
For now, anyway.
TL;DR: Minecraft modders solved it, SE is too slow for the solution right now.
P.S. Minecraft modders didn't even solve it until beta, so I wouldn't expect similar mods for SE until then.
P.P.S. Block's collisions aren't computed by "block" size, they're saved by "block" size.
Basically, minecraft multiblocks can be thought of as placing down a chest, then using each block inside the chest for rendering the block at where the chest should be. The metadata (for torch rotation and stuff) is stored in the damage values of the objects in that 'chest.'
The lighting system bugs out around mutliblocks, but it's way prettier for fitting piping systems under certain circumstances.
EDIT: I'm sure it would be possible to implement all the existing lighting and physics systems from SE into a multiblock structure, because somehow modders got REDSTONE of all things to function under multiblocks, but the computations and memory requirements would be INTENSIVE (more than SE already is) so I can't see proper connection of the multiblock to all SE physics without divine developer intervention.
The only down side this would have is the same one "more half blocks", "slope block" and "more stairs" mods for minecraft ran into: dozens of new blocks needing to be added to the block table to acomodate the variations, and prior to the Forge mod's apearance during beta, toomany for the engine to handle.
i worry the same might be true here.
In creative minecraft, there were 16 colors of wool however Minecraft proper didn't get the 16 colors until beta 1.2_1. Why? The block table couldn't handle it.
And back then it wasn't a block 'table' it was a block 'index' that could only store... What was it... 128 different block types.
I think.
at least i think those were the numbers... could be wrong, it's been a few years...