Space Engineers

Space Engineers

Zbyt mało ocen
Thermal Signatures - SkunkWorks Servers
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Type: Mod
Rozmiar pliku
Zamieszczono
Zaktualizowano
342.057 KB
8 października 2021 o 21:17
12 lutego 2023 o 7:19
Listy zmian: 20 ( zobacz )

Zasubskrybuj, aby pobrać
Thermal Signatures - SkunkWorks Servers

W 3 kolekcjach stworzonych przez Asy93
SkunkWorks 4.0 Collection
Przedmioty: 65
SkunkWorks Servers v5.0 Mods
Przedmioty: 72
SkunkWorks Survival Server Mods
Przedmioty: 62
Opis
This mod is a major revision of the mod created by cKerensky
link: https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2209564608


This mod was redesigned and created for SkunkWorks Servers and uses a custom script that allows thermal signatures to be detected across Nexus Sector Borders.

Full Changes:

- Fixed default config generation to broadcast 25km/300MW on large grids, 15km/29.5MW on small grids.

- Fixed scan so that it appropriately broadcasts power sources relative to large reactor output. (Included tiered power sources)

- Fixed script so that it appropriately broadcasts thrust heat output relative to a hydrogen thruster's output. (Includes tiered thrusters)

- Updated heat decay feature to dissipate to the average of your old and new heat, with a minimum loss baked in so you actually eventually get to 0.

- Thermal Scan generates a GPS which now also show how far you're broadcasting in KM

- Adjusted mod to ignore GPS creation for ships broadcasting under 1KM, so when you're sitting around your base, your idle ships aren't spamming gps.
- Also cuts down on cross-server messaging for the sync mod

- Added code to delete thermal signature gps entries periodically. Even though they're created as temporary, they can end up sticking around and causing clutter (e.g. if players mark them as visible always, or move sectors while they're visible)

- Made GPS stay up instead of disappearing after 5 seconds. They refresh every 12 seconds, and stay visible for 12 seconds

Shoutout to @Sisko for the work he put in to this!
Komentarzy: 7
ZERON1GHT 22 marca o 2:10 
The mod does not work on NexusV3
Grumpy 2 sierpnia 2023 o 17:14 
I have a question about this mod. I originally tried to contact the original mod owner for the same problem but nothing came of it. When I try to use this mod with my friends it causes them to crash. The other mod did the same thing. I am running no other mods with it testing it and when ever people join me it just disconnects them. If you know of any solutions to this please let me know, thank you.
The_Yrri 24 kwietnia 2022 o 16:35 
thank you Asy!
I will look into the amount of changes and will quote this and original mods in reupload so if anyone stumbles across they know who did most of the work.
Asy93  [autor] 24 kwietnia 2022 o 16:27 
Yrri,

Feel free to reupload. That <15000 essentially says any grids under 15,000 wont create a signal. That was a newer update.
The_Yrri 24 kwietnia 2022 o 11:54 
Asy, appreciate you coming back to me so fast!
File you've referred is a great help in tuning heat output of the grid.
But I'm referring so some of the hardcoded items, like line 477:
if (isStatic || totalPCU < 15000 || !piloted)
{
//MyLog.Default.WriteLineAndConsole("Static");
return 0.0f;
}
And I do understand that it might end up as quite a rework of a code and nobody has time for it. But if something like this is in the works, I'd better wait than re-upload your work.
Asy93  [autor] 24 kwietnia 2022 o 6:02 
You can update some settings through the HeatGenerators.xml found in:

Folder:: Instance\Storage\CommonLanguageRuntimeLibrary
The_Yrri 22 kwietnia 2022 o 23:42 
Any chance we can move some of the settings to a dedicated file? I love and appreciate all the work that being done to original script but would be able to tune some aspects without reupload, like PCU thresholds and such.