kichikuou / xsystem35-sdl2

Multi-platform implementation of AliceSoft's System3.x game engine.
https://kichikuou.github.io/web/
GNU General Public License v2.0
57 stars 8 forks source link

Rance 5D closes instantly #27

Closed Gygarde closed 2 years ago

Gygarde commented 2 years ago

Hello!

I was trying to add the unicode, but then tried with a clean version (without any modification) and it just closed anyway.

Do you know what can I do?

Thank you!

kichikuou commented 2 years ago

Hi,

In my environment (Windows 10), xsystem35-sdl2 was able to run Rance 5D (Japanese version). Here's what I did:

  1. Install xsystem35-2.0.1-64bit.exe downloadable here.
  2. Copy the GAMEDATA folder of Rance 5D CD-ROM to a harddrive. The contents of the folder looks like this: rance5d-folder
  3. Launch xsystem35 from the desktop icon. It opens a folder chooser. Select the GAMEDATA folder created in step 1.
  4. The game starts.

Are there anything different from your procedure?

Gygarde commented 2 years ago

Nope. Maybe English version has something different? Here's the folder: imagen

kichikuou commented 2 years ago

Ah okay, MangaGamer version. It's actually different in many ways.

I have made some fixes and now it at least boots without crashing. It's not released yet, but if you want to try you can download it from here.

Gygarde commented 2 years ago

It works! Thank you! Now I tried to add the unicode, but... imagen

It changed ú for symbols.

imagen That's English, but...

kichikuou commented 2 years ago

Oops, that was a bug. It should be fixed in the latest build (downloadable here).

Please remember to prepare a font when you use non-(Japanese/English) chatacters, as noted here.

Gygarde commented 2 years ago

I reinstalled and tried again, with the font in the tutorial too. Also deleted the save file, repacked scenario file again. This only happens with 5D. imagen

kichikuou commented 2 years ago

What version of xsys35c are you using? If it's not 1.8.0, please update it.

If you are already using 1.8.0, please tell me exactly what changes you made to the decompiled files, so that I can reproduce the issue.

Gygarde commented 2 years ago

Oh, didn't notice the new version. I updated and now everything works perfectly. Thank you!