pepper2000
King
- Joined
- Apr 14, 2013
- Messages
- 899
Apparently blackhole art definition is broken - there is no such file as blackhole.nif!
Are you getting an error when you load the mod? I copied that bit of code from the older Black Hole feature. Maybe it's in one of the fpk files?
Could you help me figure out the red planet issue? I'd like to see if I can get the problem solved. Please check,
1) In the folder caveman2cosmos/Assets/Modules/Pepper2000/art/terrain/texture/,, are there the image files for terrains? Check for instance if uranusblend.dds and titan.dds are there.
2) Do the terrain art files point to the right dds files? Check the file caveman2cosmos/Assets/Modules/Pepper2000/Pepper2000_CIV4ArtDefines_Terrain.xml and check for instance if ART_DEF_TERRAIN_URANUS has Path Art/Terrain/Textures/uranusblend.dds (should be line 397)
3) Do the terrain objects point to the right art files? Check caveman2cosmos/Assets/Modules/Pepper2000/Pepper2000_CIV4TerrainInfos.xml and see of TERRAIN_URANUS has an ArtDefineTag of ART_DEF_TERRAIN_URANUS (should be line 277).
The problem is probably one of those three things. If not, then I'll have to think some more.
Thanks a lot.