#archived-modding-development

1 messages ยท Page 220 of 1

vapid cape
#

I know that one. I just usually don't get it because I'm holding an art.

#

I have to be fishing for it to heal there

cunning lagoon
#

is the qol on the drive updated

copper nacelle
#

yes

cunning lagoon
#

k

copper nacelle
#

u

warped sinew
cunning lagoon
#

m

copper nacelle
#

q

#

u

#

a

#

t

cunning lagoon
#

graig you should turn on the lag reduction options

#

it makes the background a static image and its way less distracting

warped sinew
#

When he does the dash uppercut. If you just jump on the spot and let him go under you, you can heal while he is rising

#

Firebats is the other heal

#

Hmm OK I'll do that dlk

vapid cape
#

You do this quite a bit differently than I do

#

I rely on greatslash for the most part

copper nacelle
#

fury ngg build when

cunning lagoon
#

i actually though t about that

#

do you get healed when you enter dreams?

copper nacelle
#

yeah

cunning lagoon
#

frick

copper nacelle
#

you'd have to get hit twice

cunning lagoon
#

i wanted to do a hitless ngg with fury

warped sinew
#

Do it

cunning lagoon
#

it isnt hitless if i let him hit me to get me down to 1 hp zote

vapid cape
#

I almost hate that I watched that

cunning lagoon
#

i dont think im good enough to do it anyway

vapid cape
#

Looking at you do it shows me a way to do this that's WAY EASIER

copper nacelle
#

fuck i gotta try healing

vapid cape
#

My way sucks ass compared to what you're doing here.

compact sedge
#

btw it's not a bug that the spikes do 4 masks on the 3rd phase (after 1600 dmg)

copper nacelle
#

no they did 4 at the start

compact sedge
#

ohhhh

copper nacelle
#

it set me overcharmed

#

that was old ngg tho

compact sedge
#

I bet they don't reset after the 3rd phase

copper nacelle
#

idk what graig's thing is

compact sedge
#

that's what I get for copying code from the old one

cunning lagoon
#

i dont think i have ever experienced that bug

#

i may have just not noticed it though

compact sedge
#

I bet if you die having done between 1600 and 2400 dmg there's a non zero chance the spikes will continue doing 4 dmg

#

but I need to test

copper nacelle
#

wow aa gonna bop me too

compact sedge
#

anyway uh IDK if this is the right time or place but I have a very tragic announcement to make.

#

I am killing off my most well known and peoples' all time favorite mods.

#

In the coming weeks it will be replaced by another mod which will do some similar things but be more in depth

copper nacelle
#

wow killing off infinite notches

compact sedge
#

that's right. Nuke meme is being killed and replaced by the mod I am now officially announcing today: Half mod.

vapid cape
#

Holy fuck @warped sinew

#

First try emulating your strategy and I kinda feel like I could go to 2400 no problem llike this.

compact sedge
#

yeah graig makes it look easy

vapid cape
#

Thanks for making ngg look easy lol

#

I'm paused at full health at first puffer fish, his strats rule

compact sedge
#

Half mod is everything nuke meme stood for but much more indepth. it will be ready as soon as kdt/56 figure out this unity thing reeeee.

#

wait is it possible to export the individual asset that text mesh pro generated and send that to me and I can try making it a bundle 56?

copper nacelle
#

that was the individual asset

#

it was .asset

#

not .assets

compact sedge
#

well no shit UBAE failed

summer badge
#

i cant find a hook that lets me set the players soul to max when they load the game without crashing the goddamn thing

compact sedge
#

would it be possible to make it into .assets even tho it only has a single asset?

copper nacelle
#

probably

#

you ever go to fight infinite grimm

#

and realize you don't have it installed

cunning lagoon
copper nacelle
#

stop being good

cunning lagoon
#

i'm coming for you graig ๐Ÿ‘€

compact sedge
#

well I wasted a lot of time for nothing then lul @copper nacelle

vapid cape
#

I'm catching up too! Maybe! Probably not!

copper nacelle
vapid cape
#

Still gotta fully learn this in muscle memory though

copper nacelle
#

i'm about 1 minute from trying a fury build

vapid cape
#

not yet broke 1k with graig strats because I heal like an idiot

summer badge
#

what hook can i use that'll let me set the players soul to max when they load the game without crashing the damned thing

copper nacelle
#

AfterSavegameLoad

#

wait a few frames

#

tho

vapid cape
#

ahhh I keep pogo-bouncing off him into spikes,that's what's really fucking me up right now

summer badge
#

wait a few frames?

vapid cape
#

my nail art strategy doesn't have this problem

summer badge
#

hao

copper nacelle
#

coroutines

summer badge
#

i tried after save game load before and it crashed

copper nacelle
#

the fuck

#

it's literally in a try catch block

summer badge
#

maybe it was savegameload instead of aftersavegameload but i dont think so

copper nacelle
#

all hooks are caught

#

you shouldn't be able to crash unless you do something incredibly dumb

#

infinite black screen sure

#

but crashing the game no

summer badge
#

it does infinite black screen then i click or some shit and it "stops working"

copper nacelle
#

ur hero update bad

#

probably

summer badge
#

can i just do private void Instance_AfterSavegameLoadHook(SaveGameData data) { PlayerData.instance.MPCharge = PlayerData.instance.maxMP; }

vapid cape
#

Bah, I'm done trying for now.

cunning lagoon
#

56 btfo

vapid cape
#

Put me at number 3 for now.

copper nacelle
#

eeeeeee

summer badge
#

56 will it work or do i need to wait a few frames

copper nacelle
#

wait

#

AHAHHH

#

asjdkhfajkilsdfjklasdf

#

apleas ekill me

cunning lagoon
#

me too

copper nacelle
#

no

#

me

cunning lagoon
#

no me

copper nacelle
#

i want to die

#

100 damage

#

ree

#

how do i pufferfish

#

please

cunning lagoon
#

i told you

#

stand near the wall to have time to react

#

and plan ahead

copper nacelle
#

ok

#

try 2

summer badge
#

fji;daoijfioadjf;ioajei;ofjaiodjfoiadjf

#

black screen

#

aoiajdfioajoifjaoidj foiajoiejfaoijdf

#

it never ends what the hellllll

#

i want to commit die

vapid cape
#

I'm gonna work on a standard hardmode score now.

summer badge
#

i dont understand why it keeps crashing

copper nacelle
#

did you coroutine you fool

summer badge
#

coroutines are dumb

#

i dont know coroutines yet fml

copper nacelle
#
IEnumerator EEEE()
{
    while(PlayerData.instance == null)
        yield return null;
    // ur stuff
}
GameManager.instance.StartCoroutine(EEEE());
#

kthx bye

#

or you could do it on save game load

#

probably works tm

summer badge
#
        {
            IEnumerator REEEE()
            {
                while (PlayerData.instance == null)
                    yield return null;
                PlayerData.instance.MPCharge = PlayerData.instance.maxMP;
            }
            GameManager.instance.StartCoroutine(REEEE());
        }```
good?
cunning lagoon
#

aww i got a frame drop on the second phase

copper nacelle
#

you ever think you have ngg kinda down

#

then die before first pufferfish thrice

summer badge
#

black screen

#

fml

#

oml

#

kms

#

wgw

copper nacelle
#

comment your other hooks thanks

summer badge
#

in your infinite wisdom, show me what's wrong with this code

cunning lagoon
#

wow he just let me heal thrice on 2 staggers in a row

#

how nice of him

copper nacelle
#

comment

#

the other hooks

#

out

#

in init

summer badge
#

fine

#

now test again?

cunning lagoon
#

how many spell casts is a full soul meter with spell twister

#

8?

#

assuming no nail hits

copper nacelle
#

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

#

@summer badge t

#

e

#

st

summer badge
#

no black screen

#

oof

#

i think afterplayerdeath hook is the issue

copper nacelle
#

try uncommenting it

#

big woke

summer badge
#

yeah ik

copper nacelle
cunning lagoon
#

got a hitless first phase and choked at 3k GWmythiFeelsBadMan

copper nacelle
summer badge
#

no black screen

#

but

#

no full soul either

copper nacelle
#

mfw i go from full hp at the start of pufferfish to 1hp at the end

#

also i got hit by the spikes at the top when i tried to pogo

#

like you had said

summer badge
#

oof i guess heroupdatehook was the issue all along

copper nacelle
#

told u

summer badge
#

howmstever, even with newgamehook and whatnot, no full soul at spawn

copper nacelle
#

wait until the player spawns maybe idk

summer badge
#

PlayerData.instance.MPCharge = PlayerData.instance.maxMP; shouldnt this give full soul

copper nacelle
#

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

summer badge
#

oof

copper nacelle
#

wait for hero controller to not be null maybe

#

and then maybe a frame after that

vapid cape
#

basic ass IG is actually pretty hard too

cunning lagoon
#

really dude

#

really

copper nacelle
#

what was graig

cunning lagoon
#

3287

copper nacelle
#

wow

cunning lagoon
#

@compact sedge

vapid cape
#

he gets LIGHTNING fast and getting combo'd into the wall for double damage is a fast way to go from "doing good" to "almost dead"

cunning lagoon
#

well that's my 3rd ngg kill

#

poggers

copper nacelle
#

wtf

compact sedge
#

jeeze u guys

summer badge
#

theres gotta be a more efficient way to test this shit than having to add the class to the library, build the library, and stick it into the game

#

its so tedious

vapid cape
#

My best run so far.

copper nacelle
#

you can have the post-build auto move it to mods

#

very useful

summer badge
#

howmst

copper nacelle
#
            SET MOD_DEST="D:\Steam\\steamapps\common\Hollow Knight\hollow_knight_Data\Managed\Mods\"
            echo Copying mod
copy "$(TargetPath)" %25MOD_DEST%25
#

in post build

#

adjust as needed ofc

cunning lagoon
#

keep at it milky

#

he gets way more fun after 7k

copper nacelle
#

the trick to pufferfish is ddark

#

cmm

#

i got through hitless with ddark

cunning lagoon
#

yea thsts good

#

the only hard poart about pufferfish is getting a 4-5 spike wall around you

#

that pretty much guarantees a hit without ddark

copper nacelle
#

whenever i get good pufferfishes i get trash p1

#

and vice versa

vapid cape
#

What happens at 7k? Go ahead and spoil me

cunning lagoon
#

ngg spikes

#

they give you more time to react and stay up for less time

#

but at the same time you have death walls and grimm moves at mach speed

compact sedge
#

ahhh I write code that should work and it doesn't work and it also doesn't give me any errors. what do?

copper nacelle
#

also the death walls

vapid cape
#

Oh, well at this point I'm used to those.

copper nacelle
#

i can dodge ngg spikes better than those things

#

they're just slowly doing nothing

#

then suddenly death

cunning lagoon
#

yea aa's spikes are harder

#

also ig can use the pillar

#

which ngg cant

vapid cape
#

The walls are tough for me too. They make me nervous, and a lot of it's because I feel being anywhere NEAR them is asking to eat 4 masks

summer badge
#

je ne comprende pas ou mettre le code, 56

compact sedge
#

I mean it sorta is

vapid cape
#

oh shit, I didn't even think about fire pillars + ngg spikes

#

that's mean as hell

cunning lagoon
#

they are fair dont worry

#

aa is not kdt

compact sedge
#

moi aussi, Anarchist

#

damn u summoned them

cunning lagoon
#

lmao

leaden hedge
#

I removed them from ngg though ๐Ÿค”

copper nacelle
#

ig is more cruel then ngg stay woke

leaden hedge
#

Only because it was literally unplayable

summer badge
#

idk where to put the set mod dest bull

cunning lagoon
#

thats what fuckin triggers me about ngg

#

you fucking made a great first phase

#

and ruined it with the second one

#

it couldve been such a great fight

vapid cape
#

I agree with this. I haven't tried phase 2 very hard but, compared to phase 1 it's just stupid and really dull.

compact sedge
#

pillars are only on the last phase of IG NGG tho

vapid cape
#

"NKG but there's 2 of them" doesn't do phase 1 much justice

leaden hedge
#

Blame "It'd be cool if we could fight 2 nkgs" as suggestions about ngg

copper nacelle
#

wait kdt

#

didn't you say you'd update ngg

leaden hedge
#

And me saying that won't work

copper nacelle
#

if someone beat it

#

in the readme

#

he did a 1.2.2.1 kill too

summer badge
#

nvm i dont need yo code im doing it solo

cunning lagoon
#

๐Ÿ‘€

compact sedge
#

ok how the fuck does TMP work and does the game actually use it for fonts or does it use something entirely different.

leaden hedge
#

Yeah I probably will with some custom attacks

copper nacelle
compact sedge
#

I set the tmp font thing to the correct texture which I just verified by dumping the texture

cunning lagoon
#

will i witness a good ngg in my lifetime

compact sedge
#

and the correct material

#

and it doesn't use it

#

or throw an error

#

it's jsut

#

it just does nothing

#

(maybe I set it in the wrong spot????)

summer badge
#

nvm

#

ok so theres a thing for vs where you can set the build location, except it sends everything there, not just the .dll

#

kinda annoying

cunning lagoon
#

also whats up with the pause menu

#

you have to tap escape twice to close it

copper nacelle
#

debug mod

#

i spent like 2 minutes updating it

#

so it does weird things

cunning lagoon
compact sedge
#

I overwrote this function. can someone tell me if this function is wrong?

#

ChangeFontByLanguage.orig_SetFont

#

and this is my code

            Log("Setting font!");
            self.defaultFont.material = loadedMat;
            self.defaultFont.atlas = loadedTex;
            orig(self);
#

the hook runs, a lot actually. maybe once for every string loaded by the game

#

no exceptions thrown but no fonts changed either

vapid cape
#

God damn. I think I'm running out of steam.

#

5k+ NKG really gets me with those walls

copper nacelle
#

i found my ngg strat

cunning lagoon
#

4th ngg kill :)

vapid cape
#

Also feels like healing during spikes no longer really works after a certain point

compact sedge
#

geeze

cunning lagoon
#

i was kinda shakey at the end ngl lol

summer badge
#

papa 56

#

your post build function copies everything over to the mods folder, not just the .dll

#

that's kinda not what i wanted to happen

copper nacelle
#

try doing it right

young walrus
#

OOOHHHHHHHHH

cunning lagoon
summer badge
#

scratch that, it doesnt actually copy anything now

vapid cape
#

I think I've had enough for now. Who's in charge of the leaderboard?

cunning lagoon
#

angle

copper nacelle
summer badge
#

yeah

#

i did that

copper nacelle
#

no

summer badge
#

yes

copper nacelle
#

is your hollow knight in d

cunning lagoon
#

ill give you the d

summer badge
#

wdym

copper nacelle
#

also %25 goes to %

#

thinks u make

vapid cape
#

Well, my scores are 1463 for ngg and 6700 for hardmode, and that's as high as I care to go right now. I'm probably gonna mess with randomizers next.

summer badge
#

oof

compact sedge
#

56 update scoreboard kthx

copper nacelle
#

u

compact sedge
#

I'm going to sleep

cunning lagoon
#

lmao

compact sedge
#

u do it

copper nacelle
#

i need to bop milky

cunning lagoon
#

gn elderbug

copper nacelle
compact sedge
#

bai/

cunning lagoon
#

update my score you lazy fuck

summer badge
#

aight now it works

#

thanks to my troubleshooting skillz

copper nacelle
#

also get any other modder to do it thanks

#

they all have r/w

cunning lagoon
#

ok @ modders can i get my 3540 on the ngg scoreboard

#

๐Ÿ˜Ž

#

im pretty happy with this one ngl

#

i think it was hitless until the 3rd pfufer

summer badge
#

apparently PlayerData.instance.MPCharge = PlayerData.instance.maxMP; doesn't give you max mp charge

copper nacelle
#

have you tried waiting

summer badge
#

wdym

copper nacelle
#

u

#

wait till HeroController.instance isn't null dungo

summer badge
#

dafuq

#

screw that noise

#

by then you'll be dead cause you have 0 mp you thot

copper nacelle
#

sounds fine to me

cunning lagoon
#

;scoreboard

#

wrong chat

copper nacelle
#

;eeeeeeeeeeee

cunning lagoon
#

๐Ÿ™ƒ

copper nacelle
#

u

cunning lagoon
#

so i was kinda expecting this to take me hours

#

what the fuck do i do now

copper nacelle
#

my homework

cunning lagoon
#

2*3 = 6

copper nacelle
#

rewrite the first tablet of the epic of gilgamesh in your own words

#

1 hr history video

#

also memorize the periodic table abbreviations

cunning lagoon
#

your homework is updating the scoreboard

copper nacelle
#

h

cunning lagoon
#

haha im watching graig's ngg video

#

it's so weird watching him hug the right wall

#

because i always hug the left one

copper nacelle
#

eeeeee

#

i got 1352

#

why

cunning lagoon
#

just let me take control of your computer and get a 3k rq

#

then update my score

copper nacelle
#

1288

#

this is loss

cunning lagoon
#

wait but its not a bug graig

#

you took hits from the spikes

#

after 1.6k they do 4 damage

copper nacelle
#

;graigpls

summer badge
#

btw 56 i was right, since there's a delay for getting max mp, you die automagically

copper nacelle
#

nice

river eagle
#

got you

cunning lagoon
#

LOL

copper nacelle
#

@summer badge just hook hero update hook after setting mp GWchadMEGATHINK

summer badge
#

dafuq?

copper nacelle
#

really

#

makes

#

u

#

think

#

literally put the hook init

#

after

#

setting the mp

#

wokest

cunning lagoon
#

@copper nacelle can we get an updat on the scoreboard above??

copper nacelle
#

help i've choked 5 times in a row

cunning lagoon
#

f

#

stream itr

#

but not before updating the scoreboard

summer badge
#

im just gonna pick this shit up tomorrow im gettin annoyed that it keeps breaking

cunning lagoon
#

you see i'm very protective of my infinite grimm scores

sterile pasture
#

I have a few questions

copper nacelle
#

do u tho

sterile pasture
#

About the mod that makes you invincible

copper nacelle
#

.

cunning lagoon
#

.

#

;installer

#

f1

#

get out of beta

sterile pasture
#

Will it still save everything after I delete the mod and beat the 5th pantheon using cheats?

cunning lagoon
#

fiftysix stream your ngg attempts

copper nacelle
#

if i do that i'll never stop

cunning lagoon
#

good

copper nacelle
#

no false incorrect

#

i need to stop in like <10 min

#

or i'll die

sterile pasture
#

And does the game save my playthroughs?

cunning lagoon
#

nah u dont

copper nacelle
#

also don't cheat p5 thanks

cunning lagoon
#

just play more

#

lol

sterile pasture
#

I just want to unlock absrad

#

I'm too bad to get there on my own

#

Just that and the rest I'll do legit

cunning lagoon
#

X

copper nacelle
#

that fuck was lying through his teeth the whole time

#

ree

cunning lagoon
#

really makes you think

#

update my score and/or stream your attempts you lazy fuck

copper nacelle
#

what's your score

#

also milky's scores

cunning lagoon
#

3540

copper nacelle
#

iterator.next();

cunning lagoon
#

idk if they sent screenshots

vapid cape
#

I did, they're above somewhere

#

I can fetch em if you need em

#

have em anyway

cunning lagoon
#

nice

copper nacelle
#

mfw aa beat general milky

cunning lagoon
#

lmao

#

AA good enough to do p5 all binds confirmed

copper nacelle
#

@compact sedge get on it

#

why does aa have a high hard mode score but like

#

death ngg score

cunning lagoon
#

i assume he has barely even tried ngg

#

also 7k isnt high thats when the difficulty begins

copper nacelle
#

true

#

@ aa do ngg

vapid cape
#

I'll get better at this, don't you worry

cunning lagoon
#

please do

#

i've been bugging 56 to play ig for a while

vapid cape
#

I have my eyes on a 5 digit score for hm grimm at the very least

cunning lagoon
#

graig and i need the competition

#

and it's a ton of fun

vapid cape
#

I also want at least 2400 on ngg at some point too

copper nacelle
#

do it after wednesday thanks

cunning lagoon
#

so how much faster does ngg get after the 1st pufferfish

#

bc graig mentioned he noticed it

#

but i literally cant

#

it feels the same

copper nacelle
#

it changes?

cunning lagoon
#

am i just retarded

#

yeah you said it yourself a long time ago

copper nacelle
#

mfw

#

yeah it does

#

i barely notice it

#

it's like

#

identical

cunning lagoon
#

maybe aa said it and im misremembering

copper nacelle
#

no it def does

#

i checked

#

also @vapid cape

cunning lagoon
#

yea i know it does because either you or aa said it and graig mentioned he noticed it aswell

#

i just wasnt sure who said it

vapid cape
#

I notice it a little too. it's slight, but I think he does speed up a bit

#

also nice job, I motivated you into keeping your number 3 spot. Don't get too comfy with it.

copper nacelle
cunning lagoon
#

nice

copper nacelle
#

definitely planning on trying to kill him

#

tbh

cunning lagoon
#

i know that feel of dying at exactly 1600

#

lmao

copper nacelle
#

the pufferfish was just death

#

i had 0 soul

#

my ddark memes died

cunning lagoon
#

where did all your soul go maggot

#

im always full

copper nacelle
#

my build is weird

cunning lagoon
#

please dont tell me you are not using soul eater

copper nacelle
#

i'm not

cunning lagoon
#

no shit you suck then

copper nacelle
#

u

cunning lagoon
#

how do you plan on surviving second phase

copper nacelle
cunning lagoon
#

eh

#

i can see it

copper nacelle
#

mop for the pogos is nice

cunning lagoon
#

try to fit in spell twister at least

#

you will need it

copper nacelle
#

yes

#

might swap out str and shaman for eater tbh

cunning lagoon
#

that sounds like an incredibly bad and stupid idea

#

please dont do that

copper nacelle
#

yes

#

what i've been doing so far is just not using spells as i get near the pufferfish

#

so i have full soul when i go in

cunning lagoon
copper nacelle
#

sad but true

cunning lagoon
#

DLKurosh is right as usual

copper nacelle
#

now to start my homework

#

also ngg p1 is my favorite hk fight

cunning lagoon
copper nacelle
#

by a lot

cunning lagoon
#

same

#

i'm excited to see what kdt is going to do to him

#

if he ever changes it

copper nacelle
#

ye

#

it manages to be frustrating but still fun

cunning lagoon
#

double nkg a la mantis lords/sob could've also been really good

copper nacelle
#

yes

#

i might try that after pv buff tbh

cunning lagoon
#

but atm it's just a big shitshow

copper nacelle
#

yes

#

what charms do you use

cunning lagoon
#

dashmaster soul eater strength and spell twister

copper nacelle
#

i c

#

i need to work on my ngg w/out mop

#

so i can soul eater

cunning lagoon
#

yes

#

as much as i like the range upgrades

#

it's better to not use them

copper nacelle
#

yeah

cunning lagoon
#

i used to use catcher and longnail

#

but i ended up ditching that aswell

#

also graig uses quick focus which gives you a very easy 1st phase

copper nacelle
#

yes

cunning lagoon
#

at the cost of 3 wasted notches on the 2nd phase

copper nacelle
#

i got 4 heals in a stagger once

#

w/out qfocus

#

it was great

cunning lagoon
#

lol

#

the most i've gotten is 3

copper nacelle
#

so graig is using

#

qfocus, fstr, dashmaster

#

actually is he using dashmaster

cunning lagoon
#

if you are using qf you might be better off not using dashmaster

#

if you take a hit bc of not being able to downdash you can just heal it

copper nacelle
#

i guess he's using soul eater then?

cunning lagoon
#

prob

#

actually not u because u cant get into greenpath

copper nacelle
#

eeeeeee

vapid cape
#

I have the most success with hiveblood but I also see why that's a BAD IDEA.

cunning lagoon
#

yeah im not digging the hiveblood strats lol

vapid cape
#

I took it originally because I thought healing was just totally out of the question outside of staggers.

#

But now that I know that's not the case, most of my reasoning for taking it doesn't hold

copper nacelle
#

whenever i try and heal outside of staggers i die

cunning lagoon
#

i just build myself around the second phase

#

i usually dont take many hits on the first one

warped sinew
#

QF, Strength, Soul Eater, Compass

copper nacelle
#

compass hollowwoke

warped sinew
#

I had a spare notch lul

cunning lagoon
#

ah yeah you mentioned the compass yesterday

#

i forgot lmao

warped sinew
#

I guess I should have used grub

cunning lagoon
#

why not grubsong for the second phase thoufgh

warped sinew
#

But ehh soul eater is good enough

cunning lagoon
#

yea its hard to run out of soul

warped sinew
#

Most of the time in second phase I get a nail hit directly after the dive, nearly refunds it

#

If you double hit both grimms with it you get a lot of soul

#

Also inverted knight, to be cool

cunning lagoon
copper nacelle
#

uhh

cunning lagoon
#

unacceptable

glossy jungle
#

its called variety

#

the spice of life

cunning lagoon
cunning lagoon
#

does the timescale mod work on gm

copper nacelle
#

maybe but probably not

cunning lagoon
#

ok

vapid cape
#

How cool are the Mantis Gods? I'm considering checking those out for next run.

cunning lagoon
#

very cool

vapid cape
#

I was under the impression they're just double damage + speed though which is slightly redundant with GM content

cunning lagoon
#

sob is not even close to the level of difficulty of the mantis gods

copper nacelle
#

sisters of battle is free

elfin urchin
#

I was thinking that it would be all 4 mantis' aat once

copper nacelle
#

mantis gods is harder than lost lord

#

by a good bit

vapid cape
#

Sounds like it's worth seeing. Is it another retroactive one, or do I need to start a new file?

copper nacelle
#

retroactive

vapid cape
#

Then I'll just check em out on my current file in a bit

cunning lagoon
#

to put it into perspective i got a hitless sob the first time i fought them

#

while i thought the second phase of the mantis gods was a meme that wasn't meant to be beaten

#

(it's not btw)

vapid cape
#

I've never died to SoB myself except a few Radiant goofs and a single one of my early binding runs

#

They're still an awesome fight just not that hard

cunning lagoon
#

56 has died to them ๐Ÿ™‚

copper nacelle
#

idk what i was doing tbh

cunning lagoon
#

ok so the bindings mods is like hella broken

copper nacelle
#

nice

#

what part

#

do you sink into the floor

cunning lagoon
#

i have no fuckin idea

#

yeah

#

and i cant pause

copper nacelle
#

wtf

cunning lagoon
#

and i dont take damage

copper nacelle
#

wtf^2

cunning lagoon
#

also i just loaded my save without the mod and now i have 6 lb masks on top of my normal health

#

56 get your shit together

copper nacelle
#

ahh

cunning lagoon
#

actually nvm i have the lb charms

#

but everything else was the mod's fault

copper nacelle
#

wtf

#

^3

#

what did you test it on

cunning lagoon
#

absrad

copper nacelle
#

ahh

vapid cape
copper nacelle
#

yes

cunning lagoon
#

there's an option int he config file if you want the normal arena

vapid cape
#

This room is a featureless void.

copper nacelle
#

normal arena bad

vapid cape
#

Oh, it's supposed to be like this?

cunning lagoon
#

yeah

copper nacelle
#

ye

cunning lagoon
#

im not quite sure why to be tbh

copper nacelle
#

because it looks cool

#

โ„ข

cunning lagoon
#

x

copper nacelle
#

u

vapid cape
#

I was banking on getting to that bench in the room to the right. If I die, it's all the way back to Dirtmouth.

copper nacelle
#

put down a dgate

vapid cape
#

Good idea.

#

Wow. According to enemy HP bar, they are REALLY frail.

#

super class cannon-y

cunning lagoon
#

yes the fight lasts about a minute

vapid cape
#

Well, ddark kinda totally cheeses this.

cunning lagoon
#

that's why you fight them nail only

vapid cape
#

Yeah, seeming so. As soon as I slapped on spell twister and shaman stone, they were my bitch.

fiery elk
#

is there a boss health bar mod for godmaster?

cunning lagoon
#

yes

fiery elk
#

please share

#

i've been stuck at white defender phase 4 for a long time and i feel like i'm making no progress

cunning lagoon
#

pins

fiery elk
#

thanks

#

not sure if i've got the right thing ๐Ÿ˜…

floral furnace
#

There should be an installer to make it easy to well, install mods

cunning lagoon
#

that's the mod for the 1.2.2.1 version of the game

#

use the installer

fiery elk
#

just realized i'm in the wrong chat

#

sorry

high moat
#

Seans code comments are killing me

#

//Insert man tapping head

high moat
#

But yea, I've failed to convince Sean to do randomizer 3.0, so I'll have to start myself (Hopefully do a terrible job, so he'll have to step in). Where do I start? Is there documentation for the modding api, etc. etc. programmer by trade, but absolutely clueless about Unity.

weary stream
#

what will be the randomizer 3.0?

high moat
#

Randomizing the dreamers, relics and making stag stations pickups primarily. Probably changes to the progression item placement and with the new changes logic will have to be redone too.

weary stream
#

you could randomize boss placement aswell

#

<_<

#

with the other bosses

high moat
#

play enemy randomizer for that distGood

weary stream
#

thats not the same :< and its a bit bugged anyway

flat forum
#

huh?

rain cedar
#

Idk why you even want to start over for these changes

#

The framework is fine for this

#

If I'm gonna rewrite anything it would just be requirements.cs since that's very poorly made

#

@high moat

high moat
#

Wasn't gonna start over, was 100% gonna piggyback off your work. 3.0 might've been the wrong name.

2.1?

rain cedar
#

Oh ok

hazy sentinel
#

why are you randomizing dreamers

hollow pier
#

fellas what trickass stream key does obs want from me

hazy sentinel
#

the twitchass stream key

hollow pier
#

but like

#

/ptkyr

rain cedar
#

Because once you get every item there's like 20m of same at the end

hollow pier
#

or

#

/ptkyr/meme/whatever

hazy sentinel
#

some string of numbers in settings or something

high moat
#

100% more fun telokhranitel

hollow pier
#

who

hazy sentinel
#

by dreamers do you mean dream bosses

rain cedar
#

Is that the actual phonetic pronunciation?

hazy sentinel
#

or just dreamers cause that seems like just a visual change

rain cedar
#

It looks nothing like it

hollow pier
#

the only part i don't get is the k

weary stream
#

@rain cedar i heard you are part of the charming mod, is it right?

hollow pier
#

what makes the k

rain cedar
#

Yes

hollow pier
#

is it just to make it flow

#

does xp make k

high moat
#

ั‚ะตะปะพั…ั€ะฐะฝะธั‚ะตะปัŒ -> ะป = L, ั… = K, ั€ = R, h = n, reverse n = i

rain cedar
#

What about b?

high moat
#

its an accent kind off

#

its a weird one

hazy sentinel
#

u mean ั… = kh

high moat
#

rite, its been a while since I read cyrillic

weary stream
#

Did you see the minimap mod i posted yesterday?

rain cedar
#

Yeah it's much better than the one I threw together

hollow pier
#

i thought x was just h

solemn rivet
#

He was there at the time

#

But with a different name

weary stream
#

i'm about to finish, pins are working, i couldnt test grimm flames tho, but they should work

solemn rivet
#

Nice!

rain cedar
#

Oh yeah lyfwag was me

weary stream
#

only thing i need to test is how it works with a new map and when you open stag stations and stuff like that

solemn rivet
#

gawfyl

hazy sentinel
#

ur mums gawfyl

rain cedar
#

ur mum gaw

solemn rivet
#

U ready for this parry

#

No u

high moat
#

But anyways Sean, where to start? Fill in the requirements.cs?

solemn rivet
rain cedar
#

You will need new RandomizerAction classes for handling the new pickup types

#

Idk how you even want something like randomized stags to work

hollow pier
solemn rivet
#

Wut u streaming ptk

exotic venture
#

he's playing splice god

hollow pier
#

splice

weary stream
#

oh and about the charming mod, i asked because people said we could merge the minimap with your mod (instead of the one you have right now)

exotic venture
#

or fool a srcom mod simulator

rain cedar
#

Yeah just do a pull request for it, I can merge that

high moat
#

Well without knowing how the system works I dunno. But the idea would be that x pickup changes the stag to an active state.

hollow pier
#

i actually have no idea what my stream looks like

solemn rivet
#

That's a PlayerDataBool right?

rain cedar
#

Would the toll in the stag station be changed to a pickup then?

solemn rivet
#

One of those in the save files

weary stream
#

a pull request? whats that

high moat
#

Nope, they would still function as normal

solemn rivet
#

Wyv it's when you add changes to other people's codes on github

rain cedar
#

So you want the toll to be there and a pickup for it?

solemn rivet
#

And request that they accept it

#

Basically

high moat
#

Yeah ideally

rain cedar
#

Two ways to activate it? I'm confused here

weary stream
#

damn, another time github <_<, that page is so confusing, i will do my best tho

high moat
#

Yeah, it works really well in the Ori randomizer, Teleporters can be pickups or you can activate them if you pass by.

weary stream
#

i'm testing with a new file for now the stuff

rain cedar
#

Oh ok I see how this is fun

high moat
#

yeah they would expand the logic a bit too.

rain cedar
#

So like you could just get deepnest stag and save a ton of hassle

high moat
#

yup

solemn rivet
#

But you would need new pickups, right?

rain cedar
#

Yeah you'd need to randomize relics or something

solemn rivet
#

Yeah

rain cedar
#

For this to work

solemn rivet
#

Or add drops to some bosses or enemies

high moat
#

Was also thinking of that Gradow

solemn rivet
#

That's bad tho

#

Because at that point you're actively changing the flow of the game

#

Like, no one would fight traitor lord normally

#

But if it has a drop...

high moat
#

Alot of people fight mantis lords. Geo + relic + charm

rain cedar
#

I mean ideally the white lady would give something random

#

So traitor lord isn't useless

high moat
#

oh traitor lords.

#

I mean I can do a longer writeup of my current idea.

solemn rivet
#

Mantis lords is pretty useful rn

high moat
rain cedar
#

But yeah for the stag you'll need a new RandomizerAction

solemn rivet
#

Wait, so kingsoul pieces are random too, Sean?

rain cedar
#

Maybe just make it refund you if you pick it up after opening the stag

#

And nah gradow

#

Ideally they would be

solemn rivet
#

I see

rain cedar
#

White palace would of course be like elegy

#

Nothing there ever

solemn rivet
high moat
#

If dreamers where randomized white palace could never be progression anyways

#

because Dream nail would no longer be a progression item and all move skills are needed for WP

solemn rivet
#

Imagine seeing herrah floating in the archives

rain cedar
#

I don't like the idea of removing a progression item

#

There's already so few

solemn rivet
#

Randomizing dreamers is too good

high moat
#

Not neccessarily

#

sure some seeds will be 15 minutes

#

where you get all 3 dreamers

#

but some will put dreamers that require DJ and CH

#

So the required items for winning are now random too, instead of always being claw, ismas/ch and dream nail

solemn rivet
#

Where are you putting the dreamers?

high moat
#

everywhere

solemn rivet
high moat
#

probably randomize those first, then build progression around that

#

from what I saw in the ori code, that's what they do with the required dungeon keys

#

Obviously with dreamers being everywhere, some kind of hint system should be implemented.

solemn rivet
#

Not needed

high moat
#

Im not sure what the best way to do that would be

solemn rivet
#

Map

#

Make it show the dreamers locations

#

As it already does

high moat
#

imo knowing it immidiately is not fun

#

but maybe get a pin after every 3rd boss killed or smth

solemn rivet
#

Maybe make it show an area

#

So you know there's one in greenpath, but don't know where

#

And make it only show it one at a time

high moat
#

yeah that's what i was thinking too. so lets say with boss version. when you kill the 3rd boss, you get "Monomon: Royal Waterways"

#

Randomizing the hints too ofc distGood

#

So make randomizerAction class for dreamers, relics and stag station is where to begin? @rain cedar

rain cedar
#

Relics and dreamers should be fine with what's there

#

For stag you need a bit of a combo between the ReplaceShinyWithGeo and whatever else it ends up being

#

Since otherwise the stag pickup would just be gone already if you go to it after opening the stag

solemn rivet
#

Make it so any random enemy can be a dreamer and you have to dnail all of them

high moat
rain cedar
#

You'll probably want art for the big popups as well

high moat
#

Ultimately adding in fun pickups like nail upgrades, triple jumps and etc. is something I'd like to experiment with aswell

rain cedar
#

Idk where you'll get that

#

Assuming you want at least some of these to be big popups

solemn rivet
#

And at some point the dreamers enemies start glowing

rain cedar
#

Like dreamers

high moat
#

the big popups are annoying tbh

rain cedar
#

It would be pretty easy to make them faster

#

That's just about the speed they are in vanilla

high moat
#

To draw a comparison again, the ori randomizer has kept cutscenes but removed the pickup animation that ori does. Speed = fun.

rain cedar
#

Could make them able to cancel at any time

#

Instead of just after the animation

high moat
#

Guess a small text popup would be possible too?

rain cedar
#

I never recreated those, they just come from the pickup fsm

#

So you'd have to do that

#

Shouldn't be too hard

high moat
#

aight

#

Well I'll probably need more help at some point

#

good for now though, thanks

#

and let me know if you want to take over hollowwoke

weary stream
#

moving the dreamer pins is quite easy btw

solemn rivet
#

wyvern you can send me your code and I'll send the pull request for you, if you'd like

#

also, nice pfp btw

#

(I'm in compact mode, so hadn't seen it prior to using mobile)

rain cedar
#

nut

hollow pier
#

nut

cunning lagoon
#

nut

trim totem
#

i like the boy

solemn rivet
#

fucking Meltan

hollow pier
#

nut

solemn rivet
#

how can they come up with such bad names

cunning lagoon
#

you come up with a better one

#

idiot

solemn rivet
#

Nutmon

#

done

cunning lagoon
#

this is not digimon

hollow pier
#

i don't deal with anything gen7+

solemn rivet
#

Monnut

hollow pier
#

it's all garbage

solemn rivet
#

I stopped at gen 4 boi

#

DPPt the ultimate gen

hollow pier
#

you didn't even see megas

cunning lagoon
#

thats gen 4

solemn rivet
#

yeah

hollow pier
#

this tbh

solemn rivet
#

gen45

hollow pier
#

gen56

solemn rivet
#

megas are shit

hollow pier
#

u

cunning lagoon
#

no megas are fair and balanced

#

especially mega rayquaza

solemn rivet
#

nintendo: how can we milk more cash from Charizard and Mewtwo?
also nintendo: hold my beer

floral furnace
#

the only good pokemon were after digimon which is to say pokemon is shit

solemn rivet
#

tbh tho megas are just a way to break the unwritten rule that every pokemon has at most a 3-stage evolution line

#

my favorite part about that it's that it's never actually stated that that's a rule

#

but they still do it for some reason

hollow pier
#

does ralts count

solemn rivet
#

wut

#

ralts -> kirlia -> gardevoir | gallade

hollow pier
#

yes 4 technically

solemn rivet
#

but it's still 3 stages

rain cedar
#

I mean if we're doing that

#

Eevee

copper nacelle
#

๐Ÿ…ฑokemon ๐Ÿ…ฑay

solemn rivet
#

otherwise Eevee is already a counterexample

hollow pier
#

this

solemn rivet
#

yeah

cunning lagoon
#

wurmple 5

#

stay woke

hollow pier
#

wurmple greatest mon

copper nacelle
#

Tl is thallium stay woke

solemn rivet
#

dustox or kys

cunning lagoon
#

maybe you kys

solemn rivet
#

it's a moth my dude

trim totem
#

wait is that the nut

solemn rivet
#

moths > butterflies

hollow pier
#

kys you

trim totem
#

the mythical pokemon

cunning lagoon
#

kys yourself

solemn rivet
#

yeah Khan

hollow pier
#

i kys

copper nacelle
#

Cd is cadmium

trim totem
#

w h y

cunning lagoon
#

๐Ÿ’ฟ

copper nacelle
#

K is potassium

solemn rivet
#

it's'd signature move is Nut All Over The Opponent's Team

#

it's always super effective

#

and OHKO

copper nacelle
#

Te is Tellurium

hollow pier
#

its

copper nacelle
#

Berylium is Be right

cunning lagoon
#

wtf is "it's'd"

floral furnace
#

Wait whats so big about this nut pokemon

solemn rivet
#

I think so

copper nacelle
#

haha yes

solemn rivet
#

dlk, ptk tried to correct me

#

so I made it correct

copper nacelle
#

I have a quiz on this in twenty minutes send help

cunning lagoon
#

Ok

hollow pier
#

the table is free

solemn rivet
#

ttacco it's a new pokemon

#

and it's shite (no surprise)

copper nacelle
#

yeah I started studying on the bus and I've got it down pretty well

cunning lagoon
#

just pass the test lol

floral furnace
#

Yeah i mean, whats the big deal about a new pokemon, no like im not mocking it is it an ultra rare thing that ties to the grand POKEMON LORE or something

copper nacelle
#

just cdash

solemn rivet
#

possibly

#

tis void

trim totem
#

56 why are you listing elements

copper nacelle
#

cause I have a test on it

trim totem
#

did you have to memorize the periodic table

floral furnace
#

chemistry lame

#

uuhh i mean its ok i guess

solemn rivet
#

what is Mg 56?

copper nacelle
#

Magnesium

trim totem
#

what is os

cunning lagoon
#

he really got u there

solemn rivet
#

what is UrMum 56?

hollow pier
#

what is gz

copper nacelle
#

Osmium

cunning lagoon
#

grey zote

copper nacelle
#

ok bye

solemn rivet
#

bye

#

glhf

trim totem
#

did you actually have to memorize it lmao

hollow pier
#

wait do you need like moscovium etc

solemn rivet
#

eww no

cunning lagoon
#

moscovium is the thing in russia lol you dont know geography

trim totem
#

what about mass

solemn rivet
#

Seaborgium tbh

trim totem
#

no get back here

copper nacelle
#

just symbols and not all of them

solemn rivet
#

sounds like a digimon name

copper nacelle
#

like 70 of them

solemn rivet
#

Seaborgmon

trim totem
#

but

#

why

copper nacelle
#

because chem

hollow pier
#

i thought everyone had to do this

copper nacelle
#

^

trim totem
#

that's literally completely pointless

solemn rivet
#

I didn't

copper nacelle
#

wtf

solemn rivet
#

I memorized some of it for fun back then

trim totem
#

wait

#

oh wait

solemn rivet
#

but it was never required

copper nacelle
#

ok bye v2

solemn rivet
#

byev2

#

elderbug v2

floral furnace
trim totem
#

just the names makes sense actually

cunning lagoon
trim totem
#

they're not on some tables

solemn rivet
#

wait point is there to remembering random names tho?

#

it makes more sense to memorize names + origin/applications/properties

#

just the names... It's meaningless

hollow pier
#

so you can say all of them and look intelligent

solemn rivet
#

^

hollow pier
#

look at this

solemn rivet
#

that's why I did it tbh

hollow pier
#

hydrogen

#

oh shit 200iq already

#

watch

#

helium

floral furnace
#

holy shit ptk i didnt know you were omega smart

solemn rivet
#

wait wait

#

what about

hollow pier
#

yeah it took years

solemn rivet
#

Carbon

hollow pier
#

woah woah dude you can't just skip like 68 elements

solemn rivet
#

isn't carbon like 16 or smth?

hollow pier
#

no like 6

solemn rivet
#

like 56

hollow pier
#

dungo

solemn rivet
#

o rite

cunning lagoon
#

damn gradow isnt as smart as i thought he was

solemn rivet
#

m8, I haven't touched a periodic table in more than 10 years