- Kerkko(h)
- Just download the installer and run it.
- Change the preferences to your own ones and save them
- OR you can download the source, download electron and nodejs and build the software yourself.
Hosts are hardcoded into main.js atm on the first lines. For example:
const host = {
protocol: "https://",
domain: "cdn.yourserver.com",
port: 80,
path: "/mod.zip",
gameip: "game.yourserver.com",
gameport: "2302"
}
- Install nodejs (and npm)
- Clone
- In cmd run
npm install
- Do edits you want to do
- Run test with
npm start
- Run
electron-packager . dayzsingleserverlauncher --overwrite --asar=true --platform=win32 --arch=x64 --icon=logo.ico --prune=true --out=release-builds
- Run
node installers/windows/createinstaller.js