#modding-discussion

1 messages · Page 160 of 1

nocturne sky
#

This is important

#

does the wiki have a wrong value there?

minor tinsel
#

yes i’m 99% sure that fury + strength rounds to 56 damage instead of 55

silver garden
#

You know it can be tested really easily, right?

minor tinsel
#

yeah i based it off of debug mod

#

debug tells me 56 damage

nocturne sky
#

Interesting

minor tinsel
#

but wiki says it rounds down to 55

#

which is why i say it’s wrong

#

also everything else rounds up in hk why would fury be an exception

nocturne sky
#

Where exactly does it mention 55 as the exact value?

#

Ah, I see, (rounded down)

#

Thanks

#

Now we need to wait for the others to verify it

hexed nimbus
#

Can check once im at my pc

hexed nimbus
#

strength damage gets rounded to nearest integer
fury damage gets rounded to nearest integer
extra health from joni (40%) rounds down

#

one could make the mistake of calling it 55, as 21*1.5*1.75 is 55.125, which would round to 55,
BUT the damage gets rounded once after strength and then after fury again, which results in round(round(21*1.5)*1.75) = 56

nocturne sky
#

Oh my god

#

That's what causes it

#

Thank you so much

nocturne sky
#

@hexed nimbus do you happen to know where and how Elegy is stuffed into the calculations?

hexed nimbus
#

HeroController.Attack spawns either normal beams or fury beams, the beam damage gets calculated in some fsm, trying to find it rn
beamdamage also doesn't use strength charm, but fury twice

nocturne sky
nocturne sky
hexed nimbus
nocturne sky
#

Wait, again?

#

Explain

#

Does Strength not apply to it?

hexed nimbus
#

ok, found it:

Final Beam Damage = round(min(max(round(nailDamage * (equippedCharm_25 ? 1.5 : 1) * 0.5), 1), 90) * (fury ? 1.5 : 1))
#

that is how much damage an enemy takes when hit by a grubberfly beam

rain thorn
#

Where was that btw?

hexed nimbus
#

contained in HeroController.Attack, Grubberfly Beam - Control FSMs & Attacks - Set Slash Damage FSM

rain thorn
#

Ah the FSMs

#

Found it!

hexed nimbus
#

i have no idea who can edit the wiki, but the rounded down in the elegy entry is also wrong

rain thorn
#

Is it nearest? I remember trying to figure out which rounding it used but then there were two types and I got lost

hexed nimbus
#

it's nearest

#

from what i looked at today, only the health increase by joni's blessing is rounded down

rain thorn
#

Is the order "Down, Up, Nearest" for "0, 1, 2"?

hexed nimbus
#

yes

wicked berry
#

anyone can edit it I think

#

Just press edit at the top of the page

#

then scroll down and double click on the part with charm interactions

rain thorn
#

What does shade health use?

#

But also 😦 floating points errors...

hexed nimbus
#

done, elegy edited

rain thorn
#

There are floating point errors happening, right?

wicked berry
#

thank you ❤️

hexed nimbus
rain thorn
#

One second...

#

Strength + Old Nail: 5*1.5 = 7.5 --> 8
Elegy + Sharpened: 9*0.5 = 4.5 --> 4

hexed nimbus
#

enum 2 in the floatoperator is multiply, in the convert it is round to nearest

rain thorn
#

Yes, and? I think I did that correctly

#

7.5 is moving up whereas 4.5 is moving down; despite both being "round nearest"

hexed nimbus
#

hm, python is also rounding down for some reason

#

found the solution at least in python, where .5 numbers are rounded to nearest even number

#

may also be the case in c#

#

yep, c# also rounds to even numbers on .5

rain thorn
#

*sigh*

#

Round to closest, unless there's a tie, then round to even

hexed nimbus
#

but imma keep it as nearest for the wiki

rain thorn
#

That probably finally makes all my formulas work at least XD

hexed nimbus
#

wow, the cyclone entry is also wrong, damn

rain thorn
#

Which part?

hexed nimbus
#

that it's not affected by strength or fury

rain thorn
#

But it's.... not?

hexed nimbus
#

well, in Attacks - Set Slash Damage, the hits of cyclone get the same damage value as other normal hits (dash an great slash get x2 damage), currently looking for the right object to see if it also uses fury

rain thorn
#

Tested in game, FoF doesn't affect Cyclone Slash, neither does Strength

hexed nimbus
#

hm, judging from the fsms, both should affect cyclone

rain thorn
#

Maybe I don't know enough about video game FSMs but it looks like it sets the damage for every other attack

#

Though the Wiki also says Great Slash and Dash Slash deal 2.5*Nail damage and aren't affected by the Strength Charms... (I'll go check)

hexed nimbus
#

also just checked in game, idk why these 2 things aren't working (left and right hits of the cyclone)

rain thorn
#

Ah those are Cyclone Slash?

#

Yeah welp...

hexed nimbus
#

ok wow, the fucking nailarts get these values, but they have also their own fsms calculating damage

rain thorn
#

What's the cyclone slash nail art fsm called?

#

Oh... there isn't one?

hexed nimbus
#

as every single other damage thing damagesenemy, but you want to look at the one with nailartdamage

#

the wiki is actually correct there

rain thorn
#

Yup, found the ones for Great and Dash

#

That seems like... a weird design

hexed nimbus
#

then i think the values in the charm effects and attacks are maybe a relic of time

rain thorn
#

That'd be my guess too 😦

#

Hmm, the Nail Arts only round once with Fury it seems (time to check in game; yup, only rounds once)

#

Hmmm.... it's not increasing properly, nope, now it is... guess my computer bugged out

nocturne sky
#

Aight I missed the convo here but just wanted to thank you for the help @hexed nimbus

rain thorn
#

As per usual, you've been greatly helpful!

nocturne sky
#

yep, c# also rounds to even numbers on .5
This was the answer?

distant cedar
#

What does fsm stand for? (I guess it's just a file type)

errant lance
distant cedar
#

Ah right

wet cloud
#

anyone want to try out a version of hk multiplayer where skins (hopefully) work?

quaint fern
#

yes

jovial shale
#

could anybody help me with setting up multiworld please : )

unkempt oar
#

Hello modders. I was wondering if there is a tool that could possibly help me edit the area layout (for example like move add or delete walkable objects or move add or delete enemies)

swift bison
#

Not deleting tmk, but decoration master allows you to add a bunch of objects

#

Also using utiny ripper to view the scenes in unity and assetbundle thd edited scenes back into hk

unkempt oar
#

Ok thank you so much for the info

swift bison
#

Fireborn has a tutorial on installing decoration master

#

The apidocs have a tutorial on making a small mod for loading a edited scene

unkempt oar
#

Thank you

minor tinsel
#

hmm, that's really interesting

#

about the nail damage thing

minor tinsel
nocturne sky
#

Yep

minor tinsel
#

well, i learned smth new today

#

now, time to go flex on everyone else who said 55 that i was right zotewheeze

swift bison
#

cool

dry snow
#

Alright Hoo, go update the Wiki then zote

minor tinsel
#

it has been updated

nocturne sky
dry snow
#

I’ll have to correct my wall

minor tinsel
#

the nail damage argument has been resolved

#

now back to arguing over sharp shadow

nocturne sky
#

Oh? Do tell

minor tinsel
#

well, not here

hexed nimbus
#

sharp shadow?

#

is also somewhere in those fsms

minor tinsel
#

oh, no

swift bison
#

been "overhauling" uuwuu's code to no longer be dumb and have made the executive decision to make it harder to hype uuwuu 2

nocturne sky
#

lmao

swift bison
#

for some reason it feels good to reap the code of when I was extremely dumb compared to now

nocturne sky
#

Heh

#

Understandable

cyan pebble
#

I just played this masterpiece of a game and I can't stop thinking about some of the bosses I fought.
Is there a mod or some sort of save state that allows me to pick which boss I would like to do?

I know you can fight the harder verisons of the bosses in godhome, but I love the music and atmosphere so much that I would love to replay a boss with that same feel.

silver garden
#

You can use debug mod which will let you respawn most main bosses.

cyan pebble
#

Ahh interesting, by spawning in the bosses will the music auto change to the bosses format?

#

Example, the Traitor lord>

Whenever you go into that boss arena the music from queens garden changes to a more intense version of the ost

nocturne sky
#

Doesn't really change, but more of layers an intensity theme on top

silver garden
#

I think the idea is that you walk out then respawn the boss?

#

I'm not 100% sure. I think save state would work, actually.

cyan pebble
#

Yeah I suppose I am thinking of a emulated save state

silver garden
#

Just never leave a boss dead and you'll be fine.

#

If you kill one and don't reload the save state respawn will probably work

cyan pebble
#

Is there save state files lying around? lol I would love to grab one rather than do it all again, {which I will one day anyway lol}

swift bison
#

not save state files but save files can be found in(forgot the link)

cyan pebble
#

Awesome cheers for the help guys!

hasty vortex
#

rando map mod should also display grimmkin locations

#

with how it now gets randomized too

raw blade
#

Quick question for anyone who might know: is there a mod that fixes the Godhome menus so you can exit out of them if your attack is bound to left mouse button?

swift bison
#

no

#

why do I have the urge to bind my attack button to my left mouse button?

raw blade
#

Hah, I have attack on left mouse and quick-cast on right - works out pretty well for me personally

#

guess I'll be going about how to IL modify a method for HK to fix this

weak plinth
#

If only 2 buttons next to each other on a keyboard could do the same thing

raw blade
#

meh, I find having a hand on the mouse is more comfortable personally

sacred gull
#

can i get a spritesheet of the knight?

rapid burrow
#

its possible to get, yes ax2uHappy

minor tinsel
#

option 1: use godump
option 2: check pins, go to description of the spritepacker tutorial and go to the gdrive linked there

sacred gull
#

k thanks! zote

errant lance
rapid burrow
#

some of them are only in atlas form (i dont know if thats full res or not), but thats definitely the least annoying way to get them ime

swift bison
#

to whoever has beat the uuwuu mod before, I am not sorry for the update I am making which adds a new phase and new attacks.

viscid aspen
#

oh

#

my

#

god

jovial shale
#

i was playing with the new rando update and the shops weren’t randomised? is this just how the mod works now?

swift bison
#

you probably didn't enable a setting or something

lone python
#

hey what does "fixfireballs" do in QoL mod ? like what's the issue w fireballs ?

#

also is there a place where i can read in detail about QoL features

#

also what is "saneuumuu" ?

silver garden
#

?mods

silver garden
#

Also most mods come with a readme

wispy terrace
#

I have my 112% file
My work in progress steel soul file
My coop file
My randomizer coop file

#

And they're all full

#

Is there an easy way to store my 112% file somewhere else?

silver garden
#

Just move it somewhere else

#

?saves

granite agateBOT
#

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/```
wispy terrace
#

ah

#

dang ol' appdata

#

So I just copy paste ALL of one of the user numbers?

silver garden
#

It looks like you have a lot of extra stuff in there already

#

Everything that is titled "userN.dat" needs to be moved/backed up

wispy terrace
#

I copy pasted into a folder

silver garden
#

I've no idea what some of these files are. There's a bunch of backups which makes sense, but then the ones names "user1_1.4.2.4" I've never seen before

wispy terrace
#

I'll get them when I need them - cheers

#

Maybe it's because the files are old?

silver garden
#

1432 is the current patch, so that's kind of throwing me. Dunno. Could be some kind of file that's editing your OG file to up patch it?

#

2 Notch Quick Slash holy heck

wispy terrace
#

A few years ago I tried speedrunning the game, so it might be that I was reverting to a patch

#

You see why I don't want to lose this save file

#

This is the same file I started on day of release

silver garden
#

That's pretty cool

wispy terrace
#

Still missing p5 🙂

#

umm

#

My menu is broken now?

#

Didn't even remove the file

#

To your knowledge, if you have a save file of a randomizer, does starting a different save file break it?

silver garden
#

It does not.

#

What did you actually remove from your saves path? Did you copy or move the files?

swift bison
wispy terrace
#

I copied, I didn't move

analog sierra
#

Does anyone know the mod Fireb0rn uses for his Speed runner vs. 4 hunters?

wispy terrace
#

And heya, what's a mod dependancy?

analog sierra
#

Yeah

swift bison
#

It’s on the mod installer

analog sierra
#

Ah alright

swift bison
#

Fire has a tutorial on it

wispy terrace
#

You need both server and client, and then join through hamachi

swift bison
#

Listen to the entire tutorial and look at everything in the description

analog sierra
#

Can you link me the tutorial and tell me the requirements for my friends?

swift bison
analog sierra
#

Thanks alot!

hot fog
#

Does anyone have a link to the list of hollow knight mods?
theres a good list somewhere that has the TLDR of all the readme's so u can easily see whats what

errant lance
#

?mods

hot fog
#

mod summaries!

#

tyty

wicked berry
#

When fighting ultimatum radiance, the knight will occasionally deal contact damage (something about the ddark hitbox getting stuck to it?). Is this only visual, or does it actually damage the boss?

#

Should I ask in modding help

errant lance
#

You can just check with debug or enemy HP bar

wicked berry
#

i don't actually know how precisely to trigger it, but I guess I can figure it out

#

just thought it'd be dumb to spend time researching it if it's already done

distant cedar
errant lance
#

no

distant cedar
#

(not actually generated it, but a traitor lord was randomised above and he managed to fall down)

jade berry
#

Hey i made a map using DecorationMaster and wanted to ask if there is a place you can share your map? Or am i allowed to post it here?

silver garden
#

You can just post the zip here, or create an online public folder for any mods you create and link to that

#

Congrats on doing a map!

jade berry
#

ok ty

errant lance
#

bad word choices

jade berry
#

Quick queston, the file that people need to play a map with decorationmaster is the .json file of the edited area in the DecorationMasterData Folder right?

#

ok nice

errant lance
hot fog
#

i wish benchwarp had a cost to it

#

or internal cooldown

sharp raft
hexed nimbus
#

pog

patent ether
#

can someone make a mod where everything is a greenscreen 😔

silk junco
#

what about... a purple screen

patent ether
#

i don't care as long as it works

rapid burrow
#

you can make it ax2uHappy

patent ether
#

except i have no clue how to code

silk junco
#

damm, I guess not everyone is terryfied of purple screens in unity

rapid burrow
#

well this sounds like as good a reason as any to learn it ax2uHappy

patent ether
#

except i lack dedication and i'd probably give up mid-way through sad

bold osprey
#

someone should make a lofi mod

swift bison
#

idk working on other stuff atm

stiff wolf
#

ascii mod

swift bison
#

what does lofi mean btw

bold osprey
#

like vibe music y'know?

errant lance
#

requires someone remaking the entire games OST

swift bison
#

I don't plan on doing that

sage trellis
#

Hm, maybe a mod where all the instruments in the OST are replaced with mothlady and flukeworm sounds.

swift bison
#

good idea

distant cedar
#

Hollow Fluke

silk junco
#

I mean, some day I'll learn how to use the mango music mixer and make a cover of all the ost but with zote

minor tinsel
#

zotenest

barren wharf
#

So I made The Knight wearing a Bandana

#

You guys wanna see?

scarlet moss
#

yeah

barren wharf
scarlet moss
#

aw

#

might yoink that idea and run with it

barren wharf
#

What do you mean by yoinking the idea?

scarlet moss
#

might try making it a full blown skin

barren wharf
#

That is the skin

#

And if you do you need to give me credit

scarlet moss
#

i mean i could help with the other pngs if they arent done

barren wharf
#

I'll see how it turns out and if I can't do it, I'll PM you

scarlet moss
#

alright

modern citrus
#

Hey, is there any mod that disables the forgotten crossroads from changing into _______ Crossroads?

swift bison
#

no

#

that is called save editing

modern citrus
#

So, if I get double jump/kill any sleepers, I can save edit back to forgotten crossroads easy peasy?

#

Any typically issues with that?

weak plinth
#

you would have to remove those items from your inventory

#

iirc, the game dynamically checks every room for your inventory then loads you into the infected crossroads rooms

modern citrus
#

ahhh butts, ty though

weak plinth
#

you could do it with wings though b/c it checks for the get item cutscene, not the actual item

teal meteor
#

Is there an updated RandoMapMod that works with the updated multiworld randomizer? In our testing a few days ago it seemed like it would occasionally treat all/most remaining locations as out of logic even though they were reachable -- using the Dec 21 release from @toxic remnant. (Prior to us updating to that release, we had it just fail altogether once in multiworld. Never had any issues prior to the multiworld though).

toxic remnant
#

Uhhhhhhhh

#

Last I knew mapmod worked with multiworld

#

I haven't been paying attention to things this weekend

#

So idk if any changes to multiworld broke it but

#

It should work?

teal meteor
#

It does, mostly. It seems like it occasionally gets confused, and it's my fault for not reporting the issue when it actually happened.

#

Your most recent release also appears to not be pushed to Github yet?

toxic remnant
#

Oh shit yeah it isn't

teal meteor
#

but basically it seemed like it was acting as if we didn't have items when we did. I'm hoping we do more multiworld today so I'll pay more attention to it to try to rule out user error.

toxic remnant
#

Yeah I didn't actually test if the logic worked out for multiworld

#

I just tested that things looked reasonable

#

(all the pins were there, it seemed like it knew something about logic, but I didn't check carefully)

teal meteor
#

Yeah, it seemed to me like it'd occasionally just... not pick up our inventory so show everything out of logic except sphere 1. I don't know enough about its internals to speculate on what happened (and it's entirely possible it was just user error.)

toxic remnant
#

That sounds like not user error

#

I haven't actually looked too closely to how Multiworld does item stuff, and how that interacts with RandoMapMod

teal meteor
#

that said, I know there are also some logic things in rando like requiring X spells to be expected to do Hornet 2, etc., and I didn't get my first spell until 90 minutes into the seed. I'll pay more attention tonight.

#

I assumed randomapmod just checks your inventory when you open the map but I might be wrong?

clever tartan
#

is the cyberknight mod still a thing thats gonna happen? i feel like i saw smthng about it like 6 months ago and nothing since

swift bison
#

haven't seen anything in the modding channels

clever tartan
#

aight bet

errant lance
#

where did you see this at

toxic remnant
#

For example, it doesn't check your essence/grubs directly if those are randomized.

minor tinsel
errant lance
#

yeah i saw, like many months ago, prob dead feelsbadman

swift bison
#

yeah :(

minor tinsel
#

it looked really cool

swift bison
#

i asked to help program, but they said they wanted to be farther along

nocturne sky
teal meteor
#

@toxic remnant Can confirm for absolute sure that Randomapmod is not showing checks in logic when they should be. With ALL movement tech and spells and all but 1, I have a bunch of checks that are showing out of logic -- Colo, Grimm (have Grimmchild), the wander's journal at the entrance to Kingdom's Edge, all the lifeblood coocoons, etc.

#

oh, Grimm is showing correctly. So is grubs. But the rest is not.

toxic remnant
#

k, I’ll look into this

#

This is for multiworld, right?

teal meteor
#

I can share the save if it's useful? It's a multiworld save though, don't know what will happen when you try to load it.

toxic remnant
#

I can try test it myself

tiny abyss
#

Any mod to start with everything?

silver garden
#

Debug mod

tiny abyss
#

Do I have to do something?

wicked berry
#

Press f1, pause the game, then click on Skills

#

The highlighted ones are the ones you have

#

If you click on charms, just do give all to get all of them

tiny abyss
#

Ok, thank you

wicked berry
#

There's also items for consumables

wind swallow
#

I wonder if someone will ever be able to make patapon skins for the knight

swift bison
#

No I won’t since I failed to stick with making my first skin

#

What’s patapon

wind swallow
#

Patapon is a PSP game

#

check the art and you might just be intrigued

swift bison
#

Eh I’m more of a mod maker than skin maker

wind swallow
#

no problem

#

an art from patapon 3

swift bison
#

Cool

wind swallow
#

indeed

tame fable
#

How does one start to use mods

toxic remnant
#

See modinstaller in pins

glossy walrus
#

Im completely new to modding this game and was wondering if there is a mod for infinite hp

rapid burrow
#

There's an option for that in debugmod

glossy walrus
#

And is debugmod one of the options in the mod installer?

#

Oh ok nvm i figured it out thx for the help 🙏

fathom flower
#

here's the art of my skin concept i made. it looks extremely rusty, dont mind that i just tried to make lines as wide as possible to not include a lot of details. what do you guys think about design?

hushed aurora
#

Looks cool

#

What's it's name?

hushed aurora
#

I want a mod where the glowing womb flies don't kill themselves, bit instead fire projectiles like grimmchild

#

Imma get a PC just so I can make that

swift bison
#

K

hushed aurora
#

Why/how is your name coloured?

swift bison
#

I’m a nitro booster

hushed aurora
#

Oh

#

Cool

sage trellis
#

neat design, and i dig that you're using this as a way to learn some new stuff. :']

magic coral
#

ok so I was using a skin from the custom skins mod right?

#

well I took it off and straight up removed the file but every time I sit at a bench or transition through an area, it switches back to the skin

weak plinth
#

are you using lightbringer

magic coral
#

inhale

#

yeah I am

#

so that would be why I assume

weak plinth
#

yes. lightbringer has it's own skin with a white cloak that takes precedence over any customknight skin

#

it's built as part of the lightbringer mod

magic coral
#

makes sense then

#

I don't really like that but okay

#

there's already a skin exactly the same, whitecloak

weak plinth
#

yes. which is the lightbringer skin

#

which was taken from that mod so it could be used outside it

magic coral
#

fair enough I guess

#

thanks man

supple sable
#

hey who a developer for bench mod as bench mod dose not work with other mod i found out try to fix my mod

proper shell
toxic remnant
#

Mm, doesn't it do something a bit more backend than that?

#

Like it doesn't literally read the txt file, right?

proper shell
#

Not much these days, iirc. It used to have logic in it, but I removed all of that to make it 3.0 compatible.

#

Yeah, it does literally read it. It was a quick solution that I eventually planned to change to some sort of reflection-based solution, but never got around to it (because the required functions to check are inaccessible to the mod through normal methods)

#

Also, question. You the person that updated the map to handle all of the new optional stuff, including lifeblood and such, yes? I'm back in the mindset to do some work (hopefully) and am wondering if there's an up-to-date repository I can pull and tinker around with

toxic remnant
#

Yeah I threw together a quick update to it

#

I have a fork off of your repo

proper shell
#

Ah! I went to the fork but didn't think to check the branches

#

I think I can update it to allow a single version with all of the extended stuff randomized without the bug that was happening with randomizer versions lacking said options. I also have a few QoL things I'd like to finally implement

scenic narwhal
#

hey I need help with a cursed rando rn (no skips, vanailla rando settings on), i got most obtainable items that I could think of, sly(i also have slys key) and iselda have nothing for me tho i did purchase womb(for bauldurs) from sly and love key from iselda for collectors map check later. Stags that I have are queens garden and hidden station with kings brand, only two things i picked up in greenpath was mc and stags, from crossroads i have beaten false knight and brooding, gotten soul catcher and vs, grubs have nothing of use to me. I play curse because its like a puzzle and im stumped so plz help.

toxic remnant
#

Have you checked helper log?

scenic narwhal
#

ive tried but ive gathered everything, i wish they had stags

#

i forgot i also went to cayon and got the item next to cocoon and the queen station

stuck dirge
#

i wonder if i could pay team white palace to make me a custom skin

swift bison
toxic remnant
#

And maybe also tracker

brazen walrus
#

Hey I have questions regarding mod installer in Hollow Knight?

barren wharf
flat tapir
#

New skin!

flat tapir
#

The public skins are all great!

#

And we're constantly introducing new skins!

vocal sail
#

Hey, Is there a list of all the challenge skins currently available? Or would I have to see about them individually?

vagrant orbit
#

Is there a changelog for QoL?
I tried to check the github page, but didn't see anything.
(nor did I see anything from searching on this server).

viscid aspen
#

i mean if i get paid to make customknight i would do it

wet cloud
#

For the 2 people who are interested in making custom knight skins and use krita, I made a simple little plugin that takes pngs dumped from a slightly modified GODump mod and converts them into a kra file that is more easy to work witth and view animation results in

flat tapir
#

That looks wonderful!!

viscid aspen
#

amazing! are you planning to make plugins for more drawing programs?

fathom flower
minor tinsel
#

yo that’s super cool

#

also i swear every time someone mentions poppy in this chat she just materializes out of thin air to announce some new skin lol

nocturne sky
flat tapir
#

She can see your comments on YouTube

flat tapir
lost jungle
#

Hello ive been trying to find custom skins and i somehow came across a photo named Aksu_hud
but when i tried to look it up it was no where to be seen so idk if it hasent been posted or theres some sercrect way to do it

silver garden
#

I've never seen this as a custom skin

lost jungle
#

😦

scarlet moss
#

might be private is all i can think

#

wonderful character designs, though

lost jungle
#

yeah i love it

scarlet moss
#

its most likely the creators character and is a private skin, that or it doesnt exist, and only the hud was made

lost jungle
#

well thats disappointing

#

thanks for the help

viscid aspen
#

that skin is cute asf

#

cuz i hated how the last one turned out

stiff wolf
dry snow
#

uh question

#

what is the direction of the mod installer again ?

silver garden
#

The directory?

#

Or something else?

fathom flower
#

so im going through knight animation files, and what is the number 213. "Look at king" used for?

silver garden
#

Probably Path of Pain

#

Spoiler alert <_<

dry snow
#

also another question
what is the name of that impossible mode

fathom flower
#

ah yes

#

i forgot about that

dry snow
#

where hollow knight basically becomes celeste

#

i need dat

silver garden
fathom flower
#

fireborn left a link in desc

dry snow
silver garden
#

Follow the guide

fathom flower
#

readme file

#

has guide

dry snow
#

got it

fathom flower
dry snow
#

i will for sure have fun suffering
thank you

viscid aspen
#

im making a skin and im stumped on how the abyss shriek should look like

fathom flower
#

👍

viscid aspen
fathom flower
#

you have no inspiration or theres something else?

viscid aspen
#

no inspiration

#

i squeezed out all my creative juice today and now im just empty

fathom flower
#

what's the skin about?

viscid aspen
#

angel knight

fathom flower
#

lol i got an idea. google up biblically accurate angels. Those dudes look real good and can give some ideas

viscid aspen
#

i had a dream where i saw a biblically accurate angel but like its scary as fuck

wet cloud
viscid aspen
wet cloud
#

Not gonna buy csp just to make a plugin for it unfortunately

viscid aspen
#

ah

#

but can you do it with idk.. firealpaca?

#

its free

silver garden
#

So does this new GODump just do the same thing but also generate a KRA file?

wet cloud
#

It creates a file that has the in game animation fps that the plug in uses to set the fps of the krita animation

jovial horizon
wet cloud
#

idk if I have the willpower to find out how a kra file is structured to generate one from in game

nocturne sky
viscid aspen
#

wat

nocturne sky
#

I was guessing what the image is

#

What spell is that?

stiff wolf
#

Heavenly chorus

#

Lot of music notes

#

Spirograph staffs

nocturne sky
viscid aspen
nocturne sky
#

Ah

viscid aspen
nocturne sky
#

What did you do for the other spells?

viscid aspen
#

nothing yet except for shadesoul

nocturne sky
#

Hm

viscid aspen
nocturne sky
#

I'd suggest the Hashmalim, maybe

viscid aspen
#

the wat

nocturne sky
#

It's regarded as an angelic entity, but in modern language the name literally means electricity

#

When presented as a force rather than creature, it is usually a fiery cloud of... something

#

I still need to finish it

#

I think the reason it's regarded as a powerful storm is because the full wording used is "Ein Ha'Hashmal", meaning "Eye of the [Hashmal]". Therefore can be understood as a kind of lightning storm

#

Point is, fiery lightning

#

I just wanted to explain why I offered the idea

fathom flower
#

thats cool

fathom flower
nocturne sky
#

There's a reason people imagine them as winged

#

You're talking about those that look like rings, right?

fathom flower
#

yepp

#

religions got different types of angels tthough

nocturne sky
#

Those are the Ophanim, which translates roughly to "wheels/cycles"

fathom flower
#

those ones are called throne angels as i recall

nocturne sky
#

The ones that the winged figures are based off, however, are the Seraphim

#

Those have six wings

fathom flower
#

wich are almost identical

nocturne sky
#

Heruphim?

#

Hm

#

Never heard the name

fathom flower
#

they have another name

#

i dont remember it in english

nocturne sky
#

Cherubim?

#

Those

#

?

fathom flower
#

probably

#

those are like seraphs but with different color wings

nocturne sky
#

Those are the closest to the two-winged angels

fathom flower
nocturne sky
fathom flower
#

sorry but wheels for me]

#

i also love the idea of baphometus

nocturne sky
#

Four faces, each in a different direction, so you can't see the eagle/vulture (depends on translation) at the back

#

Four (I think? I don't remember what it was) wings

fathom flower
#

a bull, eagle human and goat as i recall

nocturne sky
#

Hm

#

Very close

#

In the original texts these angels had a lion's face, not a goat's

fathom flower
#

oh yeah

#

pardon me

nocturne sky
#

Carried the holy chariot

#

Now, I'm not sure when Lucifer came in, but if he appears like this, it would make sense that's just the kind of angel he is

nocturne sky
scarlet moss
nocturne sky
#

m not well learned in that one

fathom flower
#

Lucifer was like a beast

fathom flower
#

thats it

nocturne sky
#

Pfft

fathom flower
#

and i love goats

#

who doesnt

nocturne sky
fathom flower
#

their eyes are beatiful

nocturne sky
#

Anyways yeah how's that for an Abyss Shriek idea? @viscid aspen

viscid aspen
#

oo

fathom flower
viscid aspen
#

sound cool

nocturne sky
#

Wonderful :D

fathom flower
nocturne sky
#

Well I have one in hiatus rn and another one planned

#

I'm working on other mods right now, though

vocal sail
#

Hey, does anyone know if I can still do the challenge for the Halloween Knight skin?

swift bison
#

You can but the skin is now completely public

#

No challenge required tmk

vocal sail
#

Oh okay, thanks! Also do you know about the fool skin?

swift bison
#

Still a challenge

#

Look in the pins

vocal sail
#

Will do, thanks!

stuck dirge
supple sable
#

Hey can any one use bench mod

vagrant orbit
#

spacer
question:
is there an existing mod that anyone knows of, that allows for more configuration to the control bindings? (specifically i want to move the look-at-map button to either the d-pad, or to the press-in of a thumbstick)

vagrant orbit
#

In that case, follow up question:
Does anyone who's familiar with modding this game, know what the difficulty of making a mod for this would be? I've made some basic mods for Binding of Isaac in lua, but from a a glance at what is needed to mod HK, it looks pretty overwhelming.

I'm interested in possibly making it, but if it turns out that doing anything to affect the controls is not-beginner-friendly, then I probably shouldn't.

weak plinth
#

Use joy2key

minor tinsel
#

god i forgot how tedious editing the knight animations are

indigo nymph
#

so who uses the multiplayer mod?

grizzled flame
#

why

indigo nymph
#

i dont have anyone to play it with lol

glossy walrus
#

Hey does the mod trainer work on mac

barren wharf
#

Hooray?

sharp trellis
#

i have a question about The Fool skin challenge i m not sure to understand right. When it says "The challenge is completed when you juggle Zote (at the end of the colosseum) for his full health pool." does that means that challenge fails if Zote touches the ground while juggling?

barren wharf
minor tinsel
#

you need to kill zote basically

#

he can't touch the ground except for at the very end

barren wharf
#

Kinda self explanatory

sharp trellis
minor tinsel
#

if he falls on the ground before that little cutscene, it doesn't count

#

the only times he can touch the ground are at the start and at the end

sharp trellis
#

alright, gotcha thanks for the explanation grimmbow

#

couldnt spell him so i had to juggle him with the Nail but he got hit midair by Grimmchild and felt on the ground so its a fail challenge if i understand right

minor tinsel
#

yep

#

that's what makes the challenge hard

sharp trellis
#

defenitely, if Grimmchild decide to insta attack its a rip basicly, happend a few times feelsgrubman

minor tinsel
#

it was more the glowing womb hatchings for me

#

you can see in the video that they kinda circle around zote bc of shriek

sharp trellis
#

i see, i struggle more with grimmchild pushing away zote from shriek. anyway, thanks for the explanation

barren wharf
#

Going to show this off again because I want to

#

I love it :3

#

Even though it isn’t TWP level, I’m still proud

marble tide
#

its so friggin adorable

barren wharf
#

Thanks

dry snow
#

Hey, are there any mods that add Patheon Bindings to the vanilla game?

dry snow
#

Ah, nvm, found it.

#

No, like,
I just want the Bindings.

#

Nail, Shell and Soul Bindings (iirc, some Charms are necessary for some parts of the game, so I'll just have to refrain from using Charms unless, again, necessary).

#

If anyone could direct me to a mod that does this (as in, with each Binding togglable at the player's leisure or at a Bench or whatever), I would be most grateful.

raw blade
dry snow
#

Oh, really?

raw blade
#

Dunno if there's one that lets you choose the ones you want

dry snow
#

ah

#

Well, frick.

#

Ah well.

#

Do you have a link to it, my dude?

raw blade
#

It should be in the Mod Installer.

dry snow
#

Okay, so, I'm trying it with Bindings on, and the starting enemies are one-shotting me.

#

all i wanted was the bindings
no damage intake increase
just a handicap
for funsies

#

and this ain't no funsy

#

cuz like
what's even the point of a mask handicap when the starting enemies can 1-shot me anyway

floral dew
#

@barren wharf i like your skins, can i use them?

#

Specifically bandana knight, greenpath vessel and hive knight

minor tinsel
#

hell mod might have messed with your save file

dry snow
#

I don't have the Hell Mod installed.

#

...I think.

#

It's not downloaded on the Mod Manager.

minor tinsel
#

some data is stored in your save file

#

that isn’t removed when you uninstall the mod

#

try starting a new file with bindings mod

dry snow
#

I did.

minor tinsel
#

hmm

dry snow
#

I also have the Elderbug God mod, cuz I thought that was just an asset change.

#

Could that mod have anything to do with it?

minor tinsel
#

idk what that mod does

#

but try removing it

dry snow
#

I'm pretty sure it's just meant to change the Dirtmouth text to
ELDERBUG
IS A PRETTY COOL DUDE

#

But, yeah, I'll try disabling it.

minor tinsel
#

nah it does other stuff

#

too

dry snow
#

sheit

#

Okay, awesome, enemies are doing regular damage now.

#

Thanks a bunch, @minor tinsel.

minor tinsel
#

np

dry snow
#

Lifeblood Masks aren't working for some reason, though.

#

Even though I'm pretty sure they're meant to in the Pantheons.

#

Ah well. It is what it is.

barren wharf
rain prism
#

Hm....

#

I want to play as bosses

#

For example broken vessel

barren wharf
rain prism
barren wharf
rain prism
floral dew
#

Closest thing is lightbringer (?)

floral dew
dry snow
#

you guys rec any mods for a replay that changes game mechanics but doesnt entirely kill the feel of the game

brazen walrus
#

Does anyone know where I can download the void vessel mod?

severe geode
#

hey

#

with hollow point

swift bison
#

I think I know what you are talking about, but I don’t think it was released(could only find one vid about it)

severe geode
#

how do you get the champ at the start

#

the red one

swift bison
#

?

#

“Champ”?

severe geode
#

charm

#

my bad

swift bison
#

You just get it like always

#

Location isn’t changed

severe geode
#

yea but cant you do a skip to get to it no?

errant lance
#

yes, like normal, just pogo the spikes

severe geode
#

i dont know how to do it normally i think i should just give up lol

vagrant orbit
# weak plinth Use joy2key

Sorry this is a very late response- but I just got home.

I'm trying Joy2Key, but instead of overriding the inputs, it appears to be using both of them (So pressing LB on my controller is now counting as both the new button I set it to in Joy2Con and it's counting as the default Map button).
From a look through the various options in Joy2Key, I don't see any options to prevent this from happening, and I don't even know how HollowKnight is seeing the regular input, when I thought that it'd only be able to see the new input.

#

Actually...
I think I just figured out why that was happening.
I'm pretty sure it was because of a Steam setting...
Edit: Yes, it was Steam. I forgot that I had it doing it's own keymapping stuff, because of Unity games hating my controller, and HK's "Native Controller" setting causing the game to crash when exiting to menu.
On the bright side: I was able to use Steam to just do the re-map that I needed 🎉

Anyway, thank you for the advice to just remap the key ||although I really wish that there was a better way to do keymapping in-game.||

glossy walrus
#

So does the mod menu work on mac

swift bison
barren wharf
#

I literally had this idea to make a Shade Knight skin based off of The Knight’s shade, I’d need some good artists to help me with this. Anyone wanna help? If not I’ll do it on my own

raw blade
#

Pretty sure something like that exists already

barren wharf
#

Not void Knight

barren wharf
raw blade
#

ah, I gotcha

#

well, a lot of sprites already exist for the knight's shade you could no doubt reuse

barren wharf
stuck dirge
#

idea for TWP

gorb skin

its literally just gorb
vengeful spirit is a spear thing he shoots, shade soul is a bigger one that has a dream particle trail
desolate dive is gorb dashing downwards same with descending dark
abyss shriek is like idk maybe a few sword spear things going upwards howling wraiths is just smaller and no dream particles
shade dash is gorb becomes dream particles

dream nail is glowing spear
normal nail is spear

etc

sage trellis
#

I would just take a gorb skin that is unanimated and is just a png of gorb for every frame of animation.

stuck dirge
#

no

sage trellis
#

Okay, well.

eternal dune
#

Hey guys, is there a mod for the Hollow Knight itself?

#

On his skin

#

?

minor tinsel
#

yes

#

in pins

#

you may not find exactly what you're looking for though

eternal dune
#

Ok

#

I need it like in the video, I can't find

minor tinsel
#

that skin is private

eternal dune
#

Eh ...

minor tinsel
#

?

eternal dune
#

I liked the skin, I was looking for it for a long time

minor tinsel
#

you could find the knight spritesheets in pins (in the non-TWP drive) but the spells and hud and stuff are all private

eternal dune
#

You can throw off the link, I'm just dumb

#

._.

minor tinsel
#

just click on the pin icon in the corner, scroll down until you see google drive links for skins, and it's in the first link

eternal dune
#

Good

dry snow
#

hi

#

so how do u heal with hollow point

random elk
#

You do damage until your addrenaline meter is full and then you can continue doing damage to heal but if you take damage your adrenaline meter goes down

nocturne sky
#

also I'm guessing mulhima's correct zote

#

Don't know though

#

didn't play it yet

random elk
nocturne sky
#

I assumed so

random elk
#

It's kinda difficult if you can't dodge well

nocturne sky
#

Wait so it's an autoheal?

random elk
#

Yea

nocturne sky
#

Time to get hollow point just for this hollowswag

random elk
#

You can heal alot if you land your hits

fathom flower
#

so im working on a skin and animation is something i never done before. I did the idle pose of knight and would like to know if i did some mistakes and if it looks good overall. Also, any software suggestions? Working in Photoshop seemed a bit slow and im pretty sure there are programs specifically for animation that i just don't know

silver garden
#

That's pretty decent, yeah.

#

There's a bit of artefacting, but I assume that's just from turning it into a gif. (Mine did the same.)

nocturne sky
#

Artefacting?

fathom flower
#

by the way, if i would like to make head a bit wider, but there's a limted width on the photo, os there any way to expand it?

fathom flower
nocturne sky
#

There's a very good chance I misunderstood when I asked about it

nocturne sky
#

Because there are other ways to interpret the answer

fathom flower
#

well i never saw that

#

while looking forf mods

#

so probably in dev

#

@nocturne sky btw any animation softwares i can use to make my life easier?

tribal lily
#

Guys, can you help me, i have troubles with modinstaller, he dont work on my windows 7 32 bit,pls halp

tribal lily
#

modinstaller works on my pc recently

#

but now this error

#

a

#

okay

nocturne sky
fathom flower
fathom flower
#

most of other programms are based on vector designs wich is not compatiblee for hk

nocturne sky
#

I got it recently

#

Still need to learn it

fathom flower
#

wait, i still dont understand what expression the zote shows

nocturne sky
#

It depends on the context

#

It's one that works in many cases

fathom flower
#

so was it the happy face this time?

nocturne sky
#

Just imagine what would make you do that expression

fathom flower
#

or the smile through pain face?

nocturne sky
fathom flower
#

more like smile through pain

nocturne sky
#

It can work as a substitute for

#

And a couple more

fathom flower
#

there's also this software Toon Boom Harmony which is vector based but most advanced version has raster drawing

nocturne sky
#

although it can't always work for palehmm, you need to make sure every time

fathom flower
nocturne sky
#

if you say so

fathom flower
#

what software u work in now? prob sai or clip paint yeah?

#

oh wait... krita is free?

viscid aspen
#

krita is free

#

i also lowkey need a good animation program that is non subscription based and not too expensive tbh

#

clip studio paint pro is limited on animation and im not upgrading it to EX cuz its too expensive

#

i lowkey want adobe animate but its subscription based :/

fathom flower
viscid aspen
fathom flower
# viscid aspen yeah ik

so what would be the best animation programm for hk skin creation in your opinion if not givig a f**k about cost?

viscid aspen
#

although the blood knight skin used firealpaca

fathom flower
#

oh man, krita seems pretty weird, i think im better off w photoshop

viscid aspen
#

never used it

fathom flower
viscid aspen
#

i know

#

just never bothered to use it

fathom flower
#

jus saying

#

@viscid aspen if u want adobe animate u can always choose the dark websites with free content

fathom flower
viscid aspen
#

i mean i wont lie when i said i wanted it, i used to have an adobe subscription before realising the hefty price that adds up, so yeah

#

i guess i have to use whatever i have

fathom flower
#

i still gotta pay photoshop subscription

viscid aspen
#

anyways i think ill buy clip studio EX when i got the money

fathom flower
#

thats nice

#

but i think about photoshop sub as paying for netflix

#

but its photoshop

viscid aspen
#

eh i dont even have netflix

fathom flower
wanton lava
#

guys, any chance that I can find a working enemy randomizer here?
mine always stuck at 94%

silver garden
#

Stealing Adobe is canon ethical at this point, so don't worry about that one

#

👀

viscid aspen
#

you know what? fair

#

adobe is a leech and a scam at this point

#

i dont wanna get viruses tho

fathom flower
#

check him out

#

i guess ill pirate photoshop too

#

and get netflix

dry snow
#

does anybody want to play multiplayer mod?

#

127.0.0.1

#

this is the ip

#

if someone joins im waiting in dirtmouth

rapid burrow
fathom flower
#

anyone has original file of atlases for idle pose?

hexed nimbus
#

the pinned messages of #art-discussion has a link to a gdrive with i think all in game sprites

fathom flower
rapid burrow
#

if you know what you need, go and get it champ otzEZ

fathom flower
#

so i dont have them now

#

im talking about Locallow/TeamCherry/HollowKnight/Sprites/Knight/001. Idle

#

btw can you step out of red line while drawing animations?

rapid burrow
#

nope

#

the red line is specifically for outlining the area the game reads

fathom flower
rapid burrow
#

nah, I dont need them so I dont have them

fathom flower
#

(

#

tthx for help anyways

covert swallow
#

Anyone have any idea if you can create custom skins from an iPad? If you do let me know, making custom skins looks super fun

swift bison
#

You can try

#

I guess you can use the png files from the sprite packer tutorial in the pins, then move them to a pc to run spritepacker

covert swallow
#

Hm ok

indigo nymph
#

dialogue editor?

swift bison
#

No

indigo nymph
#

why not

swift bison
#

Because there is no dialogue editor

stiff wolf
#

Has animations in the message and in the video description :)

fathom flower
indigo nymph
#

radiance skin?

rapid burrow
indigo nymph
rapid burrow
#

Well nows as good a time as any to learn

indigo nymph
#

so how do i start?

dry snow
rapid burrow
#

Well first you need to check pins here and the two other modding channels, then when you get stuck you ask more specific questions. There's a new pin here from "Italy" on how to get sprites into free drawing software krita to get the files in semi order at least @indigo nymph

#

Guiding the specific get started thing is a ton of work, and just has to be pieced together by pins and further questions, unfortunately

indigo nymph
#

ok, thanks

white delta
#

Well that helped me with my question as well. Thanks @rapid burrow

minor tinsel
#

late to the party but i use krita and it has great animations tools that are very intuitive and easy to pick up
plus someone just made a plugin for it that takes godump sprites and automatically puts them into a kra (krita) flie

white delta
#

I imported the sprite loader script but how do you use the GODump.dll? I'm guessing it has to be in a specific location in Krita... I Tried to run the normal sprite sheets doesn't seem to work at all.

fading blaze
#

hello ppls

wet cloud
white delta
#

yeah. put the it in C:\Program Files (x86)\Steam\steamapps\common\Hollow Knight\hollow_knight_Data\Managed\Mods then?

wet cloud
#

yep

white delta
#

Ah ok thanks for the quick reply

#

Will this allow the changing of say the knight sprite or are you still limited to the size of the original knight?

wet cloud
#

it'll be easier to check your dump progress if you turn on logging in game by changing the ShowDebugLogInGame field in ModdingApi.GlobalSettings.json to true

ripe summit
#

what are y

#

what is going on with my pc

#

what is everyones faveorite skins for HK

sage trellis
#

Italy, haha, I wish I had that a month ago. Dang. :']

white delta
#

Thanks @wet cloud for the suggestion on the json file change. I did not realize how large of a dump it was going to be.

wet cloud
#

np

#

you can modify GODump.GlobalSettings.json to set the AnimationsToDump

white delta
#

After 16 years of WoW I've found more joy in modding this game this last week then I did in the last 6 years of playing that game.

sage trellis
#

^^ It's surprisingly fun, right?

dry snow
#

is it a mod where someone streaming is fighting a boss after path of pain?

hexed nimbus
#

yes, called something with pop and pv, maybe pvpop or something, idk

dry snow
#

ty

hexed nimbus
#

essentially adds PV to the end of PoP

swift bison
#

Nor do I stream much

#

Nor have my streams ever worked

dry snow
#

why they not work

swift bison
#

¯_(ツ)_/¯

errant lance
#

is it loaded, does it show on the top left of the title screen, if so does it say failed to load, if so give modlogs, if not there in the first place is it even installed correctly, is modding api in the top left of title screen, yada yada

weak plinth
#

I think they were asking why someone's streams dont work

#

lol

swift bison
#

lol

white delta
#

Does anyone have the link to Zote the might custom skin? My google fu has failed me.

swift bison
#

Pins

dry snow
#

what is the pin 'hollow knight beta'?

swift bison
#

A beta version of hk

dry snow
#

so...just a really old version of hk then

swift bison
#

Yes

dry snow
#

or really new?

weak plinth
#

pre release beta

errant lance
dry snow
#

there could be a beta of a patch :q

weak plinth
#

yes, cuz TC has been working on HK and not SS

dry snow
#

yes

#

ss is a myth

errant lance
#

in that case it would probably be mentioned

weak plinth
#

the beta is like 5 rooms

#

you can't even leave crossroads

celest walrus
#

Is there a mod you can use to edit player health?

weak plinth
#

save editing

celest walrus
#

ok thank you

swift bison
#

Bruh

#

Stop

#

@native bolt sorry, they did it again

native bolt
#

Yeah looks like a raid

swift bison
#

K

versed mantle
#

what mod in the mod installer is the gun mod

scarlet moss
#

hollowpoint

versed mantle
#

thanks

versed mantle
#

i wonder if there is a mod that makes an endless horde of watcher knights

#

like the eternal ordeal

#

for real men

silver garden
#

It's being sexists and transphobic also what real men do?

hazy sentinel
#

Do you mod people know have the game code?

weak plinth
#

anyone who owns the game has the game code

jade sedge
#

Just wondering if anyone has a link to where I can get custom knight skins for the "custom knight mod", thanks in advance.

swift bison
#

pins

weak plinth
#

pins

#

dammit

#

🐌

swift bison
#

🐌

silver garden
#

Pins 👀

jade sedge
#

thanks

rapid burrow
#

Pins ax2uHappy

swift bison
#

this is WAR

silver garden
hexed nimbus
#

overcompetitive message answering

silver garden
versed mantle
swift bison
#

🤔

silver garden
#

It's a common saying that it's sexist and transphobic. I suggest you remove it from your vocab

rapid burrow
versed mantle
#

alright

#

will do

fallow cape
#

Hi. I am so tired of waiting for silksong that me and my team decided to make silksong themselves🤣

swift bison
#

cool

#

this is going to be a cool mod

fallow cape
#

We already have a plot and started on the concept art

#

There are no channels for game dev, and modding soumded close enough

swift bison
#

ah

fallow cape
#

Interesting, which one comes out earlier))))

alpine osprey
#

yours

hazy sentinel
#

Can you mod boss sprites?

alpine osprey
#

you should be able to change any sprite you want

hazy sentinel
#

So why don’t I see any cool new bosses, why only change the knight sprite?

swift bison
#

?

#

With CustomKnight you can only change a set bunch of spritesheets

#

Otherwise you need to make your own mod

alpine osprey
#

with file editing i would assume you could change boss sprites though

swift bison
#

Yes

hazy sentinel
#

I seeeeeeee

weak plinth
#

you have to bundle them as unity asset files tho

#

but yes, that works

alpine osprey
#

makes sense

prisma grotto
#

Is there by chance a mod that lets you perform the sit animation wherever you want?

weak plinth
#

no

swift bison
#

Someone should make that

weak plinth
#

benchwarp lets you put a bench anywhere and you can sit on that

#

but no, no mod exists to just sit anywhere

versed mantle
#

how do i accept the mod liscense for decoration mod

swift bison
#

You don’t

#

It’s just there

weak plinth
#

you yell it really loud

swift bison
#

Just ignore it

weak plinth
#

I ACCEPT

swift bison
#

I heard it’s there because Chinese people were charging people for the custom room files(?)

#

Might be getting that wrong

versed mantle
#

also how do you start editing

#

github says press capslock

#

but it isn't working

swift bison
#

Have you gone to the global settings of the mod and enabled it?

hexed nimbus
#

https://www.youtube.com/watch?v=-04JcalmOtg third chapter (or whatever you call those youtube parts)

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
swift bison
#

Also 90% sure that GitHub says the same thing

versed mantle
#

i am watching the video

#

alright i enabled it, but it still isn't working

#

i saved the document too

#

alright i got it

errant lance
#

?mods

barren wharf
#

Shade Knight

versed mantle
#

:O

#

the roles are reversed

barren wharf
#

What do you guys think?

pulsar frigate
#

how does customknight work?

barren wharf
pulsar frigate
#

how

viscid aspen
pulsar frigate
#

do I just download the mod and then I can change how he looks in game?

viscid aspen
#

yeah

#

think of it like a minecraft skin

pulsar frigate
#

oh

#

okay

viscid aspen
#

you can download custom skins

#

and even make your own (although i dont recommend it cuz holy shit its so hard)

minor tinsel
#

not hard

#

tedious

hasty vortex
#

YO idea

#

infinite pantheon

#

basically random pantheon of hallownest but instead of going out of it after murdering the last boss you get to fight again but with bosses dealing one more damage

#

after maxing out at 4 damage the bosses get faster with each boss

#

how long will you stand

hasty vortex
#

idea
-skateboard mod- you are forced to move around on a skateboard that will never stop
(your pogo is replaced with a trick that has a very short range but a lengthy duration that will cause you to jump rather high up the variations are ollie, frontside 180, and a kickflip (backflip/frontflip if nobody wants to spend their time making those textures)
the movement is forcing you to move either left or right, and instead of just sliding on a wall you will ride it (slowly upwards if you have claw and hold up)
of course the only part that I really just want is the constant movement)
dash remains the same except you can also hold the button to stop in place before kicking off
swimming would not be changed sadly
no knockback to begin with and steady body will just improve your sick tricks as you will do them slower allowing for more hitframes

normal burrow
#

what's the hotkey for debug mod

tame fable
#

yo does anyone know how the upgradeable grimmchild works???

#

nvm

brittle nymph
#

whats a good few mods to start off with mod installer doesnt show descriptions for any of them

white delta
indigo nymph
#

A mod where having a delicate flower makes you too op until it’s destroyed, or is it already made?