tModLoader

tModLoader

Spooky Mod
JJ's Place 2 Oct, 2023 @ 4:35pm
Issue with Advanced World gen
When a would generates with this mod and advanced world gen the jungle temple ends up on under the left ocean. I will also report to Advanced worldgen devs.

Logs:
[18:30:17.321] [.NET ThreadPool Worker/DEBUG] [tML]: GlobalItem registration stats. Count: 3, Slots per Entity: 8
Instanced: 1, Conditional with slot: 0, Conditional by type: 0, Applies to single type: 0
List Permutations: 1, Est Memory Consumption: 16 bytes
[18:30:17.360] [.NET ThreadPool Worker/DEBUG] [tML]: GlobalNPC registration stats. Count: 13, Slots per Entity: 20
Instanced: 1, Conditional with slot: 0, Conditional by type: 5, Applies to single type: 3
List Permutations: 16, Est Memory Consumption: 792 bytes
[18:30:17.366] [.NET ThreadPool Worker/DEBUG] [tML]: GlobalProjectile registration stats. Count: 1, Slots per Entity: 6
Instanced: 0, Conditional with slot: 0, Conditional by type: 0, Applies to single type: 0
List Permutations: 1, Est Memory Consumption: 16 bytes
[18:30:17.406] [.NET ThreadPool Worker/INFO] [tML]: Adding Recipes...
[18:30:24.035] [Main Thread/INFO] [AdvancedWorldGen]: Overhauled : True
[18:30:24.035] [Main Thread/INFO] [AdvancedWorldGen]: Options : {
"vanillaParams": {
"seed": "1499739637",
"evil": "0"
},
"options": [],
"customParams": {
"SizeX": 8400,
"SizeY": 2400,
"TempleMultiplier": 1.0,
"DungeonMultiplier": 1.0,
"BeachMultiplier": 1.0,
"Copper": -1,
"Iron": -1,
"Silver": -1,
"Gold": -1,
"Cobalt": -1,
"Mythril": -1,
"Adamantite": -1,
"ScaledBeaches": false,
"EditTerrainPass": false,
"TerrainType": "Normal"
},
"legacyParams": {
"CaveHouseBiome": {
"IceChestChance": 1.0,
"JungleChestChance": 1.0,
"GoldChestChance": 1.0,
"GraniteChestChance": 1.0,
"MarbleChestChance": 1.0,
"MushroomChestChance": 1.0,
"DesertChestChance": 1.0
},
"DesertBiome": {
"ChanceOfEntrance": 0.5
},
"DunesBiome": {
"HeightScale": 1.0,
"SingleDunesWidth": {
"Min": 150,
"Max": 250,
"ScaleWith": "None"
}
},
"EnchantedSwordBiome": {
"ChanceOfEntrance": 0.3333333,
"ChanceOfRealSword": 1.0
},
"Terrain": {
"FlatBeachPadding": 5
},
"Dunes": {
"Count": {
"Min": 1,
"Max": 2,
"ScaleWith": "WorldWidth"
},
"ChanceOfPyramid": 0.8
},
"Marble": {
"Count": {
"Min": 4,
"Max": 8,
"ScaleWith": "WorldArea"
}
},
"Granite": {
"Count": {
"Min": 4,
"Max": 8,
"ScaleWith": "WorldWidth"
}
},
"Dungeon": {
"MinimumDistanceToBeach": 50
},
"Buried Chests": {
"CaveHouseCount": {
"Min": 35,
"Max": 40,
"ScaleWith": "WorldArea"
},
"CaveChestCount": {
"Min": 35,
"Max": 40,
"ScaleWith": "WorldArea"
},
"UnderworldChestCount": {
"Min": 10,
"Max": 15,
"ScaleWith": "WorldWidth"
},
"AdditionalDesertHouseCount": {
"Min": 2,
"Max": 2,
"ScaleWith": "WorldArea"
}
},
"Micro Biomes": {
"DeadManChests": {
"Min": 10,
"Max": 20,
"ScaleWith": "WorldWidth"
},
"SwordShrineAttempts": {
"Min": 1,
"Max": 2,
"ScaleWith": "WorldWidth"
},
"SwordShrinePlacementChance": 0.5,
"ThinIcePatchCount": {
"Min": 3,
"Max": 5,
"ScaleWith": "WorldWidth"
},
"CampsiteCount": {
"Min": 6,
"Max": 11,
"ScaleWith": "WorldArea"
},
"ExplosiveTrapCount": {
"Min": 14,
"Max": 29,
"ScaleWith": "WorldArea"
},
"LivingTreeCount": {
"Min": 6,
"Max": 11,
"ScaleWith": "WorldWidth"
},
"CorruptionPitCount": {
"Min": 1,
"Max": 2,
"ScaleWith": "WorldArea"
},
"StandardTrackCount": {
"Min": 4,
"Max": 7,
"ScaleWith": "WorldArea"
},
"StandardTrackLength": {
"Min": 150,
"Max": 300,
"ScaleWith": "WorldWidth"
},
"LongTrackCount": {
"Min": 1,
"Max": 2,
"ScaleWith": "WorldWidth"
},
"LongTrackLength": {
"Min": 400,
"Max": 1000,
"ScaleWith": "WorldWidth"
}
}
},
"overhauledParams": {
"Evil": {
"BiomeAmount": {
"Min": 1.89,
"Max": 1.89,
"ScaleWith": "WorldWidth"
},
"EvilBiomeSizeAroundCenter": {
"Min": 100,
"Max": 300,
"ScaleWith": "None"
}
},
"SkyIslands": {
"HouseAmount": {
"Min": 3.36,
"Max": 3.36,
"ScaleWith": "WorldWidth"
},
"LakeAmount": {
"Min": 1.68,
"Max": 1.68,
"ScaleWith": "WorldWidth"
}
}
}
}
[18:30:24.059] [WorldGen/INFO] [tML]: Creating world - Seed: 1499739637, Width: 8400, Height: 2400, Evil: -1, IsExpert: False
[18:30:24.060] [WorldGen/INFO] [Terraria]: Generating World: Base of Shade
[18:30:24.061] [WorldGen/DEBUG] [tML]: Hook Terraria.GameContent.Biomes.Desert.DesertHive::Place(DesertDescription) added by AdvancedWorldGen
[18:30:24.061] [WorldGen/DEBUG] [tML]: Hook Terraria.WorldGen::AddBuriedChest(int, int, int, bool, int, bool, ushort) added by AdvancedWorldGen
[18:30:24.062] [WorldGen/DEBUG] [tML]: Hook Terraria.WorldGen::placeTrap(int, int, int) added by AdvancedWorldGen
[18:30:24.062] [WorldGen/DEBUG] [tML]: Hook Terraria.GameContent.Biomes.Desert.DesertDescription::CreateFromPlacement(Point) added by AdvancedWorldGen
[18:30:24.063] [WorldGen/DEBUG] [tML]: Hook Terraria.WorldBuilding.WorldGenerator::GenerateWorld(GenerationProgress) added by AdvancedWorldGen
[18:30:24.064] [WorldGen/DEBUG] [tML]: ILHook Terraria.WorldGen::FinishTenthAnniversaryWorld() added by AdvancedWorldGen
[18:30:24.071] [WorldGen/DEBUG] [tML]: ILHook Terraria.WorldGen::AddGenPasses() added by AdvancedWorldGen
[18:30:24.073] [WorldGen/DEBUG] [tML]: Hook AdvancedWorldGen.BetterVanillaWorldGen.ControlledWorldGenPass::ApplyPass(GenerationProgress, GameConfiguration) added by AdvancedWorldGen
[18:30:24.073] [WorldGen/DEBUG] [tML]: Hook Terraria.GameContent.Generation.PassLegacy::ApplyPass(GenerationProgress, GameConfiguration) added by AdvancedWorldGen
[18:30:24.074] [WorldGen/INFO] [AdvancedWorldGen]: Crimson : False
[18:30:24.085] [Main Thread/INFO] [tML]: Setting up Special World Gen Progress...
[18:30:44.085] [WorldGen/INFO] [StatusText]: Creating underworld
[18:31:02.630] [WorldGen/INFO] [StatusText]: Settling liquids
[18:31:32.687] [WorldGen/INFO] [tML]: Generation of 8400x2400 Corruption world with seed 1499739637 completed in 1m 8s 627ms
[18:31:32.687] [WorldGen/INFO] [StatusText]: Saving world data
[18:31:32.926] [WorldGen/INFO] [StatusText]: Validating world save
[18:31:39.378] [Main Thread/DEBUG] [TerrariaSteamClient]: Send: shutdown