Giter VIP home page Giter VIP logo

patchkit-patcher-unity's Introduction

PatchKit Unity Patcher

In this repository you can find PatchKit Patcher Unity project.

Getting the stable version

It's pretty important to use a stable and tester patcher version. You will find stable releases in here. Be careful, pre-releases are not suitable for production usage. Master branch is also not suitable for production usage. Always look for tags if you want to do an upgrade.

Executing without the Launcher

Sometimes, usually for the purpose of testing, we might want to start the Patcher without using the Launcher. It's possible through the use of 2 command line options --secret and --installdir, and most of the time also --readable which forces the Patcher to interpret given secret without decoding it.

Example:

> Patcher.exe --readable --secret 123 --installdir "directory/to/install/the/app/in"

getdiskspaceosx

The native library is already precompiled.

If you need to recompile it, simply open the project file (getdiskspaceosx/getdiskspaceosx.xcodeproj) in XCode and build it. The bundle will be automatically copied into Assets/Plugins/PatchKit/x86_64.

Environment variables

  • PK_PATCHER_FORCE_SECRET - force certain app secret
  • PK_PATCHER_FORCE_VERSION - force certain app version
  • PK_PATCHER_API_URL - change used url of API
  • PK_PATCHER_API_CACHE_URL - changed used url of API cache
  • PK_PATCHER_KEYS_URL - change used url of keys API
  • PK_PATCHER_KEEP_FILES_ON_ERROR - keep temporary directories and files in case of patcher error

Troubleshooting

My patcher is opening in fullscreen mode

Head to File/Build settings... and click Player Settings. Now, open section titled Resolution and Presentation and make sure that Fullscreen Mode is set to Windowed. There you can also change the default resolution of the patcher, by modifying Default Screen Width/Height. You might also want to set Resizable Window to off.

My patcher is not working when I minimize it

Head to File/Build settings... and click Player Settings. Now, open section titled Resolution and Presentation and make sure that Run In Background is turned on.

My patcher is displaying Resolution Dialog

Head to File/Build settings... and click Player Settings. Now, open section titled Resolution and Presentation and make sure that Display Resolution Dialog is set to Disabled.

patchkit-patcher-unity's People

Contributors

dzejkop avatar genail avatar sp0lsh avatar szczyrk avatar witcher112 avatar

Watchers

 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.