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.

Newcomers DBPro Corner / snowboardin game help

Author
Message
citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 10th Feb 2007 03:14 Edited at: 10th Feb 2007 18:06
i am using db pro and have put together this very simple snowboarding game.


but i need suggestions or help on adding features to it. maybe a snowboardin dude, or down hill, or ramps. and maybe help on adding levels.

thx
Sixty Squares
18
Years of Service
User Offline
Joined: 7th Jun 2006
Location: Somewhere in the world
Posted: 10th Feb 2007 03:34 Edited at: 10th Feb 2007 03:37
Not bad, I like the particles I actually learned something from that-- thanks!

Anyway it'd be cool if you had a path that the snowboarder could follow of some sort. You made a post on how to change the color of cliffs before. I made a post there explaining how to do that if you didn't already know how.

Furthermore, there should be some kind of restart option if you fall in the hole, because you can't get out

Anyway, keep adding to this!

citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 10th Feb 2007 03:38
thanks, you thought it was pretty cool? so do you have any help on the topics i posted? oh and i need help adding a snowboard instead of a box.

thx
citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 10th Feb 2007 04:56 Edited at: 14th Feb 2007 03:33
edited

thx
Sixty Squares
18
Years of Service
User Offline
Joined: 7th Jun 2006
Location: Somewhere in the world
Posted: 10th Feb 2007 13:24
Okay then! I had help in this topic here:

Changing color of cliffs

As for making the box a snowboard, you will need a snowboard model. Models are external pieces of media that can be imported into your games. Usually they are if the ".x" or ".dbo" format. Anyway, to make the box a snowboard simply get a snowboard model, save it in the same folder as your code, and use "LOAD OBJECT" to get it! Say your snowboard is called "snowboard.x". Well, to load it you'd write this:

LOAD OBJECT "Snowboard.x",1

(This assumes that you want it to be object 1) Write LOAD OBJECT and press F1 on it in the editor for more help.

citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 10th Feb 2007 18:07
well yes, i know that, but where can i get a .x snowboard model?

thx
citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 10th Feb 2007 18:08
i found this model, it is a whole file

thx

Attachments

Login to view attachments
citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 10th Feb 2007 20:24 Edited at: 14th Feb 2007 03:34
edited

thx
Xenocythe
19
Years of Service
User Offline
Joined: 26th May 2005
Location: You Essay.
Posted: 10th Feb 2007 22:55
You can make a snowboard model with ease....

-Mansoor S.

(Formerly Xenocythe)
citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 11th Feb 2007 01:38
i dont have a software that does that!

thx
Daemon
18
Years of Service
User Offline
Joined: 16th Dec 2005
Location: Everywhere
Posted: 11th Feb 2007 17:31
There's a post on the 3d chat board which has a list of 3d modelers. Some are free, such as blender. That is what I used to make this simple model if you want to use it for now.

Attachments

Login to view attachments
Xenocythe
19
Years of Service
User Offline
Joined: 26th May 2005
Location: You Essay.
Posted: 11th Feb 2007 19:29
Oh, sorry citybee, didn't know you were that knew

I suggest Anim8or. Its free, and works great.

But if you wanna spend money on an amazing 3D Modeller, get Milkshape 3D. It won't let you down.

-Mansoor S.

(Formerly Xenocythe)
citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 11th Feb 2007 22:36
thanks for the snowboarder daemon! and thanks for the Anim8or suggestion xenocythe, it really helps. how do you guys like the beggining of the game?

thx
Kieran
18
Years of Service
User Offline
Joined: 6th Aug 2006
Location: Hamilton, New Zealand
Posted: 12th Feb 2007 04:30
pretty kewl keep it up citybee

Phaelax
DBPro Master
21
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 12th Feb 2007 19:34
make object cube 1, 100
scale object 1, 20,5,100

There, you have a snowboard now. Quit making so many ridiculous posts for every hour that someone doesn't respond to you.

citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 12th Feb 2007 22:56
ok sorry


thx
citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 12th Feb 2007 22:58
is that supposed to be a first person snowboard?

thx
Phaelax
DBPro Master
21
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 13th Feb 2007 12:00
There's an edit button for your posts.

Well, a FPS snowboard you probably wouldn't see much, its more of a 3rd person.

Waaay back in the day, long before DBP, there was a snow/christmas/whatever competition. A few ppl made some nice snow boarding games. I might still have my code laying around somewhere. Mine only did simple things, like sliding down hills and whatnot.

citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 14th Feb 2007 03:33
well can you help me make a down hill slope, i dont know how to slant my matrix.

thx
Kieran
18
Years of Service
User Offline
Joined: 6th Aug 2006
Location: Hamilton, New Zealand
Posted: 14th Feb 2007 05:17
probavly a rotate matrix comman, i dont mind making u a .x of a snowboarding mountain if u like

it will take like 5 seconds

TEH_CODERER
20
Years of Service
User Offline
Joined: 12th Nov 2003
Location: Right behind you!
Posted: 14th Feb 2007 10:42


citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 15th Feb 2007 02:18
thats a very helpful code Teh_Coderer. and if you could make me a .x mountain that would be awsome kieran

thx
citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 15th Feb 2007 02:23
I added that code to my game Teh_Coderer but it screws up my 3rd person camera. why is this?







thx
TEH_CODERER
20
Years of Service
User Offline
Joined: 12th Nov 2003
Location: Right behind you!
Posted: 15th Feb 2007 10:40
Your camera code was set up so that it reacted to falling down holes.


citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 16th Feb 2007 02:01 Edited at: 16th Feb 2007 02:07
oh i cant believe i didnt think about that! thanks
how come the matrix isnt colored solid?

thx
RUCCUS
19
Years of Service
User Offline
Joined: 11th Dec 2004
Location: Canada
Posted: 16th Feb 2007 04:43
citybee, PLEASE take my advice I gave you in 3D chat and read tutorials!

TEH_CODERER
20
Years of Service
User Offline
Joined: 12th Nov 2003
Location: Right behind you!
Posted: 16th Feb 2007 10:44
set matrix 1,0,0,1,2,1,1,1
The 1st 0 in that represents the wireframe flag. Setting it to 0 will turn off wireframe.
Alternatively load in a texture for the matrix. Once textured it will automatically change to non-wireframe mode.

citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 16th Feb 2007 20:22 Edited at: 18th Feb 2007 19:56
thanks teh_coderer

Quote: "citybee, PLEASE take my advice I gave you in 3D chat and read tutorials!"


i have read plenty of turoials, im just a very very slow learner.

thx
TEH_CODERER
20
Years of Service
User Offline
Joined: 12th Nov 2003
Location: Right behind you!
Posted: 16th Feb 2007 20:44
No probs.

@RUCCUS - Unless he has just copied that code then it would seem that he has at least a slight idea of what he is doing. I know it took me a while to get started. I spent ages making really simple FPSs. I never learned through tuts; I learned through trying and failing and asking for help or input as to where I went wrong. I'm not saying he shouldn't look at the tuts I'm just saying don't be too harsh.

citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 18th Feb 2007 19:59 Edited at: 21st Feb 2007 04:43
thats ok teh_coderer because ruccus has a good point. its just some people learn differently than others and i learn better by trial and error. i like to find people's codes in the code bases and change things around to see what they do. and i have read your fps tutorial ruccus, it is excellent. i would just like to see it finnished.
Here is my latest improvement!



ps
how do i get a cool signature image like you guys?

thx
Phaelax
DBPro Master
21
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 19th Feb 2007 04:28
Here's a punk model riding a snow board, sliding down hills. There's also a neat effect of a fading trail that follows behind the board. Study the code all you want, just make sure you understand it before trying to use it.



Sixty Squares
18
Years of Service
User Offline
Joined: 7th Jun 2006
Location: Somewhere in the world
Posted: 19th Feb 2007 13:05 Edited at: 19th Feb 2007 13:06
How to get a cool signature

1: Make a picture

2: Shrink it down

3: Save it as a JPG

4: Upload it. [href]www.Photobucket.com[/href] should do.

5: WRITE THIS:



5b. If you don't want it to take you anywhere, then just do this:



I think it should work like that... someone can correct me if I'm wrong

citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 19th Feb 2007 19:28 Edited at: 21st Feb 2007 02:48
im gonna try as hard as i can to finish reading these hands on books about db pro
then when im done ill ask questions. sorry for wasting your time guys, you where a great help. itll probably take me a month and a half to finish volumes one and two so untill then...

[IMG] http://i173.photobucket.com/albums/w48/burnsoskouie/snowy.jpg?t=1171935493
[/IMG]

it didnt work

thx
Phaelax
DBPro Master
21
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 20th Feb 2007 04:23
fix your last IMG tag, you're missing the forward slash.

TEH_CODERER
20
Years of Service
User Offline
Joined: 12th Nov 2003
Location: Right behind you!
Posted: 20th Feb 2007 23:35 Edited at: 20th Feb 2007 23:36


Sasuke
18
Years of Service
User Offline
Joined: 2nd Dec 2005
Location: Milton Keynes UK
Posted: 21st Feb 2007 12:07
I didn't see citybee last post until now when start to edit his code. Just to keep the main menu/help menu tidy, i've changed it to work with the screen width and height.

citybee
17
Years of Service
User Offline
Joined: 27th Jan 2007
Location:
Posted: 23rd Feb 2007 03:16
that is a very nice code Sasuke! i am very thankful. as i said though i am not going to ask any more questions untill i finish reading the hands on books for darkbasic pro.


touche!

thx
Sixty Squares
18
Years of Service
User Offline
Joined: 7th Jun 2006
Location: Somewhere in the world
Posted: 24th Feb 2007 22:38 Edited at: 24th Feb 2007 22:45
Photobucket gives you an IMG tag... You can just copy and paste that one

Login to post a reply

Server time is: 2024-09-25 17:28:24
Your offset time is: 2024-09-25 17:28:24