tigrouind / AITD-roomviewer

A room / level viewer for Alone in The Dark series
MIT License
24 stars 4 forks source link

Unable to load models #8

Closed dingusdev closed 4 years ago

dingusdev commented 4 years ago

When I attempt to use the program, it only loads a blue screen. Pressing Tab only shows a black screen. The right click menus still appear, but none of the assets load.

I'm using the files from the original English DOS version of Alone in the Dark. I put the listbody files in \GAMEDATA\LISTBODY, the listanim files in \GAMEDATA\LISTANIM, and the etage files in \GAMEDATA\ETAGE. And still nothing appears.

tigrouind commented 4 years ago

You should put original PAK files (eg: LISTBODY.PAK) into GAMEDATA folder, no need of a subfolder.

dingusdev commented 4 years ago

When I do that, it displays the message "Cannot find folder GAMEDATA\LISTBODY"

tigrouind commented 4 years ago

I guess you are using binaries from last release instead of building it from source. I have uploaded a new release with latest code. Could you try it ?

dingusdev commented 4 years ago

That is correct. I'm using the latest pre-compiled release. That said, I do have Unity's editor installed (albeit an older version, 2019.2.8f1). It does run within the editor, yet it seems that fullscreen mode might be an issue.

tigrouind commented 4 years ago

Does it works now ? (using last release I uploaded or Unity editor)

dingusdev commented 4 years ago

It works using the latest release now.