3d mario64 type game

Blitz3D Forums/Blitz3D Beginners Area/3d mario64 type game

zortzblatz(Posted 2004) [#1]
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.


GfK(Posted 2004) [#2]
Perhaps you need to start with something smaller?


WolRon(Posted 2004) [#3]
Hire a tutor...

...or you could just take it one step at a time.

What you are asking for is a HUGE request.


Ash_UK(Posted 2004) [#4]
Take a look at Blitzcoder.com and look in the articles section for some coding tutorials, that should get you started :)

DeViL


jhocking(Posted 2004) [#5]
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?


WolRon(Posted 2004) [#6]
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.


BlackD(Posted 2004) [#7]
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


(tu) sinu(Posted 2004) [#8]
check for a nice demo:

http://www.blitzcoder.com/cgi-bin/showcase/showcase_showentry.pl?id=sindii11302003232626&comments=no


scribbla(Posted 2004) [#9]
yep the markio castle demo in the 3d folder is a good starting point


zortzblatz(Posted 2004) [#10]
thanks for all of the various tips and help