So I have tried uploading translated VBF to convers and it works correctly at least for the menu strings.
I have found char codes for č and ě but ř is still missing...
And there is a new version online which supports I think most of the strings in the convers (currently ~500 strings from modded version).
http://movinground.org/content/convers-lang/
Create own language packs
Re: Create own language packs
You do not have the required permissions to view the files attached to this post.
Re: Create own language packs
This is very nice, there are some missing for cyrillic alphabet, more like for upper case, haven't tested all chars though.
Re: Create own language packs
I am not much interested in the cyrillic alphabet but if you'd have correct char codes for cyrillic I will gladly add/replace them. I found some of the char codes on drive2.ru, some by myself and finally user Artist provided me char codes for "ř" so thanks.
Next version will have better showing of multiline popup messages like "ESP malfunction" (on two rows) as these are currently listed as independent strings and have prefix of arrow "->".
And then I am planning new feature for bypassing orignal string length limitation by creating new string somewhere in free memory of the bin file.
Next version will have better showing of multiline popup messages like "ESP malfunction" (on two rows) as these are currently listed as independent strings and have prefix of arrow "->".
And then I am planning new feature for bypassing orignal string length limitation by creating new string somewhere in free memory of the bin file.
Re: Create own language packs
The tool is done.
I have implemented grouping by chosen languages as there are some strings that are same in english but different in other langs so it is advised to select only the one language you are translating.
Next thing is saving of strings that are longer that the existing one by creating new strings in the free space of vbf file.
I have not yet tried uploading translated vbf with this new version to convers.
I have implemented grouping by chosen languages as there are some strings that are same in english but different in other langs so it is advised to select only the one language you are translating.
Next thing is saving of strings that are longer that the existing one by creating new strings in the free space of vbf file.
I have not yet tried uploading translated vbf with this new version to convers.
Re: Create own language packs
Its perfect work from you, i have tried it,i did 3 languages in c+ via ur tool, already testing it, and making middle europe languages for all types c+ (prefl,mfl,fl) but u have right, its good for translate only one language, for extra space for words i need erase turkey language and make space for new ones in hex editor (de,it,fr -> sk,cz,hu)Syntax wrote: ↑29 Jul 2020, 18:57 The tool is done.
I have implemented grouping by chosen languages as there are some strings that are same in english but different in other langs so it is advised to select only the one language you are translating.
Next thing is saving of strings that are longer that the existing one by creating new strings in the free space of vbf file.
I have not yet tried uploading translated vbf with this new version to convers.
but most perfect thing will be have app in pc to make it without net connection :>
anyway thank you for you perfect job
never give up !
Re: Create own language packs
Great
I will provide standalone offline app this weekend after I test that everything works after uploading to convers.
![Smile :)](./images/smilies/icon_e_smile.gif)
I will provide standalone offline app this weekend after I test that everything works after uploading to convers.
Re: Create own language packs
I will pm you with cyrillic alphabet if you can implement i will be more than glad!
Re: Create own language packs
Then pm me with it, i can test it for u, with ur editor its more fun like have rafe with hex lol
never give up !
Re: Create own language packs
So I have tried uploading to Convers and it keeps restarting so there will be a bug somewhere, most probably with writing to free space...
EDIT: Found the possible bug and the fix is online. The tool accidentaly overwritten part of the original fw (just one byte
)
EDIT: Found the possible bug and the fix is online. The tool accidentaly overwritten part of the original fw (just one byte
![Very Happy :D](./images/smilies/icon_e_biggrin.gif)