Exporter scripts for GMax
Does anyone know where I can get some good exporter scripts for GMax? Or information on how I can use MAXScript to export my files? I''ve used 3DS Max 4 before, but I cant afford it, so I''m going to stick with GMax for now, but I need a method to export. Thanks
Brian
Brian J
Unless you want to use a format supported by a gmax gamepak you''ll need to use a more tedious method. You can use maxscript to export to the listener. The only problem is gmax limits how many characters can be copied from the listener at one time. For big models it can be very tedious.
A normal maxscript exporter will export to a file like this.
format "pos % % %\n" pos.x pos.y pos.z to:ostream
To export to the listener remove "to:ostream"
I haven''t seen scripts on the web that do this so you''ll have to do the work yourself.
--
http://www.3dcgi.com/
A normal maxscript exporter will export to a file like this.
format "pos % % %\n" pos.x pos.y pos.z to:ostream
To export to the listener remove "to:ostream"
I haven''t seen scripts on the web that do this so you''ll have to do the work yourself.
--
http://www.3dcgi.com/
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement