I have an odd case, where at least a couple areas show up without the proper, and properly elevated, ground in the toolset. These are exterior areas. The areas in the game show right though, at least for now, but I haven't saved them in the tools as they stand.
Any help?
Ground textures vanish in toolset
- Curmudgeon
- Gadfly
- Posts: 4312
- Joined: Thu Oct 07, 2004 12:07 am
- Location: East coast US
Re: Ground textures vanish in toolset
Do these areas have .TRN files?
- Curmudgeon
HDM ALFA 03 - The Silver Marches
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Maxim #12: A soft answer turneth away wrath. Once wrath is looking the other way, shoot it in the head." - The Seventy Maxims of Maximally Effective Mercenaries
"This is not my circus. These are not my monkeys."
Realmslore: Daily Dwarf Common
HDM ALFA 03 - The Silver Marches
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Maxim #12: A soft answer turneth away wrath. Once wrath is looking the other way, shoot it in the head." - The Seventy Maxims of Maximally Effective Mercenaries
"This is not my circus. These are not my monkeys."
Realmslore: Daily Dwarf Common
Re: Ground textures vanish in toolset
Yeah, they do. Just looks like for some reason the toolset isn't loading it, but the game is, or something.... Placeables are there and in correct locations, as is the walkmesh. But the ground is just the flat green plane. I would presume if I bake the area in the toolset like this it will break.
Some files of these areas have somehow become to have lowercase extensions, and they were specifically the trn files (ie. Trollmounts.trn and Trollfjord.trn whereas most are like KeczullaWalls.TRN) But re-naming them to uppercase didn't help.
Some files of these areas have somehow become to have lowercase extensions, and they were specifically the trn files (ie. Trollmounts.trn and Trollfjord.trn whereas most are like KeczullaWalls.TRN) But re-naming them to uppercase didn't help.
- Curmudgeon
- Gadfly
- Posts: 4312
- Joined: Thu Oct 07, 2004 12:07 am
- Location: East coast US
Re: Ground textures vanish in toolset
Perhaps you have corrupted .trn files. TRNs are used exclusively by the Toolset, and are not loaded by the server client.
Try duplicating the areas then baking the copies?
Try duplicating the areas then baking the copies?
- Curmudgeon
HDM ALFA 03 - The Silver Marches
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Maxim #12: A soft answer turneth away wrath. Once wrath is looking the other way, shoot it in the head." - The Seventy Maxims of Maximally Effective Mercenaries
"This is not my circus. These are not my monkeys."
Realmslore: Daily Dwarf Common
HDM ALFA 03 - The Silver Marches
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Maxim #12: A soft answer turneth away wrath. Once wrath is looking the other way, shoot it in the head." - The Seventy Maxims of Maximally Effective Mercenaries
"This is not my circus. These are not my monkeys."
Realmslore: Daily Dwarf Common
Re: Ground textures vanish in toolset
Well, crap. Any ideas what could corrupt the TRN files, so as to avoid in the future?
- CloudDancing
- Ancient Red Dragon
- Posts: 2847
- Joined: Sun Jan 03, 2010 6:31 am
- Location: Oklahoma
- Contact:
Re: Ground textures vanish in toolset
I read in the NWN forums it happens because too many textures are used on a tile area (if it just per tile that is disappearing.) So if you manually go through and replace each tile texture sometimes it helps.
However I had that problem happen to a mod I was working on for tsm early in the day and it simply was corrupt and had to start over with a fresh copy.
However I had that problem happen to a mod I was working on for tsm early in the day and it simply was corrupt and had to start over with a fresh copy.
- Curmudgeon
- Gadfly
- Posts: 4312
- Joined: Thu Oct 07, 2004 12:07 am
- Location: East coast US
Re: Ground textures vanish in toolset
Toolset crash?t-ice wrote:Well, crap. Any ideas what could corrupt the TRN files, so as to avoid in the future?
- Curmudgeon
HDM ALFA 03 - The Silver Marches
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Maxim #12: A soft answer turneth away wrath. Once wrath is looking the other way, shoot it in the head." - The Seventy Maxims of Maximally Effective Mercenaries
"This is not my circus. These are not my monkeys."
Realmslore: Daily Dwarf Common
HDM ALFA 03 - The Silver Marches
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Maxim #12: A soft answer turneth away wrath. Once wrath is looking the other way, shoot it in the head." - The Seventy Maxims of Maximally Effective Mercenaries
"This is not my circus. These are not my monkeys."
Realmslore: Daily Dwarf Common
Re: Ground textures vanish in toolset
There's no workflow in any end-user-facing program that's designed to corrupt a file. We only do that on purpose when we're testing error handling. Thus, you won't likely get a standard corruption-making workflow. You're thus probably asking the wrong question with "How can I not corrupt files," when the question you're likely to be able to actually act on is "How can I set myself up to recover when it happens?"t-ice wrote:Well, crap. Any ideas what could corrupt the TRN files, so as to avoid in the future?
To that I say that version control is usually your best bet, with regular backups being a reasonable runner-up. The former is very good at spotting which things have changed, when, and how-- letting you make targeted rollbacks to the last "good" version, but has a slight learning curve. The latter tends to require very hamhanded rollbacks, but anyone who knows how a mouse works can do it.
Re: Ground textures vanish in toolset
Running WinMerge on TRN files from the version of old Exodus mod I had against the current versions show that they are identical. Corruption has happened a long time ago, perhaps all back when I mirrored the Exodus mods on my computer, now maybe three years back, and gone unnoticed. I'll have to see if I can find a backup old enough or if the areas are lost...