Library Of Ruina

Library Of Ruina

Localization Manager
19件中 1-10 を表示
< 1  2 >
更新:2024年9月9日 @ 4時36分
更新者:StartUp21

Fixed an issue where Key Page sections were sorted alphabetically instead of by reception

更新:2024年7月9日 @ 14時15分
更新者:StartUp21

Localization Manager now uses Framework Loader, as such it can be used as a dropin plugin by any mod that already makes use of Framework Loader.
As a result of recent basemod update, a compatibility fix was removed from localization manager as no longer being required

更新:2022年8月12日 @ 2時11分

Changed way storyicon sprites are loaded, should be higher resolution.

Added a "guide" to explain how to use the Util class, I was gonna update the pdf guide but got really busy.

This update should have been pushed a month ago but I forgot.

更新:2022年6月27日 @ 15時25分

更新:2022年6月20日 @ 2時32分

- Fixed an issue where the Pre-Battle and Post-Battle buttons were not working for supported mods

更新:2022年6月20日 @ 1時33分

更新:2022年6月20日 @ 1時33分

- Added StoryInfo localization (Guide will be updated at a later time, for now read the comment in base xml)
- DropbookNameInfo xmls can now read CharactersNameRoot as well (I didn't notice a lot of mods started using this instead of the old basemod system, so I added support for both)
- Path now do not have to end or start with '\', Data\StoryText == \Data\StoryText == Data\StoryText\ == \Data\StoryText\

更新:2022年6月16日 @ 14時33分

Fixed an issue where for dice bufs, the wrong property would be read to assign the icon

更新:2022年6月16日 @ 14時30分

更新:2022年6月8日 @ 13時20分

- EpisodeInfo now also adds entries to Credenza
- LocalizationUtil class is now public and (hopefully) stable