View GitHub Profile
Hollow Knight Modding Api
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 KnighthollowknightDataManagedAssembly-CSharp.dll. The Hollow Knight API aims to remove this requirement by exposing hooks to perform most needed operations without having to rewrite decompiled code. We use the MonoMod patcher to greatly reduce the effort in patching the assembly. Go check it out!
View ModLog.txtDeveloper Team Cherry is celebrating the release of Hollow Knight’s latest free expansion pack, Godmaster, on PC and Nintendo Switch. While the expansion adds new areas, new bosses, and new quests, Hollow Knight is the kind of game that players are clamouring for even more reasons to return to it – and the small but significant world of its PC mod scene delivers. I downloaded the modding API and replaced the folder hollowknightData with the folder of the same name in modding API. However, when I tried to launch the game, it just showed the title, and no buttons to start the game.
[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 |
Hollow Knight Mods For Xbox
View HK Crowd Control.txtHow To Download Hollow Knight Modding Api
Hollow Knight Debug Mod Download
## 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 |
How To Mod Hollow Knight
Hollow Knight Hell Mod
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); |