RimWorld
54 avaliações
SOS2 - VE Helixien Gas Compatibility Patch
   
Premiar
Adic. a Favoritos
Nos Favoritos
Desfavoritar
Mod, 1.5
Tamanho:
Publicado em:
Atualizado em:
718.556 KB
6 de jun. às 17:20
6 de jun. às 18:34
3 notas de alterações ( ver )

Subscreve para transferir
SOS2 - VE Helixien Gas Compatibility Patch

Descrição
[github.com]

This patch will prevent Vanilla Helixien Gas Expanded (VHGE) from spawning geysers on SOS2 space maps, therefore removing the incompatibility between two mods.

Need to be loaded after both SOS2 and VHGE

Harmony required.


该补丁阻止VE天然气拓展在SOS2的太空地图生成矿点,从而解决了两个MOD不兼容的主要问题。

加载顺序必须在SOS2和VE天然气拓展之后。

需要Harmony


Ce patch empêchera l'apparition de geysers de gaz helixien de la part de Vanilla Helixien Gas Expanded (VHGE) sur les cartes spatiales SOS2, enlevant ainsi l'incompatibilité entre deux mods.

Doit se charger après SOS2 et VHGE

Harmony requis.

==============================

A note to VE team if you see my page:

You can use the function IsSOS2SpaceMap(Map map) in HarmonyUtils.cs in my github for lots of your VE mods to resolve the compatibility issues with SOS2. This function checks if a map instance is SOS2 space map, making this kind of patches technically possible without involving SOS2 dependencies. There are lots of requests about patching VE mods for SOS2. I can patch some of them but its always better to be done by original authors.


==============================
21 comentários
Ionfrigate12345  [autor] 14 de ago. às 12:36 
@Marmot Only SOS2 team can remove the incompatibility warning in their about.xml
Marmot 14 de ago. às 10:34 
minor thing, SOS2 still shows a warning about incompatibility with helixien gas
Duskryn 10 de ago. às 22:18 
Thx king
CodyProductions 23 de jun. às 18:49 
Oh I thought this was adding helixen pipes to the hull walls.
Ionfrigate12345  [autor] 23 de jun. às 6:30 
@CodyProductions The patch is not for the incompatibility of gas pipeline (which I m not sure if it exists), but for gas geysers spawned on space, which is weird and immersive breaking. Pipeline itself is OK on the ship, though I see no benefit of doing it
CodyProductions 22 de jun. às 22:44 
Could you make some versions for the other pipe network mods? It would make piping nutrient paste or chemfuel a lot better.
Phant0m5 18 de jun. às 12:33 
Fair enough. To be honest, Rimnauts 2 fits so well with SoS2 that I forget sometimes they're separate mods. Though, the current SoS2 page advertises a moon base start and asteroid bases and space stations, unless those depend on Rn2 being loaded at the same time.
Ionfrigate12345  [autor] 17 de jun. às 6:54 
My patches are made for VE-SOS2 and exclusively for VE-SOS2. Rimnauts 2 was not in my initial consideration for I didnt know about its code the moment when I wrote these two patches. The way I identify space map is pretty straightforward: Use the SOS2 spacemap specific biome "OuterSpace". If any other mod uses this SOS2 biome as well this patch will also consider them as SOS2 space map.

There is another technical difficulty to make a Rimnaut 2 patch to keep these geysers. The asteroid doesnt cover the whole map, there are still space around. To make VE gas geysers appear on the right spots, I need to furthurmore alter VE to make geysers spawn only on some specific Rimnauts 2 terrains to prevent them from appearing in space around. It's too complicated
Ionfrigate12345  [autor] 17 de jun. às 6:18 
@Phant0m5 Do you mean Rimnauts 2?

I havent tried yet, but maybe it will delete them as well if you have both SOS2 ans Rimnauts 2, for in the code of the latter it will change the biome to OuterSpace, the one of SOS2 space map, which may make this patch identify them as space map.

Since Rimnauts 2 define their own biomes as OuterSpace, its pretty hard to do the contradictory
Phant0m5 16 de jun. às 22:34 
Brief clarification, does this only block geysers on open space maps or also the moon and asteroid maps? Because while geysers just puffing away in open space is odd and problematic, having them on landed space maps is preferable.