X Tutup
The Wayback Machine - https://web.archive.org/web/20200906220340/https://github.com/NexSqaud/OsirisUpdate/
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jun 3, 2019
Jun 4, 2019

README.md

Osiris Updater C# Windows License

Program for auto update Osiris. Writed on C# WinForms. Requie Microsoft Visual Studio 2019 and Inflame Injector.

How to use

  • First run
    • Install Visual Studio 2019
    • Compile Inflame
    • Run program
    • Click Init Downloader
    • Select folder were osiris will be located
    • Wait for initilaizing
    • Click Build
    • Select MSBuild.exe (default located at: C:/Program Files(x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe)
    • Wait for building
    • Run game
    • Click Inject
    • Select Inflame.exe

The program saves the state and restores the next time you start it.

  • On the next run, with update:
    • Click Update
    • Wait for repo updated
    • Click Build
    • Wait for building
    • Run game
    • Click Inject
  • Without update:
    • Run game
    • Click Inject

For setting injector click Inject Setting

How to build

  • Download files from repository
  • Open OsirisUpdater.sln in Visual Studio
  • Select Release configuration
  • Click Build -> Build Solution (or Ctrl+Shift+B)
  • Wait for compiling
  • Now OsirisUpdater.exe stored in OsirisUpdater/bin/Release/OsirisUpdater.exe

Make sure you installed .NET 4.7.2 SDK and .NET 4.6.1 SDK or Targeting Packs

Program files struct:

  • OsirisUpdater.exe - main executable file
  • LibGit2Sharp.dll - git library
  • Newtonsoft.Json.dll - json library

If you find grammatical errors, please report this issue.

You can’t perform that action at this time.
X Tutup