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 / Dragonball Z

Author
Message
metal slug
19
Years of Service
User Offline
Joined: 18th Dec 2004
Location:
Posted: 12th Nov 2005 01:15
How do i get started on making a dragonball z game any advice

thx
Heckno
20
Years of Service
User Offline
Joined: 8th Sep 2004
Location: Palm Coast, FL
Posted: 12th Nov 2005 02:53
write it out on paper (game ideas), start going through the tuts, and finally check the snippets section for areas your code may be lacking...

Other than that it's pretty hard to say where to start.. I mean, not knowing your abilities and such...

and by all means pls be patient and try to work things out, no need for posting help for every minute section of code like some of the others here...
metal slug
19
Years of Service
User Offline
Joined: 18th Dec 2004
Location:
Posted: 12th Nov 2005 02:55
Em i dont know how to load music/images you know it just comes up saying no file exists and i have looked at all the help files on how to loaD stuff.
metal slug
19
Years of Service
User Offline
Joined: 18th Dec 2004
Location:
Posted: 12th Nov 2005 03:04
BUMp
Deep Thought 42
19
Years of Service
User Offline
Joined: 31st Jul 2005
Location: New Jersey, USA
Posted: 12th Nov 2005 03:28 Edited at: 12th Nov 2005 03:31
Well first you switch to project view mode. Click the blue media button. Now go to the top of the thing and click "add". This should come up with a small box asking you for the location of your file. I would recommend clicking the "copy media media file(s) into current directory" checkbox". Browse for your file and load it.
loading example:

That's about it! Hope I helped. Oh and about your game, I agree with Heckno. Plan it out. Are you going to make it 2d or 3d? What's the point of the game? Basic planning stuff. I recommend getting a pad of paper to draw out your ideas.
<edit> I doubt anyone is going to help you step by step through out the game without knowing some details of what's going on. Come up with a specific question to ask.

"There are no stupid questions, just a lot of inquisitive idiots."
RUCCUS
19
Years of Service
User Offline
Joined: 11th Dec 2004
Location: Canada
Posted: 12th Nov 2005 04:29
Try to refrain from bumping posts until they're 2 days old AND on the second page of threads.

metal slug
19
Years of Service
User Offline
Joined: 18th Dec 2004
Location:
Posted: 12th Nov 2005 17:53
#100008:parameter for "load image" do not match "filename,image number" at line 2. ?
metal slug
19
Years of Service
User Offline
Joined: 18th Dec 2004
Location:
Posted: 12th Nov 2005 17:58
do
load music "pcg",1
loop
and it says it cannot find music when it is there
Antidote
19
Years of Service
User Offline
Joined: 18th Mar 2005
Location: San Francisco, CA
Posted: 12th Nov 2005 18:03
you have to put the file extension there also. Also make sure it is in the same directory as you project

metal slug
19
Years of Service
User Offline
Joined: 18th Dec 2004
Location:
Posted: 12th Nov 2005 18:17
ah nevermind 2 confusing
Heckno
20
Years of Service
User Offline
Joined: 8th Sep 2004
Location: Palm Coast, FL
Posted: 13th Nov 2005 05:11 Edited at: 16th Nov 2005 05:32
no, it's very simple once you get the hang of the basics....

media files ( images, 3-d models, music, etc..) can come in several different formats...

example -> picture formats could be jpg, bmp, tga, dds, etc.... all a little different with thier own special purposes...

when you load media you just need to remember to let DB know format it is so the compiler can properly translate the file for output..

example of mp3 file


load music "pcg.mp3",1
do
program code here
loop

just remember that your computer is dumb, it doesn't know if "pcg" is a wave file, midi file, bitmap image file, word document ect.. unless you tell it...
Antidote
19
Years of Service
User Offline
Joined: 18th Mar 2005
Location: San Francisco, CA
Posted: 13th Nov 2005 16:23
Quote: "do
load music "pcg.mp3",1
loop
"


What is that. dont do that. You'll get the error music already exists or something. You would have to use load music above the loop and then loop music in the loop.



Hawkeye
21
Years of Service
User Offline
Joined: 19th Sep 2003
Location: SC, USA
Posted: 15th Nov 2005 00:04
What is that. dont do that. It'll never even start.






I am but mad north north-west; when the wind is southerly I know a hawk from a handsaw - Hamlet, Hamlet
Antidote
19
Years of Service
User Offline
Joined: 18th Mar 2005
Location: San Francisco, CA
Posted: 15th Nov 2005 00:31 Edited at: 15th Nov 2005 00:32
Either way works fine. I tested.

[edit]Actually with you way will it actually loop the music? I know the command says to but if the loop never gets back to the command after the initial start will it loop?

MMORPG programs
18
Years of Service
User Offline
Joined: 12th Nov 2005
Location:
Posted: 15th Nov 2005 02:14
to make a dragonball z game i'd use 3d. before you start you need something to model. I suggest Milkshake. You can load a drawing of a frontal view and side view and then from there make the layout. check out www.psionic.com for a couple tutorials. For collision justtype in the following code.
(desired name) = if (buttonx)=1 then play frame 2-30
set object radius (obj1), (desired radius)
set object radius (obj2), (desired radius)
If you want to do it 2d or 1st person i cant help you.

8. According to plaque, "When Bush gives order, nod politely, wait to hear what Cheney says"
3. The plane's sole security feature: an angry kitty
glyvin101
19
Years of Service
User Offline
Joined: 27th Jan 2005
Location:
Posted: 17th Nov 2005 04:59
he is giving up on programing in think
Captain America
19
Years of Service
User Offline
Joined: 8th Apr 2005
Location: Here
Posted: 18th Nov 2005 05:59 Edited at: 18th Nov 2005 05:59
this guys a (insert your own comment)!
he gave up trying to program just because he could load a file? I bet he didnt even read the help files! how else could he have made those mistakes!

Also its Milkshape not Milkshake, but dont worry ive made that mistake on numerous ocassions!

If anyone wants the full version of milkshape 3D for free then email me!
relith@cox.net

later!

-Captain-


Cheers,
Capt. America

Login to post a reply

Server time is: 2024-09-24 09:30:34
Your offset time is: 2024-09-24 09:30:34