OS (platform) • Système d'exploitation (plateforme) | Supported? • Supporté ? | Minimum version supported • Version minimale supportée |
---|---|---|
Windows (win32) | Yes • Oui | Windows 7 (Windows NT 6.1) |
macOS (Darwin) | Yes • Oui | macOS El Capitan (10.11) |
Linux (including Chrome OS • incluant Chrome OS) | Not officially • Pas officiellement | - |
Others • Autres | Not officially • Pas officiellement | - |
The code for this launcher may not be up to date. You can request the latest version at [problem with the Website].
Le code de ce Launcher n'est peut être pas à jour. Vous pouvez demander la dernière version sur [problème avec le site Web].
- Azuriom Auth
- Minecraft Forge 1.16
- Bootstrap
- Java x64 autodownloading (for Windows)
- News (using AdminTool (French website))
- Settings (RAM and Launcher action after launching the Game)
- Medias links
- Slideshow background
- Displaying server information
- Font Awesome (
npm install --save @fortawesome/fontawesome-free
) - Minecraft Launcher Core (
npm i minecraft-launcher-core
- documentation) - Minecraft Server util (
npm i minecraft-server-util
- documentation) - Axios (
npm i axios
) - NodeJS File Downloader (
npm i nodejs-file-downloader
) (instead of HTTP and Request) - Decompress (
npm i decompress
) (instead of Unzipper)
- Electron (
npm i -D electron
) - Electron Builder (
npm i -D electron-builder
)
Fisrtly, you must download and install Node.JS.
git clone https://github.com/GoldFrite/PentagoneII_Launcher.git
cd PentagoneII_Launcher
npm i
npm run test
Plateforme | Commande |
---|---|
Windows (win32) | npm run buildWin |
macOS (Darwin) | npm run buildMac |
Linux Distributions | not supported at the moment |
This Launcher is based on another Launcher that I created, but this last one is not available on GitHub.
This Launcher is under GNU AGPLv3 licence, so you can clone it for your own project. For more informations, please check the LICENSE file.
- Authentification avec Azuriom
- Minecraft Forge 1.16
- Mises à jour automatiques du Launcher
- Téhéchangement automatique de Java x64 (pour Windows)
- News (utilisant AdminTool (site français))
- Paramètres (RAM at Action du Launcher après le lancement du Jeu)
- Liens réseaux sociaux
- Fond d'écran diaporama
- Affichage des informations du serveur
- Font Awesome (
npm install --save @fortawesome/fontawesome-free
) - Minecraft Launcher Core (
npm i minecraft-launcher-core
- documentation) - Minecraft Server util (
npm i minecraft-server-util
- documentation) - Axios (
npm i axios
) - NodeJS File Downloader (
npm i nodejs-file-downloader
) (à la place de HTTP et Request) - Decompress (
npm i decompress
) (à la place de Unzipper)
- Electron (
npm i -D electron
) - Electron Builder (
npm i -D electron-builder
)
Pour commencer, vous tevez télécharger et installer Node.JS.
git clone https://github.com/GoldFrite/PentagoneII_Launcher.git
cd PentagoneII_Launcher
npm i
npm run test
Plateforme | Commande |
---|---|
Windows (win32) | npm run buildWin |
macOS (Darwin) | npm run buildMac |
Distributions Linux | non supporté pour le moment |
Ce Launcher est basé sur un autre Launcher que j'ai créé, mais ce dernier n'est pas disponible sur GitHub.
Ce Launcher est sous licence GNU AGPLv3. Vous pouvez donc cloner ce Launcher pour créer le votre. Pour plus d'informations, veuillez lire le fichier LICENSE.