Skip to content

MaKiPL/FF8_demaster

Repository files navigation

ff8_demastered

FF8_Demastered is unofficial patch for Final Fantasy VIII Remastered game by SquareEnix. It works as DLL-dependency and has custom launcher with brand new functions. Patch makes it possible to load new textures, use non-fixed-resolution textures and will aim in tweaking issues

Usage:

  1. Just drop to your folder of Final Fantasy VIII Remastered installation. Usually:
    D:\SteamLibrary\steamapps\common\FINAL FANTASY VIII Remastered
  2. If it's your first run- please open FFVIII_Demaster_Manager.exe to unpacking files

Troubleshooting

Compiling:

Error MSB8020 The build tools for v142 (Platform Toolset = 'v142') cannot be found.

  • Open properties (right click ff8_demaster and click properties) and change Platform Toolset to something you have installed.

Error MSB8036 The Windows SDK version 10.0 was not found.

  • Open properties (right click ff8_demaster and click properties) and change Windows SDK Version to something you have installed.

Error MSB3191 Unable to create directory "D:\FINAL FANTASY VIII REMASTERED\".

  • Open properties (right click ff8_demaster and click properties) and change Output Directory to your FINAL FANTASY VIII Remastered folder.
    Default steam install: C:\Program Files (x86)\Steam\steamapps\common\FINAL FANTASY VIII Remastered

Properties Page in Visual Studio 2017

Third Party Libraries

Library License
BX BSD 2-Clause
BIMG BSD 2-Clause
GLEW Khronos License (MIT)
inih New BSD
StackWalker BSD-2-Clause
TinySTL BSD-2-Clause