Experimental re-imagining of Pixi with less C#
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 anni fa
3 anni fa
3 anni fa
3 anni fa
3 anni fa
3 anni fa
3 anni fa
123456789101112131415161718192021
  1. # NPort
  2. Stuff for importing things into Techblox.
  3. ## Setup
  4. Refer to [HelloModdingWorld's instructions](https://git.exmods.org/modtainers/HelloModdingWorld).
  5. Some external libraries are also used, which should be installed seperately.
  6. ## Building
  7. Refer to [HelloModdingWorld's instructions](https://git.exmods.org/modtainers/HelloModdingWorld).
  8. Some external libraries written in Rust are also used, which can be built by the standard Rust toolchain (`cargo build`).
  9. ## Installation
  10. Patch Techblox with the latest version of [GCIPA](https://git.exmods.org/modtainers/GCIPA) and install [GamecraftModdingAPI](https://git.exmods.org/modtainers/GamecraftModdingAPI) first.
  11. Then, to install the NPort, download the latest release and put `NPort.dll` into Techblox's `Plugins` folder.
  12. The next time Techblox is launched, NPort may automatically download any other required files.