Library Of Ruina
Localization Manager
Εμφάνιση 1-10 από 19 καταχωρίσεις
< 1  2 >
Ενημέρωση: 9 Σεπ 2024 στις 4:36
από StartUp21

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

Ενημέρωση: 9 Ιουλ 2024 στις 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

Ενημέρωση: 12 Αυγ 2022 στις 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.

Ενημέρωση: 27 Ιουν 2022 στις 15:25

Ενημέρωση: 20 Ιουν 2022 στις 2:32

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

Ενημέρωση: 20 Ιουν 2022 στις 1:33

Ενημέρωση: 20 Ιουν 2022 στις 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\

Ενημέρωση: 16 Ιουν 2022 στις 14:33

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

Ενημέρωση: 16 Ιουν 2022 στις 14:30

Ενημέρωση: 8 Ιουν 2022 στις 13:20

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