Giter Club home page Giter Club logo

patcher's Introduction

Patcher

A self-updating patcher for Mabinogi that can be easily set up for any server. The patcher functions by launching as an executable and checking for update to the dynamic link library (DLL). After the patcher is up to date it will load the DLL. The DLL holds both the GUI and patching functions for updating the client. A DLL is used instead of an additional executable to prevent confusion. Multiple executables can cause users to run the patcher instead of the launcher. By using a DLL instead of an additional executable, there is only one executable to run while still providing the patcher a way to update itself.

Program

Features

  • Open Source
  • Easy to setup for any server
  • Written in C#
  • Automatically downloads and applies patches
  • Capable of self-patching for GUI and functionality updates
  • Optional display of patch logs

Getting Started

Requirements For Execution:

  • Microsoft .NET 4.6.1

Requirements For Modifying:

  • Microsoft Visual Studio with .NET 4.6.1

Instructions:

  • Change const string variables as needed in Program.cs and Form.cs
  • Change website URL of browser or remove browser in C# forms Design
  • Set versions of client and patcher both locally and remotely
  • Build both projects
  • Move Launcher, DLL, and version files to Mabinogi folder
  • Execute Launcher.exe

Built With

  • Microsoft Visual Studio 2017

Author

  • Stephen Cline

License

sfcline/Patcher is licensed under the GNU Lesser General Public License v2.1

Acknowledgments

Key Programming Concepts Utilized

  • GUI development and functionality using C#
  • The basics of programming in C#
  • Creating and using DLLs in C#

patcher's People

Contributors

sfcline avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.