Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final Fantasy 8 #263

Closed
Frenzied-Pop opened this issue Feb 18, 2021 · 4 comments
Closed

Final Fantasy 8 #263

Frenzied-Pop opened this issue Feb 18, 2021 · 4 comments
Labels
need game Need to buy the game to continue, or someone else can create a PR package request question Further information is requested wontfix This will not be worked on

Comments

@Frenzied-Pop
Copy link

Frenzied-Pop commented Feb 18, 2021

Additional information

OpenVIII-monogame or OpenVIII

"Unable to compile on Ubuntu"
MaKiPL/OpenVIII-monogame#149

The github includes a script, linuxAutoBuild.sh. It's overkill, and I think it has not been tested in some time. This is my own version, it can probably still stand some tweaking. Both scripts error out.

DOTNET on Linux

https://www.nuget.org/ has some dotnet resources used in this project

Build Info

sudo apt install mono-devel nuget snapd
sudo snap install dotnet-sdk --classic
nuget install MonoGame.Framework.DesktopGL
nuget install MonoGame.Framework.DesktopGL.Core
nuget install MonoGame.Framework.OpenGL
nuget install MonoGame.Content.Builder // For MonoGame.Content.Builder.targets
nuget netfx-4.7.2-devpack // For dotnet Target Framework - dependency issues needs KB2919355 (exists) and KB2919442 (doesn't)
git clone https://github.com/makipl/openviii
cd openviii
dotnet msbuild OpenVIII.sln /target:OpenGLLinux /property:Configuration=DebugLinux /property:Platform=x64

//error at line 137, swapped text with
<Import Project="..\MonoGame.Content.Builder.3.7.0.9\build\MonoGame.Content.Builder.targets" />

@d10sfan
Copy link
Member

d10sfan commented Feb 18, 2021

Does this support both the original and remastered?

@d10sfan d10sfan added the need game Need to buy the game to continue, or someone else can create a PR label Feb 18, 2021
@Frenzied-Pop
Copy link
Author

From https://makipl.github.io/OpenVIII-monogame/
Is Steam version enough to play with OpenVIII? Can I use PC2000 version?
Yes. The Steam release is the best option to be used with OpenVIII. Other than that we also fully support the first PC release.

It looks like he wrote that before the "remaster". There should be some large data file that's constant between all 3 versions. PC2000, Steam (Normal) and Steam Remaster. Still digging into what is available.

@d10sfan
Copy link
Member

d10sfan commented Feb 18, 2021

This one requires research (similar to Flotilla FNA) for building with MonoGame and providing necessary dependencies.

How playable is this engine? I'd also need to know if the remastered version worked or only the original.

@d10sfan d10sfan added the question Further information is requested label Feb 18, 2021
@d10sfan
Copy link
Member

d10sfan commented Aug 8, 2021

It looks like at the moment the engine isn't ready for packaging.

One of the big things there is that the Linux directory path is hardcoded (MaKiPL/OpenVIII-monogame#181) which would make it difficult to package this for wide use.

If that changes, let me know so I can re-open.

@d10sfan d10sfan closed this as completed Aug 8, 2021
@d10sfan d10sfan added the wontfix This will not be worked on label Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need game Need to buy the game to continue, or someone else can create a PR package request question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants