Game Development Community

Export as Legacy Dif

by Quest Johnny · in Constructor · 05/30/2008 (7:57 am) · 2 replies

With my constructor, my export to... torque (Map2dif) crashes, and export to DIF throws an error in torque (Unable to find detail brush 0) and only "Export as Legacy DIF" works

Is there a reason for that? Is my version of Torque out of date or something?

#1
05/30/2008 (1:16 pm)
Do you get the detail brush error while exporting or when you attempt to load the exported .DIF into Torque? If it's the latter, are you using a version of Torque before 1.5.2? If so, you'll have to use Legacy exports, which is why you're getting the error.
#2
05/31/2008 (9:31 am)
Are you sure that is the error message? I am unable to find any message like that in the code. Are you sure that the message doesn't say:

"Error exporting detail level 0. No brushes are defined. A brush is required when exporting to DIF"

If so, you have to have at least one brush. If that is not the error, please post the entire error message.