8000 GitHub - XertyLoin/OpenfrontModApp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

XertyLoin/OpenfrontModApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFrontApp

OpenFrontApp is a custom Electron-based launcher designed for openfront.io . It allows mod management, custom RPC integration with Discord, and supports automatic updates of active mods.

🚀 Features

  • 🌐 Launches the OpenFront web app in a native window
  • 🧩 Supports custom mods loaded from a user folder
  • 🔄 Automatically reloads mods after page navigation
  • 🎮 Discord Rich Presence integration
  • 💾 Persistent user settings stored in the user's AppData
  • 🖼 Custom icon support for the executable

🛠 Installation

npm install

Make sure your system has Node.js and Git installed.


⚠ Windows SmartScreen Notice

If you're using a release version from GitHub or any distribution:

Because OpenFrontApp is a new and unsigned application, Windows may display a security warning when launching the .exe for the first time.

This is normal and expected.

To proceed:

  1. Click "More info"
  2. Then click "Run anyway"

Once the app gains reputation or is digitally signed, this warning will no longer appear.


👨‍💻 Development Mode

To run the app in development mode with live reload:

npm run start

This will open the app using Electron and load local resources. The console will print debug logs and load mods from your project directory.


📦 Build for Production

To build the application for Windows:

npm run build:win

Other available targets:

  • npm run build:mac – macOS .dmg
  • npm run build:linux – Linux .AppImage

Make sure your assets/icon.ico (Windows) or icon.icns (macOS) are valid and exist before building.


📁 Mod Loading System

Mods are JavaScript files placed in the mods/ folder. During the first launch, the app copies the default mods to:

%appdata%/openfrontapp/OpenFrontApp/mods

Only mods listed in active-mods.json will be activated on launch.


✨ Credits

Developed by Xerty.
Powered by Electron.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0