Page 1 of 1

I am having big troubles with Wings 3D

Posted: Mon Mar 16, 2009 7:34 am
by Crallion
I know how to use wings and everything, the problem is this:

1. I successfully installed the BZW plug-in
2. I made an object with Wings 3D
3. I tried to export it to a BZW file
4. I told the app. where I wanted the new file to save and clicked save, instead of saving, it brought up a window inside of wings with all the code. All I can do is click "done", and then it goes back to Wings, without saving the new exported file.

Does anybody know how to fix this problem? :cry:

Re: I am having big troubles with Wings 3D

Posted: Mon Mar 16, 2009 2:24 pm
by Agent West
don't know how to fix it, but what you can do is copy-paste the code that it gives you (if it's the map code) and save it as a separate file. Just make sure to save it as .bzw, and not as .txt type file.

Re: I am having big troubles with Wings 3D

Posted: Tue Mar 17, 2009 1:32 am
by optic delusion
I've never heard of this problem, but i would suggest that you get an OLDER version of wings.
V 0.98.34 is known to work with the bzw exporter plugin.
http://sourceforge.net/project/showfile ... e_id=25098

If your still having problems, you can export from wings in obj format, then convert to bzw using modeltool.

Re: I am having big troubles with Wings 3D

Posted: Wed Mar 18, 2009 2:04 pm
by Crallion
Where do I get modeltool?

Re: I am having big troubles with Wings 3D

Posted: Wed Mar 18, 2009 3:36 pm
by blast
Metroid Prime wrote:Where do I get modeltool?
If you run windows, do a search to find it on the forum.

You'll have to build it if you're not on Windows. You can get it along with the source code for the game.

http://my.bzflag.org/w/BZFlag_SVN

So get the trunk svn code, then 'cd' into the created directory, and run:

Code: Select all

./autogen.sh
./configure
cd tools/modeltool/
make
(It should build some of the main BZFlag files as well.)

And now you should have a 'modeltool' binary file that you can run. It is a CLI based application, so you have to run it from the terminal. You could then copy the file (with the 'cp' command) to your home directory so it's easy to find later.

You can find more information here: http://my.bzflag.org/w/Modeltool

Re: I am having big troubles with Wings 3D

Posted: Wed Mar 18, 2009 3:54 pm
by Crallion
I am sorry, but I didn't get most of that. I got to here: https://bzflag.svn.sourceforge.net/svnr ... nk/bzflag/

but then I don't know where to go or what to do. What is "cd"? And how do I create the drectory.

By the way, I am on a mac.

Re: I am having big troubles with Wings 3D

Posted: Wed Mar 18, 2009 7:33 pm
by optic delusion
Modeltool is also available precomiled here. Be sure to read everything here.
http://my.bzflag.org/bb/viewtopic.php?t=11528

Re: I am having big troubles with Wings 3D

Posted: Thu Mar 19, 2009 1:33 am
by trepan
Here are the sources for the wings3d bzw exporter. I don't really
have any interest in updating them for the wings3d changes that
broke the plugin, but others may...

Re: I am having big troubles with Wings 3D

Posted: Thu Mar 19, 2009 1:41 am
by optic delusion
YAY! the source for the exporter!!!!!!!

Re: I am having big troubles with Wings 3D

Posted: Thu Mar 19, 2009 4:18 am
by optic delusion
User "Optigon" at a wings3d forum has been nice enough to compile these sources with the latest version of erlang.
This shoukd work with the latest version of wings, 0.99.53. COMPLETELY UNTESTED, please report bugs here.

The file that was attached has been deleted, it didnt work. Scroll down for the working version.

Re: I am having big troubles with Wings 3D

Posted: Thu Mar 19, 2009 4:34 am
by Jefenry
Optic Delusion wrote:This shoukd work with the latest version of wings, 0.99.53. COMPLETELY UNTESTED, please report bugs here.
I just tried with 0.99.53 and kept getting the error message attached below.

Re: I am having big troubles with Wings 3D

Posted: Thu Mar 19, 2009 4:44 am
by Crallion
Yep, thats what it did to me.

Re: I am having big troubles with Wings 3D

Posted: Thu Mar 19, 2009 4:46 am
by optic delusion
I'll keep after it.

Re: I am having big troubles with Wings 3D

Posted: Thu Mar 19, 2009 4:50 am
by Crallion
But I got modeltool to work, so it doesn't matter anyway

Re: I am having big troubles with Wings 3D

Posted: Thu Mar 19, 2009 5:33 am
by optic delusion
I shoulda known, you gotta tar.gz compress it.
DO NOT EXPAND THE DOWNLOAD. LOAD THE tar.gz FILE INTO WINGS
works for me.

Re: I am having big troubles with Wings 3D

Posted: Thu Mar 19, 2009 2:07 pm
by Jefenry
Gah, it's been so long I last installed a plugin into Wings that I forgot all about not expanding it. It's working fine now, thanks Optic :)

Re: I am having big troubles with Wings 3D

Posted: Thu Mar 19, 2009 5:14 pm
by Crallion
Yeah, mine is working fine too. Thanks alot Optic

Re: I am having big troubles with Wings 3D

Posted: Sun Mar 22, 2009 8:49 pm
by optic delusion
I have deleted all previous versions of the compiled plugin. Get the newest version here.
http://my.bzflag.org/bb/viewtopic.php?f=24&t=13848