Page 1 of 1

top fashion, creating the first tank

Posted: Tue May 31, 2011 9:08 pm
by scorch62-94
Hello. long play bf1942 and have now decided to make the mod for yourself. chose the tank to start pz38 na http://wiki.worldoftanks.ru/PzKpfw_38_nA of the game world of tanks.
Image
have a friend who helps with the scripts but he knows about the model at least.
Whether there is a person who can explain to me the export model in BF?
Thanks in advance

Re: top fashion, creating the first tank

Posted: Wed Jun 01, 2011 9:31 am
by Handicap
Sweet model.

The Battlefield Mod Development kit contains basic export and import scripts for Gmax and 3ds max. I myself model with Blender, and then export the file in .obj format to Gmax, and then export it as an .sm file for the 42. So the bf1942 engine uses .sm file (standardmesh) for the raw 3d information and .rs file for the material info (texture paths, specular, envmap, etc.). You can edit the .rs file with the text editor of your choice (notepad ftw). Personally I am an open source hippie and avoid buying or... acquiring... any expensive products unless the money goes to a good cause (indie development) so I cannot tell anything about the 3ds max scripts. I assume they do the job better than the gmax scripts. The gmax script seems to lack some functions that the 3ds version has (LOD generation for an instance).