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 / reality commeth

Author
Message
himynameisali
21
Years of Service
User Offline
Joined: 9th Nov 2003
Location: England, You...Rastards!
Posted: 31st Jan 2004 21:17
reality commeth is a game I'm making for PC and (possibly xbox)

Please can you help me make this? I'll put you down in the
special thanks credits for example:

SPECIAL THANKS TO:

John Rake
Freddy George
Henry Dee

that's an example though. It's a FPS game and I need codes for it,
the codes I need are:

placing gun object code (somewhere in the forums, don't worry much about)
ammo box code
health box code
enemy collision
object collision

and one final thing, I've been looking at special effects on
dark basic, I need some of them as well.

please, if you can please give the codes IF you can.

ali - nukesoft



P.S. website is coming soon! And theres a little silly code there I made, ha! ha!

Ali Morrison
John H
Retired Moderator
22
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 31st Jan 2004 21:47
Firstly, no one is going to 'Give you the codes' you should really learn for yourself. There are plenty of code snippets to learn from in the code base and such. For collision try the Nuclear Glory collision DLL, www.nuclearglory.com

For ammoboxes, simply

Current_Ammo = 10

If Object Collision(Player,AmmoBox)>0
Current_Ammo = Current_Ammo + 5
Delete Object AmmoBox
Endif

Health Display, simple

Total_Health = 100
Current_Health = 80

`Total Health Backdrop
Ink RGB(255,0,0),1
Box 10,10,10+Total_Health,10

`Current Health On Top
Ink RGB(0,255,0),1
Box 10,10,10+Current_Health,10

Good luck

RPGamer


We need help! Email us! [email protected]
himynameisali
21
Years of Service
User Offline
Joined: 9th Nov 2003
Location: England, You...Rastards!
Posted: 1st Feb 2004 12:34
hey thanks!

and thank you again for the GOOD LUCK!

and I wish you good luck in making games!



Ali Morrison

Login to post a reply

Server time is: 2025-05-22 11:12:41
Your offset time is: 2025-05-22 11:12:41