Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 984 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19053 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Cyrillic text #244844
01/07/09 05:25
01/07/09 05:25
Joined: Aug 2003
Posts: 716
Canada, Toronto
thegamedesigner Offline OP
User
thegamedesigner  Offline OP
User

Joined: Aug 2003
Posts: 716
Canada, Toronto
Hello, I need to display Russian text in my game, which of course uses the Cyrillic alphabet instead of the Latin alphabet.

The font that SED uses, Courier, supports this, except it seems that SED does not. When I copy and paste Russian text into my code, it shows up like this:

str1 = "?????????????";

This is also what it appears as ingame. I think the problem is with SED. Anyone out there that knows how to solve this?

Thanks,


Last edited by thegamedesigner; 01/07/09 05:27.

My games - www.spyeart.com
Re: Cyrillic text [Re: thegamedesigner] #244847
01/07/09 06:34
01/07/09 06:34
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
what happens if you insert it in another editor?

Re: Cyrillic text [Re: Joey] #244887
01/07/09 12:12
01/07/09 12:12
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
guess you need you OS to be russian.(people were able to use Chinese letters if i recall correctly.)


3333333333
Re: Cyrillic text [Re: Quad] #244917
01/07/09 14:26
01/07/09 14:26
Joined: Aug 2003
Posts: 716
Canada, Toronto
thegamedesigner Offline OP
User
thegamedesigner  Offline OP
User

Joined: Aug 2003
Posts: 716
Canada, Toronto
Hello,

I tried using another editor, but they all warned me that by saving with russian text, it would not be unicode. When I got in-game, it was ???????????.

This is a problem of getting it into the game, since I have tried several editors, and various ways of getting it to the screen. (reading from a text file, coping it into the code direct)

Any help? How did people who use other alphabets get gamestudio to display them?


My games - www.spyeart.com
Re: Cyrillic text [Re: thegamedesigner] #244921
01/07/09 14:33
01/07/09 14:33
Joined: Nov 2007
Posts: 1,032
Croatia
croman Offline
Serious User
croman  Offline
Serious User

Joined: Nov 2007
Posts: 1,032
Croatia
maybe you should try what quadraxas said or even trying some different font with Cyrillics



Ubi bene, ibi Patria.
Re: Cyrillic text [Re: croman] #244989
01/07/09 20:54
01/07/09 20:54
Joined: Oct 2008
Posts: 218
Nashua NH
heinekenbottle Offline
Member
heinekenbottle  Offline
Member

Joined: Oct 2008
Posts: 218
Nashua NH
I'm not sure if A7 still supports this, but I believe it does. Back in the A5 days, fonts were based on bitmaps with all the letters arrayed in a grid. So if you made a font bitmap, but only used cyrillic letters, then you could work with that.

It'd be like a code, A = some cyrillic letter, B = another, etc.

Here is a link to a tutorial on making font bitmaps:
http://www.ulillillia.us/gamedesign/imagefonttutorial.html

Last edited by heinekenbottle; 01/07/09 20:55.

I was once Anonymous_Alcoholic.

Code Breakpoint;

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1