Documentation
Readme
View as plain text
# IZPL - InZOI Package Loader
Enables loading of unsigned packages into the game.
## Compatibility
- 20250428.2678.W or newer
Updates, if needed, will be available as soon as possible.
## Installation {#installation}
Copy BlueClient folder to inZOI installation folder. When finished, your directory structure should look like this:
```
+-- inZOI
+-- BlueClient
+-- Binaries
+-- Win64
+-- bitfix ............... [New folder]
+-- sig_bypass.lua ... [New file]
+-- dsound.dll ........... [New file]
+-- Content
+-- Paks
+-- ~mods ................ [New folder]
```
## Uninstallation
Delete mod files. (see [Installation](#installation) for details)
## What's New
### 0.1.0+20250403T1530114145Z
- Initial non-public release.
## FAQ
Why does the size of the bitfix dll (dsound.dll) differ from that of the original one on the github?
: The bitfix dll included in the archive was compiled from the source code locally. The size of the compiled binary depends on many factors, like version of the compiler, optimization options, .etc. You can replace the dll with your own and everything should still work.
## Credits
Thanks to (in alphabetical order):
- [LongerWarrior](https://github.com/LongerWarrior) for signature bypass pattern for bitfix;
- [Truman Kilen](https://github.com/trumank) for bitfix - Lua-scriptable runtime binary patcher.
## Standard Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.