#archived-modding-development

1 messages ยท Page 207 of 1

solemn rivet
#

quit and reopen

fair rampart
#

k

#

it just updated, didn't it

solemn rivet
#

well, it updated to 8.4.0

fair rampart
solemn rivet
#

what happens when you launch it?

fair rampart
#

I just installed the new version, it worked now it's 8.4.0

#

cool

solemn rivet
#

k

fair rampart
#

what is glorious combos btw?

#

or chaos mod

#

mode*

solemn rivet
#

glorious combos adds a combo meter

#

and rewards you with damage for keeping up a high combo

fair rampart
#

oh ok

solemn rivet
#

chaos mod is... Chaos

fair rampart
#

makes snese

#

sense*

#

does charming work now?

solemn rivet
#

random effects applied randomly to everything

#

reversed controls, etc.

fair rampart
#

sounds fun

solemn rivet
#

I think it does

fair rampart
#

cool

#

bc some of the things it adds are really nice

solemn rivet
#

ye

fair rampart
#

like gathering swarm breaking deposits

compact sedge
#

hey gradow how much money have you made off the installer?

solemn rivet
#

so far?

compact sedge
#

ye, it's been 12 hours

solemn rivet
#

0.0000000 USD

rotund anvil
#

Yo what is mantis gods

flat forum
#

Hey

#

Mantis Gods is a buff to Mantis Lords

solemn rivet
#

^

flat forum
#

similar to Lost Lord and Nightmare God Grimm

rotund anvil
#

so like empress muzznik

flat forum
#

gives them an endgame worthy refight

solemn rivet
#

papers to the rescue

#

well, not exactly

flat forum
#

Gradow

solemn rivet
#

muzznik is almost a completely different boss

flat forum
#

if you haven't made anty money off of your installer

#

can I give you money for no reason?

solemn rivet
#

the "gods" bosses are the same as the original bosses, but herder

#

uhhh

fair rampart
#

bindings mod ?

solemn rivet
#

gives you all binds at all time, deathwalk

flat forum
#

gives you all bindings all the time

fair rampart
#

mm

#

fun

solemn rivet
#

papers, there's a donation button in the newest installer

#

but... You don't need to

rotund anvil
#

grimmchild upgrades?

solemn rivet
#

makes grimmchild better, overall

fair rampart
#

very good highly recommend

flat forum
#

makes Grimmchild OP

#

like

#

it makes it 6 notches but so incredibly OP you don't even care

fair rampart
#

6?!

#

my god

#

still seems good tho

#

for panth

#

๐Ÿ˜ƒ

#

ugh

#

infinite notches is being bad again

#

I installed it once to mess around

#

now I permenantly have unlimited notches

#

rrrreeee

compact sedge
#

install it, disable it in the options menu, launch your save game, quit to main menu, uninstall it

#

@flat forum I also accept donations for my mods, but preferably in the form of art.

solemn rivet
#

^

#

art is the best payment imo

#

btw I still plan on making Redwing the final boss of blackmoth at some point, AA

compact sedge
#

My plan was to make blackmoth a post credits boss complete with its own scene but I have no idea how to make my own scene.

solemn rivet
#

same

#

and nes is ded not here, so...

#

my plan is kinda different, tho

#

make Redwing pre-radiance

#

ao if you beat it, you "convince" it to join you in beating the radiance

compact sedge
#

neato

#

mine was gonna be basically if you get the new absolute good ending you would get to fight it once and then doing so, and having also beaten every boss in the HoG, you could refight it in the HoG room where the knight statue is.

solemn rivet
#

oh, that's a neat idea

flat forum
#

Hey, Angle

#

about your own scene

#

are there still any unused rooms?

compact sedge
#

idk

flat forum
#

maybe you can just use an already existing one

solemn rivet
#

I think there are

compact sedge
#

I want a grimm's tent style background tho

tranquil glen
#

I'm saving and setting soulLimited in my savestate mod but if i load a save where I dont have a shade after I've died I can still only have enough soul for 2 casts

#

it doesn't show the broken thing on the menu

#

but it gets completely full at 66 soul or whatever

solemn rivet
#

you probably need to reset it on save and quit

tranquil glen
#

load a savestate* sorry

#

like if i die and then load a spot i've created where i didnt have a shade this will happen

solemn rivet
#

so, two questions

tranquil glen
#

no exiting to menu

solemn rivet
#

first, have you made a github yet?

tranquil glen
#

no

solemn rivet
#

ok, then the second question becomes harder

#

can you show me the relevant piece of code?

tranquil glen
#

ok gimme a sec

#

but yeah

#

i'll make a github

#

here's a snip of it for now

solemn rivet
#

so, instead of uploading the whole assembly, I'd recommend you save this as its own code and upload only that

#

dnspy can do that

tranquil glen
#

just this one class?

solemn rivet
#

yup

#

also, what are the instances and how are you setting them?

tranquil glen
#

oh right, i think 56 did that when he changed some stuff

solemn rivet
#

and can you show me how you're creating these?

tranquil glen
#

these instance things?

#

no

#

56 did that

#

I dont know how it works

solemn rivet
#

just where are they declared

#

should be something like public PlayerData instance; or something

tranquil glen
#

here wait i almost have github

solemn rivet
#

prolly on top or bottom of the code

#

ok

tranquil glen
#

what does this mean

solemn rivet
#

you don't need that for now

#

it's just telling you to add a readme so other know what this repo is about

tranquil glen
#

so how do i actually put the code on

compact sedge
#

you go to the folder where your code is written and do

#

git init

#

then git add all the files you want to commit

#

then git remote add origin (github page URL)

#

then git commit -m "First commit"

#

then git push -u origin

solemn rivet
#

or

#

use github gui

#

better for newbs like me

compact sedge
#

is github gui usable. I found it awful the last time I tried it.

#

to be tbh

solemn rivet
#

I only started using gui console after I got comfortable with the gui

#

now I have both gitkraken and gui bash

tranquil glen
#

how do i save just the one class

compact sedge
#

git add classfile.cs

#

git commit -m "memes"

#

also you can make a git ignore file

#

.gitignore

#

which can be used to ignore binaries and other stuff you don't wanna commit

#

and also git reset HEAD unstages all files from a commit (think like rocket ship stages) while git reset HEAD filename only unstages that file.

#

so a commit will only push staged files

tranquil glen
#

i mean like out of dnspy, how do i save just a class to somewhere instead of the entire assembly

compact sedge
#

@copper nacelle

solemn rivet
tranquil glen
#

and you can no longer?

solemn rivet
#

well, I can't

#

downloading a newer version to test

#

nope, still can't

tranquil glen
#

rip

#

so what do

solemn rivet
#

open the method for editing

#

select all, copy

#

open notepad

#

paste

#

save as whatever.cs

#

or

#

you can go File, Export to Solution

#

and export it anywhere

#

and find the relevant .cs there

tranquil glen
#

git push is mad at me

#

saying something about upstream

#

fatal: The current branch master has no upstream branch.

#

To push the current branch and set the remote as upstream, use

git push --set-upstream origin master
solemn rivet
#

then do that

tranquil glen
#

I did

#

then it says fatal: I don't handle protocol '(https'

solemn rivet
#

show me what you're typing

#

or just use github gui

tranquil glen
#

just typed exactly what it said to

#

git push --set-upstream origin master

hollow pier
tranquil glen
#

@solemn rivet I did it I think

solemn rivet
#

noice

#

send link

coarse moth
#

can someone give me a link to HP bar mode?

tranquil glen
coarse moth
#

oh, i found it

#

ty

#

it is scalemod?

tranquil glen
#

what?

weary oyster
#

how bout that 1221 save state mod

tranquil glen
#

Ax

coarse moth
#

i need scalemod

tranquil glen
#

Ax I have no idea what I'm doing

#

I don't know how to make non assembly mods

#

Also save state is really broken atm

#

It doesn't save soul

#

and if you load a save where you didn't have a shade from a spot where you do have a shade it doesn't uncap your soul

#

and also if you had any geo in your shade you lose that when you load

#

and also it crashes sometimes

#

there's a bunch of issues

weary oyster
#

better than nothing

#

ยฏ_(ใƒ„)_/ยฏ

tranquil glen
#

ok

#

there's still the issue of not knowing how to make it as a seperate thing

#

I've only ever directly modded the assembly file

#

AA gave me his template thing but i didn't understand

weary oyster
#

lol

#

yea dont worry too much about it its not like i really need it

#

just would be something nice to have

compact sedge
#

template thing is only for modding api mods tho

#

so it 100% will not work on pre api versions

tranquil glen
#

yeah i know

#

ax wants me to make my savestate thing for 1221

hollow pier
#

oh no

#

this was a mistake

solemn rivet
#

kry, gonna take a look

hollow pier
#

my game is shaking all the time now

solemn rivet
#

let me just clone it real quick

hollow pier
#

fighting shaking nkg

#

big meme

#

shaking pufferfish is biggest meme

vale prism
#

ok so hello

#

how do I install the modcommon

solemn rivet
#

use the installer in pins

hollow pier
#

how do i fix this

solemn rivet
#

you don't

hollow pier
#

oh bless

#

just doing rad intro again fixed it

#

wait i'm not used to normal gameplay

solemn rivet
#

tf you doing ptk

hollow pier
#

absrad radiant

solemn rivet
#

but, NKG?

hollow pier
#

needed to do a boss with the shaking

solemn rivet
#

right

vale prism
#

ok i did the installer thingy

#

now it still keeps crashing

hazy sentinel
solemn rivet
#

are you on beta?

vale prism
#

maybe

hollow pier
#

no thx

solemn rivet
#

it won't work on beta

vale prism
#

oh ok

#

should have seen that coming

solemn rivet
#

no mods work on beta

vale prism
#

yeah that was expected anyway thank you

solemn rivet
#

np

#

@tranquil glen sent you a pull request

tranquil glen
#

I don't know what that means zote do i merge it?

solemn rivet
#

well, you can

tranquil glen
#

yeah ok

#

and merging it just updates it to be that?

solemn rivet
#

yup

#

but you can

#

copy those changes manually first, just to check that they do work

#

and if they do, then you accept

tranquil glen
#

ok

#

makes sense

solemn rivet
#

notice that I didn't only change their names from instance to pd

tranquil glen
#

ye I added that

#

I don't understand it fully, but boy did I ever add it

solemn rivet
#

makes sense 56?

copper nacelle
#

idk

#

whymst change

#

also why a property

solemn rivet
#

cause

#

if I do PlayerData pd = PlayerData.instance; and then do pd.geo = 500; is it the same as PlayerData.instance.geo = 500;?

#

because I thought fields were set by value and not by reference

#

and properties the other way around

tranquil glen
#

this seems to have uh

#

broken things

solemn rivet
#

did you change everything that needed to be changed?

tranquil glen
#

yeah

#

It sends you to the right room but doesn't change your coords

#

maybe i missed soething

solemn rivet
tranquil glen
#

yeah

#

wait it just never sets it when it loads

#

wtf

solemn rivet
#

yeah

#

was about to say that

tranquil glen
#

did it not have that before

#

why did it work

solemn rivet
tranquil glen
#

wtf

#

I'm confused

copper nacelle
#

@solemn rivet iirc it's just that objects are set by ref and ValueTypes & primitives by value

#

field/property doesn't matter afaik

tranquil glen
#

ok well i fixed that

solemn rivet
#

oh

tranquil glen
#

even if this doesn't change anything i like this naming rather than instance , instance2 , and instance3

copper nacelle
#

those were the original names

#

btw

solemn rivet
#

decompiler

copper nacelle
#

local variable names die when you decompile

#

yeah

tranquil glen
#

ah

copper nacelle
#

the only reason I had those tbh is so I could retype it faster

solemn rivet
#

so it should have been getting the refs before instead of simply the values, right?

copper nacelle
#

yes

solemn rivet
#

in that case, I have no idea why it was failing

tranquil glen
#

what does current debug use to determine when you can use the things

copper nacelle
#

wdym

tranquil glen
#

like in normal debug i know you can do stuff like zoom in and out the camera during transition

#

here you have to be in control

#

so not during transition, not while using cdash, not even while in water i think

#

etc

leaden hedge
#

isnt there a variable

#

or method

copper nacelle
#

yeah

leaden hedge
#

that just returns if you have control

copper nacelle
#

CanInput on the hero controller

#

iirc

tranquil glen
#

but like I want to be able to do stuff during transitions

leaden hedge
#

so don't check that ๐Ÿค”

solemn rivet
#

yeah, just remove the check

tranquil glen
#

ok

#

I didn't put it there

#

i assumed there was some other reason for it

solemn rivet
#

also, you can refuse the pr now

tranquil glen
#

excuse me

solemn rivet
#

pull request

tranquil glen
#

oh

#

yeah

#

figured out what was causing the crash

#

had a < sign where it should've been >

solemn rivet
#

oh

tranquil glen
#

It was trying to subtract from the health until it reached a higher health value

leaden hedge
#

it will eventually do that

tranquil glen
#

well

#

it crashed the game

#

so i figured it could maybe use fixing

#

is there a maxsoul variable or something?

leaden hedge
#

yes

tranquil glen
#

you know its name?

leaden hedge
#

for both the main soul

#

and the reserve

#

maxMP and maxMPReserve iirc

tranquil glen
#

kk

#

ok yeah so the soulLimited bool only affects the ui

#

not the actual max

#

and removing the restriction on needing to have control made noclip not do the teleport anymore

#

sick

#

how do i check if someone quits to the menu

#

I need to delete the savestate when that happens

solemn rivet
#

you mean the main menu?

tranquil glen
#

cause if they load a savestate from a different save it crashes

#

yeah main menu

solemn rivet
#

uh

#

I assume this is a component of the HeroController

#

so it gets destroyed

#

so if you want to do stuff then, create a public void OnDestroy() method and do stuff there

#

anything you do there will be done when the component is destroyed

tranquil glen
#

what component

solemn rivet
#

the whole class

#

it's a MonoBehaviour right?

tranquil glen
#

I have no clue

#

the savestate persists when you quit to menu though

#

you need to reload the game for it to be gone

solemn rivet
#

oh yeah, it's not in the knight

#

well, idk if it would break horribly, but maybe you can add it as a component to the knight

tranquil glen
#

I have a bool for whther a savestate is made or not

#

i can just set that to false when they quit to menu

#

I just need a way to detect that

solemn rivet
#

idk

#

check GameManager on dnspy

#

see if you can find anything referencing when it's on the menu screen

hollow pier
hazy sentinel
#

did it count

hollow pier
#

this was p5 i got bored of absrad

fossil oxide
#

I don't know the math of Godhome

#

But I think they count using a different system

hollow pier
#

such a garbage fight too

#

almost lost to tl fc nkg pv

#

1 hp on pv

#

ended on hp absrad

hazy sentinel
#

fc nkg

#

fucking

#

coincidence?

hollow pier
#

meirl

#

i forgot how to fight tl and fc

#

only thing to do is absrad

#

i've choked like 3 last phases should be fine

hazy sentinel
#

excuse me wtf

hollow pier
#

they weren't even ball jebaits

#

just bad

hazy sentinel
#

feelsbad

copper nacelle
hollow pier
#

also convinced p5 bosses are attuned hp

#

i hitlessed markoth in this run

#

oh wait

weary oyster
#

they are

hollow pier
#

i didn't choke on nkg

weary oyster
#

they literally are the attuned versions

hollow pier
#

i did on gpz

#

no they're ascended with attuned hp

weary oyster
#

oh

#

fuck i confused the 2 lol

#

why are words similar

#

english dumb

hazy sentinel
#

just name them Difficulty_1 and Difficulty_2

#

smh TC

weary oyster
#

yes

hollow pier
weary oyster
#

shut

leaden hedge
#

its like half a second faster at leassxzt to type in the extra sxz

tranquil glen
#

you guys know why this wouldn't work?

#

I found this

#

am i trying to do this incorrectly?

copper nacelle
#

what happens

tranquil glen
#

nothing

#

it still loads the save if i quit out to menu and load a new save

copper nacelle
#

unset all the other vars

tranquil glen
#

and the if for loading a save includes that SaveMade needs to be true

#

on another note if i want to update my github thing do i just do another git push?

compact sedge
#

git add

#

git commit

#

git push

#

in that order

copper nacelle
#

wow git add .

#

smh

leaden hedge
#

go to your repository and click on upload files

#

then just drag your src folder intenseface

copper nacelle
#

@tranquil glen whenmst is that called

tranquil glen
#

what

#

on github?

copper nacelle
#

no

#

like

#

is that on scene loaded

#

is it in update

#

does the monobehaviour exist in the main menu

tranquil glen
#

uh

#

I have no idea

#

oh yeah its in update

#

i think

leaden hedge
#

what update

fair rampart
#

it's possible to track which pantheons have which bindings done right

copper nacelle
#

yeah

fair rampart
#

jms

#

aw the verulean joke is over

#

but I figured bindings would be better balance for some exaltation charms

tranquil glen
#

its in the method update in the class modcheats

copper nacelle
#

a/

#

have u tried

tranquil glen
#

sean set up the structure of all that

copper nacelle
#

s/

fair rampart
#

I didn't even notice I had typoed that

#

fug

solemn rivet
#

56 it's a component of a new GameObject();

#

Should be the hero's imo

hazy sentinel
#

u ever get hit by absrad laser during shriek

hollow pier
#

meirl

cunning lagoon
#

Yeah I t does hapen sometimes Verulean

#

Be careul witb The lasers

#

Careful

hollow pier
#

do you wanna fix any other words or

cunning lagoon
#

Not rwally

#

As lpng as its understandable its fine

hazy sentinel
#

did soviet glorious comrade in 35 minutes

#

pretty bad

hollow pier
#

i thought it was the communist radifesto

hazy sentinel
#

tbh comrade better

hollow pier
#

xะพั€ะพัˆะพ

hazy sentinel
#

u ever get people who don't read the description

hollow pier
#

can't say i have

tranquil glen
#

descriptions are for losers

tranquil glen
#

any idea why loading savestates repeatedly would cause performance issues?

#

I'm using ChangeToScene, that unloads the old one right?

river eagle
#

oh damn that communist radifesto mod is amazing

#

modder role for verulean when?

compact sedge
#

Xhuis and Verulean for modder!

hazy sentinel
#

I actually used the shittiest method for comrade mod

#

but that's ok

river eagle
#

How long did it take to make that?

compact sedge
#

shh don't tell them

hazy sentinel
#

like 8 hours lul

river eagle
#

well spent I'd say

hazy sentinel
#

instead of learning c# and API sprite replacement I instead learned unity/uabe and spent hours on Photoshop getting the hammer/sickle to stay still

buoyant obsidian
#

what'd you do Veru?

hazy sentinel
#

ะกะพัŽะท ะฝะตั€ัƒัˆะธะผั‹ะน ั€ะตัะฟัƒะฑะปะธะบ ัะฒะพะฑะพะดะฝั‹ั… ะกะฟะปะพั‚ะธะปะฐ ะฝะฐะฒะตะบะธ ะ’ะตะปะธะบะฐั ะ ัƒััŒ! ะ”ะฐ ะทะดั€ะฐะฒัั‚ะฒัƒะตั‚ ัะพะทะดะฐะฝะฝั‹ะน ะฒะพะปะตะน ะฝะฐั€ะพะดะพะฒ ะ•ะดะธะฝั‹ะน, ะผะพะณัƒั‡ะธะน ะกะพะฒะตั‚ัะบะธะน ะกะพัŽะท! Music: National Anthe...

โ–ถ Play video
buoyant obsidian
#

it's beautiful

river eagle
#

now make an american version

#

with a mcdonalds logo

hollow pier
#

the balls actually look good

tranquil glen
#

where can I find the fsm for picking up dive?

leaden hedge
#

there isn't a unique one

#

theres one for all items

tranquil glen
#

for like wings there was an fsm for playing the animation then it waited for the animation to finish then set crossroads to infected

#

is there not something like that for dive?

leaden hedge
hazy sentinel
#

@Tะก change dive pickup on 1.0.2.8

leaden hedge
#

ur mum changed dive pickup

tranquil glen
#

yeah that looks like it kdt

#

thanks

#

but you say this is used by all of them?

#

I'm looking for the exact moment dive sets the save point

leaden hedge
#

i think all spells use roughly the same fsm

#
"FunctionName": "SaveGame",
                        "parameterType": "None",
                        "BoolParameter": {
                            "useVariable": false,
                            "name": "",
                            "tooltip": "",
                            "showInInspector": false,
                            "networkSync": false,
                            "value": false
                        },
#

if I had to take a wild guess

#

which should be in the "Regain Control" state

tranquil glen
#

ok

hollow pier
#

qol exists for 1424 right

solemn rivet
#

yup

copper nacelle
#

haha yes

hollow pier
#

why does qol not have pause to gain control

copper nacelle
#

u right

#

I'll add that

hollow pier
hazy sentinel
leaden hedge
#

accept them

hollow pier
#

ah it must be all the attention from your absolute radiance radiant hitless youtube tutorial

#

it seems many others aside from me were assisted by it

#

many thanks again

leaden hedge
#

just dont get hit ๐Ÿค”

#

support me on patreon for more hk tips

#

thanks

hollow pier
#

why support a garbage modder

#

when we can support 753

leaden hedge
#

753 is how many years its been since 753 was relevant

hollow pier
#

kdt is ur mum

leaden hedge
#

kdt is my mum?

#

i am my own mother ๐Ÿค”

copper nacelle
floral furnace
#

so does this mean the representation of capitalism in game is supposed to be the void

copper nacelle
#

no that's pale king

#

the void is a nuclear missile

floral furnace
#
GameObject grenade;

        public void ThrowGrenade()
        {
            GameObject grenadeClone = Instantiate(grenade, HeroController.instance.transform.position - new  Vector3(0, 0, 0), new Quaternion(0, 0, 0, 0));
            grenadeClone.AddComponent<Rigidbody>();
            grenadeClone.AddComponent<SpriteRenderer>();
           
        }
#

am i doing this correctly

leaden hedge
#

why don't you have the spriterender and rigidbody on the prefab ๐Ÿค”

floral furnace
#

yeah i should do that, but was just making sure this is something that wont fuck up ingame

leaden hedge
#

it'll probably just fall straight down and not render anything

#

but otherwise yeah

#

should work fine

floral furnace
#

alright alright thanks

#

ill probably just give it a red whatever to render it as a placeholder

rain cedar
#

Rigidbody2D tbh

floral furnace
#

ok ok

cunning lagoon
#

the think

floral furnace
#

how the fuck is THK tou- hes fucking pathetic what

#

at this point he should be abusing shade dash

compact sedge
#

how do you get far enough to unlock the radiance and then find THK too hard

#

like how is that even possible

cunning lagoon
#

hmm nah he's definitely glitched and bullsthit. he's using shadow dash against the hollow knight and still getting damaged

floral furnace
#

tell him to restart or something then

#

you can pretty much face tank thk anyway

compact sedge
#

maybe he should try quickslash + unbreakable strength

floral furnace
#

^

#

assuming he played tgt and grinded for that 15k geo

cunning lagoon
floral furnace
#

replace alot of these developers

#

rip william

cunning lagoon
#

replace wilbo and ari then the game might be good

compact sedge
#

ok so question. am I crazy or was like traitor lord, hornet 2, and broken vessel all harder than THK?

floral furnace
#

hornet 2 IS harder than THK

rain cedar
#

Broken vessel is the hardest boss

floral furnace
#

goddamn typos

cunning lagoon
#

broken vessel is slower than lost kin so if yioua re used to lost kin hges very hard bc you esxpxect him to be fast

#

dumb

compact sedge
#

I ended up getting so much practice fighting lost kin on level 0 nail my first time playing HK that it's actually one of the easiest bosses for me rn.

floral furnace
#

real shit i find Grimm harder than NKG now

cunning lagoon
#

^

#

me irl

#

not even joking

floral furnace
#

cuz i keep doing those preemptive jumps

tranquil glen
#

Man i really hope team cherry replaces a lot of its developers

compact sedge
#

tbh I died 4 times on radiant TMG

#

and 0 on radiant NKG

#

I think TC should fire everyone that worked on Hollow Knight

vapid cape
#

you guys are total nerds, stop mocking this guy and his busy life. He doesn't have the time to learn the pattern, you do.

cunning lagoon
#

yes i truly hopr they do

compact sedge
#

and have all those fired people form a new company

#

called team berry

cunning lagoon
#

wow sean actually reacted to a message

#

what s this

floral furnace
#

a game isnt good until you can button mash and still beat the boss while both of your arms are severed

leaden hedge
#

you can mash though

#

thk is literally so easy you can just face tank with quick slash ๐Ÿค”

floral furnace
rain cedar
#

Show me a boss you can beat without pressing any buttons and I'll be impressed

#

Iconoclasts has one of those because it's a better game that's truly accepting of all gamers

leaden hedge
#

what if my turbo is stuck

compact sedge
#

you can beat many of the mario party minigames without pressing any buttons

#

but only if you're luigi

cunning lagoon
#

yea bc everything isd rng there

floral furnace
#

you can beat a game by not buying it in the first place

compact sedge
#

I love how some of the mario party games are literally russian roulette

leaden hedge
#

I can beat soul master without pressing a button between his first attack and his death

compact sedge
#

like ok you're pressing a lever to explode a bomb instead of pointing a gun at your head but they are mechanically the same

cunning lagoon
#

^ this

#

he'0s actyuakky right

floral furnace
#

russian roulette is my favorite family game hklove

cunning lagoon
#

hklove damn this emote!!

#

is good

floral furnace
#

too bad everyone gets emotional when its their turn

leaden hedge
#

russian roullette is my favourite game to play alone

#

I always win

floral furnace
#

haha yes

cunning lagoon
#

i also like dying

leaden hedge
#

wow dying

#

noob

#

i just deflect the bullets

cunning lagoon
rain cedar
floral furnace
#

Holy shit that was I N S A N E

#

how does it feel to be a god gamer beating a boss like that

leaden hedge
#

pssh

#

bet you can't do it blindfolded

rain cedar
#

Probably not

hollow pier
#

can you only kill absrad with nail

compact sedge
#

well you can't kill her with fireballs

copper nacelle
#

oh i just had the worst best idea

#

quick cast but it fires moving nail strikes

flat forum
#

cool

#

but the best idea is obviously Baldur Shell being the PV seal

copper nacelle
#

wow papers alive

flat forum
#

Speaking of which

copper nacelle
#

eeeee

flat forum
#

perhaps

hollow pier
#

56 when are you uploading markoth radiant not hitless

copper nacelle
#

not a bad idea

#

Knight\Charm Effects\Blocker Shield\Shell Anim

#

is this loss

flat forum
#

56 Radiant non-hitless when?

copper nacelle
#

i already have that

flat forum
#

I wanna see all the raidant bosses

#

but you get hit

hollow pier
#

oh wow displaying charms for a split second if only there was a shortcut to view the video frame by frame

copper nacelle
#

i display them at the end too

#

to be tbh

flat forum
#

Zote's precepts are better than 56

#

they are 57

copper nacelle
#

die

flat forum
#

Oh, gladly will

#

see you in never

copper nacelle
#

wow how unexpected

#

eeeeeeeeee

#

@flat forum

#

exist

#

i don't want to test this

#

therefore

#

u

flat forum
#

send untested mod for me to test when

copper nacelle
#

eee

#

did you send a new spritesheet for the knight

#

i check my email every 40 years

flat forum
#

Pretty sure I sent the one with the white Shades and stuff

copper nacelle
#

haha yes

flat forum
#

and the Baldur shell one?!

copper nacelle
#

i have that one

flat forum
#

Ok

copper nacelle
#

cause it's not in my email

#

ez

#

the white shade dash looks cool

flat forum
#

yeet

copper nacelle
#

now to wait fifty years for this to download

flat forum
#

note on testing - use all three spells as well

#

+Dashmaster

#

+Sharp Shadow

copper nacelle
#

eeeeee

flat forum
#

those all turn you into a shade

#

and should all be white

#

Wait this isn't meme

copper nacelle
#

@gritty belfry is this u

#

no stop why

flat forum
#

moved it into meme

copper nacelle
flat forum
#

yeest

copper nacelle
#

is that yes or yeet

flat forum
#

both

copper nacelle
#

same

flat forum
#

No U

copper nacelle
#

if your knight turns into a baldur shell lmk

flat forum
#

K

copper nacelle
#

new baldur shell is sick

#

wow the getting hit thing looks even better

#

@ foldingpapers stop being god at art

hollow pier
bronze temple
#

Can someone please send me an in-game screenshot of an ๐Ÿ‘Œ code mod real quick? Totally won't get used for MonoMod's page on https://builtwithdot.net/

flat forum
#

wait, why don't you have the Modder Role?

bronze temple
#

because I don't really mod the game actively

rain cedar
#

You can probably find a bunch of cool redwing screenshots in here

#

Most of the mods don't really look like anything just in a screenshot

#

I guess debug is flashy

bronze temple
#

Great, thanks :) I'll forward some of them, let's see what gets included on the final page.

solemn rivet
#

Papers!

neon pike
#

Hello! I'm new here and I want to know if there is a video I can follow to install mods because... I'm kinda lost on installing mods for Hollow Knight.

cunning lagoon
#

second pin here

neon pike
#

Oh! I see... thanks!

copper nacelle
#

ยงฮ รทโˆšโ€ข|`~ยฃยขโ‚ฌยฅโ†‘โ€ฒโ‰ โˆžโ‰ˆ(\โ€ฐโ„…ยฉยฎโ„ขโœ“[]โ‰คยซโ€นโ‰ฅโ€บยป

cunning lagoon
#

same

copper nacelle
#

imagine 1.75x ngg spikes

cunning lagoon
#

imagine 1.75x ngg

copper nacelle
cunning lagoon
#

actually this gives me an idea

#

1.25x ngg incoming

copper nacelle
#

๐Ÿ˜ฉ

#

do it on 1.2.2.1 imo

cunning lagoon
#

1221 lags

#

it's not even close to unplayable but it's fairly annoying

copper nacelle
cunning lagoon
#

feel free to make an optimized 1221 ngg if you want to ๐Ÿ™‚

cunning lagoon
#

dream bosses are impossible you heard it here first

hollow pier
#

they really are

#

tbh fc is the only chokeable fight

vapid cape
#

realtalk, my first playthrough I really had some immense trouble with Failed Champion and thought he was TOUGH AS NAILS

cunning lagoon
#

yea fc can be tough

hollow pier
#

lk is free

cunning lagoon
#

lk stuns too often and tyrant gives you many openings to heal

hollow pier
#

ddark stagger

vapid cape
#

Now he's absolutely nothing to me but a first go, I can see why a player would get chewed up and spit out

hollow pier
#

tyrant is free because you just want to reach the second phase doublehit cycle

#

why would you fight him otherwise

cunning lagoon
#

what

vapid cape
#

Tyrant also kicked my ass until I learned about the healing spot in the middle. LK was always a total pushover though

frosty igloo
#

i think the problem is that failed champion is the hardest of the three, but being the rematch against the first boss in the game people go for him first, and get annihilated

slow fable
#

is enemy randomizer compatible with godmaster?

cunning lagoon
#

it works but it doesnt randomize the new enemies

#

or something like that

slow fable
#

alright

stuck marlin
#

Has anyone made their own enemies yet?

young walrus
#

Yeah. You keep talking and you'll be the next one. zote

dark wigeon
#

Totally forgot to upload the updated release for the fsm viewer. If I forget something please tell me. https://github.com/nesrak1/HollowKnightFSMView/releases
At some point, I'll need to fix the arrow lines and add tabs.

Also for the linux people, the unity one still works and there is a dotcore version of it that's written in that wpf linux port

hazy sentinel
cunning lagoon
#

im not going back there ever again

odd jetty
#

Lol

dusky lion
#

I've never wanted to kill lines of code but here I am

#

you ever just fsm

leaden hedge
#

no

#

i dodge that shit like the plague

tranquil glen
#

I actually dn't understand the use of fsms

#

easier to just do real code tbh

vale prism
#

ok so quick question what does the qol mod do

limber herald
#

hey can someone send me the api modding file i cant find it

vale prism
#

1st pinged message of this channel

cunning lagoon
copper nacelle
#

wtf

compact sedge
copper nacelle
#

yes memes

cunning lagoon
#

whats up with your font

#

is this vitel

compact sedge
#

vitel?

copper nacelle
#

linux font rendering looks different

compact sedge
#

u talkin to me or 56

cunning lagoon
#

oh i see

compact sedge
#

I'm using noto sans

#

so the android font

cunning lagoon
#

noto sans from undertale?

copper nacelle
trim totem
#

modding is meme 2

cunning lagoon
copper nacelle
#

nice

exotic venture
#

nice

compact sedge
#

nice

hollow pier
cunning lagoon
#

sadly that doesnt take into account the exclamation mark

#

so its not accurate sadgrub

fair rampart
#

gradow more like

#

BADow

copper nacelle
#

u

fair rampart
#

big ouch

tranquil glen
#

someone make radiance with constant both directions nail grid

trim totem
#

the ngg of radiance

copper nacelle
#

isn't kdt making abs rad death

#

or at least

#

death patterns

#

idk

cunning lagoon
#

can you make it to mop with a well timed dash

#

maybe with sharp shadow?

#

probably not right

tranquil glen
#

dont think so

copper nacelle
#

no

#

the wall exists and is invisible

cunning lagoon
#

ok that makes sense

tranquil glen
#

yeah that makes sense

trim totem
#

absrad except the lasers don't have a startup time

cunning lagoon
#

so absrad?

#

/s

exotic venture
#

the wall is now a sphere

copper nacelle
hollow pier
#

/s

#

more like

#

sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss/

exotic venture
#

/s more like

copper nacelle
exotic venture
#

/scenic

cunning lagoon
#

wow you are still going huh

hollow pier
#

eeeeeeeeeeeeee

trim totem
#

dited

cunning lagoon
#

dited)(e

trim totem
#

indicted

lunar yarrow
#

primal aspid's triple shot + soul twisters teleporting, homing, and rotating shield, + the damaging ball of crystal spikes left by those flies in crystal peak someone make this a mod

compact sedge
#

you make it a mod

cunning lagoon
#

no you make it

compact sedge
#

Alright. my last mod before I go back to working on Redwing is here.

hazy sentinel
cunning lagoon
#

no memes please

hazy sentinel
#

@ mods can we get a delete on the message above

hexed swan
#

@ mods can we get a delete on the message above the message above

compact sedge
#

it doesn't even really do much rn but it does patch 2 very minor things and doesn't break anything so I figured why not publish it.

exotic venture
#

what

#

everyone knows though

compact sedge
#

sorry for being in the wrong channel

#

pls don't ban mys

exotic venture
#

nah it ok

cunning lagoon
fair rampart
#

me irl

exotic venture
#

definitely a mood

solemn rivet
#

AA should I add it as mandatory together with API and modcommon?

#

๐Ÿ‘€

compact sedge
#

uh no

exotic venture
#

what even does it do

#

where are them m o d n o t e s

compact sedge
#

although all the fixes are toggleable and I consider them all good, it's a mod that can include fixes that aren't all objectively improvements. For example one of the two fixes it gives RN gives the THK statue a second arm in the hall of gods so it matches the pure vessel you fight.

exotic venture
#

but why though

cunning lagoon
#

why not

vapid cape
#

that tink fix sounds like a pretty good thing to have though

compact sedge
#

it's all toggleable and each change will range from objective improvement to generally good.

exotic venture
#

why not send the tink fix to TC though

hazy sentinel
#

copy QoL and fasttext

#

ez

compact sedge
#

I did mys

#

actually I didnt

hazy sentinel
#

bamboozled

cunning lagoon
#

that reminds me

#

@copper nacelle add fasttext to qol thanks

compact sedge
#

but I didn't because the way tink is fixed only works with a modding api.

#

they'd have to recode it for the actual assembly, or better yet make it so sharp shadow's fsm never got stuck in the first place

hazy sentinel
#

official modding support in hornet dlc hollowwoke

fair rampart
#

are pantheon bindings checked through variables or FSM values?

exotic venture
#

if you'd do it without api you could send it to TC and maybe they'll have a look at it

#

cause it's been a bug for ages

compact sedge
#

panth bindings are checked with a function

#

also no TC can fix their own goddamn code thanks

#

I'm not being paid for this

cunning lagoon
#

ask them for money the,

exotic venture
#

ok that's, like, your choice

leaden hedge
#

they dug their hole

#

they can sleep in it

compact sedge
#

this set of checks works

fair rampart
#

thank

#

OH I might not have clarified

#

is there way to check which bindings have been completed on each pantheon

hazy sentinel
#

yea just walk up to the gate and look at it lul

compact sedge
#

meem

#

but yes

leaden hedge
#

its stored in the save

compact sedge
#

playerdata

leaden hedge
#

so no

fair rampart
#

๐Ÿ”ซ grimm

leaden hedge
#

if its being saved

#

theres literally no way you could check it intenseface

fair rampart
#

keywords bound, bind, pantheon, and god didn't bring anything up

#

let me codedive

compact sedge
#

PlayerData.instance.bossDoorStateTierX.boundY

#

bigmeme

fair rampart
#

wtf

cunning lagoon
#

did you just meme ๐Ÿ˜ก

fair rampart
#

mods

cunning lagoon
#

@ mods

fair rampart
#

thanks, tho

#

now maybe I can allow some semblance of balance in exaltation

#
  • maybe a unique reward for the first 4 w/ all bindings
exotic venture
#

i can't believe meme is leaking into meme2 again

hazy sentinel
#

yea rename everything to ur mum gay

#

good reward

compact sedge
#

reward players who are really good at the game with things to make the game easier

#

/s

hazy sentinel
#

reward players who die with geo cap

cunning lagoon
#

hmm grimm must be a powerful being

#

maybe they wrote a 10k word essay on his connection to the radiance

hazy sentinel
cunning lagoon
#

not upvoting the post so your video gets seen by more people

#

rookie mistake

hazy sentinel
cunning lagoon
#

you never know when those 10 reddit views might make all the difference

hazy sentinel
#

Pure Vessel turns it up to 12. The lead up to his fight, isn't hard, its annoying. I can reach him with full health (1 or 2 heals used up while fighting Soul Tyrant), but it takes me a full 10 minutes to reach that point. I have to fight 9 bosses, which are boring now.

And often I'll die in under 15 seconds. That pay off simply isn't there, 10 minutes of tedium for a 15 second attempt (especially since I'm sure I'm dashing through a few of his attacks, but I'm still getting damaged).

Instead of being excited about beating him, I'm bored by the thought.

It would have been better to have a player fight him earlier (or reach him quicker) and then see if he can survive the 10 boss marathon (which until him is easy).

I'm just annoyed now.

Edit: Got it, there's a practice room I didn't know about :)

cunning lagoon
#

ah thats a good one

hazy sentinel
hollow pier
#

fail cdash

#

easy win

leaden hedge
#

he means real time

cunning lagoon
#

please just die already

leaden hedge
#

hes only actually done 2 attempts intenseface

hollow pier
#

u ever do a casual first playthrough faster than someone does a 2 minute segment

hazy sentinel
#

wdym 2 minute segment

#

i can see it going sub 2:10 with a TAS

hollow pier
#

< 2 < minute segment

cunning lagoon
#

.<

hazy sentinel
#

<.>

#

<<w>>

fair rampart
#

owo

cunning lagoon
#

UwU

fair rampart
#

๐Ÿ‘ ๐Ÿ‘„ ๐Ÿ‘

hollow pier
#

grubfather
๐Ÿ‘

cunning lagoon
#

๐Ÿ’ช ๐Ÿ˜Ž ๐Ÿค

hollow pier
#

Thanks! โค

cunning lagoon
#

commit die

hollow pier
#

๐Ÿ˜„

hazy sentinel
hollow pier
#

BOUGHT

hazy sentinel
hollow pier
cunning lagoon
#

wtf

hollow pier
#

hi a repost now

leaden hedge
#

after you die ๐Ÿค”

hazy sentinel
#

your a mod just get one iframe after you die in on it and bash on him if you agree with me

cunning lagoon
#

where is that from

hazy sentinel
#

SRC forum

cunning lagoon
#

epic

hazy sentinel
cunning lagoon
#

i enjoyed this

hollow pier
hazy sentinel
#

hi dying

hollow pier
hazy sentinel
#

whomstdve strem

tranquil glen
#

ax

cunning lagoon
copper nacelle
#

@cunning lagoon no

#

fast text isn't on github

#

therefore illegal

cunning lagoon
#

who made it

#

sean?

copper nacelle
#

yes

cunning lagoon
#

@rain cedar explain

#

ah that doesnw ork does it

hazy sentinel
#

your a modder just get one person in on it and do it

copper nacelle
#

on the other hand lemm eat all relics from the right side is gplv3

cunning lagoon
#

@rain cedar give fasttext

hazy sentinel
#

just make fastertext by just making all text empty boxes

copper nacelle
#

dlkurosh why

cunning lagoon
#

why not

hazy sentinel
#

ping modders again

copper nacelle
cunning lagoon
#

im fairly sure the first one didnt act6ually ping him

#

bc it was after an edit

hollow pier
#

actbually

copper nacelle
#

@cunning lagoon

exotic venture
#

i can't believe you've done this

cunning lagoon
#

i am right yet again

#

wow

#

so easy

hazy sentinel
#

also mys i dont think you were thinking of the cursed maggot smile i was talking about

#

wow there it is

hollow pier
#

maby pvp mode

copper nacelle
#

wow they said monstah would win

#

smh

hazy sentinel
#

wow reading discussion

cunning lagoon
#

ye xD

copper nacelle
#

banned

cunning lagoon
#

OwO why?? nyaaa~

copper nacelle
#

i should port that to di

cunning lagoon
#

OwO what's di

copper nacelle
#

no

#

ceaseth

hollow pier
#

mons would win because he can cdash

cunning lagoon
#

ah i see it's a pop joke

#

i enjoyed that

hollow pier
#

here's another

cunning lagoon
#

why am i not surprised that you clipped that