- Hollow Knight Modding Api
- Hollow Knight Mods For Xbox
Unity is the ultimate game development platform. Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers. Hollow knight mods.
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.txtHollow 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.htmlHollow Knight Mods For Xbox
| <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); |