Thread: ??Character Mapping??

  1. #1

    Question ??Character Mapping??

    A few post ago I asked Wraith_MAster how he did his cool looking menu in the console.
    here is the link:
    http://<br /> <a href="http://cboar...0561</a><br />
    And he said Character Mapping. Now to be honest I have no clue how to do this so I 'll ask it in this new thread since i dont want to bring back and old topic.

    Can anyone give me good example
    Thanks

    -Devouring One-

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    You just use characters. The source was there as I recall.

    [edit]
    Just as I thought, look at the source next time!

    Code:
     ÉÍÍÍÍÍÍÍÍÍÍÍÍÍËÍÍÍÍÍÍÍËÍÍËÍËÍÍÍÍÍÍËÍËÍÍÍÍÍÍÍÍÍÍÍÍÍ
    ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»\
    º             ºLVL:   º+-ÌÍÎÍMENUÍÎ͹ MESSAGES                                 º\
    º             ÈÍÍÍÍÍÍ͹  ºº      ºº                                          º\
    º                     º  º ºFight!º º                                          º\
    º                     º  º ºHeal  º º                                          º\
    º                     º  º ºAbout º º                                          º\
    º                     º  º ºExit  º º                                          º\
    º                     º  ºº      ºº                                          º\
     ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÊÍÍÊÍÊÍÍÍÍÍÍÊÍÊÍÍÍÍÍÍÍÍÍÍÍÍÍ
    ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ"/*¼*/;

    [/edit]

  3. #3
    I saw that, dont worry I had a look at it. But the character that he used how do i get those into my compiler?

    so to make a square(just copying last post) you would do something like this:

    Code:
    ÉÍÍÍÍÍÍÍÍÍÍÍÍÍË
    Í                 Í  
    Í                 Í
    Í                 Í
    Í                 Í
    Í                 Í
    Í                 Í
    ÉÍÍÍÍÍÍÍÍÍÍÍÍÍË

  4. #4
    So what are all the characters i should know to make a basic menu and is there any tutorial on this that you know?
    Dev C++
    Win XP/2k/98

    I DO NOT TAKE CLASSES I DONT GET HOMEWORK THIS IS NOT A HOMEWORK QUESTION!!!

    He's lean he's keen... He's the spank machine!

  5. #5
    Never mind I basicly figured everything out by couting every simbol possible and from there i printed out a nice little data sheet which now tells me all of them.

    Thanks anyway!

    -Devouring One-

  6. #6
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Okay, I don't think you got it 100%. The way a dos prompt (or even the dos os) interprets those character is how you see them in wraith_master's game. Open up charmap and change the font to terminal. That is what the ascii chart will look like in a dos prompt (not the full chart but you get the idea).

  7. #7
    I understand this is my little data sheet:

    Code:
    Ë = ╦
    
    Ê = ╩
    
    É = ╔
    
    È = ╚
    
    Ì = ╠
    
    Í = ═
    
    Î = ╬
    
    Ï = ╧
    
    Á = ┴
    
    Â = ┬
    
    Ã = ├
    
    Ä = ─
    
    Ò = ╥
    
    Ó = ╙
    
    Ô = ╘
    
    Ö = ╓
    
    Ù = ┘
    
    Ú = ┌
    
    ¹ = ╣
    
     º = ║
    
    » = ╗
    
    ª = ┐
    
    ³ = │
    
    ¼ = ╝
    
     ½ = ╜
    
     ¾ = ╛

  8. #8
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    It would be easier for you to have the symbol and the alt code for it next to it. But it is your table, you can do whatever you think is best.

  9. #9
    I know but the problem is that i couldn't find the alt+ code's they didn't show.

    Is there any other place I could get them?

  10. #10
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    In charmap the alt keys are in that status bar (bottom right side of the window). Enjoy.

  11. #11
    Thanx man. I definitly will enjoy

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenGL texture mapping with texCoordArray
    By nempo in forum Game Programming
    Replies: 1
    Last Post: 08-24-2008, 04:00 AM
  2. MapServer and other mapping tools
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 12-29-2007, 02:27 AM
  3. OpenGL Shadow Mapping Issues
    By animeaholic in forum Game Programming
    Replies: 0
    Last Post: 06-05-2007, 09:49 AM
  4. O/R Mapping tool like Apple has.....for .NET?!?!
    By gicio in forum C# Programming
    Replies: 0
    Last Post: 08-29-2003, 04:20 AM
  5. Terrain mapping problem
    By DavidP in forum Windows Programming
    Replies: 1
    Last Post: 11-26-2001, 10:08 PM