Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Akril15 on Sun 21/01/2018 21:12:29

Title: Upgraded game no longer reading files from installation directory? SOLVED!
Post by: Akril15 on Sun 21/01/2018 21:12:29
I recently upgraded my game to AGS 3.3.5, primarily to fix problems with the mouse moving too fast while in windowed mode. Unfortunately, this seems to be causing problems with the Easy3D plugin I'm using. There are four files which have to be in the game's Compiled folder in order for the plugin to work properly (AGSBlend.dll, AGSD3DVSync.dll, E3d080.dat and E3d0100.dat), but the game is behaving as if those files aren't there.

I suspect that this might have to do with this latest version not writing to the game's installation directory anymore, and I'm not sure if this is a bug, or if there's some trick to getting the game to read files from its installation directory that I'm missing.

Any guidance to solving this problem would be much appreciated! Thanks in advance.

EDIT: I managed to figure it out on my own - turns out it was a bug, and downloading a patch seems to have fixed it.