(08-04-2011, 20:04)Romuald27 Wrote: Don't work for me. I don't see the model
Errors in mod tools console when building mod?
Material in material folder?
Everything in zone_source?
Model in xmodel folder?
Files added to IWD?
Two files in Images folder ~-gmtl and other?
Something is missing if it doesn't show the model, most likely a material problem.
First -
Move the images out of the images folder (don't delete) and see what error
it throws when you load the mod.
Place the image referenced in the error in the images folder and try again, note
the next error and place that image in the images folder, named exactly the same
way.
Also, I would suggest that after you convert the iwi file in asset manager, you also
convert the xmodel and material again. Just to be safe so they all get processed
with the updated gdt file.
Let me know if you don't get it.
PHP Code:
precachemodel( "mp_test_sphere" );
PHP Code:
testEnt = spawn( "script_model", self.origin + (0, 0, 1 ));
testEnt.angles = self.angles;
testEnt SetModel( "mp_test_sphere" );
self iprintln( "do you see it?" );
crAyon makes no warranty with respect to documents or other information available from this place, assumes no legal liability or responsibility whatsoever for the accuracy, completeness, or usefulness of any such information, and does not represent that its use would not infringe privately owned rights. crAyon disclaims all warranties, express and implied, including the warranties of merchantability and fitness for a particular purpose.