• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Cpack

Field Marshal
42 Badges
Jan 16, 2003
3.075
744
  • Imperator: Rome
  • Cities: Skylines - Mass Transit
  • Hearts of Iron IV: Death or Dishonor
  • Cities: Skylines - Green Cities
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Cities: Skylines - Parklife
  • Cities: Skylines Industries
  • Stellaris: Megacorp
  • Imperator: Rome Deluxe Edition
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Expansion Pass
  • Cities: Skylines - Campus
  • Hearts of Iron IV: La Resistance
  • Stellaris: Federations
  • Battle for Bosporus
  • Stellaris: Nemesis
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron 4: Arms Against Tyranny
  • Cities: Skylines - Snowfall
  • Europa Universalis III Complete
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Semper Fi
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines - After Dark
  • Hearts of Iron II: Armageddon
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Field Marshal
  • Cities: Skylines - Natural Disasters
Things I figured out after hours of playing which I should change (modding).
Due to the often extended distance between star systems (outer rim problem)

1) Increase the range of planets/outposts were you can build mines etc
2) Increase the range of all FTL methods
3) Increase the base influence from 3 to 4 because of the need of more outposts
4) Autocreation of Hyperlanes should be optimized (more connections)
5) Increase the distance between the starting races
But now to the problem, how to do this?

2) & 3) is located in the 00_defines.lua

NDefines = {
NGameplay = {
FTL_RANGE_WARP = 60, -- Base warp range 45
FTL_RANGE_WORMHOLE = 90, -- Wormhole range 65
FTL_RANGE_JUMPDRIVE = 150, -- Jumpdrive range 100
BASE_MONTHLY_INFLUENCE = 4, -- Base Influence gained per month
},
NAI = {
OUTPOST_STATION_RANGE = 30, -- AI consider outpost station to be able to extrude border about this far 20
},
}


But whenever I change something in the file it crashes, even with just changing one value. What went wrong and how to change?

1) Is this the right value under NAI ???? I think not, but where is this value located in?


4) Where can I change the autocreating values?

5) Where can I change the distance of the starting races? Is it in the map/base.lua

countries = { ideal_sq_dist_between = 150*150, -- Ideal square distance between countries
min_sq_dist_between = 100*100, -- Min square distance between countries
}