Pangea's Quest Partial Inventory system

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
ultimatedragoon69
Chaos Rift Regular
Chaos Rift Regular
Posts: 122
Joined: Tue Oct 28, 2008 1:57 pm
Current Project: Pangea's quest (text ~tile~ based rpg)
Favorite Gaming Platforms: Dreamcast, PC, playstation 1, Virtual Boy, Snes
Programming Language of Choice: c++
Contact:

Pangea's Quest Partial Inventory system

Post by ultimatedragoon69 »

O.k. I deleted my post a few days ago about a problem i had. I said i was going to repost my inventory screen so here is part of it ->

http://pastebin.com/m3da1c53f

This isn't completely finished yet i still have to create the inventory index to compare with the text file, but the hard part is finished hahaha.

original problem was that my keys wouldn't work, i fixed them by finding out my arrow keys were coming in sets of two char's.

problem pics
----------------
-> http://i42.photobucket.com/albums/e331/ ... creen1.jpg
-> http://i42.photobucket.com/albums/e331/ ... creen2.jpg
-> http://i42.photobucket.com/albums/e331/ ... creen3.jpg
-> http://i42.photobucket.com/albums/e331/ ... creen4.jpg
-> http://i42.photobucket.com/albums/e331/ ... creen5.jpg
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Pangea's Quest Partial Inventory system

Post by dandymcgee »

Is there a question in that post?

All I see are screenshots of a random numbers in a console screen.
I could probably figure out what that output meant if I read through your source code (which is conveniently on another website altogether), but I really don't feel like doing so without at least a brief description of what you need help with.

If you can post back with a bit more info that would be very helpful, thanks. :)
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
ultimatedragoon69
Chaos Rift Regular
Chaos Rift Regular
Posts: 122
Joined: Tue Oct 28, 2008 1:57 pm
Current Project: Pangea's quest (text ~tile~ based rpg)
Favorite Gaming Platforms: Dreamcast, PC, playstation 1, Virtual Boy, Snes
Programming Language of Choice: c++
Contact:

Re: Pangea's Quest Partial Inventory system

Post by ultimatedragoon69 »

actually this was just more or less an informative post, falco didn't want me to delete my last post so i reposted what happen. the random numbers were because it wasn't reading the file correctly which i fixed as well. Basically the code i wrote rotates numbers in a text file. I plan to add and index and print out strings for the name with the center selection the selector for items.
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Pangea's Quest Partial Inventory system

Post by dandymcgee »

ultimatedragoon69 wrote:actually this was just more or less an informative post, falco didn't want me to delete my last post so i reposted what happen.
Oh, okay. ;)
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
Post Reply