Перейти к содержанию

Дайджесты за январь-февраль

Обновления гайдов и аддонов

Январь Февраль

Мониторинг серверов и редактор аддонов

Представляем вам две легенды. То, о чем можно было только мечтать, стало реальностью.

Мониторинг серверов Редактор аддонов

Подсказки из игры на вашем сайте

Теперь вы можете отображать сведения о внутриигровых элементах простым наведением курсора мыши.

Подробнее

Апдейтер аддонов

Представляем вам программу для автообновления аддонов и делимся подробностями.

Подробнее Скачать

AllodsTranslateLore


самолет/Eksperyment

Рекомендуемые сообщения

AllodsTranslateLore

Просмотр файла

Addon that will translate parts of game interface related to Lore (quests, npc talks and anything related) into English or English / Russian. If you want any other language simply translate texts in translationlist.lua.

To make it work on russian client your windows needs to understand cyrylic. Simply follow this video :

Windows 10 might also have option to use UTF-8 instead, make sure it's unchecked!

You can find more in Readme.txt


 

Ссылка на комментарий
Поделиться на другие сайты

  • 2 недели спустя...

Can you explain in more detail how to translate from English into Russian?

 

Можно подробнее объяснить как перевести квесты с английского на русский?

Ссылка на комментарий
Поделиться на другие сайты

9 hours ago, Ultra said:

Can you explain in more detail how to translate from English into Russian?

 

Можно подробнее объяснить как перевести квесты с английского на русский?

What do you mean? If you are asking for technical details it works by replacing text in wigets mostly with SetVal()

Part of code below should explain a lot.

VendorTradeTab:GetChildChecked("TabTrade", false):SetVal("tab_label", userMods.ToWString("Trade"))

--announce translation
function AnnounceTranslate()
	--Chat("Announce visible")
	local str = userMods.FromWString(common.ExtractWStringFromValuedText(Announce:GetValuedText()))
	if announceList[str] ~= nil then
		Announce:SetVal( "value", announceList[str])
	else
		if not tableContains(announceList,str) then
		--ChatLog("announceList: add new record")
			LogInfo("announceList: add new record")
			common.LogInfo ("common", '["'..str..'"] = "englishText_translate_russian_text_from_left_brackets",')
		end
	end
end

 

Ссылка на комментарий
Поделиться на другие сайты

  • 2 года спустя...
  • 8 месяцев спустя...

It does not seem to work properly - at least for me
It sure does translate in the quest log the headlines as it displays me word like "Quest", "Attributes", "Description", "Reward", but it fails to translate the actual description and quest task...
Any clue whether the problem lies within the mod or within my sphere? mods.txt

Ссылка на комментарий
Поделиться на другие сайты

On 3/22/2024 at 11:37 PM, Glowstardust said:

It does not seem to work properly - at least for me
It sure does translate in the quest log the headlines as it displays me word like "Quest", "Attributes", "Description", "Reward", but it fails to translate the actual description and quest task...
Any clue whether the problem lies within the mod or within my sphere? mods.txt

It was made for 11.0 mostly and to start it had very few things translated. Recently I brought it to working order for 15.0, but as you noticed it simply has no translation tables.

I have tried auto translations, but it's quite complicated task. I have found a way it could be possibly done, but it's very hacky way, haven't had the motivation to continue on that particular add-on. Right now this is open code, so feel free to modify it.

Ссылка на комментарий
Поделиться на другие сайты

ВНИМАНИЕ!
Обязательна информация из \Personal\Logs\mods.txt для диагностики ошибки.
Иначе вам не помочь.
В игре включите в Меню → Интерфейс → Общие настройки → Запись ошибок пользовательских дополнений. Затем запустите аддон в игре.
Гость
Ответить в этой теме...

×   Вставлено с форматированием.   Восстановить форматирование

  Разрешено использовать не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отображать как обычную ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставлять изображения напрямую. Загружайте или вставляйте изображения по ссылке.

×
×
  • Создать...

Важная информация

Пользуясь сайтом, вы принимаете Условия использования