Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Greishbirb

Pages: [1]
1
Mods / Re: [0.9.1a] Adjusted Sector
« on: January 28, 2020, 12:58:19 PM »
Idk..what is wrong with my settings ( or maybe the problem is within the mod ). But I (and several other people in Discord ) didn't find any research stations \ mining ones \ habitats ( that are not scripted ). We've checked all the black wholes and nebulas, and a huge amount of Supergigants and Neutron Stars too.




Settings:
"plugins":{      
      "newGameSectorProcGen":"data.scripts.SectorProcGenMod",
      "newGameCreationEntryPoint":"data.scripts.world.SectorGenMod",
   },
   #Change the number below to increase or decrease the size of the Sector
   #"sectorWidth":164000,
   #"sectorHeight":104000,
   #"sectorConstellationSize":100,
   #"sectorConstellationCellSize":10,
   "sectorWidth":194000,
   "sectorHeight":134000,
   "AdjustedSectorConstellationCount":120,
   "AdjustedSectorConstellationSize":490,
   "AdjustedSectorConstellationCellSize":6,

   "sectorConstellationRemnantMin":25,
   "sectorConstellationRemnantMax":67,
   "sectorConstellationRemnantSkipProb":0,

   "sectorConstellationRuinsMin":46,
   "sectorConstellationRuinsMax":120,
   
   "sectorDerelictMotherships":25,
   "sectorDerelictCryosleepers":18,
      
   #Random number of arcs apply to map
   #Vanilla value 20
   "AdjustedSectorRndArcs":20,

   #Generate hyperstorms options.
   #"true" for generating hyperstorms, "false" to not generate hyperstorms.
   "AdjustedSectorHS":true,

   #Accessibility will be base - 1 at that many light-years from center of mass
   #"accessibilityDistFromCOM":50,
   #"accessibilitySameFactionBonus":0.50,
   "accessibilityDistFromCOM":100,
   "accessibilitySameFactionBonus":0.75,

   #If SAD is enabled, you can change the amount of SAD-themed constellations
   #"SanguinaryAnarchisticDefectors_sectorConstellationMin_AS":4,
   #"SanguinaryAnarchisticDefectors_sectorConstellationMax_AS":6,
   "SanguinaryAnarchisticDefectors_sectorConstellationMin_AS":8,
   "SanguinaryAnarchisticDefectors_sectorConstellationMax_AS":15,

   #If DME is enabled, as well as random generated blade breaker systems, you can change the amount of said BB-themed constellations.
   #"BladeBreakerThemed_ConstellationMin_AS":4,
   #"BladeBreakerThemed_ConstellationMax_AS":7,
   #"BladeBreakerThemed_ConstellationSkipProb_AS":0.75,
   "BladeBreakerThemed_ConstellationMin_AS":4,
   "BladeBreakerThemed_ConstellationMax_AS":9,
   "BladeBreakerThemed_ConstellationSkipProb_AS":0.25,

Pages: [1]