3d mario64 type game
Blitz3D Forums/Blitz3D Beginners Area/3d mario64 type game| 
 | ||
| I need some help/examples on how to load models landscapes textures things of that nature and how to do collision gravity and basically everything needed to make a mario64 style game. | 
| 
 | ||
| Perhaps you need to start with something smaller? | 
| 
 | ||
| Hire a tutor... ...or you could just take it one step at a time. What you are asking for is a HUGE request. | 
| 
 | ||
| Take a look at Blitzcoder.com and look in the articles section for some coding tutorials, that should get you started :) DeViL | 
| 
 | ||
| to load models use LoadMesh to load landscapes use LoadTerrain to load textures use LoadTexture for collision detection use Collisions for gravity use MoveEntity any other questions? | 
| 
 | ||
| By the way, did you check out the Markio example that comes with Blitz3D? I think it answers a lot of your questions in one go. | 
| 
 | ||
|  I need some help/examples on how to load models landscapes textures things of that nature and how to do collision gravity and basically everything needed to make a mario64 style game.  Sure. I had a site bookmarked around here somewhere that could help you with that.. lemme find it. Ah! Here we go.. http://www.blitzbasic.com +BlackD | 
| 
 | ||
| check for a nice demo: http://www.blitzcoder.com/cgi-bin/showcase/showcase_showentry.pl?id=sindii11302003232626&comments=no | 
| 
 | ||
| yep the markio castle demo in the 3d folder is a good starting point | 
| 
 | ||
| thanks for all of the various tips and help |