-
[C++]Text RPG
This game was completely coded by me. I am Black Nemo as it says at the end of the game. I will eventually give out the code and i still have things i am working on.
Zip file
http://www.sendspace.com/file/cek65n
Rar file
http://www.sendspace.com/file/wdprn6
I want to give thanks to the people who helped me with learning a few things on the forum.
-
Re: [C++]Text RPG
Not a virus,
And it's pretty cool..
.. for a command prompt :P
-
Re: [C++]Text RPG
It glitched for me when I had pants equipped and tried to equip another pair.
Wasn't aware I had a pair on already.
Other than that it was nice :)
-
Re: [C++]Text RPG
lol thanks i never got an error when equipping multiple items over it just continually saying that it is already equipped like it said. It isn't supposed to be listed if you already have it on but will still say that if you have them.
I thought i did pretty good since the was the second program i made. Hello world DOES NOT count xP.
could i possibly get a little help encrypting the save file?
-
Re: [C++]Text RPG
Glitched for me aswell. Can't equip anything. Says I have everthing equipted.
-
Re: [C++]Text RPG
ill look at it and see if i accidently put something in.
-
Re: [C++]Text RPG
no it isn't filled in it never did that on my side.
Code:
// User items
int stick = 0;
int stickuse = 0;
int cloth = 0;
int clothuse = 0;
int shield = 0;
int shielduse = 0;
int pants = 0;
int pantsuse = 0;
int shoes = 0;
int shoesuse = 0;
int sword = 0;
int sworduse = 0;
int shirt = 0;
int shirtuse = 0;