FinnWarsLauncher on ohjelma, joka on suunniteltu helpottamaan Battlefield 1942 -pelin käynnistämistä, kun haluat pelata sitä FinnWars-modilla. Se toimii ikään kuin "välittäjänä" sinun ja pelin välillä, automatisoimalla useita käynnistysprosessiin liittyviä vaiheita.
Go to file
NikkeDoy e3c4e2d808
All checks were successful
Gitea Action Test / Explore-Gitea-Actions (push) Successful in 4s
✏️ | Fixed typo in README.md
2024-12-12 23:29:13 +02:00
.gitea/workflows Update .gitea/workflows/build.yml 2024-12-11 18:39:19 +02:00
assets 🍱 | Updated application-window.webp-image. 2024-12-11 18:25:46 +02:00
.gitignore Initial commit 2024-12-08 19:39:57 +02:00
finnwarslauncher.spec | Added icon. 2024-12-12 01:13:47 +02:00
LICENSE Initial commit 2024-12-08 19:39:57 +02:00
main.py | Added username change feature. 2024-12-12 02:59:15 +02:00
ProfileManager.py 🐛 | Fixed username change feature. 2024-12-12 03:14:15 +02:00
README.md ✏️ | Fixed typo in README.md 2024-12-12 23:29:13 +02:00
requirements.txt 🎉 | Added icon and option to launch windowed. 2024-12-11 18:19:59 +02:00
ResourceManager.py 🎉 | Added icon and option to launch windowed. 2024-12-11 18:19:59 +02:00
UserData.py 🎉 | Added icon and option to launch windowed. 2024-12-11 18:19:59 +02:00

FinnWarsLauncher

Less fiddling, more battling

[EN] FinnWarsLauncher is a graphical user interface (GUI) application designed to launch the FinnWars game with custom server address and username settings.

[FI] FinnWarsLauncher on käyttöliittymäapplikaatio suunniteltu käynnistämään FinnWars-modilla varustettu Battlefield 1942 peli ja liittymään annetulle palvelimelle halutulla käyttäjänimellä.

GOOD TO KNOW / Hyvä tietää


[EN]

FinnWarsLauncher is an EXPERIMENTAL LAUNCHER and does NOT work properly on all systems, so be patient if your faced problem doesn't get resolved immediately!!!

[FI]

FinnWarsLauncher on KOKEELLINEN OHJELMA ja se EI toimi oikein kaikilla järjestelmillä, joten ota rennosti jos löytämääsi ongelmaa ei korjata silmänräpäyksessä!!!

Requirements / Vaatimukset


  • Python 3.12.x or newer

  • TKinter installed with your distributions package manager (Linux things...) Some Linux distributions require installing tkinter/tk via package manager.

    Arch linux / EndeavourOS / Manjaro / etc...:

    sudo pacman -S tk
    

    Debian / Ubuntu / Linux Mint / etc...:

    sudo apt install tk
    

    aaand others you probably can figure out yourself :)

Installation from source / Asennus lähdekoodista


[EN] Some distributions use python3 instead of python so keep that in mind!

  1. ^ Install requirements ^
  2. Clone repository:
git clone https://git.huitsinnevada.fi/NikkeDoy/FinnWarsLauncher.git
  1. Create virtual environment (Optional / Recommended)
python -m venv venv
source venv/bin/activate
  1. Install packages
pip install -r requirements.txt

[FI] Useat järjestelmät käyttävät python3-komentoa python sijaan, joten pidä se mielessä!

  1. ^ Asenna vaatimukset ^
  2. Kloonaa repositorio:
git clone https://git.huitsinnevada.fi/NikkeDoy/FinnWarsLauncher.git
  1. Luo virtual environmentti (Ei pakollinen / Suositeltu)
python -m venv venv
source venv/bin/activate
  1. Asenna paketit
pip install -r requirements.txt

Usage / Käyttö


[EN]

  1. Be sure that you are currently using created virtual environment (if you didn't create it then no worries.)
  2. Run the application with:
python main.py
  1. Change settings.
  2. Save settings by clicking Save-button.
  3. Launch the game by pressing Launch-button and give them HELL.

[FI]

  1. Varmista, että käytät juuri luotua virtual environmentia (jos olet sen luonut)
  2. Käynnistä applikaatio komennolla:
python main.py
  1. Vaihda asetuksia...
  2. Tallenna asetukset painamalla Save-näppäintä.
  3. Pelaa painamalla Launch-näppäintä ja anna vihuille KYYTIÄ.

Troubleshooting / Vianetsintä


[EN]

  • TODO
  • If it doesn't work then... shit... create an issue by following our "ISSUE GUIDELINES."

[FI]

  • TODO
  • Jos applikaatio ei toimi, niin... luo uusi issue noudattamalla meidän "ISSUE OHJEITA."

Contributing / Kontribuoi


[EN] Contributions to this project are welcome! Please submit your pull request or issue to this repository.

[FI] Apu kelpaa aina! Laita vain tulemaan pull requestit tai issuet tähän repoon.