Space Engineers

Space Engineers

Iota's Modular Jump Gates
134 kommentarer
IotaSphere  [ophavsmand] 4. nov. kl. 20:53 
@Prime [1st M.I]
There's no way for a mod to run cross server communication scripts.
It would be nice if Keen added it but as of right now this mod can't connect two servers.
Prime [1st M.I] 29. okt. kl. 17:29 
im a bit late to this but did you get it to work ie jump to a different server ???? i saw this and thought OMG if i have 2 servers running 1 for PVE and 1 for PVP. is there more info
Tbone 19. okt. kl. 12:44 
Amazing mod
Astrojen 12. okt. kl. 1:47 
@IotaSphere yo thank you for adding that 👌
IotaSphere  [ophavsmand] 10. okt. kl. 7:42 
@The Canadian Nematoad
Jump time is decided entirely by whatever animation you choose.
One can be added with a zero delay for instant jumps.
The Canadian Nematoad 9. okt. kl. 8:47 
Is there a way to have the jump happen immediately after passing the gate instead of after 10-23 seconds?
IotaSphere  [ophavsmand] 4. okt. kl. 16:39 
@Astrojen
Gate explosions have been added - must be enabled in config (see Gate Explosions [github.com])

@UrRrI
The requested config option has been added (see GateRandomDisplacementRadius [github.com])
IotaSphere  [ophavsmand] 30. sep. kl. 13:27 
@MisterMann
Can you create a bug report on the Github with the crash log?
MisterMann 30. sep. kl. 10:11 
So I found a game crashing bug that if you build this a certain way it's unable to process what it's doing and it sends me to the bug report page.
https://steamcommunity.com/sharedfiles/filedetails/?id=3577743688
UrRrI 21. sep. kl. 6:45 
In the meantime, I solved the problem with teleportation; I need to change the following parameters:
<SafeJumps>true</SafeJumps>
<MaxLargeJumpGate50Distance>10000000000</MaxLargeJumpGate50Distance>
<MaxSmallJumpGate50Distance>2000000000</MaxSmallJumpGate50Distance>
<MaxLargeDriveChargeMW>10000</MaxLargeDriveChargeMW>
<MaxSmallDriveChargeMW>2500</MaxSmallDriveChargeMW>

Now ship teleports at long distance as needed with good accuracy!
@IotaSphere i suggest that it is necessary to add an additional random value of deviation from a given point in coordinates within 1 km without reference to the spread of the jump range
UrRrI 21. sep. kl. 4:03 
Regarding the solution with the Solar System, there is probably only one option. And that is adding the teleportation function to a specific grid with a receiver from this mod, without being tied to the coordinate grid.
IotaSphere  [ophavsmand] 20. sep. kl. 8:27 
@Grebanton1234 I believe someone else brought RSS up as well.
Vanilla drives may be modified by RSS but I'll look into compatibility.
Grebanton1234 19. sep. kl. 15:16 
Hey there, wanted to ask if it would be possible to make this mod compatible with Real Solar Systems? I don't know if you're familiar with the mod but because the planets are only a 3D-Model, while the actual planets are way out of view distance, trying to jump between planets or planets' GPS you'll end up in the space where the real planets are (You're not supposed to be able to reach that space ever). Jumping to the fake GPS that shows the position of the 3D-Model planet makes you jump into that "illegal space" about the distance you were supposed to jump to the GPS. Jumping to the real GPS in turn makes you end up like 16000km from the real planet, again in the illegal space (Same thing for jumping to another gate). Since Real Solar Systems is basically a staple in SE modding, I think it is worth a try, trying to code compatability between these mods. (Vanilla Jump Drives work btw, maybe that info helps finding a solution)
IotaSphere  [ophavsmand] 12. sep. kl. 9:28 
@It's the crab

Entities are aligned according the the gate that jumped them.
Each gate has a line that marks the direction the gate's jump space is pointing.
When a ship jumps, it will be rotated so that the relative rotation between the ship and that line is also preserved on the destination side.

For other alignment options, see Gravity Alignment Type [github.com]
It's the crab 11. sep. kl. 22:59 
when i jump a ship to another gate it keeps getting rotated in a random direction like flipped 180 degrees or flipped vertically to where it would clip into the gate itself
IotaSphere  [ophavsmand] 10. sep. kl. 15:33 
@Astrojen
Ok then, will look into adding it.
It will most likely require you to enable an option in the config
Astrojen 10. sep. kl. 5:56 
@IotaSphere yes exactly like that
IotaSphere  [ophavsmand] 7. sep. kl. 13:37 
@Sky walker
Currently its hardcoded
The feature is primarily intended for use through this mod's modding API
Sky walker 7. sep. kl. 12:35 
How would one change what grid spawns on "Jump From Void"?
[TFN] Wright 5. sep. kl. 16:08 
@IotaSphere I think he means the size of the explosion is based on the amount of stored charge.
IotaSphere  [ophavsmand] 4. sep. kl. 15:29 
@Astrojen
Just to make sure I have this right.
A button, that creates an explosion when pressed, depending on the stored charge in the jump gate?
Astrojen 3. sep. kl. 10:50 
@IotaSphere just a Button to use the gate to cause a giant explosion that depends on the power supply of the gate
wingmaster 26. aug. kl. 22:56 
thank you i was able to fix it
IotaSphere  [ophavsmand] 26. aug. kl. 22:36 
@Astrojen
.. You want a button or something?
...Like a dedicated button, to destroy your base?
Or are you referring to a system that explodes when the block is damaged enough?
IotaSphere  [ophavsmand] 26. aug. kl. 22:35 
@wingmaster
Assuming those lines are red, green, and blue, you probably have debug mode [github.com] enabled.
Disable it either through the jump gate controller, remote antenna, or with "/imjg debug false"
wingmaster 26. aug. kl. 22:02 
my ships keep getting 3 lines coming from the cockpit blocks every time i set one/spawn in a new ship
Astrojen 26. aug. kl. 3:01 
Add a Self Destruct funtion where the explotion size depends on the availble power in the base and the amount of those portal emitter
Doomgoose 6. aug. kl. 13:59 
If you jump a very long distance and suddenly it seems like your grid has a bunch of malfunctioning things, power requirements listed on the grid that makes no sense, some blocks acting like they're offline when the rest of the ship isn't, etc...make sure you don't have an active laser antenna that's suddenly trying to use more power than the grid can possibly supply to it to make up for the changed distance to where it's connected.

Totally not me thinking I'd found some weird bug I spent two hours working to debug and document the oddly specific criteria that had to occur for this weird bug for a full reproduction on the github before realizing I was a dummy and the issue was a laser antenna I'd forgotten about.

Nope.

Couldn't possibly happen.
Dagoobaert 3. aug. kl. 12:02 
Half a Supergate from Stargate...
IotaSphere  [ophavsmand] 1. aug. kl. 22:46 
@Noelle can you create a bug report on the Github?
Noelle 1. aug. kl. 14:39 
When jumping through it, parts of the ship seem to disconnect. I have no idea what causes this. My initial theory was that it might be breaking rotors or anything on a subgrid, but then a camera on the main grid stopped working after a jump, so that theory doesn’t hold up.
IotaSphere  [ophavsmand] 1. aug. kl. 12:48 
@arcadegamer
After pressing the "Jump" button on the jump gate controller, what was the message shown?
arcadegamer 31. juli kl. 20:36 
built the gate, got it to connect, works! put a ship in and it dont do anything :c
Jah 28. juli kl. 20:46 
Bless you and your kin, goated mod and great addition to this game
IotaSphere  [ophavsmand] 24. juli kl. 22:46 
@Professor Cupcake
I'll look into it. Not sure how RSS does its thing so not sure if its possible.
IotaSphere  [ophavsmand] 24. juli kl. 22:46 
@Connor_Vexon
There's a lot of config variables that can do that:

Increase MaxDriveCharge [github.com] to change the maximum amount of power a single jump gate drive can store. More power will increase the jumpable distance.

Increase MaxJumpGate50Distance [github.com] to increase the maximum reasonable distance. This is probably the best variable to change for this.

Decrease GatePowerFactorExponent [github.com] to make the power curve more linear (currently it's cubic, set to 1 for linear power increase).

Decrease GateKilowattPerKilogram [github.com] to change the amount of power needed to jump some set mass.
Connor_Vexon 24. juli kl. 14:56 
Is there any way to reduce the number of drives required to jump? Like so you can make far jumps with like only 2 drives? Or is that something hard coded into the mod?
Professor Cupcake 23. juli kl. 5:20 
Sadly, this does not seem to work too well with Real Solar Systems. It fails to switch between different areas on jump.
IotaSphere  [ophavsmand] 13. juli kl. 7:43 
@Defender can you create a bug report on the Github?
Defender 12. juli kl. 21:14 
COOL MOD, but un-usable for servers. it will try and load ALL DRIVES ever made , fail and then try to do it about 40 times over until it crashes the server.
KnightForEyes 12. juli kl. 20:18 
500* Megabyte of a single jumpgate. I can fit terraria into that!!
IotaSphere  [ophavsmand] 10. juli kl. 16:10 
@howardxu23
@Reblitech
Thanks for the feedback.
Added the jump gate remote link [github.com] for detached style gates.
IotaSphere  [ophavsmand] 26. juni kl. 14:01 
@JumpG8t
Can you create an issue on Github detailing the issue?
Please upload the log file as well
JumpG8t 26. juni kl. 12:43 
Question, I was attempting to test jumping a small ship through a gate. the gate has 8 drives, 4 of which are on hinges (to make a circular gate). It seemed to connect to the partner gate fine but it will not recognize that there is a entity inside the jump space
RATTENHEIMer 25. juni kl. 22:09 
My friend ended up testing it on the world again and it was an issue with another mod of similar nature he had added. We have it working now though, thank you for your time.
IotaSphere  [ophavsmand] 25. juni kl. 19:48 
@RATTENHEIMer
This mod shouldn't affect any grid speed caps. I have a mod for 1000 m/s and haven't had any issues. This mod does temporarily limit grid speeds shortly after jumps but it only lasts a second or two.
RATTENHEIMer 24. juni kl. 19:17 
https://steamcommunity.com/sharedfiles/filedetails/?id=1222221149 is the speed mod we use, and all grids had their speed cap set to 5000 m/s
IotaSphere  [ophavsmand] 24. juni kl. 13:24 
@RATTENHEIMer
What speed mod is it and what grids are affected (gate, ship, ship being jumped, etc...)?
IotaSphere  [ophavsmand] 24. juni kl. 13:23 
@howardxu23
@Reblitech
I think that's a good implementation idea and will work on adding it.
Thanks for the feedback, will hope to have it added soon.
RATTENHEIMer 23. juni kl. 21:11 
I've been encountering an issue where it sets the base grid speed cap to 5000 m/s. I think it my be a problem with the speed mod me and my friends use but still something you should take a peak at.