Difference between revisions of "Client Launcher"

From CoH Network
Jump to navigation Jump to search
Line 25: Line 25:
 
== Current Launcher Options ==
 
== Current Launcher Options ==
 
=== '''[https://github.com/leandrotlz/Tequila Tequila]''' - Windows ===
 
=== '''[https://github.com/leandrotlz/Tequila Tequila]''' - Windows ===
 +
* Released: Dec 23, 2013
 
* Development Status: <span style="color:#800000">Abandoned</span>
 
* Development Status: <span style="color:#800000">Abandoned</span>
 
* Used Primarily by Homecoming Servers Network and Titan Network (For Paragon Chat)
 
* Used Primarily by Homecoming Servers Network and Titan Network (For Paragon Chat)
 
* Used by Many Private Servers
 
* Used by Many Private Servers
 
=== '''[https://github.com/thunderspynetwork/creamsoda Cream Soda]''' - Windows ===
 
=== '''[https://github.com/thunderspynetwork/creamsoda Cream Soda]''' - Windows ===
 +
* Released: Apr 29, 2019
 
* Development Status: <span style="color:#800000">Abandoned?</span>
 
* Development Status: <span style="color:#800000">Abandoned?</span>
 
* Forked from Tequila and reworked
 
* Forked from Tequila and reworked
 
* Used by Many Private Servers
 
* Used by Many Private Servers
 
=== '''Island Rum''' - Mac ===
 
=== '''Island Rum''' - Mac ===
 +
* Released: ''(Unknown 2013?)''
 
* Development Status: <span style="color:#008000">Active (?)</span>
 
* Development Status: <span style="color:#008000">Active (?)</span>
 
=== '''[https://github.com/sunrise-launcher/sunrise-launcher Sunrise]''' - Windows? ===
 
=== '''[https://github.com/sunrise-launcher/sunrise-launcher Sunrise]''' - Windows? ===
 +
* Released: Never Released
 
* Development Status: <span style="color:#800000">Abandoned?</span>
 
* Development Status: <span style="color:#800000">Abandoned?</span>
 
* Project started by SCOTS Team but was later abandoned before release
 
* Project started by SCOTS Team but was later abandoned before release
 
* Currently in incomplete status
 
* Currently in incomplete status
 
=== '''[https://gitlab.com/elitist_neckbeard/sweet-tea Sweet Tea]''' - Cross-Platform? ===
 
=== '''[https://gitlab.com/elitist_neckbeard/sweet-tea Sweet Tea]''' - Cross-Platform? ===
 +
* Released: Oct 6, 2019
 
* Development Status: <span style="color:#008000">Active</span>
 
* Development Status: <span style="color:#008000">Active</span>
 
* Active development by CoXG
 
* Active development by CoXG
 
* Created to imitate Cream Soda? While also attempting to address security flaws found in all current Launchers
 
* Created to imitate Cream Soda? While also attempting to address security flaws found in all current Launchers
 
* Intended to be Cross-Platform (Cross OS - Win/Mac/Linux)
 
* Intended to be Cross-Platform (Cross OS - Win/Mac/Linux)
 
  
 
== Project Objectives ==
 
== Project Objectives ==

Revision as of 12:48, 20 October 2019

What is a Client Launcher?

A client launcher has a few key roles, currently these tasks are done as directed by the manifest file(s) you load into your launcher of choice. In the broader gaming industry, a client launcher will communicate directly to a central server for directions of what to do.

Tasks the client launcher is often directed to do

  • Initial Game install
  • Patches Game install with current updates or bugfixes
  • Check Game files for correct versions or corruption
  • Launches Game with correct Game files for selected server

Overview of existing Client Launchers and Concerns

The current client launcher options available for City of Heroes have many limitations and security holes.

Launchers currently have one or all of the following issues

  • Unrestricted access to OS file structure (write & delete)
  • Utilizes a very inefficient and insecure manifest file for directions
    • Manifest file is also overly bloated and time-consuming to build
  • Does not show download speeds
  • Does not show per file progress
  • Does not give any indication of file sizes or overall install size
  • Trying to support multiple private servers with a single manifest causes problems
    • File version conflict can occur
    • Excessive files downloaded that may not be needed by player

Current Launcher Options

Tequila - Windows

  • Released: Dec 23, 2013
  • Development Status: Abandoned
  • Used Primarily by Homecoming Servers Network and Titan Network (For Paragon Chat)
  • Used by Many Private Servers

Cream Soda - Windows

  • Released: Apr 29, 2019
  • Development Status: Abandoned?
  • Forked from Tequila and reworked
  • Used by Many Private Servers

Island Rum - Mac

  • Released: (Unknown 2013?)
  • Development Status: Active (?)

Sunrise - Windows?

  • Released: Never Released
  • Development Status: Abandoned?
  • Project started by SCOTS Team but was later abandoned before release
  • Currently in incomplete status

Sweet Tea - Cross-Platform?

  • Released: Oct 6, 2019
  • Development Status: Active
  • Active development by CoXG
  • Created to imitate Cream Soda? While also attempting to address security flaws found in all current Launchers
  • Intended to be Cross-Platform (Cross OS - Win/Mac/Linux)

Project Objectives

Stuff we want to do!

Mind Map - To get an idea of features, concept, and flow.