dopper
02-02-2007, 10:13 AM
Lemon, I tried your suggestion (on the thread that got lost after tribalwar went down). I added the following to the building_skins.vol (http://s179269986.onlinehome.us/building_skins.vol) file that contains the custom building textures but it fails to load. I tried placing it in Tribes\config, Tribes\base and Tribes\base\Skins and it doesn't load in either location.
// LOAD PERSONAL SKINS
if(isObject("BuildingVol"))
newObject(BuildingVol, SimVolume,"building_skins.vol");
*edit* I also tried renaming building_skins.vol to building.vol to comply with 8.3 file name convention (just in case). It didn't make any difference though. The link above is to the building skins .vol file if anyone familiar with scripting has time or interest to give it a try.
// LOAD PERSONAL SKINS
if(isObject("BuildingVol"))
newObject(BuildingVol, SimVolume,"building_skins.vol");
*edit* I also tried renaming building_skins.vol to building.vol to comply with 8.3 file name convention (just in case). It didn't make any difference though. The link above is to the building skins .vol file if anyone familiar with scripting has time or interest to give it a try.