X4: Foundations

X4: Foundations

Nincs elegendő értékelés
Higher Dimensional Space
4
   
Díjazás
Kedvenc
Kedvenc
Törlés
Fájlméret:
Közzétéve:
22.914 KB
aug. 30., 2:06
1 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
Higher Dimensional Space

Leírás
Higher Dimensional Space

Version: 0.1.0 [BETA] · Author: Reithan

Make X4’s universe actually feel 3D. This mod sphericalizes GOD-driven placements at game start and during AI-driven builds by replacing vanilla “flat/polar” randomization with a sector-centered spherical (or configurable ellipsoidal) distribution.

✨ What it does

  • Gamestart spawns (GOD): Listens to event_god_created_factory and event_god_created_station and repositions eligible creations using a Y-up sphere/ellipsoid around the sector core. Uses safe placement (<safepos includeplotbox="true">).
  • AI economy & goals: Patches vanilla MD (economy/goal/station finders) to use a rand-in-sphere helper instead of the stock polar RNG for many flows (build-in-sector, faction goals, core fallbacks).
  • Respects mods/updates: Classification is based on runtime object props (isgodproductionentry, godentry, zone, position), not hardcoded ID lists.
  • Configurable shape: The helper library supports radius (“R”) and vertical squash (“squash”) so you can go from perfect spheres to gentle ellipsoids.

Result: fewer “pancake layers”, more vertical variety for NPC construction while keeping vanilla logic intact.
15 megjegyzés
Reithan  [készítő] szept. 12., 16:28 
@PKster

In the base implementation there's a 50/50 chance a new station gets placed 'next to' an existing one.

With this mod, it lowers it to 25%, but you'll still see 'clusters' of stations from time-to-time when that 25% rolls success a few times in a row.

Basically: working as intended. It's just more 'visually noticeable' when it happens at a high or low point in the system.
PKster szept. 12., 6:14 
I am noticing that some sectors will cluster 5-8 stations together in a grid at full 'north pole' or sometimes 'south pole'. However, this is rare. Most stations are distributed in an interesting way. Placing sats is more challenging, but I think this mod's station placement is more organic than the 2d plane.
Valador szept. 11., 20:05 
Look forward to testing this, thanks for the work and effort.
Reithan  [készítő] szept. 11., 3:22 
In general this should be pretty compatible with most mods, unless those mods place 'static' stations. This doesn't modify 'statically' placed stations at game-start.
Sentenza szept. 10., 9:56 
AI already sstruggle with 2D plan and you want to make it 3D?
Preliator szept. 10., 8:37 
Is this compatible with Galaxy Remake STARS mod from Nexus?
Godis szept. 10., 8:11 
This sounds pretty amazing. As far as I understand it, it's compatible with most mods out there due to its runtime patching (which would respect modded assets, as long as they're in place already on game load)?
Elec Frost szept. 9., 20:00 
quite the opportunity for paranid humor you got there
Jacky Treehorn szept. 8., 22:54 
I'm right in my first playthrough, but this sounds interesting.
Reithan  [készítő] szept. 7., 12:31 
Yep!