Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Mehrdad

#201
Quote from: Crimson Wizard on Sun 12/03/2017 16:42:25
Are you saying there an actual letter in the font between slots 0 and 255, that is not visible on preview and not working in game?
Yes . Your shot showed them as rectangle . And it's happen for other fonts in exactly same slots.

Quote from: Crimson Wizard on Sun 12/03/2017 16:42:25
Could you post a font you have such problem with and point out which slot does not work? (If it is a font you already posted, then simply tell which slot is that.)

Sorry I don't understand what's you mean . I tried many fonts and it occur exactly in same slots . First rectangle slot want  :   Ã¯ÂºÂ»     U+FEBB &#65211



#202
OK . unfortunately I only can use TTF font for AGS . No bitmap and so on

I have some TTF editor too but It's just matter is unknown for AGS .
#203
Sorry for answer late

Thanks a lot for patch . I'm glad that you want fix it. I'm appreciate too much.
I'll try more than 40 fonts and result was same .Exactly Same slots is unknown for AGS . I think best solution is slot editable . So we can replace rectangle with letters as copy / paste .
#204
There is missed 25 letters :
https://www.dropbox.com/s/01ztse8pdf3tdv1/PersianMissedAGS.docx?dl=0

I know fix it is difficult for you .  If slots was editable I could fix it manually .
CW , can you send for me this version of AGS as expand preview fonts ? I want test other ttf Persian fonts and see result.

#205
Great . Thanks a lot . Please let me find them ... It takes a some minutes....
#206
Quote from: Crimson Wizard on Sat 11/03/2017 15:28:47
Merhdad, you are asking me to fix something, but I cannot understand what exactly.

Is it just the preview pane that you need to get fixed? Or letters displayed in game?
As I said, the preview pane is simply limited to slots 32-127. But it does not mean that other letters do not exist, it simply does not show them.
So, the question is, are those letters shown in game?
If they are shown, then it is just the preview pane that needs to be expanded.

Actually I want letters displayed in game.

Quote
So, the question is, are those letters shown in game?
Some letters show in the game

Maybe  expand preview pane is will be good for start and even fix . Because i can see which letters are rectangle and unknown for AGS .
#207
Oh wait ... Sorry  . It show some other missed letters into the game that aren't in preview pane . Did you want  all missed letters ? And does it help to you for fix it ?
#208
Quote from: Crimson Wizard on Sat 11/03/2017 13:40:37
Can you tell how could I get some text that has letters over 95th slot?

OK 95th slot is  ﺻ
Some other missed letters is       Ã˜Â¸ Ø· ع غ ف Ù‚ Ú© ....

I ready all persian letters with unicode numbers .Please get it here:
https://www.dropbox.com/s/l7m7nvt7yfb5419/PersianAndUnicode.rar?dl=0

#209



- Latest version 3.4.0.15

- I typed all of them in the separate program and paste in AGS . Into the AGS showed like this :  player.Say ("Svàâ,¬ Æ'Ho† "); And into the game is OK. All of characters that you see in preview pane supported into the game even rectangles is same (That seems don't support by AGS) . Preview pane is complete equal with show game . It have 95 slot ready and missed others . AFAIK 110 it's enough for Farsi font .

- Here You are:
https://www.dropbox.com/s/lpa90uykzj895b1/LMN%20Sam.ttf?dl=0
#210
Quote from: Crimson Wizard on Fri 10/03/2017 19:00:07
TBH I do not quite understand what the problem is. Is it that you cannot edit these letters, or they don't show up in the game, or they do not show up in the Editor's preview panel?

AGS is supposed to support all 256 letters in TTF font since 3.0 and in WFN font too since 3.4.0.

But for some reason Editor does not show all letters of the font in that window. Probably it is programmed that way. So the question is, do the missing letters show up in game.

EDIT: I just looked into the Editor code, and it literally tells to draw only first 96 letters of the font on that preview.

Letters didn't show in the game and window font . It only show until red oval that I showed it in picture.
When I import TTF fonts It only show 95 item in window font an miss other words and into the game is show this 95 letters only.

I can only use TTF font for Persian letters and can't use any WFN , SCI , PNG,.. or others . Because our alphabet is not separate like yours. They stick together sometimes . 127 letters is enough and 256 is great . 

Can you increase it ? I was glad that I can solved Farsi font for AGS after a long time but now I have this problem .  It's so important for me . Otherwise I can't make my native language for my game.
#211
Hi Gurok

127 symbol is enough for Persian fonts but font page in AGS show less than this . It's 10X10 = 100 and show 95 slot only. Doesn't it?
#212
Hi

I finally success to solved TTF Persian fonts for AGS . It works perfect now . All slots is OK but i need more slot after red oval in below picture for add other symbols . How can I increase slot ?


#213
Hi
Isn't any manual step by step for compile to Mac OS ? I haven't knowledge for use from Github .

Much appreciate for any help
#214
Maybe I'm wrong . But it's not AGS game . It made with Visionaire Studio . 
#215
It's will be great Scorpiorus if you can improve it for D3D . Another alternatives is nice but I love this one  ;)
#216
Hi

I want make mobile port after finish game .
There is some rooms that control is complete with keyboard and not mouse at all. I used KeyboardMovement module for it . I made 3 shapes left and right and shoot in room as touch control.  But I don't know how can I write a code for command to this shapes with KeyboardMovement module and shooting too . My mean is when I click on shapes , player walk to left and right and shooting .

Thanks a lot for any help
#217
That was error:

#218
Unfortunately I haven't knowledge programming for this link too and I can't make it as dll for test . I appreciate for any help ?
#219
Thanks a lot CW and others for this great roadmap

In first of run game I had an error that I sent it online to your server.


I always had big problem with fonts in AGS . My native language is Persian and AGS doesn't support it as ttf :

For ex: ' Today is rainy'
Right Persian text is : ' امروز هوا بارانÛÅ' است '
Result in AGS : ' ? ? ? ? ? ? ? ? ? ? '
I tried some Persian convertor and final result in best method was : ا Ù… ر Ùˆ ز Ù‡ Ùˆ ا ب ا ر ا Ù† ÛÅ' س ت

AGS doesn't Unicode TTF fonts support. And it's awful typing as custom fonts with custom keyboard .

I made all Persian font characters with Unicode numbers for you :
https://www.dropbox.com/s/l7m7nvt7yfb5419/PersianAndUnicode.rar?dl=0 

I know it takes many times for you . If you have any other suggestion for this issue (without use GUI) I'll glad to see it.

Many Thanks
Mehrdad
#220
Great!!!. Nice job CW for your hard works and others  ;-D
SMF spam blocked by CleanTalk