i just purchased ghost so i can get models. when i try exporting the models with lime64 i keep getting this error. i havent used lime 64 that much so i have no idea what this means https://gyazo.com/96f067bd16024a0080596795d3a9b65b
Show options.txt file, maybe something got added there, which program tries to run with failure
Code Snippet
Plaintext
// Options can also be set via this file including the command line. // -o --outdir Output directory (creates if dose not exsist) // -p --nopause program exits after completion // -s --noskip don't skip image if exsists in output folder (0/1) // -v --verbose Verbose Level (0,1,2) // -f --filter Filters models by name // --ex_filter Filters models out that contain the substring // -l --single_lod Only export higest lod // --list dose not load only list models // --inc_normals export the normals // --inc_spec export the spec's // --img_local export images local // --white_vert_col_xe force white vertex colors in XE // // --ma Export .ma(mel) // --obj Export .obj(mtl) // --xe Export xmodel_export // --smd Export SMD // --gdt Export GDT // // Options are set in the following format option:value // // Examples: // verbose:1 // filter:viewmodel_ // inc_normals // img_local // // Short form is also possible // f:viewmodel_ // // Multiple filter example: // f:viewmodel_,body,car,plane // // The tool also support a exclude filter. // which will skip any models matching the filter. // Fror example: // ex_filter:viewmodel_ // // Will skip all models that contain 'viewmodel_' in the name //
ma:1 obj:0 xe:1 smd:0 gdt:1
inc_normals white_vert_col_xe
Last Edit: July 04, 2016, 06:10:55 am by thezombieproject
ill give it a try thanks Double Post Merge: July 04, 2016, 06:10:55 am
Code Snippet
Plaintext
// Options can also be set via this file including the command line. // -o --outdir Output directory (creates if dose not exsist) // -p --nopause program exits after completion // -s --noskip don't skip image if exsists in output folder (0/1) // -v --verbose Verbose Level (0,1,2) // -f --filter Filters models by name // --ex_filter Filters models out that contain the substring // -l --single_lod Only export higest lod // --list dose not load only list models // --inc_normals export the normals // --inc_spec export the spec's // --img_local export images local // --white_vert_col_xe force white vertex colors in XE // // --ma Export .ma(mel) // --obj Export .obj(mtl) // --xe Export xmodel_export // --smd Export SMD // --gdt Export GDT // // Options are set in the following format option:value // // Examples: // verbose:1 // filter:viewmodel_ // inc_normals // img_local // // Short form is also possible // f:viewmodel_ // // Multiple filter example: // f:viewmodel_,body,car,plane // // The tool also support a exclude filter. // which will skip any models matching the filter. // Fror example: // ex_filter:viewmodel_ // // Will skip all models that contain 'viewmodel_' in the name //