err ok, so i found this:
# Params are: File Name, PickLeafSize, SwitchOut Distance,
# Surface Damage Res, Internal Damage Res, Burn Value, Hole Value,
# Search String for Glow, Search string for Specular, Suffix for specular
pLODModel = App.g_kLODModelManager.Create(pStats["Name"])
pLODModel.AddLOD(pStats["FilenameHigh"], 10, 200.0, 15.0, 15.0, 400, 900, "_glow", None, None)
pLODModel.AddLOD(pStats["FilenameMed"], 10, 400.0, 15.0, 15.0, 400, 900, "_glow", None, None)
pLODModel.AddLOD(pStats["FilenameLow"], 10, 800.0, 15.0, 30.0, 400, 900, "_glow", None, None)
do i set the Damage Res, Internal Damage Res, Hole Value to 0 while leaving the burn value as it is?
Cos the number seem to be bigger for the lower model settings. If i'm reading this right of course >_>
if it's not too much trouble could someone explain what each setting actually does (Damage Res, Internal Damage Res, Hole Value etc)?