#game-engine #gamedev #game #monogame #sample #engin #example #2d #3d

Robert Russell 004e64fa33 wip I'm gonna dump the tiles under mouse to see why i have glitches at spots. 6 years ago
Core 004e64fa33 wip I'm gonna dump the tiles under mouse to see why i have glitches at spots. 6 years ago
Dat Dump 16daf3ecb5 quotes around attack names to prevent excel and such from breaking up 1 and 000 from 1,000 6 years ago
DirectX 2df2bdfda3 fix shader path 6 years ago
Encoding 2ca61552b7 fix build locations 6 years ago
OpenGL 2df2bdfda3 fix shader path 6 years ago
PAK Extractor 4815a73ae3 Update PAK Extractor.csproj 6 years ago
Search fe882711e3 Update Search.csproj 6 years ago
Testing ffa5b5eddb update nuget packages 6 years ago
docs eeb59d4d55 Making some suggested improvements 6 years ago
packages d41a62a498 made sure things compiled before pushing 6 years ago
zzzDeArchive @ 3483d2138b 1233a7862a updated zzzdearchive 6 years ago
.gitignore 35b7a7c161 Blue magic pool and fixes 6 years ago
.gitmodules 8e9819eea2 zzzDeArchive as submodule 6 years ago
DirectMidiNet.dll 801c32d085 looks like I forgot about DLLs 7 years ago
LICENSE 283c7540b9 Create LICENSE 6 years ago
NAudio.dll 3b42d81c63 Audio finished- plays ADPCM mono+stereo by WAVEFORMATEX 7 years ago
NAudio.xml 3b42d81c63 Audio finished- plays ADPCM mono+stereo by WAVEFORMATEX 7 years ago
OpenVIII.sln 538f4f6901 dat dump for exporting some data to xml. 6 years ago
README.md e064f77dc0 Update README.md 6 years ago
updatesubmodule.bat 1233a7862a updated zzzdearchive 6 years ago

README.md

OpenVIII

Open source VIII engine implementation in C#

Check our website to find screenshots and more info at: https://makipl.github.io/OpenVIII/

Getting started (Windows)

Requirements: MonoGame + Visual Studio

  1. Download and install Visual Studio 2017 (2015 is not supported) and NET Framework 4.6

  2. Clone the repository:

git clone https://github.com/MaKiPL/OpenVIII.git

  1. Download and install the development build of MonoGame: MonoGame for Visual Studio

  2. If you get an "Unable to load DLL 'FreeImage'" error, download and install: Visual C++ Redistributable Packages for Visual Studio 2013

  3. In Visual Studio 2017, while the solution is open, go to Tools > NuGet Package Manager > Manage NuGet Packages for solution. Make sure the required packages are installed and everything is up to date. There should be a notice on this screen if a package isn't installed. There will be a number in a box next to Updates if there are out of date packages.

  4. Make sure you add the Final Fantasy VIII path to the array at WindowsGameLocationProvider.cs:36. On Windows the code tries to detect the install path via the registry. If it fails, it'll fall back to the array.

  5. That's all. You can now compile the executable.

Getting started (Linux/Mono) [Tested on Ubuntu]

  1. Make sure your Linux is up to date. Due to the FFmpeg dependency, we require Ubuntu Cosmos.

sudo apt-get update

sudo apt-get upgrade

  1. Install the latest version of MonoDevelop

MonoDevelop for Linux

  1. Install Mono if needed

sudo apt-get install mono-complete mono-devel

  1. Download MonoGame for Linux

MonoGame for Linux development build

  1. Set chmod +x and run the MonoGame installer as sudo

chmod +x monogame-sdk.run

sudo ./monogame-sdk.run

  1. Clone the repository

git clone https://github.com/makipl/openviii

  1. Open FF8.sln with MonoDevelop

  2. If you encounter missing Microsoft.XNA... then please open NuGet package Edit/Packages/Add Package:

MonoGame.Framework.DesktopGL

MonoGame.Framework.DesktopGL.Core

MonoGame.Framework.OpenGL

  1. Make sure you add the Final Fantasy VIII path to the array at LinuxGameLocationProvider.cs:18

  2. That's all. You can now compile the executable.

Development guidelines

  1. This project is currently in active development, therefore you can make new pull requests directly to main branch.

  2. ??

PS. Required FFmpeg dlls. (available on Ubuntu Cosmos via sudo apt-get install ffmpeg)

  • avcodec-58.dll
  • avdevice-58.dll
  • avfilter-7.dll
  • avformat-58.dll
  • avutil-56.dll
  • postproc-55.dll
  • swresample-3.dll
  • swscale-5.dll
    I'd like to thank everyone involved in this project!