Divinity: Original Sin 2

Divinity: Original Sin 2

72 평점
UI Components Library
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Type: Add-on
Game Mode: Story, GM, Arena
Tags: Utility
파일 크기
게시일
업데이트일
4.030 MB
2020년 12월 27일 오전 3시 38분
2021년 5월 15일 오전 11시 17분
업데이트 노트 10개 (보기)

다운로드 위해 구독하기
UI Components Library

Hunter-Ghost-27님의 1 모음집
Hunter-Ghost-27's Mod Compendium
아이템 5개
설명
A collection of prebuilt reusable UI components for other mods.
NOTE: This is a mod-resource intended to be used by other mods. You only need this if some other mod needs it as a dependency.

Mods that use the UI Components Library
  • Quick Sell by Focus -- Sell items directly from your inventory.
  • Take-Notes -- Adds editable notebooks for story and GM modes.
Releases
Requirements

Features

🚧🚧Work-In-Progress🚧🚧
The mod is a repository of prebuilt reusable UI-Components intended to be used by other mods.

The mod currently contains:
MessageBox: An improved version of the message-box. Has support to display more than 256 characters without crashing the game. Provides the option for larger backgrounds.

ContextMenu: Allows modification of the context-menu with custom labels and actions.

GMJournal: A modified GMJournal intended to be used for story-mode journals, in-game manuals and in-game changelogs etc.


Thanks and Credits
인기 토론 모두 보기(1)
0
2022년 1월 2일 오후 12시 11분
Necesito ayuda no me aparece tu mod en el gestor de mods :s
RoxeusRose
댓글 6
Hunter-Ghost-27  [작성자] 2021년 1월 5일 오전 8시 55분 
Regarding the Localization Support
I've got good news and bad news.
The good news is that it is possible to add language support by embedding the appropriate fonts and handling translated strings in Lua(if any).
[img] https://i.imgur.com/46OcSTP.png [/img]
The bad news is that, given my limited knowledge, it's not exactly feasible to maintain different swfs for each language (especially as the mod is work-in-progress). Bundling the entire char-set into a single SWF is also something I'd like to avoid. As it stands, localization will have to wait, at least until I deem the mod stable.
The mod is open-source, and anyone willing to recompile the localized swfs to keep up with the mod, fork their own version or otherwise contribute is welcome to do so.
Teddy 2020년 12월 30일 오후 9시 13분 
@Hunter-Ghost-27, thx anser that very good mode i love it
Hunter-Ghost-27  [작성자] 2020년 12월 30일 오후 7시 47분 
There are no language XMLs here as the mod has no static text. This mod is just a bunch of .swf files and supporting Lua code. All content comes from the mods that use this library, so all translations will have to be provided by that mod.
The Take Notes mod has a small english.xml for item name and description, but it has no way to account for all the dynamically generated text you can type in. You cannot translate something that does not exist ahead of time :P

The UI elements (SWFs) can only display the characters that have been font-embedded in them. Currently, they only support English characters. I'll try embedding characters from other languages and see if the UI handles their display and input. Will have to add support for translated strings in Lua as well. The UI components should then be able to support both static and dynamic texts in other languages.

I will certainly look into it when I find the time, but it might take a while.
Teddy 2020년 12월 30일 오후 3시 26분 
@Hunter-Ghost-27, if you only extract the language file in xml, I will translate it.
Hunter-Ghost-27  [작성자] 2020년 12월 30일 오전 6시 13분 
Sorry, it does not. I'll look into adding support but no promises.
Teddy 2020년 12월 30일 오전 12시 56분 
Do you support other languages? i need KR