okay guys im going to tell you the way to put 3d models

Have modding questions or discovered something new? Post here.
Post Reply
User avatar
Maxspeed
Sniper
Sniper
Posts: 36
Joined: Sat Jun 16, 2012 10:42 pm
Location: 2fort

okay guys im going to tell you the way to put 3d models

Post by Maxspeed »

you need 3ds max (i use 8 because it is light weight) a xsi plugin (you can find one here http://dummyworld.net/programs/?category=Battlezone) meshviewer and obviously the model (3ds format or obj NOTE:IT MUST HAVE LESS THAN 1400 VERTEX) save xsi plugin in the plugins folder of 3ds max
open 3ds max
import your model
make it more little or big
export it in xsi format and save it in the assets folder of meshviewer
open meshviewer
find your model
if the model works you can see it,if it doesnt work you will use a spinning pandemic studio pic
if the model worked copy it to base/objects/army/art and rename it anyname.god
select the unit you want to have that model and edit it with notepad++
change example GodFile("army_bullseye.god"); to GodFile("yourmodelname.god");
now you may have a error about firepoints to fix it at the end of the cfg you can see example:
// WEAPON
CreateWeaponType("army.weapon.bullseye")
{
Style("Instant");

MinRange(5);
MaxRange(80);

Delay(3);

Damage()
{
Amount(201);

Effective("infantry", 100%);
Effective("vehicle", 0%);
Effective("structure", 0%);
Effective("flyer", 0%);
Effective("mine", 100%);
}

FirePoints()
{
Add("HP-FIRE");
}
}

change it to

// WEAPON
CreateWeaponType("army.weapon.bullseye")
{
Style("Instant");

MaxRange(72);

HorizSeparation(180);
VertSeparation(35);

Delay(0.4);
TurnRate(90);

Damage()
{
Amount(25);

Effective("infantry", 100%);
Effective("vehicle", 100%);
Effective("structure", 100%);
Effective("flyer", 100%);
Effective("mine", 100%);
}

now you got a working new model! :GAME:
link 3ds max 8 http://tinyurl.com/czyajhq
Last edited by Maxspeed on Wed Mar 13, 2013 3:00 pm, edited 1 time in total.
Beep Boop Son,Beep Boop
User avatar
Kennedy
Loyal Member
Loyal Member
Posts: 621
Joined: Sun Dec 30, 2012 12:51 pm
Location: behind u.. now u see me?
Contact:
Mexico

Re: okay guys im going to tell you the way to put 3d models

Post by Kennedy »

:o
Keep Calm... Im Here!
http://tru3---clan.webs.com/
User avatar
Maxspeed
Sniper
Sniper
Posts: 36
Joined: Sat Jun 16, 2012 10:42 pm
Location: 2fort

Re: okay guys im going to tell you the way to put 3d models

Post by Maxspeed »

Beep Boop Son,Beep Boop
User avatar
Kennedy
Loyal Member
Loyal Member
Posts: 621
Joined: Sun Dec 30, 2012 12:51 pm
Location: behind u.. now u see me?
Contact:
Mexico

Re: okay guys im going to tell you the way to put 3d models

Post by Kennedy »

=D> good max
Keep Calm... Im Here!
http://tru3---clan.webs.com/
User avatar
Nullen
Tank
Tank
Posts: 81
Joined: Sat May 21, 2011 11:09 pm
Location: Mandeville
Jamaica

Re: okay guys im going to tell you the way to put 3d models

Post by Nullen »

Keep calm and get angry
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests