Jump to content

Searching a tool for quests


Recommended Posts

Hey community, im searching for a tool which replaces all the gameforge sentences or sentence that are the same into new gameforge format

 

for example:

 

local s = select("Yes ", "No ")

 

into:

 

local s = select(gameforge[get_language()][11792], "gameforge[get_language()][11793]")

 

 

gameforge["en"][11792] = "Yes "
gameforge["en"][11793] = "Cancel "

 

 

 

or this: 

 

local s = select(gameforge.locale.yes, gameforge.locale.no)

 

into this:

 

local s = select(gameforge[get_language()][11792], "gameforge[get_language()][11793]")

 

 

:) Would be very nice i need it badly..

Link to comment
Share on other sites

14 minutes ago, WeedHex said:

Use notepad++ if you're a newbie.

 

You can use git shell, python script, Windows Shell and so on...

 

This is the hidden content, please

 

You didnt understand me.. i cant just translate hundreds of quests thousands of lines by my self i need a comparison

a tool which is looking for the sentences in .quest files and then replacing it with translate.lua

Edited by Kafa
Link to comment
Share on other sites

15 hours ago, Mali61 said:

try this one 

This is the hidden content, please

 

Can i actually give some improvement? But its very good already and it helped me so much ❤️ 😍

 

first of all:

 

If you use the tool every  letter gets small, which will cause errors.

 

And it would be nice if you can do this for the tool too: (choose option)

 

Program finds: 

 

say( gameforge.locale.no)

 

changs it into: 

 

say(gameforge[1476])

 

I will attach my translate_lua in new formate (new format is with numbers) just in case, and my old translate.lua and a example quest.

 

You helped me a lot mali THANKS!!!!!!!!!!

 

This is the hidden content, please
 (My Examples & Translate.luas)

 

Edited by Kafa
Link to comment
Share on other sites

  • Honorable Member
33 minutes ago, Kafa said:

 

 

setskin(nowindow)

setskin(NOWINDOW)

 

This was just a example, also it doesnt look good if all your sentences have small letters now. :( 

           

I thought we were talking for this version. Because there will not be a new version.

  • Love 1

 

Link to comment
Share on other sites

  • Honorable Member
2 hours ago, Kafa said:

 

yes bro i talk about this version, i just said if you use that tool all letters get small doesnt matter which words. every letter gets small. 😕

finally I got it🤦‍♂️ Updated

  • Love 1

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.