can i put a 3d object into reality factory thats been made in 3ds., if yes how?
please help
inserting 3d objects in RF
Re: inserting 3d objects in RF
Convert 3ds to bdy with milkshape3D. After that, you must compound the ACT with Actor Studio, and insert it into tour level (entity StaticMesh or StaticEntityProxy)
- metal_head
- Posts: 1244
- Joined: Sat Jan 05, 2008 8:31 pm
- Location: Bulgaria,Sofia
- Contact:
Re: inserting 3d objects in RF
WELCOME TO THE FORUMS (yeah,I get to say it too)
You can also make it a pawn so you can put scripts to work with it so it can attack you or do something else,you can put it's definitions in the Pawn.ini and than activate it thrue tha RFeditPRo:
You can also make it a pawn so you can put scripts to work with it so it can attack you or do something else,you can put it's definitions in the Pawn.ini and than activate it thrue tha RFeditPRo:
Code: Select all
[model] <--the name of the actor used in the rfeditpro to define the pawn
actorname = model.act <-- the actor model
actorrotation = -90 180 0
actorscale = 1
fillcolor = 255 255 255
ambientcolor = 255 255 255
subjecttogravity = true
boundingboxanimation = Idle
shadowsize = 30