Thread: My first game!!!!

  1. #76
    Unregistered
    Guest
    hey this is paro

    im at school and i found another error..

    when im in the fields of fatigue i found some gold while exploring but it didnt add to my total...

    i know this because after finding about 50 gold i went back to town to heal but i only had 8 gold..


  2. #77
    Unregistered
    Guest
    me again, i found another quite large bug...

    if i go to the store and attempt to buy a weapon i dont have the money for it asks me if i want to sell my old weapon...well if i still dont have enough it will say: "not enough money"... well when i come back to the store i still have the money from selling my sword so if i repeat i can get more and more money hehe

    big bug, fix this one quickly :P

  3. #78
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    Fixed both of them...

    You now get Fists (0-2) after selling your weapon.

  4. #79
    I think you should make a credits and make Paro "Game Testing" lol

    If this is your first game, I see a great future in your work. My first game was tic tac toe! It's been a while since I played a text game that actually was fun.

  5. #80
    I bought some double daggers, and when it asked if I wanted to sell my dagger for 10gc, I typed yes, then one of those windows things with the red circle and a X in it, with close and details came up! I tried again, and the same thing happened!

  6. #81
    Registered User
    Join Date
    Mar 2002
    Posts
    14
    The first time you buy a weapon, all is fine.
    The second time you buy a weapon, this error/crash occurs.

    Hope that helps you find the bug and squash it...I'd help, but you didn't include the source with your last update.

  7. #82
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    ok i fixed it.
    I did it this way:

    Code:
    strcpy(chr.weaponName,wpname);
    instead of this way

    Code:
    chr.weaponName = wpname;
    Oh and here is an update and some src code

  8. #83
    Registered User
    Join Date
    Mar 2002
    Posts
    14
    zip file has a bad CRC...you need to re-upload.

  9. #84
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    Here goes..

  10. #85
    can you tell us what all you have updated in this version.

    Oh yeah, and an about option would be nice in the menus, that says who developed the game, and the version.

  11. #86
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    Ok in this one i have added the "about" thing.
    All of those weird bugs you encountered have probably been fixed

  12. #87
    Registered User
    Join Date
    Jan 2002
    Posts
    106
    I'm confused now. I download the first one and you kept posting updates. Which is the most updated one?

  13. #88
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    Ahhh..... in the latest posts?

  14. #89
    Registered User
    Join Date
    Jan 2002
    Posts
    106
    ok, just making sure. I thought files.zip contained some hints and stuff thats why I hesitated to download it.

    Anyways, if you haven't already knew. I'm the infamous Ruflano. I am starting a game development organization and I'm impressed with your work. Would you like to join? If so, AIM me at Gbonny2753 or e-mail me at [email protected]

  15. #90
    don't believe him! It's actually Bill Gates in disguise, and he wants to publish your game! He'll pay you 500000000000000 dollars!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do the game engine and the api interact?
    By Shadow12345 in forum Game Programming
    Replies: 9
    Last Post: 12-08-2010, 12:08 AM
  2. Open Source / Semi Open source game idea. Help needed
    By CaptainPatent in forum Projects and Job Recruitment
    Replies: 10
    Last Post: 05-16-2007, 10:44 AM
  3. game engine advice?
    By stien in forum Game Programming
    Replies: 0
    Last Post: 01-23-2007, 03:46 PM
  4. My Maze Game --- A Few Questions
    By TechWins in forum Game Programming
    Replies: 18
    Last Post: 04-24-2002, 11:00 PM