Arcade Prehacks

Results 1 to 7 of 7

Thread: Text-based game

  1. #1

    Join Date
    Feb 2009
    Posts
    3

    Text-based game

    I started on this text-based game but it kept on making me mad cause the EXP wouldn't stick and kept resetting...I also couldn't figure out how to Save people's games...If you would like please add save game and make the EXP where it sticks...Or just tell me how here.The game is coded in VB 08.
    Attached Files Attached Files

  2. #2

    Join Date
    Aug 2008
    Location
    Above and beyond the valleys of contentment
    Posts
    1,217

    Re: Text-based game

    to save peoples games use the me.vb2008 library, i dont suggest to save a txt file because users can easily change the txt file and 'hack' it.

  3. #3

    Join Date
    May 2008
    Location
    Your Moms Pants
    Posts
    3,040

    Re: Text-based game

    you um sorta gave me the whole source :]
    Someone got an 11 killstreak so I must come back.

  4. #4
    RJT
    RJT is offline
    Senior Member
    Join Date
    Oct 2008
    Posts
    304

    Re: Text-based game

    That's his point, he needs help with his program, so he gave the source to see if anyone could help.

  5. #5

    Join Date
    Aug 2008
    Location
    Above and beyond the valleys of contentment
    Posts
    1,217

    Re: Text-based game

    Quote Originally Posted by Milk
    I started on this text-based game but it kept on making me mad cause the EXP wouldn't stick and kept resetting...I also couldn't figure out how to Save people's games...If you would like please add save game and make the EXP where it sticks...Or just tell me how here.The game is coded in VB 08.
    big mistake = in form 2 you did
    Code:
    Dim exp As Integer = 0
    you should have made a label in form1 and referred to it as
    Code:
    Dim form1exp As Integer = Val(form1.exp.text)
    Dim exp as Integer = form1exp

  6. #6

    Join Date
    Apr 2010
    Posts
    4

    Re: Text-based game

    This is deffinetly the best offline text best game ive ever seen, im comparing to the ones on psc. brand new text based game... less then 80 memebers. the last reset just happened, there will be no more.... stuff is still getting added to the game but join up now and be one of the top dogs before its too late!!!..

  7. #7
    Senior Member
    Join Date
    Oct 2008
    Location
    Area 1, Holy Britannian Empire
    Posts
    3,189

    Re: Text-based game

    And now you're advertising.

    That's a warning. Two more and you're done.
    1 Thessalonians 4:16-17: The Lord comes swiftly.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •