Hollow Knight Modding Api

  1. How To Mod Hollow Knight
  2. Hollow Knight Modding Api

This means that you can only be a Modding API developer/contributor if you are invited to the Hollow Knight discord server. The modding community is already using GitHub for several other mods (examples below). It would be ideal to have the Modding API on GitHub in some form as well. Examples of mods already on GitHub. I need some help with modding, I have a legal copy of Hollow Knight with all dlcs/update until 1.4.3.2 and I'm trying to use two specifics mods, Bonfire and Charm Overhaul, yet, I can't make the game works with the Modding API, I got all instructions from the Google Drive with all mods, have verified my archives, made back-ups and my game.

How To Mod Hollow Knight

View GitHub Profile
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
## 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.html
<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);
View GitHub Profile
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
HollowView HK Crowd Control.txt
## 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.html

Hollow Knight Modding Api

<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);

Comments are closed.