thesupersonic16 / DALTools

A collection of tools aiming to help modifying files for the DATE A LIVE Visual Novels
MIT License
37 stars 6 forks source link

Problem Applying Changes to Script.pck in 'Ren Dystopia' #33

Closed ProMisu closed 2 months ago

ProMisu commented 2 months ago

I am having an issue with ScriptDialogueEditor while working on 'Ren Dystopia', which was recently released on Steam. I can open the Script.pck file and view all the dialogues. However, when I try to apply the changes back to the Script.pck file, the game gets stuck on 'Now Loading'. Additionally, sometimes in the 'Name' field, I see '0xFF' instead of 'None', unlike in 'Rio Reincarnation'. I'm not sure if I did something wrong during the compiling process.

Choviics commented 2 months ago

I am having an issue with ScriptDialogueEditor while working on 'Ren Dystopia', which was recently released on Steam. I can open the Script.pck file and view all the dialogues. However, when I try to apply the changes back to the Script.pck file, the game gets stuck on 'Now Loading'. Additionally, sometimes in the 'Name' field, I see '0xFF' instead of 'None', unlike in 'Rio Reincarnation'.

I'm not sure if I did something wrong during the compiling process.

I have de same problem 😔

thesupersonic16 commented 2 months ago

Issues should now be fixed by 3d75566515821b7748672e75db89f8da35d55bfe, you should beable to pull the changes, or if you are not compiling you can grab a build from GitHub Actions. please let me know if the issue is resolved or not.

DateALive_RD_qOugl0DZ33

Choviics commented 2 months ago

Issues should now be fixed by 3d75566, you should beable to pull the changes, or if you are not compiling you can grab a build from GitHub Actions. please let me know if the issue is resolved or not.

DateALive_RD_qOugl0DZ33

Works fine! thx for fixing

Choviics commented 2 months ago

Issues should now be fixed by 3d75566, you should beable to pull the changes, or if you are not compiling you can grab a build from GitHub Actions. please let me know if the issue is resolved or not.

DateALive_RD_qOugl0DZ33

something that happens is that when exporting all the dialogs, the application crashes but ends up exporting the files anyway

Choviics commented 2 months ago

Issues should now be fixed by 3d75566, you should beable to pull the changes, or if you are not compiling you can grab a build from GitHub Actions. please let me know if the issue is resolved or not.

DateALive_RD_qOugl0DZ33

and I don't know if it is me opening the files wrong but some dialogs either in tsv or csv are badly separated.

thesupersonic16 commented 2 months ago

Not sure why I have allowed new lines in CSVs, might be safer to escape them.

thesupersonic16 commented 2 months ago

Pushed some changes which should show any errors on script loading. Import and exports should now only take escaped line endings. You can get the new build by using the same link from before or pull the repo and build.

Choviics commented 2 months ago

Pushed some changes which should show any errors on script loading. Import and exports should now only take escaped line endings. You can get the new build by using the same link from before or pull the repo and build.

Thank you so much! It works perfectly now, I really appreciate it!

Choviics commented 2 months ago

Pushed some changes which should show any errors on script loading. Import and exports should now only take escaped line endings. You can get the new build by using the same link from before or pull the repo and build.

Can I ask you one last question, is this problem already due to a configuration of the game? are the “ñ” “¿” and the accents used in Spanish, is there a way to solve this?

image

Choviics commented 2 months ago

Sorry, I didn't realize, it's with the font editor that I need to create these letters.

Choviics commented 2 months ago

Pushed some changes which should show any errors on script loading. Import and exports should now only take escaped line endings. You can get the new build by using the same link from before or pull the repo and build.

I'm not sure if it's a problem or if I did something wrong, but when I save the fonts with the textures I made, they don't apply to the game

image

thesupersonic16 commented 2 months ago

I have not checked fonts for Ren Dystopia. Rio Reincarnation did sometimes not like adding new characters. Try editing both Font1 and FontMsg1 files. Worst case you may have to do character substitution by creating a replace.ini file (also untested).

thesupersonic16 commented 2 months ago

Can you send me your Font pck files? I might check it later.

Choviics commented 2 months ago

Can you send me your Font pck files? I might check it later.

of course, here are my fonts that I made

FONTS.zip

thesupersonic16 commented 2 months ago

The game might be excluding the characters, I don't remember how I fixed it for Russian. You can try character substitution, for example using the full-width characters.

Just put it next to the Script.pck. And change your characters to match whats in the ini. You don't need the ini for playing, only for editing. replace.zip

I believe the editor will convert the characters on import aswell. Not sure if this method had been tested.

As I was about to finish writing this message I went to try the full-width, and it appears to not play well. Might need to mess around more later. image