in the folder
\ Halcyon 6 Starbase Commander \ 1.4.3.5 \ H6_Data \ StreamingAssets \ mdi_baseline.h6module \ effects \ faction_traits \
find the file
base_resource_generation_trait.lua
rule with any text editor almost at the very bottom of the file
after the line
resources_generated = {
change the following
fuel = 1,
dark_matter = 1
the values after the “=” sign are substituted at our discretion.
fuel = 10,
dark_matter = 10,
materials = 30
don’t forget about the comma.
here you can add another command generation:
fuel = 10,
dark_matter = 10,
materials = 30,
crew = 10
resources are added once every 24 game hours.