Skip to content

Releases: BartGunshot/TLOPO-Launcher

TLOPO Launcher

26 Mar 22:12
Compare
Choose a tag to compare
TLOPO Launcher Pre-release
Pre-release

TLOPO Launcher binary for Windows and Linux!

New in this version:

  • Linux binary (tested on Manjaro)
    • Unfortunately, Manjaro runs on GLIBC V2.31. Other Distros may have older versions. I'll look at compiling on an older version. #1
  • Fixed Windows support for Live servers

TLOPO Launcher

18 Mar 01:33
70cb49e
Compare
Choose a tag to compare
TLOPO Launcher Pre-release
Pre-release

TLOPO launcher binary for Windows. Had problems compiling for Linux. Cannot compile for MacOS.

See the main README for additional information.

New in this version:

  • Password hiding
  • Custom Icon
  • Linux support (no binary)
  • MacOS support (pending confirmation - no binary)
  • Slightly optimized downloader (won't eat up as much memory)

TLOPO Launcher

18 Feb 23:46
Compare
Choose a tag to compare
TLOPO Launcher Pre-release
Pre-release

The first release of my own TLOPO launcher.

This should completely eliminate the need for the default launcher as it downloads its own files. But you can have both installed without trouble.

Features

  • Multi-distribution launching
    • Live, Test, QA/Dev (cannot test dev but it should work)
    • Launch all at the same time without redownloading the default launcher
  • Portable
    • Can be moved to whatever location of your choice
    • Creates folders in the directory you put it in - so make a folder for it to reside in

Planned Features

  • Multi-platform
    • Windows
    • MacOS (I cannot compile for this platform)
    • Linux (if there's TLOPO support)
  • GUI
    • Basic functionality
    • With option to run in command line
    • Stylish look
    • Resolution Scaling
    • Download progress
    • Blog posts
    • Release notes
  • Credential remembering
    • Usernames
    • Password (This would be a security issue even if handled correctly, so might not)
  • Localization Support (Useless? Not sure if the game supports other languages but nice feature anyways)
    • English localization
  • Game settings configuration

Known Issues

  • Live version appears to get stuck after initial download. Unsure of cause as the actual game binary is what is getting stuck, not my launcher. Will investigate further. Workaround: just relaunch.
  • Your password shows in the command line in plain text, with a GUI this will be fixed. It is not actually stored anywhere. Workaround: don't login around others or when screen sharing.
  • Patching with TLOPO's patch files is non-functional (I'm unsure if this will break things in the future)
  • File paths in code is messy and windows only right now
  • Binary is somewhat large compared to code, bloated w/ unused python modules

Thanks to the TLOPO team for providing their wonderful API and answering various questions I had!