DM's Game : Apocalyptic Vision

Game Design, Story, Game Play.
User avatar
zany_001
Posts: 1047
Joined: Fri Mar 02, 2007 8:36 am
Location: Aotearoa

Re: DM's Game : Apocalyptic Vision

Post by zany_001 »

Wut do you mean?Does 3DSMax not work with em?Get blender.
Once I was sad, and I stopped being sad and was awesome instead.
True story.
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Re: DM's Game : Apocalyptic Vision

Post by darksmaster923 »

zany_001 wrote:Wut do you mean?Does 3DSMax not work with em?Get blender.
no, rf doesnt compute the lighting correctly
Herp derp.
MakerOfGames
Posts: 866
Joined: Fri Jul 08, 2005 4:27 am
Location: PA, USA

Re: DM's Game : Apocalyptic Vision

Post by MakerOfGames »

Its a good idea to cut out the polygons that are not seen, however, if you wait for RF2 and plan to have noticeable lighting effects and shadows, the cut polygons may cause shadows to become skewed and look very confusing for the player.

Will RF2 have occlusion? If so you wont need to worry about non-visible polygons as the 3D engine won't render them. I'm not sure if Ogre 3D has it. It should as it is one of the most highly advanced 3D graphics engines out there(at least how I understand it).
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Re: DM's Game : Apocalyptic Vision

Post by darksmaster923 »

dunno if this is goin to work, but i will try to set if a pawn is out of the players vision, i set pawnrender(false);
Herp derp.
Jay
RF Dev Team
Posts: 1232
Joined: Fri Jul 08, 2005 1:56 pm
Location: Germany

Re: DM's Game : Apocalyptic Vision

Post by Jay »

RF does this automaticly. To improve performance use the SetLodDistance(...) (I think that's what it is called, search the docs, don't know if it's a high or lowlevel command anymore) command, with it you can set the LodDistances of the Pawn yourself. (so after a certain distance it may not be rendered anymore)
Everyone can see the difficult, but only the wise can see the simple.
-----
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Re: DM's Game : Apocalyptic Vision

Post by darksmaster923 »

Jay wrote:RF does this automaticly. To improve performance use the SetLodDistance(...) (I think that's what it is called, search the docs, don't know if it's a high or lowlevel command anymore) command, with it you can set the LodDistances of the Pawn yourself. (so after a certain distance it may not be rendered anymore)
well im already going to do that with an lod system in environment setup. one of the lods is a box
Herp derp.
Jay
RF Dev Team
Posts: 1232
Joined: Fri Jul 08, 2005 1:56 pm
Location: Germany

Re: DM's Game : Apocalyptic Vision

Post by Jay »

You don't have to use a box. Lod5 is the far-clip value for actors. This way the player will not see a box (which can look a bit akward, a box standing in the town for no reason)
Everyone can see the difficult, but only the wise can see the simple.
-----
dylanwinn
Posts: 84
Joined: Wed Mar 05, 2008 6:15 am

Re: DM's Game : Apocalyptic Vision

Post by dylanwinn »

Love the concept, I can't wait for a playable demo, or at least a gameplay video... About framerates, you should and should not care about them. Think of who will be playing the game, and build the game around their approximate specs. On the other hand, most people in the game development community have nice videocards and lots of RAM, and I have yet to see an RF game that lags on even the crappyest of rigs.
User avatar
Agentarrow
Posts: 1346
Joined: Thu Jun 28, 2007 4:34 pm
Location: Kyiv, Ukraine
Contact:

Re: DM's Game : Apocalyptic Vision

Post by Agentarrow »

I've had lag, but only on Extremely large and complex levels.
AgentArrow Home
The greater good is but a point of view...
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Re: DM's Game : Apocalyptic Vision

Post by darksmaster923 »

lol the world is a large and complex level.
a tiny update, raider skin is kinda done
Image
Herp derp.
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Re: DM's Game : Apocalyptic Vision

Post by darksmaster923 »

a tiny problem
Image
i have the bounding box height to 80 but he still sinks in the ground
Herp derp.
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Re: DM's Game : Apocalyptic Vision

Post by darksmaster923 »

um...bump?
Herp derp.
User avatar
bernie
RF Moderator
Posts: 1249
Joined: Tue Nov 15, 2005 10:07 am
Location: Ireland

Re: DM's Game : Apocalyptic Vision

Post by bernie »

That pic looks as if you got the origin of the actor at the centre. It should be at his feet.
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Re: DM's Game : Apocalyptic Vision

Post by darksmaster923 »

ill check it later since i just got my main comp working from a fried mobo
Herp derp.
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Re: DM's Game : Apocalyptic Vision

Post by darksmaster923 »

nope its not it, the origin is at his feet
Herp derp.
Post Reply