#archived-modding-help

1 messages · Page 89 of 1

glass meteor
#

the prepatcher post build is still windows only

low mural
#

if you don't want my changes you are more than welcome to just close my PR. There was a prepatcher casing issue and figured using the same case everywhere would be less confusing. Prepatcher post build change I made should make it work on any platform.
No clue why I needed wine to run the prepatcher. It worked fine when I debugged using monodevelop 🤷

glass meteor
#

ah cool

#

wine thing is super weird

low mural
#

i do not have a fresh install of mono - maybe i borked something at somepoint

gloomy wedge
#

hi, I'm wondering if anyone can help me. i'm trying to install randomizer 3 on linux, but it doesn't seem to be working

glass meteor
#

is there a (...)/Assembly-CSharp.dll failed to load in the top left of the menu

gloomy wedge
#

I got the modding API working using mono, and used it to install benchwarp, seanpr and randomizer 3, but none of it is actually showing up ingame

#

no, the menu just looks like vanilla HK, there's not anything in the upper left corner

glass meteor
#

the api isn't installed

#

oh yeah

#

installer is weird

#

it puts a file with backslashes in mods instead of in managed

gloomy wedge
#

oh, you're right

#

so do I just rename those files and put them in the right directory?

glass meteor
#

yeah

#

only the dll matters

gloomy wedge
#

okay, lets give it a try now

#

yes! it's working now!

#

thanks so much!

glass meteor
gloomy wedge
#

oh, but now my controller isn't working

#

doh

#

ah, that's addressed in the pinned message. hang on

glass meteor
#

no that one is for crashing

#

for linux you can build the api yourself or bother someone who's already built it ig

#

@ Avenging_Angle#0272 said he was gonna add other platform binaries to the installer

#

@ fallen has also built it

gloomy wedge
#

hoo boy, this is turning out a bit more complicated than I thought it would

noble basin
#

Wait I know why wine worked. It’s because wine is case insensitive and comes bundled with mono

#

I am adding linux support to the modinstaller today naidje so it will download a separate assembly csharp when you run it

glass meteor
#

but i did it with mono

noble basin
#

Yeah but fallen used wine

#

For one of the steps

glass meteor
#

i mean

#

I'm saying that should work yeah

#

but they shouldn't have had to

noble basin
#

Yeah I know

gloomy wedge
#

@noble basin oh sweet, that makes things a lot less complicated for me

noble basin
#

yeah there's a few points where the casing is wrong on some of the binaries

#

I am hoping that the work from someone has made it into the api

#

to fix this

noble basin
#
Mono dropped support for the older frameworks in the 4.x release. If you need to compile against the 3.5 assemblies, then yes, you will need a parallel install.```
#

welp

#

gotta install really old mono to run monomod

glass meteor
#

but you don't

#

it just complains

noble basin
#
Jormungandr ~/Downloads/fuckmyass5/Assembly-CSharp/bin/Release/net35 $ mono  MonoMod.exe Assembly-CSharp-patched.dll 
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
MonoMod 19.9.1.6
System.TypeLoadException: Could not resolve type with token 0100006f from typeref (expected class 'MonoMod.Utils.MonoModExt' in assembly 'MonoMod.Utils, Version=19.9.1.6, Culture=neutral, PublicKeyToken=null')
  at MonoMod.Program.Main (System.String[] args) [0x001ee] in <71b3fea653634393ac8b3aaec0affcdc>:0 

???

glass meteor
#

nuget restore better

#

nice folder name

noble basin
#

yeah there's 4 more like it

glass meteor
#

Did you change the version pinning?

noble basin
#

no, it's 19.6.1.6

#

should I

glass meteor
#

yes

#

i set it as *

noble basin
#

does the prepatcher affect runtime size/ram used/performance

#

or just compilation time

glass meteor
#

performance probably

#

and ram used maybe

#

you know how you couldn't do stuff like OnInt for certain garbage

#

now you can

#

because every field access to pd is a method call

noble basin
#

oh well then I need to find out why it won't run

glass meteor
#

using reflectionhelper so it isn't omega slow

noble basin
#

okay it runs but only on the debug version

#

that's because the debug version has symbols?

#

but isn't the debug version also gonna be less optimized

glass meteor
#

¯_(ツ)_/¯

noble basin
#

alright I lack write permissions so

#

gotta bug someone about this

#

@runic oriole

glass meteor
#

.

noble basin
#

I cannot test the code changes I made until you pull this because it requires reading from the xml

#

but it probably works

#

it compiles successfully

glass meteor
noble basin
#

yes it works

#

thanks

#

updated it on the website

#

@gloomy wedge @low mural if you redownload the modinstaller from the website. it will now install a separate assembly csharp if you are on Linux that I compiled earlier today that has controller support and whatnot.

gloomy wedge
#

awesome! gonna do that rn

#

awesome job!

glass meteor
#

@noble basin you are ruining my life

noble basin
#

you need to redownload it as well

#

oh fuck

#

I forgot to update the sha1sum

glass meteor
#

why have you done this

noble basin
#

so it would autoupdate

#

asdahsdi

#

2b2663be38e71887deaa2ce8196b023ea5977a57

#

sent pr

glass meteor
#

already changed it

noble basin
#

oh ffs

glass meteor
#

🐌

noble basin
#

heck u I sent the pr first

gloomy wedge
#

awesome it works! thanks so much Angle!

gloomy wedge
#

hm, new issue. playing randomizer 3, the game freezes sometimes when I pick up an item

#

or rather, the knight freezes halfway through his pickup animation. music and background animations keep going as normal

#

and it wont let me open the menu. have to alt+f4 to get out of it

#

this has happened for about 50% of the 4 item pickups I've done so far

gloomy wedge
#

anyone have any idea what could be causing this?

real jacinth
#

not without more information

gloomy wedge
#

what do you need to know?

real jacinth
#

literally anything else would help. what game version you have, what OS, what other mods are installed, etc etc

gloomy wedge
#

lemme screenshot my title screen real quick

#

and I'm on linux. running the steam version

elfin jasper
#

Could just be the randomizer logging system. I think it's acted up for people on different OS before

#

It certainly is not well written

gloomy wedge
#

is there any way to fix that?

elfin jasper
#

If that's the problem, then no

gloomy wedge
#

crap

#

that sucks. it's pretty much unplayable if it freezes up at every other item pickup

nova solstice
#

which mod changes the knight color?

#

and how do i configure it?

elfin jasper
#

CustomKnight

#

?guides

proud quailBOT
elfin jasper
#

And with regards to the ModInstaller, people like to break it for fun every now and then

#

I'm sure it will work again someday

glass meteor
#

@shrewd prism probably just need to redownload it

versed needle
#

any auto update system or

glass meteor
#

idk aa changed something

#

Should auto update but idk

elfin jasper
#

As far as I can see, it creates the autoupdater then crashes

narrow musk
#

So I just wanna double check to see if I have the right thing because while trying to open the thing there's a pop up saying it could be unsecure. I just don't wanna risk it, help please

glass meteor
#

this happens sometimes

#

so it's presumably the right file

narrow musk
#

Ok thanks I just didn't wanna download something bad

rare blaze
#

When Trying to open the Mod Installer (i've opened it with no problem before), this happened. Don't know how to fix it

glass meteor
#

@rare blaze redownload the installer

#

That's auto update being bad

rare blaze
#

ok i'll try that

#

it worked thx

outer cedar
#

How do i use custom knight mod?

#

...anyone.

glass meteor
#

?guides

proud quailBOT
glass meteor
#

It's also pinned

outer cedar
#

oh, so what do i do, click the link?

glass meteor
#

The link has a link to a custom knight guide

outer cedar
#

ok

#

god dammit opera

#

uh.

#

so i got the random colors...

#

is it all random or do i get to choose which i want?

#

anyone.....?

versed needle
#

Does this mean you installed rainbow knight?

outer cedar
#

i installed whatever i chose

versed needle
#

Alright then dude

#

What did you choose?

outer cedar
#

i want to use just one of them

#

i used custom knight

versed needle
#

This ain't it

#

Read the guide better

outer cedar
#

i did read it ;-;

versed needle
#

Don't just download the HUD images

outer cedar
#

oh

#

What else do i download

versed needle
#

The rest of the images

outer cedar
#

oh, ALL of them

#

ooh.

versed needle
#

For whichever skin you want

#

Not literally all of the options

outer cedar
#

ok then

#

im already usin custom knight sprite packs

#

i grabbed out rainbow knight

versed needle
#

Very cool

outer cedar
#

uh so now what

versed needle
#

Good question

#

Dunno what you want me to say, since you've already got it working

outer cedar
#

uh...

#

well thats all i have to do?

#

nothing else required?

#

@versed needle u gonna tell me

versed needle
#

Dude I don't know

#

You said you're using rainbow knight

#

If it's working you're good

#

If it ain't you're not

outer cedar
#

ok then

#

but uh

versed needle
#

Yes

outer cedar
#

Question: Do profiles already made update to match the modding?

gloomy crater
#

sometimes

#

most of the time

outer cedar
#

it didnt for me ;c

#

still shows normal

gloomy crater
#

have you tried actually following the guide

outer cedar
#

ye

#

i downloaded them too but they dont wanna work

#

and did the other stuff

glass meteor
#

geo.png

outer cedar
#

whut.

#

anyways i gotta go

versed needle
#

👋

limber lotus
#

i started a new randomizer run but for some reason i start with 300 geo, die in one hit, and spawn at the colosseum of fools. i have no idea if thats a setting or what. anyone know whats goin on here?

#

alright it took me looking in options to fix. we good. 👍

#

well i fixed where i spawn. still die in one hit for some reason

limber lotus
#

elderbug god. elderbug god kills you in one hit. i have cracked the code.

glass meteor
#

@crystal bay fix your mod

limber lotus
#

at first i thought i had glass soul on by accident. for some reason that mod gives you 1 hp

snow slate
#

I need to manually install the mods, as ModInstaller refuses to open properly now - no idea why. Where can I find the mod files?

glass meteor
#

redownload the installer

snow slate
#

I have, several times.

#

Doesn't fix anything.

glass meteor
#

Like recently?

#

The general issue people have been having was caused like 12hr ago

#

Mods are on the gdrive though

#

?mods

snow slate
#

Yeah

#

Thanks

#

Yeah to the "it's recent" - worked fine yesterday.

elfin jasper
#

fwiw, I have the same issue

glass meteor
#

with the new one?

elfin jasper
#

yes

#

Running it creates AU, and nothing else

glass meteor
#

Can you try running it in dnSpy?

elfin jasper
#

Maybe tomorrow. I turned my pc off

glass meteor
#

alright

#

@noble basin ruining my life, etc etc

snow slate
#

What's dnSpy?

glass meteor
#

program for decompiling .NET stuff

#

it has a debugger thing

noble basin
#

fuck me

glass meteor
#

no thanks

#

honestly have no idea how that commit yote auto update and half of the new installers

#

it's like 5 lines

noble basin
#

autoupdate works for me on an older version of the api

#

but I dunno about the second to most recent version

#

cuz I never downloaded it

glass meteor
#

not api

#

modinstaller autoupdate

noble basin
#

@glass meteor

#

hey

#

why does

#
"BoolValues": {
    "keys": [
        "ShowDebugLogInGame"
    ],
    "values": [
        true
    ]
},
#

get overrided

#

every tiem I try to add it

#

oh _keys

glass meteor
#

cause it's _keys and _values

noble basin
#

goddamn it

#

why

#

does the pinned messages not reflect it

glass meteor
wispy crow
#

hey all

#

need help with installing Glass Soul mode

#

think i might've broke my game while trying it myself

#

so

#

please help me

#

:/

tawny carbon
#

@wispy crow do you have the installer

novel bronze
#

should i take off all charms before turning off infinite charms mod

echo ocean
#

anyone else having issues with rando3 causing extreme freezes? 1-2 seconds when transitioning rooms, ~1 second when taking damage or killing an enemy

real jacinth
#

No

echo ocean
#

Ok thanks

#

wondering if its a bad interaction so disabling QOL and Enemy HP Bar for now

covert oasis
#

enemy HP bar has a memory leak issue

echo ocean
#

oh :( thanks

tidal kernel
#

Is there a way I can manually uninstall mods? the modinstaller isn't working for some reason

vocal pendant
#

I'm having the same problem with the modinstaller, it says it can't get the online list of mods and neither the offline mode works...

#

I believe you can uninstall mods by removing them from the game folder

versed needle
#

Redownload the installer

vocal pendant
#

Will it detect the mods we currently have installed?

versed needle
#

Yeah

narrow pollen
#

How do i use the debug mod?

real jacinth
#

with your mouse

narrow pollen
#

this is too confusing

#

like how do i give myself stuff or make myself invincible

versed needle
#

with your mouse

narrow pollen
#

WELL I CAN'T USE MY MOUSE BECAUSE I ACCIDENTALLY MADE IT SO WHENEVER I CLICK IT TELEPORTS ME BACK TO THE START OF A ROOM.

real jacinth
#

ah yes, yelling. the best way to get help

#

especially when you never said anything about binds being messed up

sleek tiger
#

go delete the .json file for the debug mod, should fix your bindings

narrow pollen
#

i can't find any .json file

sleek tiger
#

it's where your saves are

inland sierra
#

uh when i open the mod installer, it says it cant find the right installation folder

covert oasis
#

what store did you install the game on

inland sierra
#

huh

#

steam?

#

helpppp

sleek tiger
#

go t your steam directory

#

steamapps

#

common

#

Hollow Knight

#

or smth

deep cape
#

Hoi, short question - is there a file that tells me what the mods do? Some of them have no readmes, like Glorious Combos

covert oasis
#

📌

deep cape
#

ohhhh

#

thank you! it was quite far down on the list

novel bronze
#

Hi I wanted to ask about modding the windows store version of hollow knight

#

and if its even possible

tawny carbon
#

its not possible chief

novel bronze
#

F

tawny carbon
novel bronze
#

looks like imma have to buy the steam version

tawny carbon
#

yea

novel bronze
#

Thanks tho

tawny carbon
#

np

narrow pollen
#

Can anyone help me save edit hollow knight so i either have all the charms or have the kingsheart?

covert oasis
#

debug mod

narrow pollen
#

i have no idea how to use the debug mod. plus i broke it and now whenever i click it teleports me to the start of a room so i don't wanna use it.

covert oasis
#

ghost ping be like

tawny carbon
#

didnt we help you before but you stopped asnwering

#

delete the json file

#

in

#

your

#

SAVES

#

?saves

proud quailBOT
#

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/```
tawny carbon
#

@narrow pollen

#

and pause the game press f1 choose charms equip it done

narrow pollen
#

i deleted the .json and whenever i click it still teleports me (plus when i press f1 it just hides debug and i have no idea what you mean by choose charms.)

#

@tawny carbon

tawny carbon
#

at the debug menu

#

by press f1 i meant open debug

narrow pollen
#

oh

#

whenever i try to click a thing it ignores me clicking a button and teleports me. even if i have the game paused.

tawny carbon
#

wtf

#

can you give us a footage

narrow pollen
#

i can't even press options so i can make it not fullscreen so i can record.

#

@tawny carbon

tawny carbon
#

why not use obs

#

@narrow pollen

narrow pollen
#

just tell me how to change the bindings without clicking.

glass meteor
#

The only way to do that is what he already said my dude

#

If your binds didn't change you didn't delete the right file

narrow pollen
#

OH IT WORKED

#

I DELETED BOTH FILES INSTEAD OF JUST 1

sleek tiger
#

you had deleted the wrong file. then

silent thunder
#

I want to run this mode. So I installed this mode and ran Hollowknight, but I couldn't get what I wanted. this youtuber said "Install the Infinite Grimm mod, then edit InfiniteGrimm.Globalsettings that can be found in your hollow knight folder in app data, then change "false" to "true" for Nightmare God Grimm and Nightmare God Grimm Dies." But idw what means [ Change "false" to "true" for Nightmare God Grimm and Nightmare God Grimm Dies. ] Because i'm Korean so i'm not good at English.

sleek tiger
#

?saves

proud quailBOT
#

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/```
sleek tiger
#

go to Inifnite Grimm's .json file stored in Save Files (based on whatever system you're on)

#

open that and edit it

#

there's a list of things you can change

#

like Hardmode or stuff

#

the NGG things are there

#

@silent thunder

silent thunder
#

Oh, thx. i will try it.

void saffron
#

Hoi, I wanted to try the random enemy mod. So, I installed ModInstaler and I activated enemy randomizer but when I lauched the game, it didn't work. The other mods are working correctly, if someone has a solution pls ping me. Thanks in advance

#

And yes I bought the game on steam

open kayak
#

enemy randomizer is unstable and not recommended I believe

wispy crow
#

same here

#

i had to clear and create new saves because they all went whack from using enemy randomiser

#

three of them

#

@tawny carbon yes, i have the installer, but it stopped working for some reason.

#

i'll just let you know about my current situation

#

I installed the Glass Soul mode mod

#

i read the readme

#

i was an idiot and replaced the hollow knight data files

#

now whenever i launch the game, there's just a black screen with the cursor

#

really appreciate any help to get my favourite game working again :)

safe stirrup
#

Have you tried uninstalling and reinstalling the game

wispy crow
#

uh

#

can't believe i didn't think of that!

#

thanks!

#

wait

#

does it remove all my data?

safe stirrup
#

I mean

#

From what it sounds like there isn’t any

#

So

wispy crow
#

:/

#

should i backup files just in case?

tawdry grail
#

hey guys, one short question about the randomizer: what do the different curses ("no","nooo","nooooo" etc) do?

void saffron
#

I uninstalled and reinstalled the games and the save files are still here

wispy crow
#

okay thanks

wispy crow
#

IT WORKED

#

thank you honk and Grimm Boi!

#

now

#

time to get a PROPER guide on how to install Glass Soul

#

any tips?

real jacinth
#

?i

proud quailBOT
glass meteor
#

the tip is to find the API version somewhere in one of the channels because the one on the drive won't work

feral grove
#

Hi guys, don't if this is the right place to ask this but, where can i find the Sprites of the game? Like if i want to The Knight's cape of another color can i find the image and then change it?

peak dome
#

me and friend have the same problem, the modinstaller won't open and some AU file pops up beside it

tawny carbon
#

@feral grove there is a mod for that

#

?i

proud quailBOT
tawny carbon
#

here install customknight from here

real jacinth
#

@peak dome redownload the installer

tawny carbon
#

you can modify the sprites in the location of your files , managed /mods/custom knight

noble nebula
#

Isnt CustomKnight replaces only player sprites?

tawny carbon
#

yes

noble nebula
#

Is there a way to replace boss sprite? Traitor Lord for example

tawny carbon
#

yes but youll need more technical information on that

noble nebula
#

Ohh

tawny carbon
#

asset bundle should work too

#

modding development pins

glass meteor
#

asset bundle is overkill as fuck

#

you just replace the animator Sprite texture

feral grove
#

@tawny carbon Thank You very much !

tawny carbon
#

no problem! enjoy your modded hollow knight! 😉

narrow pollen
#

Is there any way to make your own room>

tawny carbon
#

yes

#

nes go

narrow pollen
#

how

tawny carbon
narrow pollen
#

how do i open it

fiery briar
#

.-.

narrow pollen
#

there's no .exe

crystal bay
#

unity

proper pendant
#

You need the software to run the software shroompog

crystal bay
#

the software is unity

#

so yes, you need unity to open unity

#

amazing

narrow pollen
#

how do i run the software with unity

#

Also, is there any way to spawn creatures?

crystal bay
#
  1. you need Unity 2017.4.10f1, hopefully you already knew this since it says it on the github page
  2. In unity, you open it as a project
  3. afaik, nes still hasn't finished the mod portion, so you cannot bring over what you do into hk
narrow pollen
#

what about my second question?

crystal bay
#

no, you can't spawn creatures

narrow pollen
#

not even with mods?

crystal bay
#

you can create mods that do that but there is no mod that does that

#

unless you count debug mod which lets you duplicate bosses and enemies that are on screen

primal fern
#

Hi there. I am quite new here and have a question. I know that currently all the mods are for people who play on PC, but owning a Nintendo Switch, I wonder how it would be possible to mod this version of the game. Currently, I just ripped the game from my nand and don't really know where to begin. From what I can see there is no Nintendo related files such as bntx or other stuff like that, when looking at them with a hex editor. I have also heard that the game uses unity, so, maybe I should try with it ? Also, do the files use a specific encryption, like zstd or zlib ? Knowing that I don't own the PC version, I can't really do any comparisons out of nowhere

covert oasis
#

no

primal fern
#

Looking at the pinned messages in other channels, it looks like modding this game is more complicated than with others. Hmm, at least, if not modding, I would be interested in decompiling the files myself

versed needle
#

It's not that complicated unless you're comparing it to something where you don't have to write code

primal fern
#

Thanks. And for stuff such as textures, musics, or any other ressources like that ?

crystal bay
narrow pollen
#

How do i use the grimm child upgrades mod?

candid oxide
narrow pollen
#

it says it lets you change the color / damage / ect of grim in the readme but it doesn't say HOW.

glass meteor
#

bro

#

config file

#

where everything else in existence is configured

narrow pollen
#

idk where the config file is

candid oxide
#

is it not in the mod folder

narrow pollen
#

that does not tell me where it is

real jacinth
#

config files are where your saves are

narrow pollen
#

i forgot where my saves are

real jacinth
#

holy hell. emotes are way bigger now

glass meteor
#

?saves

proud quailBOT
#

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/```
narrow pollen
#

oh. i was already on the steam save files.

#

though i have no idea how and what to edit on the config files.

#

h

glass meteor
#

you change the thing

#

which says color

#

using a text editor

narrow pollen
#

can you just show like a gif? (and that's just color, not damage and stuff like that.)

viral ember
#

yo i am very dumb how do i find the "Hollow knight Installation folder" ;--;

viral ember
#

Nvm found it

lone atlas
#

yo loaded up the mod installer for the first time in a while and it added this one "AU.exe" which supposedly stands for auto-installer. i click it, something happens, click the mod installer again because it should be auto updated now or whatever, and nothing really seems to have happened minus it deleting and putting back AU.exe. halp.

untold elm
#

reinstalling the mod installer would probably fix your issue

real jacinth
#

^

#

that is a recent issue with the auto updates. Just download it again.

lone atlas
#

i uh

#

did

#

it still doesn't work

kindred tundra
#

this is weird

#

I installed the EnemyRandomizer from ModInstaller.exe

#

Even uninstalled whole game and deleted all files, but I still got this

versed needle
#

Really doubt you've reinstalled the game if that's still there

#

Easier ways to remove mods anyway

#

Verify game files

kindred tundra
#

It's the same

#

Did that

#

Mods are also working, just menu is bit fucked

versed needle
#

doubt

kindred tundra
#

I did

#

Also when I load up the game, the mod menu looks like it should

#

Just when I start a new save & enter the mod menu there it looks like this

versed needle
#

Yeah that's a known bug

ocean raven
#

After I install the Benchwarp mod, how does one warp benches? Sitting on one now

#

never mind

stuck jay
#

If I have multiple Hollow Knight versions on one computer, how do I have steam load the proper one?

#

I've done it before to have 1221 and recent patch without having to actively swap

#

but i don't remember how

#

Nevermind!

jaunty cloud
#

I'm trying to install mods onto hollow knight via the disc version(update version 1.4.3.2) I tried downloading lightbringer but after following the download instructions I was met with the black screen of death. Also, the hollow knight mod installer couldn't find a path to hollow knight so I couldn't use that to install the mod either. Is there any way that I can install mods on the disc version or is it impossible?

keen trout
#

so the Health Bar mod has a memory leak apparently?

#

it makes the game drop frames like crazy and rooms taking up to a minute to load when combined with the Enemy Randomizer

placid topaz
#

Would you reccomend Lightbringer?

keen trout
#

I haven't checked it out

#

Cranky has a playthrough of the game with it on his channel

placid topaz
#

What's the channel name?

keen trout
#

CrankyTemplar

placid topaz
#

Thanks my dude.

placid topaz
#

Wait in lightbringer do you glow like a lumenfly?

potent atlas
#

Honestly maybe you should, it'd make sense and address some complaints the mod has gotten

placid topaz
#

Like what if you don't mind me asking 753?

safe glacier
#

Can anyone tell meh why doesn't my Mod Installer app doesn't works for HK?

#

I mean it doesn't turns on :C

balmy fog
#

hello
i am just looking for an assist-mode mod, got really problems with my reflexes and it would help sometimes, specially for spikehopping

crystal bay
#

you could use debug mod

balmy fog
#

wouldnt that make all kinds instable?
i need it more situational and would rather try what i could on my own

night sail
#

why isn't my mod installer working? it takes a long time

#

should i restart my pc?

crystal bay
#

You can turn on/off what ever you want with debug mod.
So maybe make yourself invincible to make pogoing easier, slow down time for better reactions, increase nail dmg, etc

balmy fog
#

ah, ok, i thought it would be like in many games something you have to activate at start and need to restart the game to turn it off

crystal bay
#

no, you can toggle the settings on and off with shortcuts

#

or the debug menu

#

in-game obviously

balmy fog
#

can you recommend a mod or has the game this mode build in?

crystal bay
#

there is no assist mode mod

balmy fog
#

na, i thought the debug mode would be working trough a mod

crystal bay
#

like I said, I recommend debug mod which can be installed by reading the pins

balmy fog
#

ah, ok, there it is, thanks

#

and sorry for not seeing that 🙂

night sail
#

you might want to get the bench warp as well since it saves a lot of time

#

if you think the menus are colliding with each other F1 can hide the debug menu

balmy fog
#

thanks 🙂

night sail
#

ok, my mod installer now only opens a giant empty window with nothing but a "Manually"

#

do i need to update it?

#

?help

#

hmmm

outer cedar
#

hi

#

i need help with randomizer mod

#

idk how to make them work.

#

any mod idk about.

night sail
#

never installed it so idk

outer cedar
#

what does manually install mods do

#

does it just install the mod for you?

#

so it works

#

or do i have to do something

night sail
#

?mods

night sail
#

ok

#

got it

outer cedar
#

do i use those

#

randomizer 1 and 2 how to use

night sail
#

im gonna check

#

hmm

#

i only have 2&3

outer cedar
#

so if you have number 2 how do you install taht

#

i mean i downloaded it

#

how do i put it into use? new save i assume?

night sail
#

i think you need randomizer 2 & 3 don't forget "charm notch mod"

#

maybe

#

try a new save

outer cedar
#

do i need charm notch mod

night sail
#

it makes your life easier

outer cedar
#

cool

#

3 seconds later makes a new save and every enemy appears as a enraged guardian

#

xD

night sail
#

lol

outer cedar
#

number 1 i hope uses itself

night sail
#

it must be a bug

outer cedar
#

6 more seconds later every enemy becomes a false knight or radiance

#

dies inf times

night sail
#

even when the mod works correctly EG is common to find

#

hmm

outer cedar
#

I hope it isnt the 1st thing to appear

#

even though im good at fighting

#

in my opinion i want a 2 player

night sail
#

i will link a YouTube channel that has a lets randomizer play

outer cedar
#

i already been watching those

night sail
#

which one?

outer cedar
#

Oh lord i have to close stuff

#

the enemy randomizer going crazy on my computer

night sail
#

foregoner?

outer cedar
#

oh lord the lag on hollow knight

night sail
#

he made 2 lets playes

outer cedar
#

idk at this point the lag is fighting my computer

night sail
#

you might want to close the game

outer cedar
#

how about i close zote xd

#

because zote is the image of the mod thing

#

( tries healing ) Game lag: Wait, thats illegal.

night sail
#

lol, i don't think the mod installer really changes anything

outer cedar
#

huh k ima close it then

night sail
#

but why not

outer cedar
#

should i close this too

night sail
#

discord?

outer cedar
#

yes

#

it would probably help a tiny bit

night sail
#

fuck it restart the pc

outer cedar
#

too much language

#

test failed ( blows up )

#

The lag isnt bad

#

its staying on a low fps though

#

guess the game trying to load everything at once is bad

#

welp ima close discord

#

Superguestman124 has gone offline-ish

winter lagoon
#

Uhhh... Hi I'm new to modding, I'd like to ask if someone knows how to fix the "Failed to load" error. I'm trying to use the blackmoth mod.

#

Also I'm using the mod installer if that matters

versed needle
#

any logs

winter lagoon
#

It tells me to check the modlog.txt but I don't know where that is

versed needle
#

It's by your saves

winter lagoon
#

Where are those?

versed needle
#

?saves

proud quailBOT
#

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/```
winter lagoon
#

Aha

#

Hold on

#

Interesting I can't find it for some reason

#

Oh it's because I'm an idiot

#

I take that back

versed needle
#

This is a rollercoaster

winter lagoon
#

I'm sorry!

#

I'm really bad with this lol

versed needle
#

I forgive you

winter lagoon
#

Okay I got it

#

Thank you very much

#

"[ERROR]:[API] - Error: System.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.IteratorStateMachineAttribute' from assembly 'Blackmoth'." this?

versed needle
#

It's easier if you just send the file

winter lagoon
#

(Oh god I can do that?)

versed needle
#

Drag the file onto discord

winter lagoon
versed needle
#

As far as I can tell this isn't technically a problem with blackmoth

winter lagoon
#

I have no idea, I'm just saying it because it says failed to load on the top left

versed needle
#

Yeah, I can see why it's breaking

winter lagoon
#

As far I know the mod works because my dash was altered

#

But I don't understand why only this mod is doing this

#

Because I've tried others and they functioned fine

versed needle
#

If it's still working I wouldn't worry about it too much

winter lagoon
#

That so?

versed needle
#

It's a rare case because of a compiler generated thing

winter lagoon
#

Hurray I'm special

#

Though

#

While the dash works what worries me is that some other part of the mod doesn't

#

Something like that

versed needle
#

Nothing should be broken

winter lagoon
#

I also uninstalled every other mod just to be sure

#

Okay that's good to hear

#

Thank you for the help

placid topaz
#

So my game stutters whenever I kill an enemy with HP bars on is that normal?

elfin jasper
#

Yes

placid topaz
#

Okie Dokie, and for lightbringer do the nail arts deal the same amount of damage?

quick estuary
#

Is multiworld still updating? Just curious.

kind forge
#

guys pure vessel teleport to the room ? i have a problem black temple crash this game i alternative road teleport pure vessel room maybe not crashes game help me pls

tame socket
#

Is there a mac version of the mod installer? I only found the windows one

shrewd badger
#

So I added the debug mod but when I hid the menu it said press f1 but my computer doesn't use that so f1 doesn't work is there a way to change the key?

shrewd badger
#

Nvm I'm an idiot

silent marsh
#

I can't seem to run the modinstaller app - it opens, but appears to close immediately. I've tried installing mods manually, but it appears there is a problem with the file or something, because when I swap out the csharp file the game doesn't even open

#

im on a mac btw and using steam

real jacinth
#

Do you have mono installed? The Mac installer app will install that for you too if you don't, so it may take awhile. Just wait for it to do its work

silent marsh
#

thanks, I'll try that

#

i just really wanna try lightbringer lol

novel bronze
#

Guys, where can i find in the files on which bench do i respawn?

versed needle
#

If you want to switch your bench you can use the benchwarp mod

novel bronze
#

i cant start the game, it tries to load me on nonexisting bench

elfin jasper
#

the bench is saved as "respawnScene" and "respawnMarkerName"

#

How did your bench become broken?

novel bronze
#

After I died I somehow spawned a bench in the wall

elfin jasper
#

What happens when you try to respawn? Can you not pause the game?

novel bronze
#

i can walk a bit right and sit on it, when i tried to experiment and changed my charms the game crashed and now my save cant load

#

permanent loading screen

elfin jasper
#

I would suggest you try loading the game with Benchwarp uninstalled

novel bronze
#

i played without any mods

elfin jasper
#

Ok, in that case you should be able to edit those two values I mentioned above in your save to fix the problem

novel bronze
#

where can i find them?

elfin jasper
#

Setting "respawnScene" to "Town", "respawnMarkerName" to "RestBench", and "respawnType" to "1" will put you in Dirtmouth

novel bronze
#

cant find it, is it hidden in some way?

elfin jasper
#

?saves

proud quailBOT
#

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/```
elfin jasper
#

search for %APPDATA%

novel bronze
#

oh, i forgot about that

#

thx

placid topaz
#

Wait is peoples main complaint about Lightbringer no Sly at the beginning?

ionic arch
subtle fjord
#

Uhhh

#

Its says I dont have any mods but I just installed and enabled three from the mod installer

#

Any ideas?

quasi perch
#

Hey, I need some help with the Benchwarp mod

#

Everything about it has been fine so far, but it's not registering the lower tram in the warp menu

#

Is there any way to unlock this specific bench without unlocking all of them?

#

There's a screenshot if that helps

#

It just fixed itself. I'm glad it waited a half hour for me to ask for help before it solved it. :/

real jacinth
#

You need claw

quasi perch
#

It fixed itself before I got the claw?

#

I do have claw now though

rich coyote
#

What does this mean

#
************** Exception Text **************
System.Net.WebException: An exception occurred during a WebClient request. ---> System.IO.IOException: The process cannot access the file 'C:\Users\emile\Desktop\AU.exe' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   --- End of inner exception stack trace ---
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at ModInstaller.ModManager.CheckUpdate()
   at ModInstaller.ModManager.Form2_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)```
real jacinth
#

Do you have an older version of the installer?

rich coyote
#

I will check

#

But last downloaded was on october 10th

real jacinth
#

So yes

#

?i

proud quailBOT
real jacinth
#

Download it here again

rich coyote
#

Ah yes it seems that was the problem

#

thank you 🙂

magic dagger
#

i got my version before october, is mine outdated?

#

oh yeah it is

#

how do i update?

tawny carbon
keen trout
#

so does the Grimmchild Upgrades config file only appear when actually have the Grimmchild or what

keen trout
#

also the Bonfire Mod's "Resilience Stat" is definitely not increasing my Masks as it says it should

covert oasis
#

bonfire mod is broken

#

it won’t be fixed

keen trout
#

shit

#

it's so cool though

#

only that seems broken

tawny carbon
#

many things are broken

prime pecan
#

Which mod is the one that randomly changes the language?

#

Apparently it's the 'Art' Mods

#

Never mind. After reading the Readme more carefully, I've realized it's just a font that's Impossible to read.

placid topaz
#

SO does bonfire still sort of work?

#

Or is it totally broken?

real jacinth
#

It still sort of works

placid topaz
#

Neato. I wanted to do a run, kinda sad it's broken now ><

real jacinth
#

It's been broken for like 2 years

#

Still works well enough. Some scaling just doesn't take effect while others do

placid topaz
#

What's broken about it? I'd like to have it written down so I don't mess up.

flat galleon
#

@covert oasis why not?

glass meteor
#

Because the author doesn't want to

cerulean mesa
#

ok so i just opened up hk for the first time in a while and the mods i installed arent appearing in the upper left hand corner

#

but when i go to the mods section it shows which mods i have enabled and disabled which i have lightbringer disabled but when i get into my game i have the lighbringer lance

#

so it doesnt make sense

crystal knot
#

try deleting the mods from the mods folder and installing them again

#

also fix your nickname

cerulean mesa
#

cant rn im using an emulator to use discord at school bc its blocked here, gonna have to wait till i get home

#

ok but anyways i got to the hollow knight file and clicked on a file called Modding API and uninstalled it

crystal knot
#

then just go home and do it elderC

cerulean mesa
#

bruh i cant school ends in like 1 hour

crystal knot
#

bruh

cerulean mesa
#

nvm i was able to fix it

#

but anyways

#

mod help

crystal knot
#

do you know where the mods folder is

#

C:\Program Files (x86)\Steam\steamapps\common\Hollow Knight\hollow_knight_Data\Managed\Mods should be this

#

delete the files there and use the modinstaller again

cerulean mesa
#

i went on steam, clicked on browse local files. it sent me to the hollow knight file on my computer and found all the files that had mod info and uninstalled them

crystal knot
#

ye now try installing the mods you want again using the installer

cerulean mesa
#

the modisntaller says unable to download mod list

#

it has 3 buttons that say offline mode, retry and abort

#

tried all three and nothing happened

crystal knot
#

prolly getting blocked

cerulean mesa
#

sad

#

ill try when i get home

crystal knot
cerulean mesa
#

no

#

is it supposed to?

crystal knot
#

well, if it said it couldn't download the mod list, i thought it wasn't able to get that link

#

but it can

#

maybe something else

#

just try it when you get home, ask here if it still doesn't work

cerulean mesa
#

ok

#

wait hold on i just hopped into my game and i noticed that i still have mods even when i uninstalled the mods from the hollow knight file

crystal knot
#

this ain't it

#

are you sure you uninstalled it?

#

go to the path i sent

cerulean mesa
#

i did

#

im trying to send a screenshot of what my file looks like but the emulator is telling me to bug off

#

pun intended

#

30 minutes until im out

#

can this go any slower

crystal knot
#

drop out of school

cerulean mesa
#

thats a yikes

crystal knot
#

bruh this ain't it

#

check the path i sent

cerulean mesa
#

ok

#

what now

crystal knot
#

bro

#

this ain't it

cerulean mesa
crystal knot
#

ye

#

delete those and run the installer again

cerulean mesa
#

how do i delete

#

it just installs them again

crystal knot
#

check the disabled folder

#

what do you see there

cerulean mesa
crystal knot
#

so you are saying the when you run the game, it shows that none of the mods are installed?

ionic arch
#

Is blackmoth out of date?

cerulean mesa
#

the mods "installed" are charmingmod, infinite notches, lightbringer and bonfire

crystal knot
#

hmm so what is the issue here

glass meteor
#

if you open the game is the API in the top left

cerulean mesa
#

no

crystal knot
#

hmm maybe the api isn't installed

cerulean mesa
#

im trying to get rid of my mods not reinstall them right now

#

or at least just get rid of lightbringer and charming

rare rivet
#

Trying to uninstall mods?

cerulean mesa
#

yes

rare rivet
#

Verify integrity files

#

Easiest way to do so

cerulean mesa
#

how do i do that

rare rivet
#

You use Steam for HK?

cerulean mesa
#

yeah

rare rivet
#

Right click game, go to Properties > Local Files

#

and then click Verify Integrity of Game Files

glass meteor
#

I mean if the API isn't installed then you already have no mods

#

Regardless of what the installer says

cerulean mesa
#

now how do i reinstall mods

#

i want to get bonfire

lapis chasm
#

i just installed the mods, what happened to the bindings mod

lapis chasm
#

someone?

glass meteor
#

what does this mean

#

@lapis chasm

lapis chasm
#

there was an all bindings mod right? it does not appear anymore

vestal crow
#

what is the link to the mod installer?

tawny carbon
#

?i

proud quailBOT
tawny carbon
#

@vestal crow

vestal crow
upbeat sail
#

The all bindings mod is in the google drive, dont think its included here in the mod installer

#

@lapis chasm

novel bronze
#

Trying to install the "poorly very good translated" mod but when I do it comes up with an error and says "end of central directory could not be found". help?

keen trout
#

^

magic dagger
#

how does black moth work? the mod that is.
EDIT: nvm scratch that but how do i update the mod installer??

tawny carbon
#

@magic dagger

#

?i

proud quailBOT
primal pine
#

Any of you had this happen to you while using mods? Every time i kill an enemy i get a small pause in the game like an fps lag. Anyway to fix it?

tawny carbon
#

@primal pine do you have enemy hp bar mod installed

primal pine
#

yes

tawny carbon
#

it has a memory leak

#

it causes that

primal pine
#

Anyway to prevent it?

tawny carbon
#

delete it and ur fine

primal pine
#

?

tawny carbon
#

delete the mod

primal pine
#

is there any way to fix it ?

tawny carbon
#

afaik no

primal pine
#

ok ty

tawny carbon
#

np

novel bronze
#

what does "CrystalBlobbles" do? It's able to be installed in the modloader but there's no description for it on the doc.

real jacinth
#

the oblobble bosses shoot crystals

#

like the crystal hunters in crystal peak

pseudo burrow
#

my game is crashing on startup. any troubleshooting help?

#

i tried reinstalling

covert oasis
#

do you have a controller plugged in

pseudo burrow
#

nope

covert oasis
#

what mods are you using

pseudo burrow
#

no mods i completely reinstalled it

covert oasis
pseudo burrow
#

i was told to ask here. since i couldnt solve it in #hk-help channel

covert oasis
#

this channel is for help regarding mods

pseudo burrow
#

i used some mods previously tho

#

well thanks for the help

real jacinth
#

Reinstall or verifying file integrity should fix it.

#

Without more info than "it's crashing", we can't really help.

pseudo burrow
#

i did both. reinstalled and verified file integrity

#

i start the game. it shows in the taskbar for 2 sec and then stops

#

i had no problem before

real jacinth
#

Where did you buy the game from

pseudo burrow
#

steam only

real jacinth
#

The only other thing you can do is delete your game registry

#

Which you shouldn't have to do

#

What mods were you using

pseudo burrow
#

i was using some qol mods

#

let me look at it

#

charm notch mod, charm overhaul, enemy hp bar, fragile strength for nail arts, infinite grimm, QoL, unofficial hollow knight patch

pseudo burrow
#

so i reinstalled the game and launched the modinstaller.exe and i tried to revert back to unmodded and i get this message

#

i tried verifying integrity of game files and relaunched but its still showing the same

real jacinth
#

Why are you launching the installer again

#

A fresh reinstall removes mods

pseudo burrow
#

but i tried that and didnt work thats why i did it

#

u mentioned editing the registry. what does it do?

real jacinth
#

Deletes all local information about the game

#

Including progress and achievements

pseudo burrow
#

my save files too?

real jacinth
#

No

#

Progress meaning other game modes

pseudo burrow
#

that might be my last resort

#

can you tell me how to do that? i

real jacinth
#

?guides

proud quailBOT
pseudo burrow
#

ok thanks for the help. sucks that i will lose my achievements 😦

real jacinth
#

Good thing they don't matter

pseudo burrow
#

yeah

glass meteor
#

you don't even lose steam achievements

#

it's just the in game meme

pseudo burrow
#

oh nice

#

thanks

kind forge
#

hey appearantly hollow knight doesnt let me enter the black egg , it crashes the game as soon as i enter the boss room after i sit the bench , any solution to that? maybe there is a way to manually load the scene somehow

sleek tiger
#

hey, @kind forge, what's your current system?

#

for a long time the game crashed certain rooms on 32 bit systems, THK's room included

kind forge
#

cpu:intel t6600 2.20 ghz

#

windows 7 64bit

#

gpu gt 130m

#

4 gb ram

#

all game not a crash

#

only boos room crashes

#

boss

sleek tiger
#

yeah, I know

#

had the same situation

#

with ram overload maybe?

#

I 'unno

#

if it's a vanilla crash I'm not quite sure this is the place tho

kind forge
#

i have steam 1.4.3.2 version

#

why crashes

real jacinth
#

Because the code is shit

tawny carbon
#

understandable

#

any advice to fix it?

real jacinth
#

Verify file integrity. Close the game and open it again

#

And keep trying

tawny carbon
#

@kind forge i guess yo gotta do that until you suceed

real jacinth
#

And your rig is kinda weak. So that might be affecting it

#

Lowering your game resolution might help

#

Doubt it

#

But maybe

kind forge
#

I tried all the ways

tawny carbon
#

he already tried 600x480 lmao

kind forge
#

2-3 times unistall game and install

#

nvidia control panel used

#

resolution all options change

tawny carbon
#

maybe keep pushing on uninstall and install until it works

kind forge
#

starting codes used

#

-force d3d9 -noheap

#

doest working

#

all game not a problem only boss room crash

#

really really bad

#

I want to finish the game

real jacinth
#

Don't force d9

kind forge
#

i tried without code

real jacinth
#

It's a vanilla bug. So not much I can say to help you

kind forge
#

why don't they fix it

real jacinth
#

Ask them

#

The code is shit

tawny carbon
#

i mean , the devs are not really good at coding soooo

real jacinth
#

And whenever they tried to fix anything, they broke 5 other things

tawny carbon
#

stonks

kind forge
#

where can i ask ?

#

twitter ?

#

or

tawny carbon
#

tc site

real jacinth
#

The internet

kind forge
#

bro

#

youmake me sad

#

😫

tawny carbon
real jacinth
#

They're not going to fix it.

#

Just fyi

tawny carbon
#

most likely

real jacinth
#

But you can bug them anyway

#

They're working on silksong

#

And they're 2 people

tawny carbon
#

😬

real jacinth
#

They're not going to bug fix a year and a half old patch

#

Sorry

tawny carbon
versed needle
#

Infinite loads are kinda fucked

#

It's not an easy fix like most of the other problems

kind forge
#

silksong started to scare me if problems occur
what will we do

versed needle
#

I mean

#

They started working on it right around hk release

#

So it will have problems

tawny carbon
#

well

#

they were busy with hk afterwards

#

so the active dev started around at the end of 2018

#

i dunno if they got experience and stuff

clever ginkgo
#

my randomizer 2 and 3 won't work can anyone help me

tawny carbon
#

only download 3

clever ginkgo
#

okay

#

i uninstall 1 and 2 then

#

same problem.

tawny carbon
#

hm

#

delete enemy rando

keen trout
#

the Enemy Randomizer works with the Randomizer

#

well as much as it works with the normal game lol

real jacinth
#

You need Seanprcore

dull fiber
#

hi, is there anyway to help run the game smoother?
also whats better v-sync or frame cap?

real jacinth
#

external frame cap

#

neither in game option is good

dull fiber
#

external?

real jacinth
#

to make game run smoother:

  1. get better rig
  2. play windowed and reduce resolution
  3. close anything else that may be using a lot of resources
#

yes external

#

using a program like RivaTuner

dull fiber
#

k

#

thanks

#

wait could you give me a link

real jacinth
versed needle
#
#

Not the correct link format apparently

#

But you get the idea

real jacinth
#

also, turn vsync off

dull fiber
#

k

#

wait is there any point in changing the 60HZ settings

glass leaf
#

Hey, could someone help me?

versed needle
#

Really depends

glass leaf
#

ok

#

i brouth the hollow knight on steam and i want to play with a ps2 controller, i already have tried to use x360ce but isn´t working BTW.

versed needle
#

Try joy2key

glass leaf
#

what would that be?

versed needle
#

Truly a great mystery

glass leaf
#

no, i´m serious

#

what would be that?

versed needle
#

I don't know

glass leaf
#

so, there is anyone who cans help me

#

?

versed needle
#

Yeah

#

Try using joy2key

royal wharf
#

Dude that's a high level concept. It could be like a Googol things

glass leaf
#

i alredy have tried this program but it dosen´t worked

versed needle
#

Run it as admin

unborn veldt
#

Hi I'm trying to use the Debug mod and the UI doesn't seem to be working properly, I can use all of the buttons in the top right except the "cheats" and "charms" buttons. They open their drop down menu but clicking on e.g. Invincibility doesn't seem to do anything. Is this a known issue?

glass leaf
#

that was the first fing i have made @versed needle

versed needle
#

Are you sure that:
a) Your controller actually works?
b) You've set up your controller emulator of choice properly?