Thread: Text Game Review

  1. #16
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361

    about the generator's functionality

    I know you're not done yet, so don't be angry at me, you just haven't mentioned it yet.

    If it's a generated, shouldn't the character's stats be exported to a file?

    What would it be used for? I can't think of a text rpg (on the computer), that would be able to use it? Maybe a D&D session, but besides that, what?
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  2. #17
    Registered User
    Join Date
    Oct 2003
    Posts
    83

    Re: about the generator's functionality

    Originally posted by Stan100
    I know you're not done yet, so don't be angry at me, you just haven't mentioned it yet.

    If it's a generated, shouldn't the character's stats be exported to a file?

    What would it be used for? I can't think of a text rpg (on the computer), that would be able to use it? Maybe a D&D session, but besides that, what?
    Yeah, it'll be exported to a file. I'll make a seperate function for that later; I'm not familiar with file functions. I know a little. fopen() fwrite() fread(), but I'll have to review it again.

    It's going to be used for a text RPG. There are a lot of stats that aren't in there yet that need to be; but I will add them as I need them. EXP, Weapons, Magic, Inventory, Level, Current position on map. I've recently added the battle engine; so I needed to add the EXP, weapons, magic, and level. I still have a lot of work to do. I'll show you what I have once I get it a little cleaned up; its pretty messy and uncommented right now. Thanks again for all your help!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. text based mmo type game.....
    By SONAR in forum Game Programming
    Replies: 0
    Last Post: 12-09-2008, 05:17 AM
  2. Help with my text adventure game.
    By Haggarduser in forum Game Programming
    Replies: 15
    Last Post: 10-26-2007, 01:53 AM
  3. How to use FTP?
    By maxorator in forum C++ Programming
    Replies: 8
    Last Post: 11-04-2005, 03:17 PM
  4. My Memory Game
    By jazy921 in forum C Programming
    Replies: 0
    Last Post: 05-05-2003, 05:13 PM
  5. My Pre-Alpha Version Rpg Text Game
    By knight543 in forum C++ Programming
    Replies: 1
    Last Post: 04-06-2002, 06:02 AM