TheGameCreators / GameGuruRepo

The GameGuru Repository For Community Collaboration
http://www.game-guru.com
137 stars 56 forks source link

GGMAX DEVTEST - Incorrect Terrain Textures In Standalone #5731

Open OldFlak opened 3 days ago

OldFlak commented 3 days ago

When creating standalone MAX is copying the default textures to the TerrainTextures folder. And despite copying the custom terrain folders over, is not using the ones specified by the levels.

Here be a pic of the standalone terrain folder: image

In test-game MAX uses the correct textures, but not in standalone.

If I delete all the default textures, the terrain in each level is just black, which indicates that MAX is unaware that each level has a custom terrain folder assigned in the standalone.

Every level in the game has custom textures assigned - even those with terrain hidden - so the default ones should not be getting copied over at all.

Thanks for checking :)

Kasseyus commented 3 days ago

@LeeBamberTGC Verified Reproduction of Issue.

1> Start New Project 2> Edit Starter Level 3> Paint Some Terrain 4> Change Texture Folder (used LowPoly Terrain Textures from USER* terrainbank) 5> Save Level 6> Build Standalone 7> Run

While the painting areas of the terrain remains correct, the texture will use the original palleted versions instead of the custom selected ones.

OldFlak commented 1 day ago

Hi @LeeBamberTGC The recent update has sorted the terrain issue.

The only glitch with it now is that the default textures are still copied over to standalone, even tho all my levels use only custom ones

LeeBamberTGC commented 1 day ago

@OldFlak Fixed for the next DEVTEST build, save standalone no longer includes the default textures if you are using a remote project, instead copying directly from your remote folder any textures that are needed. You WILL need to delete the default terrain textures that have been copied over when the remote project was first created.