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 / rts help needed

Author
Message
sith lord
18
Years of Service
User Offline
Joined: 29th Jul 2006
Location:
Posted: 29th Jul 2006 20:20
does any one kno any tips
Gil Galvanti
19
Years of Service
User Offline
Joined: 22nd Dec 2004
Location: Texas, United States
Posted: 29th Jul 2006 21:57
look for tutorials and ask specific questions. There's so many aspects to making a game that when you say "kno any tips" you have to narrow it down. Try tutorials before getting into an RTS for yourself .

Pirates of Port Royale
Live the life of a pirate.
sith lord
18
Years of Service
User Offline
Joined: 29th Jul 2006
Location:
Posted: 29th Jul 2006 23:34
i do now basics like the story and such i have worked out it is just the programming
Jrock
18
Years of Service
User Offline
Joined: 20th Feb 2006
Location: Riven
Posted: 30th Jul 2006 00:06
Please try to keep your grammar in good shape, I get a head ache reading your reply(s). (No offense)

Also, before making an RTS or anything, try somthing like a pong clone or what-not.

erm

Phaelax
DBPro Master
21
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 30th Jul 2006 04:45
You're obviously not looking very hard for answers, check the code-snippets board. Near the top is a thread about my rts tutorial, it covers more than enough to get started.

Quote: "i do now basics like the story and such i have worked out it is just the programming"

he was talking about programming basics.

"Using Unix is the computing equivalent of listening only to music by David Cassidy" - Rob Pike
sith lord
18
Years of Service
User Offline
Joined: 29th Jul 2006
Location:
Posted: 30th Jul 2006 12:15
wat do you lot think is the easyist genre to start with exept arcade (i have done that)
sith lord
18
Years of Service
User Offline
Joined: 29th Jul 2006
Location:
Posted: 30th Jul 2006 15:01
this is wat i have so far
Gil Galvanti
19
Years of Service
User Offline
Joined: 22nd Dec 2004
Location: Texas, United States
Posted: 31st Jul 2006 03:20 Edited at: 31st Jul 2006 03:21
well its not functional first of all. This is how it should be:


and second of all it's just a very simple menu. You should start with tutorials. And like jrock said, use decent grammar (as in spell things correctly)

Pirates of Port Royale
Live the life of a pirate.
sith lord
18
Years of Service
User Offline
Joined: 29th Jul 2006
Location:
Posted: 31st Jul 2006 09:00
i was gonna put tuts under single player along with skirmish and campain then i decided, that you will get the tut on lvl 1 of the game so after you click new game you get the tut then lvl2 and so on. i have changed it now it is now Do
WORDS$="New Game"
Pressed=0
x1=20
y1=55
x2=Text Width(WORDS$)
y2=Text Height(WORDS$)
Do
text x1,y1,WORDS$
if mousex()>x1 and mousex()<x1+x2
if mousey()>y1-y2 and mousey()<y1+y2
Pressed=1
endif
endif
if pressed=1 then ink rgb(255,0,0),0 else ink rgb(255,255,255),0
if pressed=1
Pressed=Mouseclick()
If mouseclick()=1 then Goto New_Game
else
pressed = 0
endif
loop

New_Game:
print"new game"
suspend for key
return

Login to post a reply

Server time is: 2024-09-25 05:22:33
Your offset time is: 2024-09-25 05:22:33