Space Engineers

Space Engineers

[Old Version] Stargate (working teleport)
Ikar Rahl 14. juni 2016 kl. 9:32
Crash portals
After some test, the game crash with some combination of portals. A could work well with B and with C, but B with C will lead a crash. Here is my logs: https://drive.google.com/open?id=0B6MsbY7Z0wanVEFMaXhNaWdBREE

P.S: Never moded this game but this may be (or not) helpfull: http://forum.keenswh.com/threads/psa-fixes-for-block-mods-not-working-after-v01-101-x.7368705/
Sidst redigeret af Ikar Rahl; 14. juni 2016 kl. 9:37
< >
Viser 1-5 af 5 kommentarer
Gwindalmir  [udvikler] 15. juni 2016 kl. 0:24 
Thanks. That's going to take some investigating, as nothing in there points to this mod.
Do you have other mods installed? Perhaps ones that manipulate antennas?
Ikar Rahl 15. juni 2016 kl. 0:52 
I've have the:
Kolt - Command console pack (add new blocks, doesnt seems like antena) never used in this game.
Caldari Skybox
Holographic Radar - never used it
X3 soundtrack pack

Even if I disable those mods, the behaviour and the logs are the same, unless the save game is corrupted...

I've suspected that modder in order to create blocks used some base stufs (inheritance ?) maybe on of the mod block are based on the antena ?

I can also send my savegame if this can be of any help.
Ikar Rahl 15. juni 2016 kl. 11:04 
Well, after some testing, the distance between the gates seems one of the problems.
If 2 gate are 200m (approx.) or less one from another (on different bases), the second one "could" be corrupted, it's not automatic and has maybe something to do with big bases, I got 1 gate inside my base (who is inside a mountain) and the second on a large ship (a tel'tac actually). If the ship get 200 meter or closer, one of the gate get corrupted and unusable (in and out). If I build a second station near the big one, the second gate is unusable, even if I destroy the gate in the main base, the second is still unusable.

I don't know how much all of these is relevant, I tested with 2 basic base close to each other and it worked just well. So There must have another reason.
Ikar Rahl 15. juni 2016 kl. 16:43 
Hum, I love spamming.

The first problem solve easily, just add the xsi type in the CubeBlocks.sbc on line 1352:
<Definition xsi:type="MyObjectBuilder_RadioAntennaDefinition">

The main problem was a little bit more weird, the prblem was with the horizon, I found a workaround by setting the builder as static, file Stargate.cs line 1669:
gridBuilder.IsStatic = true;
Or it crash a short moment after the CreateAndSyncEntities. Async error, sweet.

Of course, I have no idea if it is important. But things work just well, I will write if my PC take fire.
Gwindalmir  [udvikler] 15. juni 2016 kl. 20:05 
Interesting, the Antenna definition fix I can certainly do. However converting the grid to static won't work. The event horizon would become skewed and not look correct.
I will look into it more. If I need more, I'll ask for the world. Thanks for that information so far!
< >
Viser 1-5 af 5 kommentarer
Per side: 1530 50