Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Discussion / Walk on matrix

Author
Message
EddieB
20
Years of Service
User Offline
Joined: 29th Sep 2004
Location: United Kingdom
Posted: 30th Sep 2004 02:14
I need help i am new to dark basic and i would like a basic code to let me load a 3d charater and control it round a matrix

If its not how you do it its the way you do it.
EddieB
20
Years of Service
User Offline
Joined: 29th Sep 2004
Location: United Kingdom
Posted: 30th Sep 2004 05:02
Please help me i just need a basic code

If its not how you do it its the way you do it.
EddieB
20
Years of Service
User Offline
Joined: 29th Sep 2004
Location: United Kingdom
Posted: 30th Sep 2004 05:08
please can some1 help me

If its not how you do it its the way you do it.
X_MEN
21
Years of Service
User Offline
Joined: 14th Sep 2003
Location:
Posted: 30th Sep 2004 11:11
Hope this help

You can do it if you try
EddieB
20
Years of Service
User Offline
Joined: 29th Sep 2004
Location: United Kingdom
Posted: 11th Oct 2004 05:54
Thanks. This helped a lot.

200GB HARD DRIVE 1GB RAM 256MB GRAPHICS CARD
<img src="http://www.freewebs.com/warhammered/image2.jpg">
Major Payn
21
Years of Service
User Offline
Joined: 16th Dec 2003
Location: United States of America
Posted: 11th Oct 2004 13:03
Good code X_MEN, but for a bigginer that is some what confusing.

sk8rBoy, an alternative to all of this is to simply use the move object commands. Like this!....

if upkey()=1 move object 1, 1
if downkey()=1 move object 1,-1
if rightkey()=1 move object right 1,1
if leftkey()=1 move object left 1,1

This tells the program to move ovject 1, 1 unit.
the second set of commands are used to tell the object to turn left or right. Those commands make movement really easy.

Now in order to allow the object to move over hills or traverse dips, you will need to use the get ground hight command.

Guns arnt the problem, people are the problems, shoot all the people and guns arnt a problems anymore.
EddieB
20
Years of Service
User Offline
Joined: 29th Sep 2004
Location: United Kingdom
Posted: 12th Oct 2004 00:58
Thanks major payn but now i am very good at coding i have now moved on to making my game. But that made it alot easyer.

200GB HARD DRIVE 1GB RAM 256MB GRAPHICS CARD
<img src="http://www.freewebs.com/warhammered/image2.jpg">
Major Payn
21
Years of Service
User Offline
Joined: 16th Dec 2003
Location: United States of America
Posted: 13th Oct 2004 08:29
Good luck! Hope it turns out well for you.

Guns arnt the problem, people are the problems, shoot all the people and guns arnt a problems anymore.

Login to post a reply

Server time is: 2025-05-24 17:42:53
Your offset time is: 2025-05-24 17:42:53