Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Greek Language

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
katlek
Member
Member
Posts: 9
Joined: July 21st, 2011, 10:28 am
Name: katerina

Greek Language

Post by katlek »

Hello to all! I'm new to sandbox and i've read most topics in he forum so as to begin my project.

But i have a serious problem. My dialogues must be written in greek and sandbox does not recognise it.

I use codeblocks to write my code. What can i do?
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Greek Language

Post by chocolatepie33 »

by dialogues, do you mean the words that are being "spoken" by characters? if so, that shouldn't be a problem.
The in-game language Sandbox uses is called Cubescript. You only need to use Notepad to work in it. There are number of tutorials about it on the forum and at the wiki
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
katlek
Member
Member
Posts: 9
Joined: July 21st, 2011, 10:28 am
Name: katerina

Re: Greek Language

Post by katlek »

Yes i mean the dialogues between characters in the game.

In the beginning, i wrote my code using Notepad++, but sandbox didn't recognize it and code wasn't running.

So I've searched the wiki and found out that code::blocks was better than Notepad++.

I will search again in case i find something!

Thanks a lot!
katlek
Member
Member
Posts: 9
Joined: July 21st, 2011, 10:28 am
Name: katerina

Re: Greek Language

Post by katlek »

Still nothing... I can't find any post referring to Greek language.

The funny thing is that in the dialogue box, when i write in Greek, words do not show up. It is just empty.

But when i write in English i can see them.

Any other ideas?

I've searched code blocks preferences for a solution. Maybe i have to add a plugin or change the options

in code blocks or in sandbox in order to read the Greek words...
User avatar
jSoftApps
Member
Member
Posts: 426
Joined: May 2nd, 2011, 10:02 pm
Name: J.R.
IRC Username: jSoftApps
Location: jSoft Apps Software Innovations HQ
Contact:

Re: Greek Language

Post by jSoftApps »

You would have to edit the chars.png file and font.cfg which I DO NOT recommend doing UNLESS you have Photoshop. You could simply replace the English letters with the Greek ones using layering in Photoshop (or gimp) and you can edit the font.cfg with notepad++ (which I recommend).
jSoft Apps Software Innovations - App, Games and More!
Visit our Website!

Image

jSoft Apps is now on indie db!
Image
katlek
Member
Member
Posts: 9
Joined: July 21st, 2011, 10:28 am
Name: katerina

Re: Greek Language

Post by katlek »

Nice thought! But i find it a bit difficult....
i found both files you mentioned and with the .cfg one i suppose i won't have any problem to make the changes.
But photoshop...? I don't know how to use it! And even if i learn the basics [because i am a quick learner :p ], how i will replace the letters? I will draw them?
katlek
Member
Member
Posts: 9
Joined: July 21st, 2011, 10:28 am
Name: katerina

Re: Greek Language

Post by katlek »

Could someone give me some further instructions about this ?
I tried to edit chars.png file, but don't know exactly what to do...
And i want to ask something else too. In the font.cfg file, what do the numbers mean?
for example what does this line mean :

"fontchar 7 0 12 //! "

Do the numbers relate to photoshop ?
Locked