ue4launcher
v0.1.2
Published
A cross-platform launcher for Unreal Engine
Downloads
6
Readme
This is a work in progress. Here be dragons!
This project is an unofficial cross-platform Unreal Engine 4 Launcher that aims to be fully featured and work natively on Linux (as well as Windows and Mac).
The launcher is incomplete; however, it should be able to preform most of the important tasks.
It can launch projects as well as download and install assets and plugins from the UE4 marketplace.
It does not yet install the UE4 engine. So, you need to manually install that first. Also, two-factor support has not yet been tested.
There are probably many bugs still, so please file an issue if you have a problem.
Login Screen
My Projects
Add Assets Menu
Downloading Assets
Asset Installed in UE4
Learn Tab
First, install node.js.
Then pull the project:
git clone https://github.com/nmrugg/UE4Launcher.git
Change directory:
cd UE4Launcher
Install the dependencies:
npm i
Run the launcher:
npm start
Hope for the best.
After installing, to update the launcher, simply run this in the UE4Launcher directory:
git pull
npm i
Since I don't use Windows or macOS, I've never used the official UE4 launcher. So, these open source projects were invaluable to help me understand how the launcher worked.
- https://github.com/Allar/ue4-mp-downloader
- https://github.com/neutrino-steak/UE4LinuxLauncher