AdrianoDiDio / Medal-Of-Honor-PSX-File-Viewer

A set of tools to open and view files from the PSX games Medal Of Honor And Medal Of Honor:Underground.
GNU General Public License v3.0
30 stars 1 forks source link

Level Viewer crashes on selecting any other map #4

Closed Nitestokeh closed 2 years ago

Nitestokeh commented 2 years ago

Greetings. When selecting any level but the starting one, the program hangs on "Ready", then closes itself. image

AdrianoDiDio commented 2 years ago

Hello, I've managed to replicate the issue and seems to be caused by a bug in the SDL library when using mouse capture on windows. This issue seems to have been solved in the latest SDL version, so I'll try to update the library and create a new release.

Nitestokeh commented 2 years ago

Wonderful! On a side note, are there plans to include player models/first person weapons in BSD showcase rendering?

AdrianoDiDio commented 2 years ago

I've created a new release that uses the latest SDL version. I've tested it under Windows and it doesn't seems to crash anymore...let me know if you find any problem. Player/Enemy/Weapons model are a planned feature but due to their complexity will likely take a fair amount of time to complete, since the format used is quite different from the one used for the other geometry ( like the level files or the objects).

Nitestokeh commented 2 years ago

Works like a charm now, really appreciated!