Clickteam Fusion 2.5+ Developer with Extensions!

DrongiDong

Active Lad
Member
Lol... Copy AndroidDialog.txt and rename it to firefly extension name next rename all conditions to firefly conditions, actions to actions, expressions to expressions and put translations behind it...
 

kop9000

Lad
Member
Lol... Copy AndroidDialog.txt and rename it to firefly extension name next rename all conditions to firefly conditions, actions to actions, expressions to expressions and put translations behind it...

I do not know what names you need to write in firefly.txt which are in the program in the firefly extension to work and how many lines there are
 

DrongiDong

Active Lad
Member
You say that u have firefly so then you need to rewrite the English names of its actions, conditions, and expressions into this file like in others extensions.
 

DrongiDong

Active Lad
Member
So if u have hello word extension which contains the hello world action, empty condition1 and empty expressionXYZ then u need to:
Code:
{
    "version" : 1,
    "lang" : 1041,
    "general" : {
        //Translations for object options
    },
    "menu_20000" : {
        "Hello Word" : "Hello Word in your lang"
      
    },
    "menu_20001" : {
        "Empty condition1" : "Empty condition1 in your lang"

    },
    "menu_20002" : {
        "Empty expressionXYZ" : "Empty expressionXYZ in your lang"

    }
}
 
Last edited:

kop9000

Lad
Member
You say that u have firefly so then you need to rewrite the English names of its actions, conditions, and expressions into this file like in others extensions.

Oh, thank you very much, this is a bit difficult, but I think I can handle it.

There is one thing

An example from the fglobject.txt file

Code:
{
    "version" : 1,
    "lang" : 1049,
    "general" : {
        "%o: Is branding enabled?" : "%o: Логотип включён?",
        "%o: Is cross-promotion enabled?" : "%o: Перекрёстное продвижение включено?",
        "%o: Is game running in premium mode?" : "%o: Игра запущена в премиум режиме?",
        "%o: Is unlock enabled?" : "Разблокировка включена?",
        "A dialog box will ask for your name if you have a high score." : "Диалоговое окно для ввода имени, если у вас высокие оценки (счёт).",

Some lines of translation have different characters, such as "%o" and the like in other translations. How to determine in the program and how to determine which lines to enter with these characters and what other characters are there?
 

kop9000

Lad
Member
I tried to translate one extension called Firefly2T.mfx.

Created Firefly2T.txt and pasted a few lines in the end.

Code:
{
    "version" : 1,
    "lang" : 1041,
    "general" : {
        "Text" : "Текст"
    },
    "menu_20000" : {
        "Set Text..." : "Установить тнекст"
      
    },
    "menu_20001" : {
        "Is added to Firefly Engine" : "Я люблю казино..."

    },
    "menu_20002" : {
        "Get Text" : "Получить текст"

    }
}

As a result, when checking, he showed nothing in Russian

version of my program Clickteam Fusion Developer 2.5 R291.6

I kinda did everything right help please
 

Attachments

  • Firefly2T.txt
    391 bytes · Views: 319

DrongiDong

Active Lad
Member
Apparently, your action description does not match the extension state. You should try to get started with translate admob to understand how it works.
 

kop9000

Lad
Member
Apparently, your action description does not match the extension state. You should try to get started with translate admob to understand how it works.

So, I tried to do this, and in training on a different mod, I tried to fix all the errors in Firefly2T.txt and it seems that something was translated and he doesn’t want to translate everything else, although I entered everything correctly

Code:
{
    "version" : 1,
    "lang" : 1049,
    "general" : {
        "Firefly 2D Text" : "Режим 2D Текст",
        "Adds 2D text on top of the Firefly Engine." : "Добавляет 2D текст поверх движка Firefly.",
        "Text" : "Текст"
    },
    "menu_20000" : {
        "Set Text..." : "Установить текст"
    },
    "menu_20001" : {
        "Is added to Firefly Engine" : "Я люблю казино..."
    },
    "menu_20002" : {
        "Get Text" : "Получить текст"
    }
}

what am I doing wrong
 

Attachments

  • Firefly2T.txt
    497 bytes · Views: 293
Last edited:

kop9000

Lad
Member
Maybe here
Code:
Firefly 2D Text" : "Режим 2D Текст",

Try to use %o instead of Firefly

This line by the way was transferred to me in the program

Снимок.PNG


But the description has not been translated, although there is a translation in Firefly2T.txt but it does not work
 

DrongiDong

Active Lad
Member
Sorry, but I don't have a firefly to help you. Maybe in a while it will change. I am currently focused on my work.
 
Top