Electron app to easily connect to FusionFall servers
Go to file
FinnHornhoover 4aebc20051
Merge ec7f494f41 into 2183106c73
2024-03-24 20:16:26 -05:00
.vscode switch from tabs to spaces & set indent size to 4 2022-07-26 15:41:07 +01:00
assets fixed offline cache enabled condition 2023-12-26 17:39:06 +03:00
build Fix manifest causing a crash / background process on certain systems 2024-03-24 01:33:38 -05:00
cache_handler cleaned up and added docstrings to cache handler 2023-11-18 00:48:51 +03:00
defaults added config modal, bumped version 2023-11-13 00:15:45 +03:00
lib cleaned up and added docstrings to cache handler 2023-11-18 00:48:51 +03:00
patches Move to npm for development and packaging 2021-04-28 12:37:22 -05:00
.editorconfig Move server-selector over to path.join(), fix issues with cache swapping 2023-09-19 08:57:29 -05:00
.gitattributes added linguist-vendored 2023-11-15 10:01:36 +03:00
.gitignore edited gitignore for extra files 2023-11-11 23:55:04 +03:00
.npmrc Move to npm for development and packaging 2021-04-28 12:37:22 -05:00
.prettierignore format assets but ignore minified files 2022-07-26 15:48:33 +01:00
.prettierrc switch from tabs to spaces & set indent size to 4 2022-07-26 15:41:07 +01:00
LICENSE.md Bump copyright date 2024-02-02 19:01:07 -08:00
README.md README: include preleases for release badge 2023-09-17 09:42:41 -05:00
index.html fixed valdator function name 2023-11-13 22:43:58 +03:00
index.js added config modal, bumped version 2023-11-13 00:15:45 +03:00
package-lock.json Bump version number to 1.5.1 2023-11-09 13:31:44 -06:00
package.json removed async, adjusted load logic, and hash check 2023-11-11 23:55:04 +03:00

README.md

OpenFusionClient

Current Release DiscordLicense

An Electron app that allows you to easily join FusionFall servers.

It automatically installs FF's custom build of Unity Web Player, manages text files such as assetInfo.php/loginInfo.php, and embeds the game, all in a few clicks!

For an overview of how the game client worked originally, please see this section in the OpenFusion README.

Disclaimer

This repository does not contain any code from the actual FusionFall game client. Think of it more as a launcher: it abstracts away having to use a NPAPI plugin capable web browser, along with having to host a HTTP server for it to connect to.

In addition, if you are interested in contributing: do note that this project likely cannot utilize more modern Javascript techniques. In order to use NPAPI plugins, a very old version of Electron was needed (0.31.0). This limits the project to only a portion of ES5 in non-strict mode, and a reduced subset of Node/Electron APIs.

Usage

Provided that you have npm installed, clone the repository, then run install like so:

git clone https://github.com/OpenFusionProject/OpenFusionClient.git
npm install

After that has completed you can then test OpenFusionClient:

npm run start

If you would like to package it as a standalone win32 application:

npm run pack

You can then compress the application directory into a zip file and installer for distribution:

npm run dist

Before opening a PR or running pack/dist, please do a code formatting pass:

npm run prettier

License

MIT unless specified otherwise