Search Unity

Assets [WIP] Pro Launcher & Patcher

Discussion in 'Works In Progress - Archive' started by PiterQ70, Apr 13, 2018.

?

How much would you like to pay for Pro Launcher & Patcher?

  1. Free :)

    0 vote(s)
    0.0%
  2. 2$

    0 vote(s)
    0.0%
  3. 5$

    33.3%
  4. 8$

    0 vote(s)
    0.0%
  5. 10$ :D

    66.7%
  1. PiterQ70

    PiterQ70

    Joined:
    Mar 3, 2015
    Posts:
    82
    Pro Launcher

    Hello. I would like to present my Pro Launcher. It will be easy to use Launcher & Patcher even for novice programmers.

    Patcher is an indispensable tool for developers. If you share new wersion you need only add small updates not all game.

    The basic functions of the Laucher:
    1. checking the game update
    2. checking the launcher update
    3. validating game files (fixing if they are incompatible with the ManifestData)
    4. laucher curls up to the notification bar
    5. links in the notification bar, for example to the game page, or help pages


    Basic features of the Patcher:
    1. storage of the game version
    2. building patches
      • checking two versions and building patches
      • create ManifestData (build info)
    3. patcher saves our progress


    Launcher is adapted for easy edition of design, so you can

    TODO before release:
    • News in Launcher window
    • Windows Notifications about new updates
      • Maybe some Windows Service for this? What do you think about automatic notifications?
    • Couple things in Patcher
    TODO in future:
    • Upload build to server from Patcher
    • MAC Support
    • LINUX Support


    IMPORTANT NOTE:
    1. You need Visual Studio 2017 and you must install the required list of libraries (in docs you will get full list of libraries)
    2. Source code for patcher will not be available in package, you only get compiled exe file.
    3. For now Pro Launcher only work on Windows platform.


    If you have some questions or suggestions write belowe :)
    Cheers!