Hollow Knight Modding Api

Scale Mod is a mod for Hollow Knight, created by 753-mods. Descrtiption: Shrink to the size of a fly or grow to the size of Gruz Mother, ScaleMod lets you transform with the press of a button! Modding API (obviously) ModCommon; Potential compatability issues: Exaltation. Changelog: 1.0.0.0: Trunk. 1.0.0.1: Fixed issue where charm costs wouldn't revert after disabling/uninstalling the mod. 1.0.0.1b: Corrected the I-frame value of Entrenched Shell in the Readme. Specified the walk speed bonus for Sprintmaster in the Readme. This Is a mod installer for hollow knight - designed to make mod installation a breeze. It grabs mods from the community drive, and puts them automatically in the correct folder. It is designed to make mod installation as seamless as possible. Installing the API ΒΆ To install mods that use the modding API you first need to install the Modding API from the the google drive or build it yourself. The Assembly-CSharp.dll should overwrite your vanilla one at Hollow Knight hollowknightData Managed Assembly-CSharp.dll.

Hollow Knight Modding Api

Mar 29, 2020 About this mod This Is a mod installer for hollow knight - designed to make mod installation a breeze. It grabs mods from the community drive, and puts them automatically in the correct folder. It is designed to make mod installation as seamless as possible.

Hollow Knight Modding Api
View GitHub Profile

Hollow Knight Modding Api

View ModLog.txt
[INFO]:[ModManager] - Initializing
[INFO]:[ModManager] - Initialized
[INFO]:[API] - Loading ModdingApi Global Settings.
[INFO]:[API] - Main menu loading
[INFO]:[API] - Preloaded reflection in 99ms
[INFO]:[API] - Trying to load mods
[INFO]:[Benchwarp] - Initializing
[INFO]:[Benchwarp] - Loading Global Settings
[INFO]:[BingoUI] - Initializing
[INFO]:[BingoUI] - Loading Global Settings
View HK Crowd Control.txt

How To Download Hollow Knight Modding Api

## Hollow Knight Crowd Control Command List
Command: ax2uBlind
Usage: !ax2uBlind
Cooldown: 1 use(s) per 00:01:00.
Summary:
Makes all rooms dark like lanternless rooms for a time.
Command: nopogo
Usage: !nopogo
View index.htmlKnight
<scriptid='jsbin-javascript'>
'use strict';
var listOfRolls = [];
// Rolls a 20-sided die and gives us the result
function diceRoll() {
var number = Math.floor(Math.random() * 20 + 1);
listOfRolls.push(number);