initial commit
This commit is contained in:
commit
5dfd7f1986
294 changed files with 22656 additions and 0 deletions
8
config/GalaxySpace/alpha_centauri/core.conf
Normal file
8
config/GalaxySpace/alpha_centauri/core.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Configuration file
|
||||
|
||||
general {
|
||||
# Enable/Disable Alpha Centauri and Proxima Systems.
|
||||
B:enableACentauriSystems=true
|
||||
}
|
||||
|
||||
|
20
config/GalaxySpace/alpha_centauri/dimensions.conf
Normal file
20
config/GalaxySpace/alpha_centauri/dimensions.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Configuration file
|
||||
|
||||
dimensions {
|
||||
# Dimension ID for Proxima B
|
||||
I:dimensionIDProxima_B=-1025
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Enable/Disable Proxima B
|
||||
B:enableProxima_B=true
|
||||
|
||||
# Enable/Disable Proxima C
|
||||
B:enableProxima_C=true
|
||||
|
||||
# Enable/Disable Proxima D
|
||||
B:enableProxima_D=true
|
||||
}
|
||||
|
||||
|
20
config/GalaxySpace/barnards/core.conf
Normal file
20
config/GalaxySpace/barnards/core.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Configuration file
|
||||
|
||||
client {
|
||||
# Enable/Disable old green color for grass on Barnarda C.
|
||||
B:enableGreenBarnardaC=false
|
||||
}
|
||||
|
||||
|
||||
difficulty {
|
||||
# !!!!!EXPERIMENTAL!!!! Enable/Disable start your survival game on Barnarda C.
|
||||
B:survivalModeOnBarnarda=false
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Enable/Disable Barnards System.
|
||||
B:enableBarnardsSystems=true
|
||||
}
|
||||
|
||||
|
20
config/GalaxySpace/barnards/dimensions.conf
Normal file
20
config/GalaxySpace/barnards/dimensions.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Configuration file
|
||||
|
||||
dimensions {
|
||||
# Dimension ID for Barnarda C
|
||||
I:dimensionIDBarnardaC=-1030
|
||||
|
||||
# Dimension ID for Barnarda C1 (Moon)
|
||||
I:dimensionIDBarnardaC1=-1031
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Enable/Disable Barnarda C planet.
|
||||
B:enableBarnardaC=true
|
||||
|
||||
# Enable/Disable Barnarda C1 moon.
|
||||
B:enableBarnardaC1=true
|
||||
}
|
||||
|
||||
|
148
config/GalaxySpace/core.conf
Normal file
148
config/GalaxySpace/core.conf
Normal file
|
@ -0,0 +1,148 @@
|
|||
# Configuration file
|
||||
|
||||
client {
|
||||
# Enable/Disable Methane Particles.
|
||||
B:enableMethaneParticle=true
|
||||
|
||||
# Enable/Disable modern GUI elements.
|
||||
B:enableModernGUI=true
|
||||
|
||||
# Enable/Disable new Main Menu.
|
||||
B:enableNewMenu=false
|
||||
|
||||
# Enable/Disable space suit HUD.
|
||||
B:enableSpaceSuitHUD=true
|
||||
|
||||
# Set HUD position. (up or top, center, down or bottom)
|
||||
S:spacesuit_pos=center
|
||||
}
|
||||
|
||||
|
||||
development {
|
||||
# Enable/Disable Debug mode
|
||||
B:enableDebug=false
|
||||
}
|
||||
|
||||
|
||||
dimensions {
|
||||
# Enable/Disable New Mars worldgen (WE).
|
||||
B:enableMarsWorldEngine=true
|
||||
|
||||
# Enable/Disable Unreachable Planets/Moons
|
||||
B:enableUnreachable=true
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Enable/Disable Check Version.
|
||||
B:enableCheckVersion=true
|
||||
|
||||
# ID Potion 'Solar Radiation'
|
||||
I:idSolarRadiation=29
|
||||
|
||||
# ID Potion 'Anti Radiation'
|
||||
I:idAntiRadiation=30
|
||||
|
||||
# Time Travel speed factor.
|
||||
I:speedTimeTravel=1
|
||||
|
||||
# ID gui for Guide Book.
|
||||
I:guiIDGuideBook=1001
|
||||
|
||||
# Enable/Disable register OreDict for GC Compressed Plate
|
||||
B:enablePlateOreDict=true
|
||||
|
||||
# List armor with protect radiation and pressure. Format: 'modid:item'
|
||||
S:"Radiation and Pressure Armor List" <
|
||||
ic2:quantum_helmet
|
||||
ic2:quantum_chestplate
|
||||
ic2:quantum_leggings
|
||||
ic2:quantum_boots
|
||||
extraplanets:tier1_space_suit_helmet
|
||||
extraplanets:tier1_space_suit_chest
|
||||
extraplanets:tier1_space_suit_jetpack_chest
|
||||
extraplanets:tier1_space_suit_legings
|
||||
extraplanets:tier1_space_suit_boots
|
||||
extraplanets:tier1_space_suit_gravity_boots
|
||||
extraplanets:tier2_space_suit_helmet
|
||||
extraplanets:tier2_space_suit_chest
|
||||
extraplanets:tier2_space_suit_jetpack_chest
|
||||
extraplanets:tier2_space_suit_legings
|
||||
extraplanets:tier2_space_suit_boots
|
||||
extraplanets:tier2_space_suit_gravity_boots
|
||||
extraplanets:tier3_space_suit_helmet
|
||||
extraplanets:tier3_space_suit_chest
|
||||
extraplanets:tier3_space_suit_jetpack_chest
|
||||
extraplanets:tier3_space_suit_legings
|
||||
extraplanets:tier3_space_suit_boots
|
||||
extraplanets:tier3_space_suit_gravity_boots
|
||||
extraplanets:tier4_space_suit_helmet
|
||||
extraplanets:tier4_space_suit_chest
|
||||
extraplanets:tier4_space_suit_jetpack_chest
|
||||
extraplanets:tier4_space_suit_legings
|
||||
extraplanets:tier4_space_suit_boots
|
||||
extraplanets:tier4_space_suit_gravity_boots
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
hardmode {
|
||||
# Enable/Disable advanced craft for rocket tier 2-6.
|
||||
B:enableAdvancedRocketCraft=true
|
||||
|
||||
# Enable/Disable advanced thermal system on celestial bodies.
|
||||
B:enableAdvancedThermalSystem=true
|
||||
|
||||
# Enable/Disable explosion gas (Nature gas, etc) from fire, torch, magma.
|
||||
B:enableGasExplosion=true
|
||||
|
||||
# Enable/Disable the need oxygen for plants and foods.
|
||||
B:enableOxygenForPlantsAndFoods=true
|
||||
|
||||
# Enable/Disable atmosphere pressure system.
|
||||
B:enablePressureSystem=true
|
||||
|
||||
# Enable/Disable solar radiation system.
|
||||
B:enableRadiationSystem=true
|
||||
|
||||
# Enable/Disable solar radiation on Moon.
|
||||
B:enableSolarRadiationOnMoon=true
|
||||
|
||||
# Enable/Disable zero gravity (like Kuiper Belt) on Astreroids.
|
||||
B:enableZeroGravityOnAsteroids=false
|
||||
}
|
||||
|
||||
|
||||
keybindings_initial {
|
||||
# Leave 'KEY_' value, adding the intended keyboard character to replace the letter. Values 0-9 and A-Z are accepted
|
||||
S:"Toggle Boots Key"=KEY_J
|
||||
|
||||
# Leave 'KEY_' value, adding the intended keyboard character to replace the letter. Values 0-9 and A-Z are accepted
|
||||
S:"Toggle Chestplate Key"=KEY_G
|
||||
|
||||
# Leave 'KEY_' value, adding the intended keyboard character to replace the letter. Values 0-9 and A-Z are accepted
|
||||
S:"Toggle Helmet Key"=KEY_F
|
||||
|
||||
# Leave 'KEY_' value, adding the intended keyboard character to replace the letter. Values 0-9 and A-Z are accepted
|
||||
S:"Toggle Legs Key"=KEY_H
|
||||
}
|
||||
|
||||
|
||||
worldgen {
|
||||
# Enable/Disable Dungeons Generation on Planets/Moon (Global Config).
|
||||
B:enableDungeonsGeneration=true
|
||||
|
||||
# Enable/Disable New Mars oregen (diamonds, coal, gold, etc).
|
||||
B:enableMarsNewOres=true
|
||||
|
||||
# Enable/Disable Generation Ores on Planets/Moon (Global Config).
|
||||
B:enableOresGeneration=true
|
||||
|
||||
# Enable/Disable Generation Ores on Overworld.
|
||||
B:enableOverworldOres=false
|
||||
|
||||
# Enable/Disable 'World Engine' - advanced world generation
|
||||
B:enableWorldEngine=true
|
||||
}
|
||||
|
||||
|
149
config/GalaxySpace/dimensions.conf
Normal file
149
config/GalaxySpace/dimensions.conf
Normal file
|
@ -0,0 +1,149 @@
|
|||
# Configuration file
|
||||
|
||||
development {
|
||||
# Dimension ID for Test planet (only for debug)
|
||||
I:dimensionIDTest=-1234
|
||||
}
|
||||
|
||||
|
||||
dimensions {
|
||||
# Dimension ID for Callisto (Jupiter Moon)
|
||||
I:dimensionIDCallisto=-1022
|
||||
|
||||
# Dimension ID for Ceres
|
||||
I:dimensionIDCeres=-1007
|
||||
|
||||
# Dimension ID for Deimos (Mars moon)
|
||||
I:dimensionIDDeimos=-1013
|
||||
|
||||
# Dimension ID for Enceladus (Saturn moon)
|
||||
I:dimensionIDEnceladus=-1017
|
||||
|
||||
# Dimension ID for Europa (Jupiter moon)
|
||||
I:dimensionIDEuropa=-1015
|
||||
|
||||
# Dimension ID for Ganymede (Jupiter moon)
|
||||
I:dimensionIDGanymede=-1016
|
||||
|
||||
# Dimension ID for Haumea
|
||||
I:dimensionIDHaumea=-1023
|
||||
|
||||
# Dimension ID for Io (Jupiter moon)
|
||||
I:dimensionIDIo=-1014
|
||||
|
||||
# Dimension ID for Jupiter (Only for Space Station)
|
||||
I:dimensionIDJupiter=-1026
|
||||
|
||||
# Dimension ID for Kuiper Belt
|
||||
I:dimensionIDKuiperBelt=-1009
|
||||
|
||||
# Dimension ID for Makemake
|
||||
I:dimensionIDMakemake=-1011
|
||||
|
||||
# Dimension ID for Mercury
|
||||
I:dimensionIDMercury=-1005
|
||||
|
||||
# Dimension ID for Miranda (Uranus moon)
|
||||
I:dimensionIDMiranda=-1024
|
||||
|
||||
# Dimension ID for Oberon (Uranus moon)
|
||||
I:dimensionIDOberon=-1019
|
||||
|
||||
# Dimension ID for Phobos (Mars moon)
|
||||
I:dimensionIDPhobos=-1012
|
||||
|
||||
# Dimension ID for Pluto
|
||||
I:dimensionIDPluto=-1008
|
||||
|
||||
# Dimension ID for Proteus (Neptune moon)
|
||||
I:dimensionIDProteus=-1020
|
||||
|
||||
# Dimension ID for Titan (Saturn moon)
|
||||
I:dimensionIDTitan=-1018
|
||||
|
||||
# Dimension ID for Triton (Neptune moon)
|
||||
I:dimensionIDTriton=-1021
|
||||
|
||||
# Dimension ID for Venus
|
||||
I:dimensionIDVenus=-1006
|
||||
|
||||
# WorldProvider ID for Mars Space Stations (advanced: do not change unless you have conflicts)
|
||||
I:idDimensionMarsOrbit=-1127
|
||||
|
||||
# WorldProvider ID for Static Mars Space Stations (advanced: do not change unless you have conflicts)
|
||||
I:idDimensionMarsOrbitStatic=-1126
|
||||
|
||||
# WorldProvider ID for Venus Space Stations (advanced: do not change unless you have conflicts)
|
||||
I:idDimensionVenusOrbit=-1128
|
||||
|
||||
# WorldProvider ID for Static Venus Space Stations (advanced: do not change unless you have conflicts)
|
||||
I:idDimensionVenusOrbitStatic=-1129
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Enable/Disable Mercury
|
||||
B:enableMercury=true
|
||||
|
||||
# Enable/Disable Venus
|
||||
B:enableVenus=true
|
||||
|
||||
# Enable/Disable Ceres
|
||||
B:enableCeres=true
|
||||
|
||||
# Enable/Disable Pluto
|
||||
B:enablePluto=true
|
||||
|
||||
# Enable/Disable Kuiper Belt
|
||||
B:enableKuiperBelt=true
|
||||
|
||||
# Enable/Disable Haumea
|
||||
B:enableHaumea=true
|
||||
|
||||
# Enable/Disable Makemake
|
||||
B:enableMakemake=true
|
||||
|
||||
# Enable/Disable Phobos (Mars Moon)
|
||||
B:enablePhobos=true
|
||||
|
||||
# Enable/Disable Deimos (Mars Moon)
|
||||
B:enableDeimos=true
|
||||
|
||||
# Enable/Disable Europa (Jupiter Moon)
|
||||
B:enableEuropa=true
|
||||
|
||||
# Enable/Disable Io (Jupiter Moon)
|
||||
B:enableIo=true
|
||||
|
||||
# Enable/Disable Ganymede (Jupiter Moon)
|
||||
B:enableGanymede=true
|
||||
|
||||
# Enable/Disable Callisto (Jupiter Moon)
|
||||
B:enableCallisto=true
|
||||
|
||||
# Enable/Disable Enceladus (Saturn Moon)
|
||||
B:enableEnceladus=true
|
||||
|
||||
# Enable/Disable Titan (Saturn Moon)
|
||||
B:enableTitan=true
|
||||
|
||||
# Enable/Disable Miranda (Uranus Moon)
|
||||
B:enableMiranda=true
|
||||
|
||||
# Enable/Disable Oberon (Uranus Moon)
|
||||
B:enableOberon=true
|
||||
|
||||
# Enable/Disable Proteus (Neptune Moon)
|
||||
B:enableProteus=true
|
||||
|
||||
# Enable/Disable Triton (Neptune Moon)
|
||||
B:enableTriton=true
|
||||
|
||||
# Enable/Disable Venus Space Station
|
||||
B:enableVenusSpaceStation=false
|
||||
|
||||
# Enable/Disable Mars Space Station
|
||||
B:enableMarsSpaceStation=false
|
||||
}
|
||||
|
||||
|
26
config/GalaxySpace/energy.conf
Normal file
26
config/GalaxySpace/energy.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Configuration file
|
||||
|
||||
general {
|
||||
# Gaseous Generator power factor
|
||||
D:coefficientGasGenerator=1.0
|
||||
|
||||
# Fuel Generator power factor
|
||||
D:coefficientFuelGenerator=1.0
|
||||
|
||||
# Thermodynamic Generator power factor
|
||||
D:coefficientThermodynamicGenerator=1.0
|
||||
|
||||
# Solar Wind Panel power factor
|
||||
D:coefficientSolarWindPanel=1.0
|
||||
|
||||
# Gybrid Solar Panel power factor
|
||||
D:coefficientSolarPanel=1.0
|
||||
|
||||
# Wind Turbine power factor
|
||||
D:coefficientWindTurbine=1.0
|
||||
|
||||
# Rocket Assembly craft speed factor
|
||||
D:coefficientSpeedRocketAssembly=1.0
|
||||
}
|
||||
|
||||
|
29
config/GalaxySpace/schematics.conf
Normal file
29
config/GalaxySpace/schematics.conf
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Configuration file
|
||||
|
||||
general {
|
||||
# Enable/Disable make duplicate schematic.
|
||||
B:enableDuplicateSchematic=true
|
||||
}
|
||||
|
||||
|
||||
schematic {
|
||||
# Schematic ID for Body (Rocket Detail), must be unique.
|
||||
I:idSchematicBody=12
|
||||
|
||||
# Schematic ID for Booster (Rocket Detail), must be unique.
|
||||
I:idSchematicBooster=14
|
||||
|
||||
# Schematic ID for Cone (Rocket Detail), must be unique.
|
||||
I:idSchematicCone=11
|
||||
|
||||
# Schematic ID for Engine (Rocket Detail), must be unique.
|
||||
I:idSchematicEngine=13
|
||||
|
||||
# Schematic ID for Fins (Rocket Detail), must be unique.
|
||||
I:idSchematicFins=15
|
||||
|
||||
# Schematic ID for Oxygen PPE Tank, must be unique.
|
||||
I:idSchematicOxTank=16
|
||||
}
|
||||
|
||||
|
8
config/GalaxySpace/tau_ceti/core.conf
Normal file
8
config/GalaxySpace/tau_ceti/core.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Configuration file
|
||||
|
||||
general {
|
||||
# Enable/Disable Tau Ceti System.
|
||||
B:enableTauCetiSystems=true
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue