Page 1 of 1

Game Idea need this answered first

Posted: Wed Jun 02, 2010 2:59 pm
by IceGuru
Ok if I make a basic game and distribute it to a few friends then one person hosts and we all connect can we have a death match in that map?

Re: Game Idea need this answered first

Posted: Wed Jun 02, 2010 3:16 pm
by bernie
No. Networking is not available in RF1. You will have to wait for RF2 for that.

Re: Game Idea need this answered first

Posted: Wed Jun 02, 2010 4:31 pm
by paradoxnj
Full RF2 networking is planned for v0.5. That is 10 months from now.

Re: Game Idea need this answered first

Posted: Thu Jun 03, 2010 9:46 am
by IceGuru
paradoxnj wrote:That is 10 months from now.
FML

Can I make it in RF1 for now and not have to worry about compatibility for RF2. ?

Re: Game Idea need this answered first

Posted: Thu Jun 03, 2010 3:17 pm
by paradoxnj
Actors...yes. For levels, there is no conversion method as of yet.

Re: Game Idea need this answered first

Posted: Sun Jun 20, 2010 12:19 am
by Wraps
Save out as .3ds .Open in milkshape or blender, and export as a .mesh.

Re: Game Idea need this answered first

Posted: Tue Jun 29, 2010 2:39 pm
by paradoxnj
While that will work, it will not be optimized and might run slow depending on the size of your level. Ogre culls at the mesh level using a scenegraph. So a level mesh like that will always be on screen which means that the whole mesh will always be rendered. I am working on a procedure to take the RF1 levels in parts and export as meshes and then "assemble" them together as separate meshes.

Re: Game Idea need this answered first

Posted: Tue Jun 29, 2010 3:51 pm
by Wraps
I know it'll work, but you'll have to reassemble the parts in the editor.....I only export small stuff, like a small building or a house, or a wall from RFEDITPRO.....for that, I think it'll work great.

Re: Game Idea need this answered first

Posted: Wed Jun 30, 2010 1:15 pm
by paradoxnj
I'm trying to decide whether to use Ogre planes for indoor levels or use the BSPSceneManager which supports the Quake 3 level format. Quake 3 format is limited and also unoptimized for modern rendering techniques. I'm leaning towards the plane method.