It looks like it. Sorry about that. Unfortunately I no longer have the files on my hard drive, so I can't reupload them, but if you had a specific question, I'd be happy to answer it.
While I no longer have the source code for this game, you can look at the source code for one of my similar games, Monk Quest, to get an idea of what I did. The link to the source code is in the description.
good job but I would suggest inserting progress bars to indicate health and force levels and some attack animations.....that stuff isnt hard to do, you already have the hard part down good, Im working on one sort of like this but haveing trouble with the battle system bugs
It is very cool, i am myself making a text-based rpg game in VB, and if you want i could use a hand with stats/fighting and so.. if you will help just PM me :P.
Dude, FREAKING AWESOME!!!! Because of you I've started to make my own game!!!! Btw, if I put a video of it on utube, I'll give you a lot of the credit! Great job, 5/5!
nice game,try to make it with arrow keys,i made a pacman game,and it took me about a 45 min to realise how to make it change the picture and the direction when some key pressed XD
It looks dumb for some but I gotta admit games are hard to make and this, 5/5 nice job
AssassinRenzio 6 months ago
Btw, nice Game But im still better. Pm me if you want any Ideas :)
OwnerGangraz 8 months ago
@ultragaming1993
:O
:D
:3
OwnerGangraz 8 months ago
Wow thats actually pretty good for VB- Better than me at least
GlobusTheGreat 10 months ago
you should put comments in your code its good programming style
warnexus 11 months ago
Pro Coder : D LOL ! ME intermediate oni .
imagination774 1 year ago
link broke?
RamJim9697 1 year ago
@RamJim9697
It looks like it. Sorry about that. Unfortunately I no longer have the files on my hard drive, so I can't reupload them, but if you had a specific question, I'd be happy to answer it.
NocaCow 1 year ago
That looks hard to make.... nice game
XxSocialTechxX 1 year ago
cool game i like it.
Legend5511 1 year ago
how?
MrMrlulle 1 year ago
While I no longer have the source code for this game, you can look at the source code for one of my similar games, Monk Quest, to get an idea of what I did. The link to the source code is in the description.
NocaCow 1 year ago
That must of been very boring to make
hell858 2 years ago
Cool
rosengrenmattis 2 years ago
I like it, wonder if he used Direct X or just simple GFX interface graphics
bannedbyMusloons 2 years ago
definitely just used the built in graphics commands, directx is more for full screen graphics
amcadam26 2 years ago
@amcadam26 you can have windowed direct3d
mandai2 1 year ago
This has been flagged as spam show
Check out this site:
w w w . visual basic world . webs . com
vbsripter 2 years ago
@vbsripter You're an idiot, you know that, right?
ModsForHalfLife2 2 years ago
i like that game!!
superroblox 2 years ago
these games are just like roblox lol
TheRunescapeFreak111 2 years ago
lol looks funny
TheDutchGamers 2 years ago
Omg its like POKEMON :O
little child
ultragaming1993 2 years ago 6
@ultragaming1993 Nah Pokemon animations were fast lol
mandai2 1 year ago
@mandai2 loool
ultragaming1993 1 year ago
Lol
loocks very nice :)
4r33n 2 years ago
good job but I would suggest inserting progress bars to indicate health and force levels and some attack animations.....that stuff isnt hard to do, you already have the hard part down good, Im working on one sort of like this but haveing trouble with the battle system bugs
honn5 2 years ago
nice man, can you remember how you did the animation? like when he walks to the battle and heal and when he attacks? could be helpful thanks.
alginonico 2 years ago
@alginonico just change the control's Location property.
mandai2 1 year ago
wish I was so good as that
5/5
inflamezz7 2 years ago
It is very cool, i am myself making a text-based rpg game in VB, and if you want i could use a hand with stats/fighting and so.. if you will help just PM me :P.
5/5 ;)
lakristianla 2 years ago
Dude, FREAKING AWESOME!!!! Because of you I've started to make my own game!!!! Btw, if I put a video of it on utube, I'll give you a lot of the credit! Great job, 5/5!
VBprogram49 2 years ago
plz sharing the project file ~
008080v 3 years ago
Wow, that was pretty sweet. Probably pretty hard to make and time consuming. :P
WookieApps 3 years ago
This comment has received too many negative votes show
lol this game is pure ShIT :D
SixFlags666America 3 years ago
go make yours then.
lewisduncan93 3 years ago
lol your face is pure ShIT :D
GuineaForce 3 years ago
dude, did you see that source?
lets see you come up with a better game than this, retard ;)
AtomicNerd001 2 years ago
plese send the game on my computer
supershadow70 3 years ago
nice nice, how many lines of code is it?
u should show the source code , i would love to check it out and make it better :P
i dont steal it...no sense in programming if u keep it to urself
IlslipperdipperlI 3 years ago
Nice! check my videos, I have some games and you can download them from my website
goblinax 3 years ago
can you put the code on a text file please?
or give us the project file
rockhardownsu 3 years ago
ty i coppied ur code
dudeofgods 3 years ago
sorry for double post but can i have your pictures the jedi and sith and all that please?
OlloX3 3 years ago
i wanna learn how do u make the character move to the button you choosed..
OlloX3 3 years ago
Nice job, little more work on animations maybe XD
maroon5rule 3 years ago
I think he use labels for variables (txt) and make to numbers (Dim health As Integer, health = label1.text)
unauydsf 3 years ago
WHATS THE CODE?
channelnetwork1 3 years ago
nice game,try to make it with arrow keys,i made a pacman game,and it took me about a 45 min to realise how to make it change the picture and the direction when some key pressed XD
PS: huh,you got age of empires games..cool XD
danielgonson 3 years ago
tats awsome!!!!!!111
kvsfan8 3 years ago
kewl???
kingstonr312 3 years ago
PLZZ UPLOAD I WANT TO PLAY IT SOOO MUCH
PivotMasterNF 3 years ago
awesome, you know what, nevermind.
After about 1 minute, i realised i could do it by adding another timer, so never mind what i said! hehe
bBiGbEn13 3 years ago
I'm not sure how timers would be used for direction. I would code it like
dir = 1 'for forward
dir = -1 'reverse
then in your code somewhere,
x = speed * dir 'with maybe (+ currentPos)
Where x is the horzonital location of the object on the screen.
igykalen 3 years ago
well you see, i just changed the timers to change direction, one was for forward, one was for back. It was easy and took absolutley no time at all
bBiGbEn13 3 years ago
uh... how did u get the guy to move forward then back? i need it for a game im making also :P (not copying yours)
every time i try to code it, he goes to the spot he supposed to back up, then he just moves back and forth, not returning to his original spot...
could you post the code for it if you still have it? thanks
bBiGbEn13 3 years ago
I'm officially impressed. My only question is, in the source files you show, why are there so many declarations?
theorycm 3 years ago
Cause this is my first game.. I didn't know about commas =)
NocaCow 3 years ago
how did u make them move? :O
OlloX3 3 years ago
timers...
NocaCow 3 years ago
im want to play that can u upload?
OlloX3 3 years ago
Err I might..but it's kinda screwed up at the moment... And I made it awhile ago so I don't really work on it anymore.
NocaCow 3 years ago
Wow! Nice job! :O. Must'av taken forver!!!!!
frostyzonec 3 years ago
from the look of that code OH YEA
sfan1010 3 years ago
Do you know how to add 3d animations to VB?
Such as .w3d .3ds .max files??
MouthofSaurons 4 years ago
No.... =)
NocaCow 4 years ago
argh!!! =[
MouthofSaurons 4 years ago
I wasn't aware VB 2005 had 3D capabilities.. I thought it was for applications
NocaCow 4 years ago
@NocaCow You can use Managed DirectX for Direct3D support.
mandai2 1 year ago
with vb6 you can add .avi files using the animation control
kaimonington 3 years ago
hehehehe...it looks good
jp26198926 4 years ago
nice job. Really kick ass
phatmonkey91 4 years ago
i know how to add windows movie maker files!
you have to save it as a movie file first!
gokrill 4 years ago
Did you program that?
auatarch 4 years ago
Yepadoo
NocaCow 4 years ago
Good job, i couldnt really tell what was going on, but it looked good! lol
tommt7 4 years ago