Hey, a few basic questions to help me out. Customizing my world:
1. How do you add new textures? In RFTexture Pack how do you open your own textures? I says ".txl".... I have Adobe Photoshop Elements 2.0. How do I import JPEGs and GIFs and sorts into RF? Or... how do I export my pictures to .txl ?
2. How do I add my own actors? What format do they have to be? I hear Gmax is a program that has the right export function to match?
Then how do I actually add my own actor to my game as the main character?
3. How do I create a simple cause&effect reaction? Like my character colliding with a ball will cause the ball to roll?
4. Any tutorials that will direct me to set up the correct properties for an FPS?
Thanks!
~ Furincer
Basic Questions
RF FAQ http://terrymorgan.net/rffaq.zip
Demos Tuts http://terrymorgan.net/download.htm
Game Demo http://terrymorgan.net/asylum.htm
Demos Tuts http://terrymorgan.net/download.htm
Game Demo http://terrymorgan.net/asylum.htm
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
RF Manual:
http://dhost.info/realityfactory/onlinehelp/index.htm
RF Tutorials and ebook "Making 3d Games with Reality Factory"
http://dhost.info/realityfactory/tutorials.htm
To create a new .txl file just open the RF Texture Packer and drag and drop your images to the empty list. Save to a new .txl file and you're done.
You can only use .bmp and .tga files in the texture library.
Actors must be in .act format. Gmax can export to this format as well as some other modelling programs such as Milkshape3d etc ( http://dhost.info/realityfactory/about. ... uiredTools )
http://dhost.info/realityfactory/onlinehelp/index.htm
RF Tutorials and ebook "Making 3d Games with Reality Factory"
http://dhost.info/realityfactory/tutorials.htm
A .txl file is a texture library file you can open an existing .txl file with the RF Texture Packer tool. To add textures to the txl just drag and drop your image to the list of textures. To remove a texture just select the texture you want to delete an press the del key on your keyboard. Save the .txl when you're done. Then you can use it in the RF Editor.1. How do you add new textures? In RFTexture Pack how do you open your own textures? I says ".txl".... I have Adobe Photoshop Elements 2.0. How do I import JPEGs and GIFs and sorts into RF? Or... how do I export my pictures to .txl ?
To create a new .txl file just open the RF Texture Packer and drag and drop your images to the empty list. Save to a new .txl file and you're done.
You can only use .bmp and .tga files in the texture library.
Actors are added to your level via entities. The player actor can be specified in the PlayerSetup entity (more options for the player actor must be specified in the PlayerSetup.ini file in the "install" folder. Non-Player characters can be added with the Pawn entity (see the scripting section on how to control the pawns behaviour). Props can be added with the StaticEntityProxy entity...2. How do I add my own actors? What format do they have to be? I hear Gmax is a program that has the right export function to match?
Then how do I actually add my own actor to my game as the main character?
Actors must be in .act format. Gmax can export to this format as well as some other modelling programs such as Milkshape3d etc ( http://dhost.info/realityfactory/about. ... uiredTools )