#archived-modding-help

1 messages · Page 221 of 1

vernal rain
#

ok, makes sense

#

i don't read what i'm replying to

late rover
#

some can help me download the radiance.host mod?

wide glade
#

radiance.host is not a mod, its the site that hosts the mod installer

vernal rain
#

?i

dense shuttleBOT
late rover
#

my computer just keep saying he cant find game files and it says to check if the game is instaled.

gloomy coral
late rover
#

yeah

midnight goblet
#

im new to modding and want to install mods for my mac version of hk, how do i do this?

vernal rain
#

?i

dense shuttleBOT
vernal rain
#

check the pins, somewhere there is a mac modinstaller

wheat orchid
#

BRUH

gloomy coral
# late rover yeah

ok so press the show hollow knight location button.
When it opens the window to select the file, click on This PC → C drive → Program files (x86) → Steam → Steamapps → common. Then click on hollow knight folder and then select it

jovial grail
#

any example mod fiels for me to use?

pliant lantern
#

Username pinging should be a role permission.

wheat orchid
midnight goblet
#

with modinstaller do i just check enable by the mods and theyll work? or have to download some

vernal rain
#

you check stuff, the modinstaller will download the mod, you can play

#

in that order

wheat orchid
late rover
#

Mulhima i cant find the show hollow knight location button where is it?

wheat orchid
#

Screenshot where you are right now

late rover
#

im just at the hollow_knight.exe file

midnight goblet
#

im checking the boxes to enable the mods but nothing actually happens in hk, do i have to do something else

gloomy coral
wheat orchid
#

Required for mods to function

midnight goblet
wheat orchid
#

Click the out of date button to update it(supposed to say windows)

late rover
wheat orchid
#

They said screenshot the hollow knight exe....

#

That message doesn’t say anything

#

Anyways ima go now since my phone is at 5% and ~3 mins ago it was at 10

late rover
#

same

midnight goblet
#

my hk wont open now it jsut crashes

gloomy coral
gloomy coral
midnight goblet
midnight goblet
#

rn i have debug mod, benchwarp and charm notch mod

gloomy coral
#

go to steam. validate integrity of game files

jovial grail
#

Any tips on making this cleaner?

using System;
using System.Reflection;
using GlobalEnums;
using Modding;

namespace title_screen_mod
{
    //Start Loading Sprites From File "title_screen"
    private void loadResources()
    {
        Assembly _asm = Assembly.GetExecutingAssembly();
        using (Stream s = _asm.GetManifestResourceStream("title_screen_mod.Resources.title_screen.png"))
        {
            if (s != null)
            {
                byte[] buffer = new byte[s.Length];
                s.Read(buffer, 0, buffer.Length);
                s.Dispose();

                //Create texture from bytes
                var tex = new Texture2D(2, 2);

                tex.LoadImage(buffer, true);

                // Create sprite from texture
                title_screen = Sprite.Create(tex, new Rect(0, 0, tex.width, tex.height), new Vector2(0.5f, 0.5f));
            }
        }
    }
    private int LogoId = -1;
    public title_screen_mod()
    {
        //loadResources();
        //Load Image "title_screen" 
        TitleLogoHelper.Initialize();
        LogoId = TitleLogoHelper.AddLogo(new title_screen());
    }
}
jovial grail
gloomy coral
midnight goblet
gloomy coral
#

verifying integrity does the same thing as redownloading

midnight goblet
#

only change i notice is when i verify integrity in the modinstaller i have to update the modding API windows again

midnight goblet
wheat orchid
#

Hmm

#

Are you using a controller at all

midnight goblet
#

no, no controller

wheat orchid
#

Try going to your save files path and deleting all files with global settings in their name

real jacinth
#

Follow pinned messages to reset benchwarp settings

#

And api

rotund forum
#

Heyo gloryComfy heard that you need a mod installer to mod hollow knight, is there a specific link to that or is it something that is through steam workshop?

wide glade
rotund forum
#

i installed the mod installer, but i cant make mods that arent in the display, work grubthink

gloomy coral
#

i can't make mods that arent in the display
?

rotund forum
#

when you open the installer, it has a few mods that you can download on the spot, one of the mods that i want to play isnt there, i have downloaded the file for it but i cant load it for some reason uniiThinking

gloomy coral
#

one of the mods being?

rotund forum
#

the Impossible any%

gloomy coral
#

look at fireborns guide

wide glade
#

the zip file isn't a mod, the mod you need to install is decorationmaster (not on the installer)

rotund forum
#

so you download decoraationmaster and through that you turn the game into impossible any% ?

wide glade
#

Here's my guide on installing and using the DecorationMaster Mod, a mod which lets you both customize levels and play other people's customized levels! Credits to Sawyer and shoutouts to 56.

DOWNLOADS:

https://github.com/a2659802/HollowKnight.Decoration/releases
Under "Assets", download DecorationMaster.dll.

https://radiance.host/mods/ModInst...

▶ Play video
rotund forum
#

ok i got it to work, ty gloryHug

#

one last question, with the debug mod, how do you repoen the menu, and how do you enable that thing where you can press your inventory mid-air?

patent glade
#

can someone help me with getting the multiplayer host thing?

gloomy coral
#

The second answer is QoL mod

rotund forum
#

oh so its another mod lol

#

ok got it, ty gloryHug

torpid onyx
#

wanted to use mods on hollow knight cracked?

gloomy coral
#

buy the game

runic dragon
#

Quick question: how do you use the interface on the debug mod?

gloomy coral
#

f1

runic dragon
#

thanks

willow ferry
#

im not sure if this is because my mod installer can't find hollow knight but when i open up hollow knight no mods appear or signs of the mod installer

#

(im on mac)

wheat orchid
willow ferry
wheat orchid
#

Install the ModdingApi mod/update it

willow ferry
#

wdym

wheat orchid
#

It’s on the installer’s list

willow ferry
#

it says "out of date"

wheat orchid
#

By update it I mean if it says out of date, click the out of date text

willow ferry
#

ok

#

i clicked i

#

it**

wheat orchid
#

Try playing hk now

willow ferry
#

k

#

thank u

#

it worked

mortal gazelle
#

I'm trying to install debug mod for 1.2.2.1, but the link to the google drive with the modding API's isn't working for me. It keeps saying the folder is in the owners trash. Where can I find the right download link for 1.2.2.1 modding API? The GOG version if that's relevant.

pliant lantern
#

IDK if the Drive version is the most up to date, as I saw this posted recently:
#resources message

Edit: I misread fwiw. I thought that you needed the debug mod itself, not the api

mortal gazelle
#

Yeah, I need the api. I don't know why the link isn't working

pliant lantern
#

It's hard to see it in the drive, but there's a direct link to the old APIs

mortal gazelle
#

Thanks man! That's exactly what I needed. Now I can practice any% without wanting to kill myself.

novel bronze
#

where do i download the mods?

real jacinth
#

Your computer

novel bronze
#

I am dumb

burnt ermine
#

im looking for a grub counter. i just downloaded the mods for the first time. can anyone point me in the right direction?

spring bane
#

That's one of the things BingoUI counts I believe

burnt ermine
#

yes! thank you!!

#

any other recommended mods that dont effect game play, just ui? im like 20 hrs in

novel bronze
#

Whenever i open holow knight with the mods it isnt loading what do i do?

jovial grail
#

How do I build my cs scrip as a .ddl?

#

(I'm in Visual Studio Code)

real jacinth
#

you build it

#

what did you set your application output type as

jovial grail
#

what is setting is it under

real jacinth
#

application output type

#

it's an entire project setting

#

what did you set it to

jovial grail
#

nvm figured it out

limber egret
real jacinth
novel bronze
#

i am trying to use debug and

real jacinth
novel bronze
#

Mod Manager v8.6.0 by Gradow

real jacinth
#

ok keep going

#

you have like 10 more to answer

novel bronze
#

i have debug installed and when i open hollow knight it doesnt even recognize i have mod

#

ive tried doing manuel aswell

real jacinth
#

I don't care who you're doing in your spare time

#

also not sure how doing Manuel will help with mods

#

¯_(ツ)_/¯

#

Screenshot your installer

novel bronze
#

Am trying a diffrent installer

#

I accidently deleted the one i was using before

limber egret
#

@real jacinth Would you mind not taking the piss if people's English isn't great?

real jacinth
#

I never like taking piss

#

not into water games

real jacinth
limber egret
#

Nice way to deflect from your bigoted behaviour, though.

novel bronze
#

It is working know TY

real jacinth
#

👍

novel bronze
#

the languge is changed know

limber egret
#

When you download a mod it is good practice to ensure you know what it does. I can only assume you downloaded art mods

novel bronze
#

i only did debug

#

Fixed it 🙂

novel bronze
#

can someone assist me

#

with installing mods on hollow knight

wheat orchid
placid arrow
#

uhhhh, the modding api google drive no longer exists. where do i get it (i downpatched to 1.2.2.1)

wheat orchid
placid arrow
#

ah ok thanks

coral marsh
#

is there a mod that allows me to pick out certain items and fight certain bosses to practice for steel mode?

placid arrow
#

github instructions are pretty vague, ive got the vanilla folder with the Managed data and its set to debug. I can't find RepoPath/OutputFinal/hollow_knight_Data/Managed/ though

novel bronze
jovial grail
#

ummm what.

wide glade
wraith wave
#

i am lost

#

using the mod

#

has crash my game

#

but i was using them fine befor

#

like all i did was change controller settting

wide glade
#

native controller input?

wraith wave
#

yea

wide glade
#

crashes the game when you quitout. same in vanilla

#

unrelated to mods 🙃

wraith wave
#

its crashes when loading up the game with mods tho

#

not when quiting

placid arrow
#

I can't build the modding API solution in VS

pliant lantern
dusty heath
#

Steam not banned for downloading mods? mylajoy

pliant lantern
#

Mods don't prevent Steam Achievements.

novel bronze
#

umm can someone help

#

i cant find a mod installer

wide glade
#

?i

dense shuttleBOT
novel bronze
#

oh ok

placid arrow
#

yes, I used the files from the downpatched version

wide glade
#

then it will not work with the repo from the most recent version of hk

#

go to a 1221 tag

dusty heath
wide glade
#

that is very false

willow ferry
#

when using debug mod, what key do you use to reopen the menu on mac?

wide glade
#

f1

willow ferry
#

no

willow ferry
#

mac keyboards

#

dont work that way

wide glade
#

you can still press f1 on mac keyboards?

pliant lantern
novel bronze
#

im on steam just incase thats inpartant

willow ferry
#

you can but it adjusts brightness

#

it doesnt bring up the menu

wide glade
willow ferry
#

bruh

wraith wave
#

ok so i got everything working but multplayer client stop my controlloor from working

wraith wave
#

lol

willow ferry
#

so whats the key on mac?

wide glade
real jacinth
#

F1

pliant lantern
willow ferry
#

it isnt tho

wide glade
real jacinth
#

It is tho

wide glade
#

it is. you just aren't pressing f1

willow ferry
#

i know where f1 is

#

i use the key "f1" all the time

#

it just adjusts brightness

#

it doesnt bring up the menu

wide glade
#

no

real jacinth
#

Nope

willow ferry
#

wdym no

wide glade
#

that key has 2 functions

wraith wave
pliant lantern
wraith wave
#

i see

#

thx

placid arrow
#

@wide glade

#

still nothing

#

8 errors and 1 warning

wide glade
#

why are you building 1221 api though zote that fork is stale anyway

#

(for 1221 api)

placid arrow
#

idk

wide glade
#

and do you maybe want to look at those errors and see what they could be coming from

placid arrow
#

im just trying to get mods im not a programmer

#

and someone said to look in pinned messages

#

and thats all i found

real jacinth
#

"New mod drive"

#

where you were told to look

placid arrow
#

github

real jacinth
#

that is a website, yes

wide glade
#

have you tried running it

novel bronze
#

like running hollow knight you mean?

wide glade
#

the mod installer

novel bronze
#

never given the option

wide glade
#

did you download it from the link

novel bronze
#

because thats what im trying to use

wide glade
#

yes

#

when you click the link the file will download

#

run the file that is downloaded

novel bronze
#

ok ill try that

#

it just tells me to select installation folder

wide glade
#

so select the installation folder

#

?saves

dense shuttleBOT
#

Saves


Windows File Paths: (Assumes Default Steam Install Path, Adjust accordingly for DRM Free or Non-Standard Steam Path)

Game Files: C:\Program Files (x86)\Steam\steamapps\common\Hollow Knight\```
** **
Mac File Paths:
```Save Files: ~/Library/Application Support/unity.Team Cherry.Hollow Knight/
Game Files: ~/Library/Application Support/Steam/steamapps/common/Hollow Knight/hollow_knight.app/```
** **
Linux File Paths:
```Save Files: ~/.config/unity3d/Team Cherry/Hollow Knight/
Game Files: ~/.local/share/Steam/steamapps/common/Hollow Knight/```
placid arrow
#

ok which file do i use for the modding api, im following the video and i dont see a file called ModdingApi.zip

#

in the new google drive

wide glade
#

the corresponding zip for your version

real jacinth
cedar light
#

Currently trying to join a friend's server, but we're not sure if the IP is working or not. We installed Hamachi and took the IPv4 but it's not connecting us to the same server

real jacinth
uneven ledge
#

I'm having problems installing modding API, I'm trynna get it for 1221 and modinstaller say I need to update, When i try going to the google drive it says it is in the owners bin?

wide glade
#

somebody nuked the old drive PepeHands

uneven ledge
#

ohhh

#

okie

wide glade
#

(that should probably also be pinned here btw @ green names)

verbal violet
#

So I decided to try out the randomizer (mod list in manager v8.6.0 is: rando3, QoL, RandoMapMod, SereCore, Vasi, ModCommon, and Benchwarp) and my stag stations seem to be working wrong. When I ring the bell the stags appear instantly, only dirtmouth can be traveled to, and even if I back out of the menu I get traveled to dirtmouth. Does anyone know what would be causing this?

wide glade
#

that is correct

#

all of that is intended

#

qol causes quick stags, and stags are randomized

#

only unintended behaviour is if you exit out of stag menu it stags to dirtmouth, which is known but not a massive deal since you can just benchwarp back

verbal violet
#

Ah so I just misunderstood how it works with the randomizer, thanks

wraith wave
#

ok so like when i join my frend he can see me move on there side

#

but i cant see them

uneven ledge
#

so I think im being dumb, but what do i do after creating the vanilla folder? also what is the solution i need to open? this is for modding API for 1221 btw

wide glade
#

don't build it yourself

uneven ledge
#

how don't I?

wide glade
placid arrow
#

I cna

uneven ledge
#

okay tysm

placid arrow
#

sorry

#

I can't find the keybind for saving and loading savestates in the debug mod. is there a way to add a command binding?

wide glade
#

where did you download debug mod

placid arrow
#

from the google drive

wide glade
#

because it's probably the wrong version and i want to know who still has the old version up 😤

#

oh damn

placid arrow
#

Serena - Debug Mod

wide glade
upper salmon
#

can i get some help on hollow point

wide glade
#

have you read the readme

upper salmon
#

yes

placid arrow
#

I still don't have the make savestate as an option to bind

wide glade
placid arrow
#

yes

upper salmon
#

i cant get hollow point to work

grizzled minnow
#

Is there a mod to improve the game on lesser pc's ?

wide glade
wide glade
upper salmon
#

i downloaded the mod and it wont show up

wide glade
wide glade
upper salmon
#

v8.6.0

wide glade
#

can you screenshot modinstaller?

upper salmon
#

sure one sec

pure olive
#

hay how do i get the gun mod????

wide glade
#

read the pins, get modinstaller

upper salmon
pure olive
#

thx

wide glade
upper salmon
wide glade
#

ok so hollow point is loaded

#

what is the issue

upper salmon
#

it wont show up in game

wide glade
#

did you try it on a new save

upper salmon
#

yes

wide glade
#

zote read the readme, this time taking special care to read the section labeled "Important read this"

oak geyser
#

How do you locate the Hollow knight installation folder?

#

For modinstaller

vernal iris
#

Are you on steam?

oak geyser
#

No

#

Bought from Microsoft store

#

Is that bad?

vernal iris
wide glade
#

can't mod on microsoft store version unless you dual boot linux

#

windows protects the game files

oak geyser
#

Oh

#

Does that include hp laptops?

wide glade
#

if the game is through windows store then yes

#

what make of computer isn't gonna change that

oak geyser
#

Oh shit

#

Anyway

#

Thanks for the help mate

native bloom
#

I don't know where to get the AK mod

#

and I do not want to use google because I might accidentally install shitty malware instead

wide glade
#

pins

real jacinth
#

check the pins

native bloom
#

alr

#

thanks

hidden plinth
#

anyone know what I would have accidentally selected to make me insta die on one hit?

gloomy coral
#

Which mods did you download?

hidden plinth
#

Let me check

#

Does it matter if they're downloaded and disabled or should I just list the ones I have enabled?

gloomy coral
#

Just screenshot the main menu

hidden plinth
#

Sorry, I finally bought a Windows (this game actually was the thing to finally push me to get one lol) and I've had a Mac for awhile so I'm relearning how to use this thing

#

oh wait. . . main menu. . . of HK. . .

#

Ok, this, right?

solar bay
#

I am back
Does anyone know how to run Hamachi on the terminal for Linux???

#

I have it installed and now it's available in the terminal, only problem is idk how to run it or what command to make it run

wanton scarab
#

Guys I have a problem with {The Git Gud Patch - Full Installer (v1.1)-6-1-1-1584807493.exe}

#

I download it Such as the load method I saw but did not work

#

Still giving me ERROR

native bloom
#

I accidentally became immortal

#

how do I undo this?

#

well

#

"immortal"

#

I can heal for 1 soul abnormally fast

gloomy coral
gloomy coral
# native bloom I can heal for 1 soul abnormally fast

if you had the QoL Mod already installed:

  • go to save files
  • locate userX.json (with X being the save slot number from 1 - 4)
  • ctrl+f "focusMP_amount"
  • set the value to 33
    if you don't have the QoL Mod:
  • https://bloodorca.github.io/hollow/
  • go to save files
  • locate userX.dat (with X being the save slot number from 1 - 4)
  • upload that to the website
  • ctrl+f "focusMP_amount"
  • set the value to 33
  • download encrypted (PC)
  • rename it to the original name (will be downloaded as user1.dat, rename if you want slot 2, 3 or 4 to be edited)
  • put it back to the save file folder
hidden plinth
#

No charms, I even deleted the save file and started over without putting anything on. Not even a custom skin.

tawny pendant
#

Excuse me. I know its likely asked often, but.
I have Hamachi, how do I host and let a friend join me?

real jacinth
wanton scarab
tawny pendant
#

We're meeting in Dirtmouth.

real jacinth
wanton scarab
#

-_-

gloomy coral
#

Check the pins for the installer

real jacinth
#

if you want mods supported by the staff here, check the installer.

hidden plinth
# real jacinth elderbug god

Oooooh thank you, Mickely . . . the only thing I could find that said what that did was "He's a cool dude". . . I didn't know it'd make me autodie in one hit

real jacinth
#

you can selectively install pretty much everything on the git gud patch anyways

#

and with stuff that's actually updated

tawny pendant
#

Can the client have the Server mod, or no?

real jacinth
#

did you read the pin

tawny pendant
#

Yes, I'm just confused, I'm sorry.

#

Wait.
Are you able to have ANY other mods than that?

#

We have a Healthbar mod.

real jacinth
#

yes

#

those are just the required ones to work

tawny pendant
#

Alright. Sorry.
Been at this for an hour, and I'm getting annoyed at this.

#

Wrong image, damnit.

rancid coyote
#

basic question. But i wanted to play around with some mods. Can i do it on any of my saves or does it only work on a fresh one?

real jacinth
#

depends on the mod

rancid coyote
#

I wanted to try using debug from modinstaller

gloomy coral
#

That works on new and existing saves

native bloom
#

I have QoL now

#

I don't know what it does besides make loading faster

covert pike
#

mods only work on computer?

native bloom
#

I think

woeful cave
#

So when pressing "revert back to unmodded" in the installer, it says that it failed to find the vanilla Hollow Knight.exe, and to verify the integrity of my files.
I go into steam and verify it through there, it finds 1 file that can't be verified so it reacquires it.
I go back to the mod installer and try to revert again, and again it says that vanilla hollow knight can't be found.
So I do the whole process again, and find out that the file only becomes unverified once I try to revert to unmodded. Should I just try to uninstall the mods individually through the installer?

west bane
#

I go into steam and verify it through there, it finds 1 file that can't be verified so it reacquires it.

launch the game after this

woeful cave
#

oki doke, thanks

#

Is there any difference between modinstaller 1 and 2?

scarlet schooner
#

i was playing hollow knight using the redwing mod and blackmoth mod but after a few minutes i realized that i was invincible can anyone tell me how to fix this bug?

lunar copper
#

anyone wanna test oust my custom HOG arenas? dm if intrested

hidden haven
#

what if you have the game from the pc xbox game pass, will the mod work?

real jacinth
#

no

real jacinth
woeful cave
#

Any reason why sharp shadow would lag the game whenever dashing through objects? only seems to happen with mods

fluid plover
#

why is it that every time i press "revert back to unmodded" it says cant locate vanilla hollow knight

pliant lantern
# fluid plover why is it that every time i press "revert back to unmodded" it says cant locate ...

"Revert to unmodded" esentially copies and pastes a copy of the vanilla Assembly file (which is what Modding API replaces). For whatever reason, it isn't seeing the backup copy for you. That being said, it doesn't work right for a lot of people, for various reasons. You can manually swap the file, or you can "Verify Integrity" of the game on steam, or you can manually just click "Disable" on each of the mods.

fluid plover
#

yeah i just manually disabled all the mods

pliant lantern
#

If you plan on switching back-and-forth a lot, Jamie made a simple .zip with a .bat file that swaps them back and forth, and I can re-post it. You have to put the contents of the folder in a specific spot, but then you can make a shortcut on your desktop to the .bat

#

There's some resources in #modding-discussion .
There's also a custom Krita plugin that Italy made if you use Krita, and it allows you to see the animations. At the end of the day though, it's mostly going to come down to preference.

lunar copper
#

Manually installed mods don’t appear in mod installer menu and to disable and add them I have to move the actual dll file

pliant lantern
# fluid plover sure

This is the .zip

There's a readme with more info, but essentially you put all of the files inside of the folder into the folder that has hollow_knight.exe

If you right-click on the .bat file(s), you can click send to -> Desktop (create shortcut) in order to have an easy way to swap to vanilla without opening the folder.

I personally only use vanilla.bat, because when I want to play modded again, I just run Mod Installer, which automatically reverts it back to modded.

pliant lantern
lunar copper
#

That’s my issue

pliant lantern
#

Is it Mod Installer 1 or 2?

#

(Is it a Zote Head?)

#

Well, if it's 1 (the Zote head), then you may need to

  • Make sure that it's not running from your Downloads folder. Desktop is preferred.
  • Run it as Administrator.
  • Look more through the list, as some mods have different names than the .dll name

If it's Mod Installer 2 (the one with lots of checkboxes), then I'm unsure if it adds mods from outside of the main source. You may just have to disable mods manually.

fair briar
#

How does one make a custom trial
Is it somewhere online, through a app or in game?

proven fulcrum
#

does anyone know if theres a mod to replace the pantheon boss music with the original bosses music?

vernal rain
#

afaik no

proven fulcrum
#

ahhh lame oh well

gloomy coral
midnight dome
#

where can I get the old version mod,glass soul

gloomy coral
#

This?

wide glade
pliant lantern
wide glade
#

oh shroompog

fair briar
pliant lantern
#

Unfortunately, I've never used the mod, I just know where the links are grubsad

fair briar
#

ah

gloomy coral
#

Providing more information would be helpful

fair briar
#

wdym?

gloomy coral
#

Like what isn't being placed correctly

fair briar
#

the one is where my cursor is and the 3 is where they get placed

#

oh lol

#

my cursor isn't there

#

it is supposed to be in the right down corner

gloomy coral
#

If this is consistent you could just account for misplacement to correctly place it

fair briar
#

yeah but i cant place it on the ground because i cant place my curser of my screen

vernal rain
#

that probably happens because the editor places the enemy in absolute position in the scene, while your cursor is relative to the scroll

fair briar
#

is there a fix?

#

i cant make it bigger then my sreen tho

gloomy coral
#

Maybe make the editor window smaller

fair briar
#

i have tried but when i try to make ik less tall then it just gliches out and disapears

simple yoke
#

Why mod tribe of battle don't work

#

In arena just tribe of battle and no traitor lord.

gloomy coral
simple yoke
#

yes

#

In Hall of gods

gloomy coral
#

you have to play in a normal save, not in godseeker mode

simple yoke
#

aa

#

oh..

#

thank you

#

I go to beat Hollow Knight

#

Cuz I deleted my saves in normal mode 😄

gloomy coral
vernal rain
rocky pulsar
#

any program should work, but i personally use clip studio

wide glade
ivory aurora
#

They may have taken it up from someone else, not sure

lusty vortex
#

the mod installer doesnt launch properly i tried reinstalling it.

ashen wedge
#

How do I change the ModInstaller install paht

#

Nevermind lol

gloomy coral
lusty vortex
#

its this black thing with white words

gloomy coral
ivory aurora
#

I think they mean cmd

#

or whatever its called

#

yeah that

gloomy coral
#

Just wait for like 30 seconds

lusty vortex
#

an app opened

gloomy coral
#

Click the installed box on the mods you want

lusty vortex
#

doesnt look like the ones in the vid

gloomy coral
#

If you want the one in the vid, download mod installer 1

#

But both are same

lusty vortex
#

ty

shut raven
#

where can i download the installer? :>

ashen wedge
#

Windows Modding API ain't downloading

keen mason
shut raven
#

ty

keen mason
#

HELP!

#

I cant change the path for my Hollow Knight mods

ivory aurora
#

reset the installer

gloomy coral
ashen wedge
#

It's in my message.

wide glade
#

what version of modinstaller are you using, what version of hk are you using, and what exactly does "ain't downloading" mean

ashen wedge
#

Hold on

gloomy coral
#

Why

ashen wedge
wide glade
#

try modinstaller1 for windows

ashen wedge
#

Where can I download that?

wheat orchid
wheat orchid
dense shuttleBOT
ashen wedge
#

Ok

ashen wedge
#

OK multiplayer works now but on the host's screen I'm not moving but I can see him just fine (other than his attacks). Why?

wide glade
#

read the first pinned message

wide glade
fair briar
#

how does one use GODump

ivory aurora
wet sluice
#

I have made sure that every step is done exactly as all the messages say, but for some reason when I open Hollow Knight it just hasn't worked

#

no mods

#

I'm sure that the file path is correct and I have installed the mods - my friend did it the same way as me and it worked for him

#

does anyone know what the issue could be? I really don't know

wide glade
#

is there text in the top left

wet sluice
#

no

wide glade
#

ok so which modinstaller did you use

wet sluice
#

I've tried both that are linked

#

they both run and I can install the mods that I want

wide glade
#

and where do you own hollow knight?

wet sluice
#

staem

#

i'm sure that I put the correct filepath in

wide glade
#

can you screenshot what modinstaller.exe looks like

wet sluice
#

this is the other one

wheat orchid
#

Why are you using both

wet sluice
#

Because one didn't work

#

so i tried the other

#

and it also didn't work

wheat orchid
#

Did you install the ModdingApi mod in mod installer 2

wet sluice
#

yup

wheat orchid
#

Try going to your save files path and deleting all files with global settings in their name

#

?saves

dense shuttleBOT
#

Saves


Windows File Paths: (Assumes Default Steam Install Path, Adjust accordingly for DRM Free or Non-Standard Steam Path)

Game Files: C:\Program Files (x86)\Steam\steamapps\common\Hollow Knight\```
** **
Mac File Paths:
```Save Files: ~/Library/Application Support/unity.Team Cherry.Hollow Knight/
Game Files: ~/Library/Application Support/Steam/steamapps/common/Hollow Knight/hollow_knight.app/```
** **
Linux File Paths:
```Save Files: ~/.config/unity3d/Team Cherry/Hollow Knight/
Game Files: ~/.local/share/Steam/steamapps/common/Hollow Knight/```
wet sluice
#

%APPDATA%..\LocalLow\Team Cherry\Hollow Knight?

#

I can't find any file there with global settings in it's name

#

is that the right place

wide glade
#

screenshot the folder

wet sluice
wide glade
#

are you sure you're launching the modded install of hk

wet sluice
#

wait do i need a different version of hollow knight

#

like a modded install of hollow knight

wide glade
#

no that's just in case you have multiple installs

wet sluice
#

no I only have one install

wide glade
#

can you go to <game files>\hollow_knight_data\managed and screenshot that folder? curious how modinstaller can think api is installed think

wet sluice
wide glade
#

why are there no other files monkaS

#

the game shouldn't be able to launch wtf

#

can you verify integrity of game files in steam, then rerun modinstaller.exe

wet sluice
#

sure can

hybrid wadi
#

What is happening with my shade soul? I have shaman stone if that means anything

wide glade
#

multiplayer mod?

hybrid wadi
#

no

#

i had debug on

wide glade
#

what mods do you have

hybrid wadi
#

and i messed around with cloning a bit

stark badge
#

why does custom night dont shows in game?

#

like i cant change skin

hybrid wadi
#

API, common, multiplayer client +server (but not using them) and debug

wide glade
#

so you do have multiplayer zote

#

multiplayer server messes with how spells are casted, recommend disabling them if you want to play solo

wide glade
wide glade
#

can you screenshot the title screen?

stark badge
#

yep i have it

wet sluice
wide glade
wide glade
hybrid wadi
stark badge
#

wait a sec

wheat orchid
#

@wet sluice try using mod installer 1 and follow the instructions in the pins for resetting it

wet sluice
#

alright will do

stark badge
#

there is it

wet sluice
#

@wheat orchid @wide glade it worked thanks for the help!! :)

tribal stump
#

hi wer can i dl the mod installer ?

gloomy coral
#

The pins

jovial grail
#

Whenever I build my cs scrip with dotnet build i get 1236 Errors and I do not know why

stark badge
#

@wide glade what about the customknight then?

jovial grail
wide glade
#

A guide that explains how to install the CustomKnight mod and add your very own custom sprites to the game!

ModInstaller: https://radiance.host/mods/ModInstaller.exe
CustomKnight Skins: https://drive.google.com/open?id=1VlXmvI6KT2vzsGItY2w3rHjeCFx8DN0n
CustomKnight Skins (The White Palace Group): https://drive.google.com/open?id=16BUDS5e4_5eRI...

▶ Play video
stark badge
#

yeah they are in the correct folder and like this video

lethal breach
#

i recently installed hollow point but then when i got rid of it i now cant focus on any of my save files. what do i do?

coral marsh
#

is the multiplayer mod still working?

pliant lantern
pliant lantern
lapis laurel
#

why my mod installer keep reinstalling mod api

last arrow
#

I’m doing the impossible any% thing but I’m having trouble on the first like mid air menu thing how do I open my menu mid air?

wide glade
#

install qol + vasi

#

the level requires it for tricks that were patched out

novel bronze
#

is the mod installer a virus?

#

i just wanna know bc we cant afford a virus

wide glade
#

no

fallow pilot
#

Uh, no. You didn't really need me to tell you that, though.

wide glade
#

we wouldn't endorse a virus

fallow pilot
#

You have a virus scanner built in to your PC probably and this community seems better than that.

novel bronze
#

kk thanks lol sorry

wide glade
#

this is a public server, which has almost 100k members and the devs of the game are in it. do you think we are gonna try to sneak viruses under that

#

(other than 56 stealing your nekopara install)

novel bronze
#

h u h ?

fallow pilot
#

It's a new conspiracy: hollowgate zotewheeze

blissful night
#

I don't know if they counts as a mod but i made a skin for hollow knight how would i make it into a link

wide glade
#

upload to google drive?

blissful night
#

oh ok

pliant lantern
# lapis laurel why my mod installer keep reinstalling mod api

Every time mod Installer opens, it'll check to see if the modding api is out of date, and if it is then it'll update it. It should only do it once each time you open it, and it should only do it again if you switch to vanilla or there's an update.

#

If it's attempting to update repeatedly, then you may need to make sure that you're not running the Mod Installer from Downloads, and you may need to run it as Administrator.
If that doesn't fix it, then more info is needed.

velvet forum
#

is there a cheat to fill mask and soul in debug mode?

daring compass
#

ight i'm having a bad time tryna understand the multiplayer mod, is this hamachi thingy mandatory or am i just being dumb

velvet forum
#

i think it’s obligatory

fair briar
#

unless you do it localy

gloomy coral
pliant lantern
pliant lantern
fallow pilot
#

You don't need to be an expert to forward ports, but you'll generally have an easier time with something like hamachi

tribal stump
#

mod installer please

fallow pilot
#

Do you want to try again, but with a complete sentence this time? :/

vernal rain
#

?i

dense shuttleBOT
pliant lantern
tight basalt
#

anyone have the custom knight skin format

real jacinth
#

PNG

#

Transparent background

gloomy coral
rustic sun
#

is the google drive still gone?

gloomy coral
#

The modinstaller still works

fair briar
#

wasn't there a new drive?

rustic sun
#

im trying to get deco master but i cant find it on the mod installer

gloomy coral
#

Download it from here

rustic sun
#

thx

#

does it need any mods like vasi to be enabled to work?

gloomy coral
#

It doesn't hurt to download it

rustic sun
#

i get this

vernal rain
#

do you have that in higher quality?

gloomy coral
#

Which other mods do you have?

rustic sun
gloomy coral
#

Screenshot the entire top left of main menu

rustic sun
#

2 wait what

gloomy coral
#

The modding API is outdated

rustic sun
#

is it 🥴

gloomy coral
#

The current version is 60

rustic sun
#

ok i opened the mod installer

gloomy coral
#

Did it prompt you to update the API?

novel bronze
#

what should I do help pls...

gloomy coral
#

How many mods did you download??

rustic sun
#

lmao

#

thats like every mod on the installer

novel bronze
#

I just didnt know what to do

#

ahh

#

ok Ill change

gloomy coral
#

5-6 is wayy more than enough mods

novel bronze
#

ok

#

how to I disable them

#

do*

gloomy coral
#

Go to the installer and uninstall them

rustic sun
gloomy coral
#

Click on revert to unmodded

#

And then click on enable all mods

novel bronze
#

should It look like this

#

I enabled all mods

rustic sun
#

that just enabled like 50 mods zemershock

novel bronze
#

yea

rustic sun
novel bronze
#

I cant turn them off everytime it closes itself

#

got it

rustic sun
#

My pc is having a strokehornetshock

novel bronze
#

Oof

rustic sun
#

Pog it worked

#

Time to mess around and make some new stuff

novel bronze
#

with the gun mod I cant heal me right?

rustic sun
#

the readme says that i have to press capslock to place things but when i do nothing happens

paper brook
#

So, I'm trying to get uuwuu to load(since trying to test something), but it keeps failing to load. Curious if anyone knows if the mod was discontinued/broke at some point?

upper salmon
#

can someone help me with the muitplayer mod

blissful night
novel bronze
#

what is the mod download thing

#

nvm

gloomy coral
gloomy coral
gloomy coral
rustic sun
#

How do I do that 🥴

gloomy coral
#

watch fireborns video

blissful night
gloomy coral
upper salmon
#

my friend can't join

gloomy coral
#

read the first pinned message in this channel

upper salmon
#

is there any other without hamachi

normal pike
#

Sorry if this has been asked before, but I think I have a problem with older skins in CustomKnight where fallen Geo doesn't appear

#

it has the geo folder in there

#

and all other parts of the skin work fine

#

but geo falling from enemies doesn't appear?

#

if anyone can help me with this it'd be super appreciated

#

update: it started showing dropped geo about an hour into my play session without me changing anything

#

chonkglance confusion

latent bridge
#

Can someoneh help i used the debug thing to get all charms but why is voidheart using 4 notches?

real jacinth
blissful night
#

ok

vocal dock
#

?saves

dense shuttleBOT
#

Saves


Windows File Paths: (Assumes Default Steam Install Path, Adjust accordingly for DRM Free or Non-Standard Steam Path)

Game Files: C:\Program Files (x86)\Steam\steamapps\common\Hollow Knight\```
** **
Mac File Paths:
```Save Files: ~/Library/Application Support/unity.Team Cherry.Hollow Knight/
Game Files: ~/Library/Application Support/Steam/steamapps/common/Hollow Knight/hollow_knight.app/```
** **
Linux File Paths:
```Save Files: ~/.config/unity3d/Team Cherry/Hollow Knight/
Game Files: ~/.local/share/Steam/steamapps/common/Hollow Knight/```
vocal dock
#

okay so how do i only download the Daughter of Hallownest customknight sprites

#

in the zip it downloads i went to hollow_knight_Data/Managed/Mods and there are 2 folders in there called "CustomKnight" and "CustomHPBar"

#

can't i just carry the folder inside the CustomKnight folder into the CustomKnight activators

#

yea that worked

gloomy coral
#

so....

fiery quartz
#

hello, I'm trying to do brunn's palace but the sawblades are displayed behind all the thorns, seeing other people play this they have them in front, anybody else had this issue and found a solution? it makes the moving sawblades u have to pogo on pretty much invisible

iron laurel
#

?skin

#

Does anybody know where the custom knight skins are?

vocal dock
#

?saves

dense shuttleBOT
#

Saves


Windows File Paths: (Assumes Default Steam Install Path, Adjust accordingly for DRM Free or Non-Standard Steam Path)

Game Files: C:\Program Files (x86)\Steam\steamapps\common\Hollow Knight\```
** **
Mac File Paths:
```Save Files: ~/Library/Application Support/unity.Team Cherry.Hollow Knight/
Game Files: ~/Library/Application Support/Steam/steamapps/common/Hollow Knight/hollow_knight.app/```
** **
Linux File Paths:
```Save Files: ~/.config/unity3d/Team Cherry/Hollow Knight/
Game Files: ~/.local/share/Steam/steamapps/common/Hollow Knight/```
vocal dock
#

check the "game files" section

iron laurel
#

nah, I mean the google drive with skins other people made

vocal dock
#

then into hollow_knight_Data > Managed > Mods

real jacinth
#

Check the pins

noble osprey
#

Hello guys, can you help me? i search the hollow point (mod)

#

Can you send me the links for instal the mod pls '^'

real jacinth
#

Check the pins

noble osprey
#

it's not in the pins ''^''

spring bane
#

It's on the installers in the pins

vocal dock
spring bane
#

Give them at least 1 second before spamming

vocal dock
#

okay i was going to send the link that was why i asked

noble osprey
#

no i don't found it T^T, maybe it's 'cause i don't speak very well english

real jacinth
wintry apex
#

is it true that i get a lot of anti-virus popups when installing?

vocal dock
wintry apex
#

ah

real jacinth
#

If windows

noble osprey
#

nooh

vocal dock
#

you can download this and all the mods will be in it

noble osprey
#

i instal but not the hollow point mod

real jacinth
#

Hollow point is on it

vocal dock
noble osprey
#

and what he name is ? '^'

real jacinth
#

Hollow point

noble osprey
#

whut T^T

vocal dock
#

scroll down once you open the installer

noble osprey
#

wait a minute

lavish cave
#

is it just me or does the custom knight mod make geo invisible

real jacinth
#

Reload the game

lavish cave
#

yeah it only happens when i equip a new skin

#

i've only tried the pv skin so far so im not sure if it's a specific skin problem or customknight

vocal dock
lavish cave
#

possible

real jacinth
#

Usually it's resource limitations

#

Vanilla geo sprite will be used if no geo sprite sheet is present

#

Just reload the game and try it again.

#

Or load a different skin, then back to the one you want

tranquil oyster
#

i can't see the sprites listed in the drive folder for customknight without downloading the folders, is that normal

vocal dock
#

@noble osprey okay so if you download the installer i sent you and scroll down a bit you will see the mod in there

tranquil oyster
#

k thanks

iron laurel
#

?i

dense shuttleBOT
iron laurel
#

oops, wrong one

#

?mods

iron laurel
#

hmm... that seems to be broken too

wheat orchid
slow quiver
#

Heya. Hate to bother but I have trouble understanding how to install a debug mod for my 1.2.2.1 version

#

I'm VERY new to all of this

#

I watched a tutorial but things are setup differently for the guy in it when compared to me

wheat orchid
#

What’s different

slow quiver
#

He has the downpatched version in his steam folders

#

I have mine on my desktop

wheat orchid
#

Doesn’t matter?

#

Also I gtg

#

Phone at 1%

slow quiver
#

Well I thought so at first, but he talks about renaming the folders and stuff to be able to launch them?

#

Bye

waxen ginkgo
#

Hello

#

Anybody know where the gun mod is?

iron laurel
#

it's in the installer

novel bronze
#

It should be in the modinstaller

slow quiver
#

So do I still copy my folder? does it make a difference?

waxen ginkgo
#

Ok thanks

novel bronze
#

Lemme get some things clear first. You have already downpatched your game to 1221 correct? You tried to run it and it works right? Where the folder is doesnt matter at all. Just copy paste the modding api folders into the downpatched folder, like in the video.

slow quiver
#

Alright thats a big help already. Next question would be: How will I disable the mod?

#

I only need it to practice

tame tapir
#

does anyone know if Horribly Translated mod still works?

novel bronze
#

im pretty sure you just take the debugmod.dll out of your mods folder. (Not while the game is open ofcourse)

slow quiver
#

Alright thanks

#

Glad it's that simple.

normal canopy
#

So my mods stopped working and idk how to fix it

novel bronze
#

That could have a lot of reasons, be more specific. What mods are installed? Is it on every save file or is the one your using rn just corrupted. Have you tried reinstalling them. Have you tried restarting the game? What version of the game are you using?

normal canopy
#

Well all my save files dont show up when i have any mods in the mod folder and right now i only want debug mod and bench warp

#

I have tried reinstalling the game

real jacinth
#

Check the third pin

vocal dock
#

?saves

dense shuttleBOT
#

Saves


Windows File Paths: (Assumes Default Steam Install Path, Adjust accordingly for DRM Free or Non-Standard Steam Path)

Game Files: C:\Program Files (x86)\Steam\steamapps\common\Hollow Knight\```
** **
Mac File Paths:
```Save Files: ~/Library/Application Support/unity.Team Cherry.Hollow Knight/
Game Files: ~/Library/Application Support/Steam/steamapps/common/Hollow Knight/hollow_knight.app/```
** **
Linux File Paths:
```Save Files: ~/.config/unity3d/Team Cherry/Hollow Knight/
Game Files: ~/.local/share/Steam/steamapps/common/Hollow Knight/```
vocal dock
#

could you go to the Save Files?

slow quiver
#

If I put in the API it's going to replace the original Data right...?

#

Does that make a difference?

normal canopy
slow quiver
#

Should I keep a copy of the original data?

vocal dock
novel bronze
#

I would keep a copy yes. You are not allowed in speedrunning to have the modding api installed. So I would always have one normal 1221 folder and one modded 1221 folder

slow quiver
#

Alright so I'll just keep it all on my desktop I guess lol

#

Thank you very much

novel bronze
#

np!

normal canopy
waxen ginkgo
#

The gun mod won’t switch

#

And won’t let me equip it

wide glade
#

have you read the readme

waxen ginkgo
#

I did

wide glade
#

did you try it on a new file

waxen ginkgo
#

I did not do file

#

But it’s my first time moding

wide glade
#

? as in a new save file

waxen ginkgo
#

yes

#

I did

#

Oh figured out the problem

#

I need to download mod common

#

Thank god

#

well thank you for helping me or trying to

#

your cool : D

wide glade
#

(it also does not work on a new save file fwiw)

opal holly
#

is there actually a way to get rid of invisible hollow knight glitch

#

im a very bad gamer and legit i cant beat him and get any ending for the game cause of it...

wide glade
#

restart the game

#

if it persists, disable customknight

opal holly
#

i've done that a few times, it didn't work

#

ah, i'll try that then

#

when i get on, i'll see how it goes

wide glade
#

on worse pcs customknight causes the game to run out of memory for loading enemies zote

opal holly
#

why does it even happen btw? it seems like a super common bug-

#

what- i have a 2080-

#

glares at computer what are you hiding bitch

wide glade
#

it's also partially a unity memory allocation issue

opal holly
#

ah

#

well thanks man

wide glade
#

i'm not entirely sure what makes some people more susceptible to it myself, but removing customknight makes it far less common (apart from me, never used customknight and still get it every rando)

vestal hare
#

just downloaded the installer and downloaded the modcommon, Multiplayer client and server (as I plan on hosting) but when I launch the game it just crashes does anyone know why?

vestal hare
#

yes

wheat orchid
#

Unplug until main menu

vestal hare
#

thank you that solved the problem

tranquil oyster
#

i consistently get a notification saying that grimmchild upgrades needs to be updated every time i open the mod installer no matter how many times i update it. ive stopped at this point. im running Windows 10

tranquil oyster
#

k, and then im trying to use a separate hud sheet with my Hornet skin for the Custom Knight mod, but the hud isn't applying in game. i checked the guide and readme and couldn't find anything about it

#

i put the png in with the folder for the skin im using but its still not showing up, its just a normal hud when i enable the skin. there isnt another hud sheet in the folder, either

keen radish
#

did you name it right or

tranquil oyster
#

shit let me try to name it properly first, i forgot u have to name it what the skin is for

#

worked, thanks

#

im dumb

keen radish
#

yor welcome!!

lapis laurel
#

help

#

ModInstaller keeps reinstalling mod api

#

Linux

#

Already removed ~/.local/share/ModInstaller/*

#

But problem still persist

devout agate
#

i have a problem with mod instaler says I need the most recent version I want to know where to find it

lapis laurel
#

steam or gog?

smoky bone
#

?mods

devout agate
wide glade
#

do you own the game on steam or gog

devout agate
#

i get on gog

wide glade
#

then in gog galaxy go to game properties > manage installation > configure and select Version 1.4.3.2

devout agate
#

i will try another day good bye and thanks for try to help me

wide glade
paper brook
#

Does anyone know if frogcore was ever fixed? I've been trying to get uuwuu to load, but I keep getting this issue:

[ERROR]:[API] - Error: System.MissingMethodException: Method not found: 'FrogCore.JournalHelper.AddJournalEntry'.
[ERROR]:[API] -   at Modding.ModLoader.LoadMod (IMod mod, Boolean updateModText, Boolean changeSettings, System.Collections.Generic.Dictionary`2 preloadedObjects) [0x00000] in <filename unknown>:0 
[ERROR]:[API] -   at Modding.ModLoader+<LoadMods>d__9.MoveNext () [0x00000] in <filename unknown>:0 ```
Which, going by the searches, may be based on the wrong frogcore? But I tried downloading and installing frogcore from the google folder manually, so I'm guessing that one may be wrong as well? Or is there something else I'm missing?
steel fossil
#

Are any of the mods known to just straight up remove boss fights? I just got it on PC and got some mods and Hornet just wasn't there for her first fight. I got the achievement for beating her as soon as I started the game and I haven't had any negative effects besides her fight just not existing at the dash ability's location

gloomy coral
#

which mods did you download?

steel fossil
#

CharmOverhaul, Custom Knight, DeathCounter, Grimmchild Upgrades, Indie Crossover, Infinite Grimm, Lifeblood Master, ModCommon, Press G to Dab, QoL, and Vasi

keen mason
#

Hey guys, I am wondering if I do multiplayer with randomizer, will the randomizer sync with the both of us??

#

Like room or item

gloomy coral
spring bane
#

If you want the same items in same spots use the same seed

gray anchor
#

ok so my modding thingy got completely borked by the hollow point mod. no matter what I do I can't basically use any features of it whatsoever

#

when I try to revert back to un modded, it says could not locate vanilla game files and then closes, then when it opens up again, it seems fine. it also repeatedly downloads the updates for the grimmchild thing and the hollow point mod every single time I open it up, and I can't seem to enable/disable mods lastingly... if I turn off the launcher and open it again it just reverts back to having this dumb gun mod on that I never want to see again in my life

#

I fixed the healing issue that apparently just simply happens when you use this mod ever, but I would really like to figure out how to un-fuck my mod launcher if anyone has any info on that.

#

I verify game files on steam but every time I open up the mod launcher it just re adds the shittified files

gloomy coral
#

just uninstall hollow point after you open the installer

#

I verify game files on steam but every time I open up the mod launcher it just re adds the shittified files
(it downloads modding api everytime you open the installer because every mod needs it to run)

#

when I try to revert back to un modded, it says could not locate vanilla game files
This should be fixed by verifying integrity of game files (which you did)

#

repeatedly downloads the updates for the grimmchild thing and the hollow point mod every single time I open it up,
ignore that

#

I can't seem to enable/disable mods lastingly
just install the mods you want and uninstall the ones you dont. dont use enable/disable

exotic comet
#

oops

#

im having trouble with modinstaller

#

every time i open it, it says it cant find the game

#

and i press ok and it closes

gloomy coral
#

does it ask you to locate hollow knight install?

exotic comet
#

it did now it doesnt do it anymore

#

i tried reinstalling but it did nothing

gloomy coral
#

reset the installer. the instructions are in the pins

exotic comet
#

did nothing

#

confirmed the path again, and said it couldnt find the game

gray anchor
#

sorry, I mis spoke. I can't uninstall any mods successfully, not just disable.

exotic comet
#

i cant manually select anything

gloomy coral
exotic comet
#

i cant point it to anything

#

it justs asks if a path is correct and i can only say yes

gloomy coral
#

where did you get the game from?

exotic comet
#

nvm i didnt see the no option

#

im blind

gloomy coral
gray anchor
#

like I said it offers updates to a couple of them and then just opens like normal

gloomy coral
#

after it opens, what happens when you press uninstall

gray anchor
#

hollow point succesfully uninstalled

#

but then if I re open the program it is installed and there again

dense shuttleBOT
#

Saves


Windows File Paths: (Assumes Default Steam Install Path, Adjust accordingly for DRM Free or Non-Standard Steam Path)

Game Files: C:\Program Files (x86)\Steam\steamapps\common\Hollow Knight\```
** **
Mac File Paths:
```Save Files: ~/Library/Application Support/unity.Team Cherry.Hollow Knight/
Game Files: ~/Library/Application Support/Steam/steamapps/common/Hollow Knight/hollow_knight.app/```
** **
Linux File Paths:
```Save Files: ~/.config/unity3d/Team Cherry/Hollow Knight/
Game Files: ~/.local/share/Steam/steamapps/common/Hollow Knight/```
gloomy coral
#

?saves

gloomy coral
#

go here and then open hollow_knight_data → managed → mods and delete the hollow point.dll from there

gray anchor
#

be back in a few, irl calls! I will try this, and thank you very much for the help so far btw

simple stone
#

hey
apparently the custom knight mod doesnt work with hollow point but i've seen a video where the zote skin's used
with it. is it a new bug?

#

oh and also for some reason whenver i swap kits in hollow point the soul regen doesnt work anymore, i left and rejoined game once adn that solved it but i did it again after i swapped to another kit and i still dont regen soul

gloomy coral
gloomy coral
#

i think its greed that doesnt give you any soul regen but doubles the amount you gain from hitting enemies

simple stone
#

i legit only have

#

fluketroopers fire and fusalirs fury

#

this happens whenever i swap a kit

flat sail
#

i need help i want to learn how to create mods in hollow knight. are there any guides for that? i know how to make custom knight mods but i want to learn how to modify the bosses in game.

gray anchor
#

@gloomy coral hey, so I was able to remove mods but I am still having an issue where whenever I try to load ANY mod the game crashes... any mod whatsoever

gloomy coral
#

the game crashes or the modinstaller crashes?

#

which mods did you download?

gray anchor
#

the game crashes... the mod loading bar shows up but then I get an error sound and it breaks. just trying the indie crossover one atm

gloomy coral
#

are there any other mods?

simple stone
#

i swear to god

#

why the fuck wont my mod word

#

work

#

its so annoying

#

fuck hollow point man

#

it legit just stops regenerating soul after 2 minutes

#

im using shotgun does it do this?

gloomy coral
gloomy coral
simple stone
#

i think its only if i swap gun kits or use shotgun

gray anchor
gloomy coral
gray anchor
#

still doesn't work

gloomy coral
gloomy coral
pliant lantern
#

Vej, you should probably use a program that you're familiar with

gray anchor
#

yeah I tried removing all mod related files from there and still doesn't work.

pliant lantern
#

The only reason I mentioned Krita yesterday, was because I was saying if you use it, then there's a plugin for it that makes the sprites animated. But you don't need to use that lol

gloomy coral
pliant lantern
gloomy coral
#

that was a while back tho

pliant lantern
#

It was, yeah lol

gray anchor
#

when I try to revert back to unmodded, it says unable to locate vanilla hollow knight

#

please verify integrity of game files and relaunch this installer

#

I verify files on steam, 1 file removed, open up mod installer, try to revert back to unmodded, I get the same message

real jacinth
#

verify the file

#

then stop there

gray anchor
#

but I wanna use mods 😢

real jacinth
#

then why are you reverting to unmodded

#

UNMODDED

#

aka... NO MODS

pliant lantern
#

Verifying the file does the same thing that "revert to unmodded" does.
Opening the Mod Installer rewrites the file

gray anchor
#

because the guy who is helping me troubleshoot told me to? in this chat room?

pliant lantern
#

I think Mulhima was suggesting that they attempt to remake the modding api file

real jacinth
#

what issue are you even having?

gray anchor
#

you can read my past messages to find out

real jacinth
#

nah

#

GL

gray anchor
#

yea fuckin bye

real jacinth
#

?warn @gray anchor Language

dense shuttleBOT
#

dynoSuccess Warning logged for grayfruit#4915. I couldn't DM them. || Language

pliant lantern
#

Gray, did you delete these files, when Mul mentioned deleting "moddingapi" files from saves?

#

?saves

dense shuttleBOT
#

Saves


Windows File Paths: (Assumes Default Steam Install Path, Adjust accordingly for DRM Free or Non-Standard Steam Path)

Game Files: C:\Program Files (x86)\Steam\steamapps\common\Hollow Knight\```
** **
Mac File Paths:
```Save Files: ~/Library/Application Support/unity.Team Cherry.Hollow Knight/
Game Files: ~/Library/Application Support/Steam/steamapps/common/Hollow Knight/hollow_knight.app/```
** **
Linux File Paths:
```Save Files: ~/.config/unity3d/Team Cherry/Hollow Knight/
Game Files: ~/.local/share/Steam/steamapps/common/Hollow Knight/```
gray anchor
#

yeah I did

pliant lantern
#

Have you tried launching HK with just a simple mod, like QoL (and Mod Common and SereCore)?

#

And disable the other mods

simple stone
#

ive encountered SO MANY BUGS with hollow point

#

its so annoying

#

like the game will crash if you hit a boss and ur firing a gun

#

its only happened to me on mantis and the infected vessel but like

#

dear god its so annoying

#

i hate the glitch SO MUCH

gray anchor
#

I don't mean to sound rude but I think hollow point is my worst mod experience ever and I have dealt with some got dam mods in the past

#

seems like debug and modcommon work fine

simple stone
#

its like fun but.. just really annoying.

gray anchor
#

seems genuinely unfinished tbh