What do I need to add?
Posted: Wed Dec 19, 2007 9:04 am
Here's the main pipeline I've drafted up:
And how many polygons can FB draw per frame and still run at a decent rate of frames?
Code: Select all
'main game engine order:
'1)draw sky
'2)draw ground
'3)draw objects and people
'5)draw HUD
'4)Check for combat and actions
'5)AI, movement, attack, and actions
'6)move player if player moves
'7)if player is alive and doesn't quit, then loop again
'main menu:
'1)new game
'2)load game
'3)save game
'4)introduction
'in-game menu:
'1)return
'2)non-HUD stats, abilities, skill levels, etc.
'3)save
'4)exit