Korean not supported. You need both a font supporting Korean and modify the unicode character range in lua script "_XYZAPI.lua". You can find something like this in that script: local CJK_GLYPH_RANGES = { 0x0020, 0x00FF, -- Basic Latin + Latin Supplement --0x0400, 0x04FF, -- Cyrillic 0x2000, 0x206F, -- General Punctuation 0x3000, 0x30FF, -- CJK Symbols and Punctuations, Hiragana, Katakana --0xFF00, 0xFFEF, -- Half-width characters 0x4e00, 0x9FAF, -- CJK Ideograms 0, } You need to add Korean characters' range(I don't know the value)
This mod doesn't work anymore for me (yes, I have installed XYZApi and REFramework via Fluffy Mod Manager). Did the last game update (April 9) broke something?
Edit: I have also tried installing it manually but it changed nothing.
It still works for me. plz check: Is there a GainItem.lua under ScriptRunner(in the REF ui)? Is there any red message under ScriptRunner? Is _XYZApi.lua placed in "Dragons Dogma 2\reframework\autorun\_XYZApi\_XYZApi.lua"?
Yes. No. ... No (That f*ing Fluffy Mod Manager). Crazy how installing mods manually solves a lot of problems. Two essential mods (ScriptCore and XYZApi), two incorrectly installed mods. Now that I got rid of Fluffy Mod Manager and manually installed Gain Item and the other mods I have, everything works perfectly fine.
I had same issue as the person you responded to. When installing, the mod folder "_XYZApi" was not put in "Dragons Dogma 2\reframework\autorun\"
To install, I just dragged both the _XYZAPI and Gain Item mod into Fluffy Mod Manager.
Like the OP, I copied him and I opened the _XYZApi mod rar file, went to the _XYZAPI folder, and dragged it manually into my reframework/autorun folder.
How can you have it working if it doesn't work? The latest beta version of REframework, the latest version of the mod itself and the latest version of _XYZapi. The mod is complaining that there is no _XYZapi mod
215 comments
I've tried changing the font directly in the lua file, but it's still the same. Is there no way I can modify it myself?
You need both a font supporting Korean and modify the unicode character range in lua script "_XYZAPI.lua".
You can find something like this in that script:
local CJK_GLYPH_RANGES = {
You need to add Korean characters' range(I don't know the value)0x0020, 0x00FF, -- Basic Latin + Latin Supplement
--0x0400, 0x04FF, -- Cyrillic
0x2000, 0x206F, -- General Punctuation
0x3000, 0x30FF, -- CJK Symbols and Punctuations, Hiragana, Katakana
--0xFF00, 0xFFEF, -- Half-width characters
0x4e00, 0x9FAF, -- CJK Ideograms
0,
}
0xAC00, 0xD7A3, -- Korean
it works.
Edit: I have also tried installing it manually but it changed nothing.
plz check:
Is there a GainItem.lua under ScriptRunner(in the REF ui)?
Is there any red message under ScriptRunner?
Is _XYZApi.lua placed in "Dragons Dogma 2\reframework\autorun\_XYZApi\_XYZApi.lua"?
No.
... No (That f*ing Fluffy Mod Manager).
Crazy how installing mods manually solves a lot of problems. Two essential mods (ScriptCore and XYZApi), two incorrectly installed mods. Now that I got rid of Fluffy Mod Manager and manually installed Gain Item and the other mods I have, everything works perfectly fine.
To install, I just dragged both the _XYZAPI and Gain Item mod into Fluffy Mod Manager.
Like the OP, I copied him and I opened the _XYZApi mod rar file, went to the _XYZAPI folder, and dragged it manually into my reframework/autorun folder.
Still works for me with the Jan 2025 update of the game. Not sure why it's not loading for some people.
Never mind it does work. I'm an idiot. Sorry