Need help with a text decoder/encoder thingy
Author |
Message |
Shaun Dreclin
|
Posted: Wed Mar 01, 2006 3:30 am Post subject: Need help with a text decoder/encoder thingy |
|
|
Alright, well I am a huge fan of the game FFX2. Im trying to make a translater that will let you type in something in Al Bhed, and have it put the same sentance in english in another text box.
Al Bhed is just a 'language' where the mix up the letters
eg. a = y, g = w, etc etc
I would have searhed the forums, but I wouldnt know what to search.
Anyone out there willing to help me with this? |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Andy
|
Posted: Wed Mar 01, 2006 8:34 am Post subject: (No subject) |
|
|
I'm not too familiar with VB, but i guess the logic would be the same. All you need to do is create a string of 26 characters long, each character being a different letter. so 'a' would be the first letter in the string, 'b' be the second and so on.
then take the word you want to encrypt, take each character, and find it's position in the real alphabet, 'a' is 1 'b' is 2 and so on, then simply search through that string you created to find the corisponding letter |
|
|
|
|
 |
|
|