gametechmods

Robot Arena => Discussion => Topic started by: Classicus on February 01, 2013, 01:12:52 PM

Title: What do you use?
Post by: Classicus on February 01, 2013, 01:12:52 PM
Those of you left out there who make components using a 3D modeller, what do you use assuming you're not using 3DS Max? If I can get a process that is fairly efficient depending on the modeller I am using I am going to start making custom components regularly. I would be happy to set up a component workshop thread and take requests. Any help? (Imagine the bots I could put out with the ability to make components).  :gunz:  Any help anyone can give me towards this end is appreciated.
Title: Re: What do you use?
Post by: Mr. AS on February 01, 2013, 01:37:41 PM
back when people still made components, alot of people used regular ole notepad combined with a .gmf decompiler/compiler. pretty sure theres a tutorial on the beetlebros website
Title: Re: What do you use?
Post by: Classicus on February 01, 2013, 01:53:29 PM
Yeah I know about the beetlebros tutorials I've used them myself but I would like to be able to use a 3D editor - more efficient, etc. Sure it can be done just a matter of knowledge.
Title: Re: What do you use?
Post by: Jamin on February 01, 2013, 01:54:22 PM
Pretty sure the only thing that works is an outdated copy of 3DSMax. It is also recommended you use a more advanced text editor (such as Notepad++) when it comes to the programming aspect of component making.
Title: Re: What do you use?
Post by: Classicus on February 01, 2013, 02:03:31 PM
I use Notepad++ for most things. I read somewhere that 3D Studio Max version 4.2 doesn't work later than XP is that true? Doesn't matter anyway because I can't get hold of it (my .torrent days are long gone). It must be possible using blender. I'm starting to get the hang of it very slowly - the UI is an abomination but making progress.
Title: Re: What do you use?
Post by: Trovaner on February 01, 2013, 07:37:39 PM
Blender doesn't have a export script yet so, unless you want to make one, you are limited to 3DS Max.

There is a good tutorial on the wiki (https://gametechmods.com/RA2wiki/index.php?title=Creating_Components) that explains how to make components in 3DS Max (any version).
Title: Re: What do you use?
Post by: Classicus on February 02, 2013, 05:03:44 AM
OK next time I get $3000 I'll consider it  :laughing . Any less extortionate software that works with this? There must be something else.
Title: Re: What do you use?
Post by: Classicus on February 02, 2013, 07:33:14 AM
Is there a freeware program that lets you input vertex coordinates xyz into a 3D environment so you can just tweak the positions and see a new shape? If that was possible you could just copy the vertex coordinates back into the .gmf and reshape something rather easily.
Title: Re: What do you use?
Post by: Trovaner on February 02, 2013, 01:08:16 PM
Besides 3DS Max, there aren't any CAD programs with export scripts for RA2.

If you don't mind the extra work, you can export a file into the ASE format and do the conversions manually (minimal effort). Blender has an ASE export script but you would have to use an older version of the editor if you want to use it.
Title: Re: What do you use?
Post by: Classicus on February 02, 2013, 01:14:20 PM
I'll look into it, some way off doing the export/compatibility stuff yet, I need to get to grips with Blender first which might take a while. I can manipulate the .gmf files now pretty well so I will be making a few limited custom components as I build new stuff. Thanks for the help.
Title: Re: What do you use?
Post by: Classicus on February 02, 2013, 07:58:52 PM
Hey, I asked a question in the Blender forum, got this response: 'If you know the file format which your game uses, you could change it to https://en.wikipedia.org/wiki/PLY_%28file_format%29 to import in blender.
Export model in ASCI version of ply and convert back to one your game uses.'

Can this work with RA2/gmf?
Title: Re: What do you use?
Post by: JoeBlo on February 02, 2013, 08:41:23 PM
Worth noting that you should learn and get confortable with notepad building first..


Even 3DSM isnt just a free for all component generator and I even found myself finishing off components in notepad


Walk before you run  ;)
Title: Re: What do you use?
Post by: Trovaner on February 03, 2013, 12:13:16 AM
Worth noting that you should learn and get confortable with notepad building first..


Even 3DSM isnt just a free for all component generator and I even found myself finishing off components in notepad


Walk before you run  ;)
QFT

Hey, I asked a question in the Blender forum, got this response: 'If you know the file format which your game uses, you could change it to https://en.wikipedia.org/wiki/PLY_%28file_format%29 to import in blender.
Export model in ASCI version of ply and convert back to one your game uses.'

Can this work with RA2/gmf?
I suppose you could do this but I don't see why you would want to. Why write a program to convert to the PLY format when you can write a plugin to make Blender capable of reading GMF files? Either way, you would be writing two scripts (one for importing and one for exporting).