GoldMod icon indicating copy to clipboard operation
GoldMod copied to clipboard

I cant launch to the areas that have palladium

Open sirgamesalot010 opened this issue 4 years ago • 5 comments

Every time I try to launch the launch button does nothing

sirgamesalot010 avatar Dec 09 '20 21:12 sirgamesalot010

same here, tomorrow i'll check the code inside the mod and update it

davlucas avatar Dec 27 '20 00:12 davlucas

unnlocked by setting following code on serpulo.js inside the mod's zip

const goldMountains = new SectorPreset("goldMountains", Planets.serpulo, 10); goldMountains.captureWave = 30; goldMountains.objectives = Seq.with( new Objectives.SectorComplete(SectorPresets.stainedMountains), new Objectives.Research(Vars.content.getByName(ContentType.block, "goldmod-goldCrucible")), new Objectives.Research(Vars.content.getByName(ContentType.block, "goldmod-goldForge")), new Objectives.Research(Blocks.laserDrill) ); goldMountains.alwaysUnlocked = true;

But no palladium in this map

davlucas avatar Dec 27 '20 08:12 davlucas

Need fix this.

Creater3d avatar Jan 15 '21 07:01 Creater3d

I don't think it has been fixed yet.

Modded sectors in Serpulo are fixed after 6 months of idling, and Cori (the only planet with palladium) will come in the future.

Slotterleet avatar Aug 12 '21 09:08 Slotterleet