#archived-modding-development

1 messages ยท Page 276 of 1

copper nacelle
#

global::

rain cedar
#

That's probably just gonna stack the buff/debuff forever

#

Also yeah why are you using global?

copper nacelle
#

i think they're assembly patching

rain cedar
#

But why?

copper nacelle
#

idk

fair rampart
#

I just looked at other mods, and they had global::, so I did the same.

rain cedar
#

What mod uses it?

copper nacelle
#

api best mod

rain cedar
#
namespace Test
{
     public class PlayerData { }

     public class NotPlayerData
     {
          public void NamespacesAreHard()
          {
               //global::PlayerData to access TC PlayerData
               //PlayerData to access your shitty redefined one
          }
     }
}```
#

Only use case of global in a mod

#

It's a terrible use case

#

Don't do that

fair rampart
#

It was Exaltation that I saw using it.

copper nacelle
#

@ Xhuis#5831 can u don't

rain cedar
fair rampart
#

What are the downsides of using global:: ? It seems to work.

copper nacelle
#

ugly and redundant

rain cedar
#

It implies that there's another PlayerData

#

That's like asking what the purpose of the "using" statement is

#

I mean you can just put the full name every time

#

It works, so why not?

fair rampart
#

This is pretty much my first experience with actual coding. I didn't know.

rain cedar
#

Sorry but "It works so it must be ok" is just such a bad mindset to have with regards to basically anything

silk jetty
#

does anybody have a path of pain file?

#

because I wanna start doing speedruns but I don't have one that isn't glitched by having qol on then beating it then disabling mods

mortal trout
cunning lagoon
trim totem
#

rng mod?

copper nacelle
#

death mod

trim totem
#

what does it do

copper nacelle
#

fsm waits are 0

cunning lagoon
#

garbage mod lul lol run 106

trim totem
#

can you make hornet's needle throw go at an angle

cunning lagoon
#

not eeven nail only hitless lol

copper nacelle
#

1:05

cunning lagoon
#

2:17

hazy sentinel
#

any queen bee

cunning lagoon
#

more like any sub 3h

azure vessel
#

autismo hornet mod

rain cedar
#

Idea for next shitpost mod: Angle all rb2ds to go towards the knight

copper nacelle
#

angle the knight to go towards the knight

rain cedar
#

Same

#

Different idea: Replace all sounds with Gorb

copper nacelle
#

yes

rain cedar
#

Dreamshield co-op except you're both dreamshield

copper nacelle
#

ascended

azure vessel
#

make gpz spit gpz

compact sedge
#

ohno

#

I got mentioned in a shitpost mod

copper nacelle
#

hmmmmmmmmmm

compact sedge
#

how many shitpost mods does the installer have?

copper nacelle
#

3?

compact sedge
#

I mean not counting the 4 (wtf 4) that are in art mods.

copper nacelle
#

yeah

compact sedge
#

wait is it only 4?

#

it might be 5

#

idk need to count

mortal trout
#

1 2 3 4 5 6 7 8 9 0 , I forget the rest

compact sedge
#

atomic radiance, shitmothst, nukememe 2, infinite myla. uh idk maybe I'm forgetting one but I think that's all of them

#

technically nukememe 2 is 2 mods put together tho

#

so it's a bit odd

copper nacelle
#

x

#

go by dll count

compact sedge
#

I merged the dlls

mortal trout
#

dllurosh

compact sedge
#

well the nukememe dlls

#

the other dlls are separate

#

but if I go by file count I have 2 video files, and a unity asset bundle

#

so that's 7 files

#

4 dlls

copper nacelle
#

.

dusky lion
#

chaos mod

copper nacelle
#

chaos, art, rng

#

ez

compact sedge
#

darkroom?

#

I mean darkmod

copper nacelle
#

x

dusky lion
#

lightbringer

#

pre api lightbringer

compact sedge
#

oh and ngg

mortal trout
#

56 mod that replaces every enemy with 56 dying a stupid death

compact sedge
#

which is half of infinite grimm

azure vessel
#

i thought blackmoth was upgraded radiance

compact sedge
#

so uh count that as 0.5 mods

azure vessel
#

nice clickbait

cunning lagoon
copper nacelle
#

why

#

that's not even intentional

#

literally a bug

trim totem
#

i saw this in my recommended

cunning lagoon
#

it's not gods of battle hitless nail only

#

it's gods of battle hitless and gods of battle nail only

#

2 separate fights

copper nacelle
#

biggest think

#

it's not like second phase is even half-balanced

#

reeeeeeee

#

how do i die

vapid cape
#

Gravity's a pretty effective tool

cunning lagoon
#

Yeena is typing...

mortal trout
#

to horheristo's video

cunning lagoon
#

cant get past sanctum notlikequirrel

#

washed up

trim totem
#

wow that's way worse than i thought

#

and he replaced the soundtrack wtf

#

that's total clickbait

azure vessel
#

it says

#

no dmg ////////// nail only

#

and 2 fights

trim totem
#

yes

#

clickbait

mortal trout
#

horheristo more like absolute god at everything amirite

azure vessel
#

autism

dusky lion
#

ahh horheristo ๐Ÿ˜ฉ

azure vessel
#

lets jump the hate wagon

dusky lion
#

i want to be embraced by his transphobic arms

trim totem
#

what did he say?

azure vessel
#

some dumb shit

trim totem
#

i gathered that

mortal trout
#

he said i mattered as a human being which i can definitely say is some dumb shit

dusky lion
#

god hes such a noble man

mortal trout
#

hey look it's god himself

trim totem
#

what vid is this on

mortal trout
#

balls of steel speedrun

dusky lion
#

horheristo isn't a world record holder? Are you kidding me? When was the last time you saw someone with such an ability to pogo bosses with two HP? horheristo takes speedrunning the game to another level, and we will be blessed if we ever see someone with such an ability to create arbitrary rulesets again. RiskyCB breaks records. Magolor9000 breaks records. horheristo makes his own categories that no one else would ever run. You can keep your hard work and practice. I prefer natural talent.

#

-some youtube comment

copper nacelle
#

was it stayplus

dusky lion
#

yes!

mortal trout
#

cool!

floral furnace
#

if i want to, lets say, make the go have its own animation as it flies, and play another animation as it hits, i should be using the tk2dsprites component instead of the regular spriterenderer yes?

copper nacelle
#

willingly using tk maggot

floral furnace
#

well if its possible with the regular sprite render then i wouldnt bother with tk at all (preferably) hence im asking

#

@ tk

rain cedar
#

Start a coroutine that changes the sprite

#

Animated

#

Easy

#

Tk2d overcomplicates everything

floral furnace
#

oh yeah that sounds easier

#

now i dont need to touch tk2d

copper nacelle
#

is there any reason not to do linq queries in parallel

#

(besides wanting an ordered result)

weak lodge
#

@hazy sentinel was fun, not sure if i can play tomorrow but ill let ya know, thanks

cunning lagoon
#

np

weak lodge
#

@hollow pier and thanks for helping me with farming n shit

#

kurosh you abandoned us

#

so we doin mech bosses :}

cunning lagoon
#

ok

weak lodge
#

lmao how was the 106 practice

#

or did you not bother?

cunning lagoon
#

worse than i expected

weak lodge
#

oof

copper nacelle
#

imagine not playing terraria with your friends

cunning lagoon
#

i did play terraria with my friends

weak lodge
#

unlike 56

cunning lagoon
#

i just left a bit earlier than usual to do some 106

hollow pier
#

will we finish the playthrough tomorrow megathink

cunning lagoon
#

same

weak lodge
#

tbh nah

#

by next week yes

#

and then we start another one maggot

trim totem
#

great, I'll join that one after wof and then leave immediately too

weak lodge
#

we did WoF milliS

trim totem
#

i mean the next playthrough

weak lodge
#

oh

cunning lagoon
copper nacelle
#

is destroying objects threadsafe

crimson cape
#

idk what i did .-.

cunning lagoon
#

56 strwema

copper nacelle
#

can't

#

playing gta

cunning lagoon
#

excuse me you cant play that game

#

im telling your mom

copper nacelle
#

ok

hollow pier
#

watch sean

cunning lagoon
#

๐Ÿ˜ด

#

pete stream

floral furnace
#

ngl linq sounds lame

copper nacelle
#

wtf

#

โŒ

#

linq is the

#
array.Where(x => x % 5 == 0).Select(x => x * 2).ToList().ForEach(x => Console.WriteLine(x));```
#

stuff

#

linq is god

#

๐Ÿ”ซ

floral furnace
#

56 anything about programming that i havent used, learned, or im not familiar with is lame

#

then once i do use them, i can unironically call them lame

#

lists are pretty cool tho i guess

cunning lagoon
floral furnace
#

Hmmmm ๐Ÿค”

cunning lagoon
#

i'll take that as a no (no)

floral furnace
#

(sorry i did not understa ur inglish im taco)

cunning lagoon
#

lol? what ๐Ÿ˜‚

copper nacelle
cunning lagoon
floral furnace
#

real shit waitforframe is a life saver ๐Ÿ˜ฉ

#

like, you solve 70% of your problems by using it ngl

azure vessel
#

why would you do it without me ๐Ÿ˜ฅ

weak lodge
#

kurosh why pull an all nighter

cunning lagoon
#

it really do be like that sometimes

weak lodge
#

out of kurousity, are you doing an entire run as practice or just segments w/ debug mod

slow fable
#

enemy randomizer keeps freezing at 94% loaded
what am i messing up

cunning lagoon
#

i did some runs and now im practicing segments

slow fable
#

is it normal for hollow knight to stop responding for enemy rando?
it worked when i turned off room mode but that's boring
every crawlid was traitor lord

cunning lagoon
#

sounds fun to me

slow fable
#

yeah but then it gets predictable
if you can count the number of traitor lords in a room before you enter it then it's no fun

cunning lagoon
#

you need a beefy computer for enemy rando

#

s that might be it idk

slow fable
#

i thought mine was beefy enough
i'll try updating it to see if that does anything

#

it worked

copper nacelle
#

๐Ÿ˜ฉ

cunning lagoon
#

nice

weak lodge
#

gnitt bois elderbug

#

Also I see 56 has some advanced movement and same

#

Check comments tbh @copper nacelle

cunning lagoon
#

noot

weak lodge
#

should I actually sleep now or is sleep for the weak

cunning lagoon
#

sleep is for the week

weak lodge
#

ic

cunning lagoon
#

the real question is

#

how can aron learn iron tail

weak lodge
#

the real question is

#

how can Kurosh do PoP in under 2 mins

#

Find out next time

#

On any% NSOOB

#

Where he gets a wr

dusky lion
#

sleep is for next week

weak lodge
#

But decides to go do white palace

#

Also sean why no airswim

rain cedar
#

Same

rain cedar
cunning lagoon
#

@hollow pier

dusky lion
#

dlkurosh'd

cunning lagoon
#

what would be the most convenient moment to kill myla in a 106 run thinkgrub

copper nacelle
#

9:03 am

#

hmmmmm

cunning lagoon
#

damn

#

make it 9:04 bby

#

wtf 9:05 already?? time flies

copper nacelle
cunning lagoon
#

yo its 9:07

#

we found the 9:06 skip

#

i'd say before fc but you dont have daget there

#

so prob just right before thk and you place a dgate on the black egg temple

#

dunno

ember bloom
#

9:19 sadgrub

cunning lagoon
#

more like 9:20

ember bloom
#

Local men refuses to do Pantheon Challenges

copper nacelle
#

why does the dnail knight have a different atlas

#

idek how to get the material

#

hhhhhhh

floral furnace
#

contact tc

copper nacelle
#

u

#

you ever have something that should work not work

#

you ever realize why it doesn't work 10 seconds later

floral furnace
#

by everytime you mean yes

#

its like the program was designed to be against you

copper nacelle
#

i love how adding the knight's sprite the game takes 200 years longer to load

floral furnace
#

preload it then /s

copper nacelle
#

no i'll just do a parallel foreach

#

should? work

floral furnace
#

"?"

copper nacelle
#

yes

#

why does parallel foreach not exist

floral furnace
#

same question but the opposite

copper nacelle
#

hmmm

#

wtf it should actually exist

cunning lagoon
copper nacelle
#

ahhh

#

.net 4

#

reee

floral furnace
#

unity games shouldve been written in php tbh

copper nacelle
#

delete this

ember bloom
#

Sprites i dropped are for basic and dream nail sheets

copper nacelle
#

yes

#

multithreading my sprite loading crashed the game

#

i think

ember bloom
#

Just overwrite file zote

copper nacelle
#

yeah it violently kills itself

#

fuck

floral furnace
#

wow no regards for single core users

cunning lagoon
#

me irl

copper nacelle
#

wait maybe i can do this in coroutines instead

#

don't megathink me

#

u

#

eeeee

#

reeeeeeeeeeeeeee

cunning lagoon
#

i see you didn't desolder your e key

#

same

copper nacelle
#

hhhhhhhh

#

did you know monobehaviour(s) aren't abstract

#

also my coroutines threw an exception

floral furnace
#

wait so theyre regular classes?

copper nacelle
#

yes

floral furnace
#

would say its lame but then again abstracts are lame in itself so instead ill say its pretty cool

#

wait you cant add abstract classes as components then

#

makes sense oh wait i just remembered you can only add components of classes that are extended by monobehaviour im fucking dumb GWchadMEGATHINK

copper nacelle
#

is this god

#

Object reference not set to an instance of an object

#

why

#

reee

floral furnace
#

hav u tried, instantiating the ob

copper nacelle
#

u

#

you can't instantiate a monobehaviour i lied

cunning lagoon
#

nice self react

copper nacelle
#

it doesn't work

#

i literally made an empty class called ๐Ÿ…ฑ

#

and it worked

#

also coroutines aren't any faster

#

extreme loss

#

users can go die

#

and wait 10 years for hk to load

#

easy

cunning lagoon
#

D:

floral furnace
#

just increase your system requirements

#

either they upgrade or they fuck off

copper nacelle
#

what if i just compress the pngs

#

decreased size by like 8mb

#

this is good

#

i can make lost lord not kill the game too

#

pog

#

mfw the png hal sent me is too large to be compressed by this site

cunning lagoon
#

๐Ÿ“ฃ GWchadMEGATHINK

copper nacelle
#

mega mega thinking

cunning lagoon
#

O GWchadMEGATHINK if you will

ember bloom
#

omega thinking

copper nacelle
#

it still kills the game

#

pain

#

+30s load time to add this sprite

rain cedar
#

Load it in smaller pieces and stitch it together

copper nacelle
#

that's faster?

rain cedar
#

Doubtful

copper nacelle
#

a

#

should i try putting it in as an asset bundle

rain cedar
#

Coroutine

copper nacelle
#

tried that

rain cedar
#

Load one piece every half second

#

Easy

copper nacelle
#

hmmmmmmmmmmm

floral furnace
#

use 4 nested for loops for maximum performance gain

rain cedar
#

Idk for a real suggestion you could try actual threading

copper nacelle
#

i tried that too

#

you can't do threads w/ Sprites

#

because Sprites are unity

#

and unity doesn't actually support threads

#

so it crashes the game

rain cedar
#

Ok maybe just don't have such a big image then

copper nacelle
#

i compressed it

#

it didn't even change the loading time

rain cedar
#

Maybe only load some meme shit like a diff between the vanilla and mod texture sheet

leaden hedge
#

use dds instead

#

its way faster

copper nacelle
#

ok

#

i'll try that

leaden hedge
#

also apparently if you don't use LoadImage, you can thread creating the texture data, then just call LoadRawTextureData

#

which takes no time at all

#

I think if you remove the dds header manually before you load it in you can just do

    srcTexture.GetRawTextureData = Resources.tgtTexture.GetBytes();
compact sedge
#

@copper nacelle compressing pngs will not make them load faster

#

the bottleneck is not the harddrive

patent spire
#

I am trying to use the randomizer v2 mod but it just shows the title and no menu.

azure vessel
#

try restarting game

patent spire
#

tryed many times

azure vessel
#

hmmm install mod and reinstall

patent spire
#

I will try it

dusky lion
young walrus
#

Mod installer

patent spire
#

in th randomizer v2 mod there is two versions, so do I need only newer dll, or do I need the older sprite-folder? or both dll's?

river eagle
#

@copper nacelle Oh shit so the img I sent is too large?

#

You mean the one where I edited out the cracks and the infection bubble?

young walrus
#

Just use the installer

patent spire
#

my computer says that it's a virus

azure vessel
#

its not

river eagle
azure vessel
#

we all use it

river eagle
#

Someone get the source code for this man

patent spire
#

loaded it

#

works

#

thx

#

probably it sat of the virus rairards becoulse it acsesses files. (1000 writing mistakes)

#

how many spaces it pat there?!

young walrus
#

Windows defender is more of a virus than the installer

solemn rivet
#

^

copper nacelle
#

@leaden hedge raw texture data is god ty

ember bloom
#

fuck

copper nacelle
#

you ever just forget tex.Apply()

compact sedge
#

me

copper nacelle
mortal trout
#

looks great

copper nacelle
#

ikr

mortal trout
#

that's the best thing I've ever seen tbh

ember bloom
#

Fuck

#

Tasty as fuck

mortal trout
#

kcuf

copper nacelle
ember bloom
#

Welp

#

Moshi moshi Unity?

copper nacelle
#

idk why this doesn't work wtf

#
                    if (res.EndsWith(".png"))
                        tex.LoadImage(buffer);
                    else
                        tex.LoadRawTextureData(buffer);
                    
                    tex.Apply();
                    
                    File.WriteAllBytes(Application.persistentDataPath + "/" + res.Substring(23, res.Length - 27), tex.GetRawTextureData());
azure vessel
#

try .jpg

copper nacelle
#

no

azure vessel
#

try making file smaller

copper nacelle
#

i did

ember bloom
#

make it jpg so knight is square

#

Happy square

dusky lion
#

.tiff

copper nacelle
#

why doesn't this work

#

ree

weak lodge
#

@hollow pier its not letting me rejoin, are you in game too or?

hollow pier
#

am ingame

weak lodge
#

oh

#

why isnt it letting me join then

hollow pier
#

idk

copper nacelle
weak lodge
#

nice

copper nacelle
#

wait shit

#

that was with the png

flat forum
#

56

#

is this

#

Pure Knight?

copper nacelle
#

no

flat forum
#

smh

copper nacelle
#

u

flat forum
#

56

#

u great

copper nacelle
#

x

#

help

#

i logged about

#

80mb

#

dds makes it red

ember bloom
copper nacelle
#

dorito lords

ember bloom
#

Guess how much their texture weights

copper nacelle
#

a lot

ember bloom
#

5MB alone as png, 60MB as resource

copper nacelle
#
        // Create a copy of the texture by reading and applying the raw texture data.
        Texture2D texCopy = new Texture2D(tex.width, tex.height, tex.format, tex.mipmapCount > 1);
        texCopy.LoadRawTextureData(tex.GetRawTextureData());
        texCopy.Apply();
#

wtf

#

this should literally work

#

this is literally from unity docs

#

but saving it doesn't work

#

hhhhhhhhh

ember bloom
#

Have you tried turning it off and on?

copper nacelle
#

u ever just

#

True, 13

#

but the texture isn't true 13

#

it's like

#

false 1

#

ree

#

that's nice

#

wtf

mortal trout
#

๐Ÿ˜ฉ

copper nacelle
#

no

#

it works but now the loading time is the same

azure vessel
copper nacelle
#

no

#

textures are the same speed when you actually have the right size

#

extreme loss

#

the trick here is to say

#

fuck consumers

#

easy

flat forum
#

iS THIS PURE KNIGHT

copper nacelle
#

no

flat forum
#

Please make a good pure knight some day

#

also, what is it then?

copper nacelle
#

lightbringer

flat forum
#

Will you do a big improve on Pure Knight textures pls?

azure vessel
#

yes

#

this is sprint master

copper nacelle
#

no

flat forum
#

like u said u wanted to do

copper nacelle
#

idk how to

flat forum
#

yOU JUst do what you just did but with light gray

copper nacelle
#

but i didn't do it

#

aeraloth did

#

i can't art

#

smh

azure vessel
#

yes u can

flat forum
#

You can do a math

azure vessel
#

also whats pure knight

#

i didnt see it in the mod installer

flat forum
#

it's a reskin thing made mainly for fun

azure vessel
#

i prefer reskin mods over anything

#

its literally my dream if the knight wears a small suit

warped sinew
#

Dream bigger

azure vessel
#

:(

warped sinew
flat forum
#

You know what

#

sit in an egg and die is probably possible and relatively easy to be made

copper nacelle
#

hmmmmmmmmmmmmmmmmmmmm

#

What's the easiest ref to uhh

azure vessel
#

sit in an egg

copper nacelle
#

wait geo

#

easy

azure vessel
#

56 all this is lightbringer?

copper nacelle
#

yes

azure vessel
#

why cant it be just a reskin mod mantiswhy

copper nacelle
#

u

distant fern
#

heh

copper nacelle
#

stop

#

identity theft

distant fern
#

dont worry I changed it

copper nacelle
#

stop

#

identity theft

distant fern
#

dont worry i cahnged it

copper nacelle
#

understandable

distant fern
#

hah get pranked

dusky lion
#

stop

#

identity theft

delicate ether
#

its been a long ass time since ive modded hollowknight, is using the api installer manager thingy the standard way these days? or do i need to go browse some google drives again?

copper nacelle
#

๐Ÿ…ฑnstaller

copper nacelle
fair rampart
#

Are you allowed to link a video of the mod you are talking about

mortal trout
#

yeah

copper nacelle
#

sure

mortal trout
#

i think

fair rampart
#

You credited Technovoid for the clips, didn't credit RetroSpecter for the music.

rain cedar
#

Wait so this isn't even your gameplay?

fair rampart
#

He told me I could use it as he wanted me to create it for him

#

The original was just him playing the game modded

rain cedar
#

I see

fair rampart
#

There I fixed it

copper nacelle
#

works with sprintmaster too

azure vessel
#

thank god

#

now to that to invert knight

#

do*

copper nacelle
#

to that to

azure vessel
#

do it

copper nacelle
#
            HeroController.instance.gameObject.GetComponent<tk2dSpriteAnimator>().GetClipByName("Sprint").
               frames[0].spriteCollection.spriteDefinitions[0].material.mainTexture = Sprites["Sprint"].texture;
#

i really enjoy this line

azure vessel
#

yeah its so funny

copper nacelle
#
            HeroController.instance.geoCounter.geoSprite.GetComponent<tk2dSprite>().GetCurrentSpriteDef()
                .material.mainTexture = Sprites["UI"].texture;
#

also this one

azure vessel
#

fr change invert knight sprint animation

#

i use it all de time

copper nacelle
#

ok

#

inverting ui too

#

cause i can

azure vessel
#

ok i dont mind

copper nacelle
#

wtf does lightbringer actually work on the installer

azure vessel
#

yea?

copper nacelle
#

a

#

it has an extra folder

#

weird

azure vessel
#

maybe a virus idk

copper nacelle
crude storm
#

a mod that dissallows upgrades would be interesting.

#

Like all bindings in godhome, but for the base game.

cunning lagoon
#

hmmmmmmmmmmmmmmmmmmm

azure vessel
#

oof

#

that looks sick af

#

56 keep it

#

im guessing soul is black

#

give knight black particles when he heals

copper nacelle
#

i need to make soul black

azure vessel
#

easy

#

just get my soul

copper nacelle
#

hmmmmmmmmmmmmmmmm

azure vessel
#

how it is

#

send ss

copper nacelle
#

wait what

#

wtf

#

i removed my inverting code

#

for the soul

#

and the soul turned black

#

hmmmmmmmmmmmmmm

azure vessel
#

ew

#

looks like semen

copper nacelle
#

die

azure vessel
#

๐Ÿค”

#

what do you think

crimson cape
#

can someone help me to install the lightbrighter mod?

azure vessel
#

download the installer

#

it will do everything for you

crimson cape
#

ok

young walrus
#

did you even click install buttons?

crimson cape
#

i have to install all of them?

young walrus
#

omfg. no

#

just the ones you want

#

you know, like lightbringer

crimson cape
#

i did it with lightbr

copper nacelle
#

you ever update two mods and then forget to update the shasums

young walrus
#

and your file path is correct? and you're on current patch?

#

might want to click the install API button too

#

cuz you likely fucked it

#

might have to clean out your mods folder if you were pasting random stuff in there before

crimson cape
#

ok i cleaned the folder

young walrus
#

no

#

1432

cunning lagoon
#

ok im ready to bop ax

copper nacelle
#

hi ready to bop ax

#

big x

hollow pier
#

note that bop ax =/= wr

#

pepearms

#

can you stream i need to do something while waiting for 1118

cunning lagoon
#

uhhhhh

#

when i reset

hollow pier
#

soul sanctum give me a stream BlessRNG

cunning lagoon
#

implying i make it to sanctum

copper nacelle
azure vessel
#

๐Ÿ“

copper nacelle
#

pong

azure vessel
#

fuck it im gonna be a speedrunner

#

ill do pantheons

#

how do i submit

copper nacelle
#

;submit

azure vessel
#

ok cool

copper nacelle
#

no stop

#

x

azure vessel
#

ok ill start a twitch stream

#

and add a female in cam

#

for views

hollow pier
#

why does everyone do panth runs

copper nacelle
#

cause they're short

hollow pier
#

do they not realize they can't win

young walrus
#

they just want blue name

hollow pier
#

i guess sage is pretty easy to beat right

#

tri didn't put that much effort in

#

someone give the hot 6 byte text file too lazy to find it

copper nacelle
azure vessel
#

gives you the hot 6 byte text file

hollow pier
#

ty

azure vessel
#

np

cunning lagoon
#

live i think

mortal trout
#

i want to run any% nmg because running panths aren't that fun imo

silk jetty
#

I'm trying to get 3rd place in 3 different panths

hollow pier
#

no please

silk jetty
#

being 2 3 and 4

hollow pier
#

don't do that to yourself

silk jetty
#

I already have 3rd place in 3

hollow pier
#

run all skills if you're gonna run something

azure vessel
#

why not any%

mortal trout
#

i already put like 4 hours of practice in any% nmg though

#

i just want a sub 1 hr run

hollow pier
#

any% sucks

young walrus
#

oh shit 4 hours. you're stuck now

#

that's like a lifetime

#

and practice doesn't transfer at all

mortal trout
silk jetty
#

I don't want to do full game runs because of watcher knights

hollow pier
#

lol thinking wk is the hardest part

silk jetty
#

I can't fight wk for shit

mortal trout
#

uumuu is obviously the hardest part smh

unborn wyvern
#

quick focus + shape of unn

silk jetty
#

how about you only get shaman stone in any%

hollow pier
#

uumuu is actually the hardest part

#

then it's qga

unborn wyvern
#

abyss shriek

mortal trout
#

getting abyss shriek in any%

#

really makes you think

unborn wyvern
#

oh any%

silk jetty
#

abyss shriek isn't even good for wk lol

unborn wyvern
#

I wasnโ€™t paying attention

young walrus
#

abyss shriek is amazing on WK

#

lol

#

what you on

hollow pier
#

i wish i had shriek for wk

silk jetty
#

oh

#

I can never hit them with as

#

only ddark

#

and ss

mortal trout
#

while they bounce you abyss shriek

young walrus
#

"I can't do it, so it means it's bad"

#

you can stand next to them and do it

azure vessel
#

do low%

mortal trout
#

no

silk jetty
#

fuck that

azure vessel
#

its 30mins long

#

now

silk jetty
#

so what

#

idgaf

unborn wyvern
azure vessel
#

do it edgy

mortal trout
#

what do you guys think is the most fun category?

azure vessel
#

pantheon of the knight

silk jetty
#

so far pantheon of the artist is fun for me

mortal trout
#

okay so run pop, got it

silk jetty
#

I take everything back, I just died to xero

exotic leaf
#

for the pantheon of the knight, make it a fight against another AI controlled knight.

silk jetty
#

fuck oblobbles

mortal trout
#

that would be too kinky though

weak lodge
trim totem
#

not me irl

mortal trout
#

how was the run btw?

weak lodge
#

i didnt realize i spent 19 hrs wtf

hollow pier
#

wow only 475hp lol

weak lodge
#

but it was rlly fun

trim totem
#

noob

weak lodge
#

i wont mind doing another

mortal trout
#

no it wasnt fun because you finished the run instead of stopping midway

weak lodge
#

?

#

we did it over 2 and a half days

#

of course we finished

#

veru very efficient memer

mortal trout
#

ok

hollow pier
#

was actually 1 and a half

weak lodge
#

^

#

pete and i built a nice treehouse, and he built a hella woke arena

solemn rivet
#

So Brazil just re-elected Hitler

#

Nice

#

Dlk can I live with you?

compact sedge
#

yeah I saw the news

#

and uh

#

dlk will only let you move in if you beat his IG score

cunning lagoon
#

yeah sure but you pay fro the plane ticket to spain

compact sedge
#

how much geo does it cost

hazy sentinel
#

10 million

buoyant obsidian
#

you can afford it if you make a patreon then start making furry porn mods

compact sedge
#

srs talk tho I feel really bad for you rn gradow.

#

and I kinda wanna throw shade at half-rose for supporting him but I won't because her new president will do that for me.

hazy sentinel
#

@ half rose

leaden hedge
#

@ full rose

compact sedge
#

pls no I know she never clicks this channel

hazy sentinel
#

if she never clicks this channel pinging her won't do anything hollowface

compact sedge
#

this is technically correct

ornate rivet
#

What does the 4 in the code below (or any other .GetAction command) do?
_control.GetAction<SetVelocity2d>("Dstab Fall", 4).y = -200;

compact sedge
#

it gets the 5th element

#

from the fsm

#

which has to be an action of type SetVelocity2d

#

to find out which order the elements are in you need the fsm dump

#

or just the gameobject dump from modcommon

ornate rivet
#

ok thanks

#

Does the FSM reader list the states of each fsm in the correct order?

#

it works with the lost kin's dstab because if I start from 0 and count to SetVelocity2d I get 4

leaden hedge
#

yes they are ordered

ornate rivet
#

yay

#

thanks

#

is there a reason why we need both <SetVelocity2d> and the index number?

copper nacelle
#

type

#

the fsm knows

#

but the compiler won't

ornate rivet
#

ah ok

copper nacelle
#

you can also do the one w/out the generic

#
_control.GetAction("Dstab Fall", 4).y = -200;```
#

but you'll just get a FsmStateAction

#

so you can't really modify shit

#

except stuff that every action has

#

you can ofc cast that tho

#

which is the same as the generic

ornate rivet
#

so there's basically no reason not to do it without the generic

copper nacelle
#

Yes

#

I still need to add extensions for first of type

leaden hedge
#

unless you don't know what it is, because you're dumping the state

copper nacelle
#

^

ornate rivet
#

Okey dokey

copper nacelle
#

@fair rampart you could check if it sets BossSceneController instance and if it does hook that

#

ik ar in godhome does but idk about nkg and pv

#

i'd log set int and set bool

#

and see if anything changes when you beat them in godhome

fair rampart
#

this is what I was originally trying; if (global::PlayerData.instance.statueStateNightmareGrimm.completedTier1 && global::PlayerData.instance.gotCharm_40 && global::PlayerData.instance.equippedCharm_2) { if (global::PlayerData.instance.grimmChildLevel == 4) { global::PlayerData.instance.SetInt("grimmChildLevel", 5); } if (global::PlayerData.instance.grimmChildLevel == 5) { global::PlayerData.instance.SetInt("grimmChildLevel", 4); } }

copper nacelle
#

cease thy global::

fair rampart
#

I can't

copper nacelle
#

why

fair rampart
#

its adding global on its own

copper nacelle
#

tf

floral furnace
#

is this VS 2017

copper nacelle
#

completedTier1 would just be true after the first time forever

#

that won't work

fair rampart
#

Yeah, figured that out

copper nacelle
#

e

#

BossSceneController has a OnBossesDead hook

#

easy

#

but you have to set that in their setup event hook

#

both are public tho so it's easy

#

you could also hook GameManager's SetPlayerDataVariable but don't thanks

leaden hedge
#

do

copper nacelle
#

โŒ

leaden hedge
#

don'tn't

copper nacelle
#

hmmm

#

Should I add an API hook for that

fair rampart
#

Wait, so I can't just go On.BossSceneController.OnBossesDead += myfuction?

copper nacelle
#

no

#

no On

fair rampart
#

Oh

copper nacelle
#

also no

#

it's an instance hook

#

which is why you need to hook it in their setup hook

#

look at BossChallengeUI.LoadBoss

#

it does it

#

not going to bother trying to add an api hook for that

#

it's barely used and you can on hook it anyway

floral furnace
#

but but modcommon

copper nacelle
#

what

#

On.PlayerData.GetPlayerDataVariable

#

or

#

built in BossSequenceControl hooks

#

easy

cunning lagoon
#

ok so what the fuck is wrong with this game

#

i was in the cpeak dark room and i hit the flying guy with the fireball

#

i cdash off of the wall and i bump into him

#

and die

#

isnt he supposed to die in that situation

copper nacelle
#

maybe

leaden hedge
#

good hitboxes

hollow pier
#

no

#

you just suck

cunning lagoon
#

ok what did i do wrong

hollow pier
#

cdash

#

learn no cdash

#

cdash is big garbage

cunning lagoon
#

did i fail the part where i did exactly the same thing i always do but this tyime it failed?

#

im just gonna do ax's strat

hollow pier
#

yes

cunning lagoon
#

fucking tired of this

hollow pier
#

which is no cdash

floral furnace
#

dlk wr cdash when

cunning lagoon
#

also 56 you missed the mic stream

copper nacelle
cunning lagoon
#

now i have to practice explosion pogo GWbratWhy

copper nacelle
#

what happens if you do = on a hook

cunning lagoon
#

E is the hotkey for hooks

#

not =

floral furnace
#

terraria lame

cunning lagoon
#

dashmaster lame

floral furnace
#

wrong

copper nacelle
cunning lagoon
#

HappyJack

floral furnace
#

real shit what is up with their being a fireball prefab but shade soul doesnt

#

like what is this inconsistency

copper nacelle
#

There is one

#

It just doesn't have a field

#

It's on the knight

floral furnace
#

but why is one a field and the other one isnt in the first place

cunning lagoon
#

pete stream your glitched runs

copper nacelle
#

TC

floral furnace
#

understandable

copper nacelle
#

Do they use it anywhere?

cunning lagoon
#

I don't know, do they?

copper nacelle
#

taco

floral furnace
#

thank you for reminding me 2 weeks of suffering

copper nacelle
#

just print the parent go of the fireball1 prefab

hollow pier
#

sure i'll stream learning

copper nacelle
#

they're probably on the same object

cunning lagoon
#

nice

floral furnace
#

im looking for shade swole tho

copper nacelle
#

they're probably on the same object

#

hmmmmmmmmm

floral furnace
#

oh

#

misread

#

i just woke up ok

#

not enough sleep

copper nacelle
#

understandable

floral furnace
#

unlike you who only needs 4 hours of sleep but somehow you have no desire to terminate yourself

hollow pier
#

we're live

copper nacelle
#

oh it isn't an event

#

it's just a delegate

#

ffs

floral furnace
#

the current level is set to the boss level hollowface

copper nacelle
#

@fair rampart nvm just hook GameManager SetPlayerDataVariable cause they don't use events

fair rampart
#

ok

solemn rivet
#

Wait, so halfrose is br too?

cunning lagoon
#

how can he be a country lol

copper nacelle
#

hi spain

mortal trout
#

spain ban when

cunning lagoon
#

hi idiot

#

๐Ÿ˜ก

mortal trout
#

๐Ÿ˜ก

copper nacelle
#

๐Ÿ˜ก

mortal trout
#

indeed

copper nacelle
#

๐Ÿ˜ 

#

๐Ÿ˜ก

cunning lagoon
#

lmao look at this USA guy he hasnt even heard my voice

mortal trout
cunning lagoon
#

this post was brought to you by canada gang

mortal trout
#

opinions on this emote

#

your voice prob gay

cunning lagoon
#

yea just lik me

mortal trout
#

sad

copper nacelle
#

it really do be like that

weak lodge
#

Hey gradow you can come live with me just donโ€™t mind all those firearms I have displayed on the wall and the burning house next door

copper nacelle
weak lodge
#

finished a couple weeks ago thanks for considering me more than most do

#

hmm

#

56 I have a question for you

#

did you see my comment on โ€œadvanced movementโ€

fossil oxide
weak lodge
#

What

copper nacelle
#

that's what i like to call

#

(too much effort)โ„ข

weak lodge
#

Ai canโ€™t blame you

#

horheristo and his greatness defeated gods of battle

mortal trout
weak lodge
#

You must be so sad!

mortal trout
#

u

#

u

#

!

weak lodge
#

Thank you zote, very cool!

mortal trout
#

what triggers this

cunning lagoon
mortal trout
#

is it random

#

excuse me

cunning lagoon
#

it's rng

weak lodge
#

Zote come at 56โ€™s ass

#

Thanks

mortal trout
#

this is so sad

weak lodge
#

Thank you zote, very cool!

mortal trout
iron crown
dusky lion
#

Reminder: Please avoid any discussion of content past the Forgotten Crossroads! Discuss details
in #hk-help or #hk-discussion

copper nacelle
#

?psa

autumn shardBOT
#

Reminder: Please avoid any discussion of content past the Forgotten Crossroads!
Discuss details in #hk-help or #hk-discussion

weak lodge
#

Thank you chingโ€™s ex husbands, very cool!

copper nacelle
#

wait what

#

it works

weak lodge
#

Rng help

cunning lagoon
weak lodge
iron crown
#

Crossroad mods early

#

Shit

#

Fuco

#

Fuck

mortal trout
#

Reminder: The mod installer (https://radiance.host/mods/ModInstaller.exe) and other modding resources can be found from the pinned messages. You just need your moms credit card numbers, the 3 numbers at the back and the expiry date, but be quick as this special offer will end in a few hours!

iron crown
#

*only

#

Why am I like this

weak lodge
#

At least you corrected your mistake,very cool? I guess

iron crown
#

56 when is the false knight buff mod coming out

copper nacelle
#

๐Ÿ…ฑ

#

idk

#

when i make it

weak lodge
#

Iโ€™ll be working on a Watcher knight buff tyvm

mortal trout
#

so never makes sense

copper nacelle
#

what if flukemarm shot better radiance lances

iron crown
#

Wow knightmere ;psa

copper nacelle
#

or radiance orbs

#

or both

weak lodge
#

What if fluke was nerfed back to 2 notches

mortal trout
#

what if fluke did 300 dmg

#

game would still be too hard tbh

weak lodge
#

Waht if fluke entered 56โ€™s Pc and stole all his work

copper nacelle
#

Waht[sic]

iron crown
#

How am I supposed to beat Watcher Knights even if I can one shot them with 300 dmg flukenest

weak lodge
#

56 quick give me a random player hook

cunning lagoon
copper nacelle
#

On.PlayerData.GetInt

iron crown
#

elderweary

weak lodge
#

Mmemme

#

Zzotte

mortal trout
#

elder weary emote when

fair rampart
#

I'm doing this wrong aren't I? GameManager.instance.SetPlayerDataVariable<BossStatue.Completion>("completedTier1", pd.statueStateNightmareGrimm);

copper nacelle
#

yes

weak lodge
#

Iโ€™m not sure

#

ask that dude who mods hk

mortal trout
#

knightmere you dont even know how to program GWchadMEGATHINK

weak lodge
#

I forgot his name

#

Hmm

#

Oh yes

dusky lion
#

fifty seven

mortal trout
#

sixty nine

dusky lion
#

ask horheristo he'll know

weak lodge
#

It was seanpr

dusky lion
#

seanpr

#

more like

#

sean public relations

weak lodge
#

Also no I cannot I just looked in radiance.host

solemn rivet
#

seanhr