Thread: Rpg

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    49

    Talking Rpg

    I'm making a word RPG, but it screams in my face. GIVE ME COLOR!!!!!!! GIVE ME GRAPHICS!!!!!!!!!!!!!! STOP CU
    TTING MY TEXT AT THE END OF THE SCREEN!!!!!!!!!
    DJGPP-Complier
    Windows 98-(Shouldn't need to explain)

    I like plants.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    :: Scratches head ::

    Ok and your point is?


  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    49
    Help me is my point. You know.....

    Help(1) To give or provide what is necessary to accomplish a task or satisfy a need

    -Webster's Encyclopedic Unabridged Dictionary of the English Language
    DJGPP-Complier
    Windows 98-(Shouldn't need to explain)

    I like plants.

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Oh...how utterly stupid of me...

    What exactly is it you want help with ?

  5. #5
    Registered User
    Join Date
    Sep 2002
    Posts
    49
    I want HELP with colored text, graphics(console please), and the c
    uttin of my text.
    DJGPP-Complier
    Windows 98-(Shouldn't need to explain)

    I like plants.

  6. #6
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Ok....it mainly depends on your OS & Compiler......

    What are you using?

  7. #7
    Registered User
    Join Date
    Sep 2002
    Posts
    49
    I have DJGPP, will that work?? Windows 98
    DJGPP-Complier
    Windows 98-(Shouldn't need to explain)

    I like plants.

  8. #8
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    OK...for graphics - Try Allegro

    As for text colour....your compiler might have a conio.h header to allow you to change text colour in DOS mode.....

  9. #9
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    Can't do graphics in console . If you are using DJGPP that is DOS, not console, right? You can do graphics in a DOS program so you are okay.

  10. #10
    Registered User Kirdra's Avatar
    Join Date
    Aug 2002
    Posts
    105
    If you are making a text based RPG you are probably still learning about C++ I suggest you forgot graphics for the moment and learn how to use the language correctly. Also if you are serious about learning C++ you will buy a good book to read through which will teach you all about coloured text using conio.h.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. problem
    By ExDHaos in forum C++ Programming
    Replies: 12
    Last Post: 05-22-2009, 04:50 AM
  2. (dev) C++ Ascii Rpg
    By kevinawad in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 08-10-2008, 11:10 AM
  3. Beta Arena Extreme RPG
    By Padawan in forum Game Programming
    Replies: 1
    Last Post: 08-11-2004, 08:58 AM
  4. Strange complier error in simple RPG
    By Marcos in forum Game Programming
    Replies: 4
    Last Post: 03-27-2003, 06:57 AM
  5. Char Variable Probelm
    By Krak in forum C++ Programming
    Replies: 1
    Last Post: 01-26-2003, 12:34 PM