#archived-modding-development

1 messages ยท Page 296 of 1

cunning lagoon
#

or wingless for that matter

rain cedar
#

Is this really unexpected?

cunning lagoon
#

i was just checking

#

for low% te nmg

#

it's doable dashless GWfroggyPoggers

#

can you even beat rad dashless without ddark

#

you need shade cloak for traitor lord

#

im a moron

floral furnace
#

laser pillar smh

cunning lagoon
#

any way to make a save point in a room of my choice

#

so if i s&q i spawn there

#

you need all movement skills to beat pop GWbratWhy

cunning lagoon
#

there are 2 spots which make dashless pop impossible

#

even if it was possible to clear them and you tried to do a segmented run it would probably be harder than low jump kp

#

but im fairly sure at least one of them is not possible

#

one of them is possible

#

haha yes

#

dashless pop is possible

leaden hedge
#

just use float

cunning lagoon
#

very good idea

cunning lagoon
#

let's go GWfroggyPoggers

#

i'd love to get a single segment run of this

#

it's not really feasible though

ember bloom
#

Crystal Dash = Dash

cunning lagoon
#

sadly it is not possible without crystal dashing GWmythiFeelsBadMan

floral furnace
#

~~nothing is impossible with crystal meth happygrub ~~

ember bloom
#

Not even Balls of steel mode

#

Disgusting

weary oyster
#

damn thats cool kurosh hollowknice

#

now find a way to get over that 1 spot in wp without wings

cunning lagoon
#

the only spot that forces you to have wings GWbratWhy

#

the worst is how intentional it looks

#

with the wall on the side having a hole and the jump just barely being impossible

weary oyster
#

its like less than 1 unit from being possible and yeah that

cunning lagoon
#

ah i know how to make it through

#

we just have to press quick map quick cast quick map in quick succession

#

then turn around and go through a loadzone

#

ez wingless wp

floral furnace
#

500 iq speedrunning tricks that shocked the world

cunning lagoon
#

๐Ÿง

solemn rivet
#

grats dlk! I knew you could do it

cunning lagoon
#

thanks daddy

azure vessel
#

"without dashing"

#

uses superdash

#

nice clickbait

fringe schooner
#

can someone send me the video file for the cot statue cutscene

fair rampart
#

Is it feasible to make the player do contact dmg to enemies?

#

This what I'm trying to do;

#

Meteoric Shell (SShell + SBody) = when falling at terminal velocity, your shell hardens and becomes invincible to non-hazards, and you deal damage to anything in your path.

#

This what I have so far;

#
            if (PlayerData.instance.equippedCharm_14 && PlayerData.instance.equippedCharm_4 &&
                HeroController.instance.cState.willHardLand)
            {
                HeroController.instance.damageMode = DamageMode.HAZARD_ONLY;
            }
#

in OnHeroUpdate

cyan peak
#

you know when enemies touch the knight, because that's when they'd do damage, correct?

#

have something trigger in that

rain cedar
#

Yeah hooking the damage hero fsm might actually be a good idea

ember bloom
copper nacelle
#

can you just add a damages enemies to the knight

ember bloom
#

FSM isn't that bad but still

#

Fuck you 56

fair rampart
#

IDK, can I add damages enemies to the Knight?

copper nacelle
#

Probably

#

you could hook take damage like fyre said

fair rampart
#
private void OnHeroCollide(On.HeroBox.orig_OnTriggerEnter2D orig, HeroBox self, Collider2D otherCollider)
        {
            if (PlayerData.instance.equippedCharm_14 && PlayerData.instance.equippedCharm_4 &&
                HeroController.instance.cState.willHardLand)
            {
                GameObject gameObject = self.gameObject;
                DamageEnemies damageEnemies = gameObject.AddComponent<DamageEnemies>();
                if (otherCollider.gameObject.IsGameEnemy())
                {
                    damageEnemies.attackType = AttackTypes.Generic;
                    damageEnemies.damageDealt = 20;
                }
            }
            orig(self, otherCollider);
        }
``` what I'm trying now
copper nacelle
#

wtf

fair rampart
#

It sort of works

#

I just have to fix the fact that it doesn't lose the component

#

after landing

copper nacelle
#

just get the hm off the gameobject and call take damage yourself

copper nacelle
#

what does hir ngwole mean

ornate rivet
#

Seeker of Lore

#

It's in Sindarin aka elvish

copper nacelle
#

understandable

ornate rivet
#

@ember bloom
It looks awesome. Glad there's at least one modder that knows how to add aesthetic to the game

mortal trout
#

lol lore hollowomg

copper nacelle
#

ฮ™ ฯ‚ฮฑฮฝฯ„ ฯ„ฮฟ ฮดฮนฮต

ember bloom
#

Ain't true, most people know how to but it's dogshit to do through Api

#

And it's through assets edit so

mortal trout
#

is this pale prince

ember bloom
#

Ain't to distribute this way

copper nacelle
#

Yeah but if you don't do it through the API it's cancer to update

#

and you get less compatability

ember bloom
#

NEVER UPDATE ok_grimm

copper nacelle
#

is this 753

ornate rivet
#

only problem with it, void vessel is the worst name ever

ember bloom
#

Play 1.4.3.2 or gtfo zote

ornate rivet
#

not as bad as pale prince though tbh

#

at least it doesn't sound like bretta fanfic

copper nacelle
#

รป

#

I honestly have like 0 ideas for pale prince

#

I mean I've got basic combos but nothing fancy

#

It just feels like pure vessel so far

ember bloom
#

I did basic changes and i'm happy about it.

mortal trout
#

just speed boost and basic combos then make it seem better than it actually is ez

trim totem
#

void trail

#

abyss watcher trail

copper nacelle
#

Sword trail wouldn't do anything though

ember bloom
#

I wanted to adjust wait time to make him recover faster from some attacks but nah

copper nacelle
#

It'd look cool

#

but like

#

no effect

ember bloom
#

@trim totem Commit Sudoku

copper nacelle
#

I was thinking about maybe doing dash + void tendrils behind him at the same time

mortal trout
#

add shockwaves

ornate rivet
#

Aeraloth, add an attack where the needles from the needle spread attack turn around toward the player a bit

copper nacelle
#

I might just do hive knight first

ember bloom
#

Nah, i want to do it simple but noticable.

trim totem
#

make the sword trail the size of sly's greatslash

ornate rivet
#

eww simple sucks

trim totem
#

void trail like nkg

copper nacelle
#

simple can be good

#

people like mantis gods better than lost lord but it's way more simple in design

ornate rivet
#

but lost lord does the same attack over and over again

copper nacelle
#

u

trim totem
#

yes

ember bloom
#

Lost Lord ๐Ÿ˜ฉ

trim totem
#

lost lord is repetitive

ornate rivet
#

can't be too mad at it though. Without it I would have never made DoH

#

Aeraloth, is there anything else you want to add?

ember bloom
#

Probably decrease time he is idle on Tendrills/Focus

#

And change weights of attacks to balance them 1:1

ornate rivet
#

what if you made it invulnerable during those two attacks?

copper nacelle
#

Invuln ๐Ÿšฎ

ember bloom
#

Nah

trim totem
#

10 slash

ornate rivet
#

add a second phase where spikes come out of the ground constantly and there are two PVs hollowface
Call it Nightmare God Grimm Pure God

mortal trout
#

add god to literally everything tbh

ember bloom
#

VOID GOD OF DARKNESS

ornate rivet
#

kind of redundant

trim totem
#

56

#

name it

ember bloom
#

I should add pointy hats to Watcher Knights and spawn one big with fire nail at the end

trim totem
#

void boi

#

incredibly woke

copper nacelle
#

รฉ

trim totem
#

56 do this

ornate rivet
#

56, hive god when

#

we need all the bosses modded for ng+ mode before hornet dlc comes out

copper nacelle
#

รซ

#

when I feel like it tm

mortal trout
#

make hornet dlc mod

copper nacelle
#

no

#

I want to do something which actually changes the game a ton

#

but I have about 0 good ideas

ember bloom
#

I mean

ornate rivet
#

ng+ would change it a ton

dusky lion
#

make the regular enemies godded

mortal trout
#

make ds3 ng+

#

in hk

ember bloom
#

There is CHAR_TYPE or somet shit where 0 is Knight, 1 is Hornet and 2 is Zote

copper nacelle
#

I tried the rotation thing but dealing with fucking hero controller collision is cancer

ornate rivet
#

make classes in hk

ember bloom
#

Make 3 for Balls of Steel

#

Where you play as slug

mortal trout
#

balls of steel actual category when zote

copper nacelle
#

It was for like a day as a meme

trim totem
#

56

#

whats your pfp

copper nacelle
#

something 0x0ade made

#

It's pretty neat

trim totem
#

how was school

copper nacelle
#

good and pain

hollow pier
#

why are you a blue thing now

copper nacelle
#

Thanksgiving break now

#

cause it looks cool

hollow pier
#

who has thanksgiving break

#

sounds dumb

trim totem
#

me

copper nacelle
#

me

#

It's just a 5 day weekend

hollow pier
#

oh ok

ornate rivet
#

why does the ubuntu terminal sometimes get stuck and I have to press enter for it to continue displaying stuff

copper nacelle
#

What

#

It shouldn't

hollow pier
dusky lion
#

steam is an application that lets you purchase games and house a digital library among other features

young walrus
#

steam is heated water

#

it's widely used for heat transfer applications or for pharmaceutical sterilization sequences

weak lodge
#

Steam is what comes out of people who die to absrad in AB

fair rampart
#

No, that's salt

mortal trout
#

hk steam forums in a nutshell

ornate rivet
mortal trout
#

high iq post

ornate rivet
#

I don't even understand how a multiplayer mode would be fun in hk

mortal trout
#

same

dusky lion
#

you do the game

ornate rivet
#

Do the same exact stuff but... there's two of you now???

dusky lion
#

but with 2+ people

ornate rivet
#

so basically decrease the atmosphere of the game so you can play with another person

mortal trout
#

yep

copper nacelle
#

\๐Ÿ…ฑ

unborn badger
#

@copper nacelle did you say you want to make a NG+ mode but have no ideas

trim totem
#

can you alter enemy placements

hollow pier
#

sure place every enemy on the same pixel

copper nacelle
#

no i have no ideas for pale prince

trim totem
#

ng+ would be very cool

hollow pier
#

did you do the gaston meme

trim totem
#

56 I'll give you some ideas

#

but my phone is going to die

copper nacelle
#

the idea is radiance but no wings

unborn badger
#

i have ideas for many bosses

copper nacelle
#

it's easy to have ideas in general

#

the hard part is having ideas that don't give you cancer when you try to implement them

unborn badger
#

how hard would replacing certain shockwaves with traitor lord shockwaves be

copper nacelle
#

mildly annoying

#

or mildly painful

#

depends on whether it has a prefab in resources

unborn badger
#

how hard would changing fk's rocks to fall in a certain pattern be

copper nacelle
#

cancer

hollow pier
#

what if you deleted the rocks and made new ones that fell

dusky lion
#

how hard would completely changing every aspect of the game and replace the sprite of the knight with stock photo counterparts be

copper nacelle
#

no

#

deleting the rocks and making new ones is the same deal

#

You have to code something which makes them move

#

And have a certain amount fall

hollow pier
#

code gravity

copper nacelle
#

and go to certain spots

#

gravity comes with rb2ds

hollow pier
#

no just spawn them randomly

copper nacelle
#

what

#

that's not a certain pattern

mortal trout
#

just get cancer and do it lol

copper nacelle
hollow pier
#

spawn them everywhere

#

it is a certain pattern

copper nacelle
#

urite

hollow pier
#

no pattern is a pattern

unborn badger
#

basically my idea was just have fk's rocks fall in a line with a gap in them

hollow pier
#

change my mind

copper nacelle
#

A line would be easy

#

I thought you meant like

#

nkg pufferfish

unborn badger
#

no lol

copper nacelle
#

Which also wouldn't be too hard now that I think about it

#

nkg pufferfish you just spawn them at certain y levels

#

and just have half go in a direction

#

and half go in the other

hollow pier
#

spawn a bunch of rocks in a grid that leave one tiny gap of safety

unborn badger
#

yes

#

that's the idea

dusky lion
#

what if you made fk fire the radiance lances that come from above except represprited to be the boulders

hollow pier
#

what if you skipped fk

copper nacelle
#

no

unborn badger
#

hmmm

copper nacelle
#

yes

hollow pier
#

dae runs

copper nacelle
#

i still haven't learned the monomon oobs

#

and herrah

hollow pier
#

then do that

copper nacelle
#

I think there are like two for monomon

#

and I want to practice the lurien ones

#

and early game

hollow pier
#

why go oob when you can just do a run and get hardlocked there

unborn badger
#

what if you implemented hunter into hk

copper nacelle
#

I could just not do the oob for some of them

#

but that's slow

hollow pier
#

ur slow

copper nacelle
#

u

mortal trout
#

everybody slow

copper nacelle
#

I'm gonna do the shit oob for lurien

#

cause it's free

#

It's like 20 seconds slower GWjiangoOmegaLUL

hollow pier
#

i thought you duped and televatored or something

copper nacelle
#

You can do that

#

Or you can do the timed oob jump

#

Or

#

You can do the timed oob jump but instead of doing the jump you just dash down

#

and then pfloat back up

#

from the very bottom

hollow pier
#

is this all because you can't dupe

copper nacelle
#

Yes

hollow pier
#

this guy

young walrus
#

learn how to press jump, imo

copper nacelle
ornate rivet
#

reprogramming the falling rocks doesn't sound too bad. Unity does most of the work for you, you just need to know how to tell unity to do it, no?

copper nacelle
#

go 20 units down

#

now go 30 units left

#

now only do that if you're the 1st rock out of 30

#

sounds enjoyable

hollow pier
#

wow good job

ornate rivet
#

if you want them to fall in a straight line, couldn't you just edit the fsm and change it from random x to a specific amount?

#

no need to reprogram

copper nacelle
#

yeah straight line is easy

#

i got it again

hollow pier
#

he has done it

copper nacelle
#

u ever get the room dupe televator but it goes up without you

hollow pier
#

same

#

wait 6 years for it to come back

copper nacelle
hollow pier
#

he has done it

dusky lion
#

that sure is lurien

mortal trout
#

wdym it's herrah

dusky lion
#

oh my bad

young walrus
#

dad?

hollow pier
#

finished the easiest rando of my life in 1h20

#

played poorly tbh

ornate rivet
#

dang I haven't seen the hk room in a while

cunning lagoon
#

thats hiveblood silly

#

or

#

the hive

#

rather

#

(get it?=

weary oyster
#

no

cunning lagoon
#

i'll explain it when u are older

weary oyster
#

are u even older than me

cunning lagoon
#

dunno how old are u

weary oyster
#

19

cunning lagoon
#

same

weary oyster
#

what month

cunning lagoon
#

july 22nd

weary oyster
#

ha

#

gottem

cunning lagoon
#

gdi

weary oyster
#

mines hitler + 1

cunning lagoon
weary oyster
#

isnt hitlers birthday common knowledge

#

it should be

cunning lagoon
#

yea uhh

#

420 right

weary oyster
#

wtf u actually knew it

cunning lagoon
#

or 20 4 if you are using the correct date thiung

weary oyster
#

or did you just google it

cunning lagoon
#

no i knew it

weary oyster
#

nice

cunning lagoon
#

๐Ÿ˜Ž

#

i see you aren't using sharp shadow in your wp run

#

suboptimal ๐Ÿ‘€

#

wtf you can skip the whole right section

#

what is this madness

weary oyster
#

i dont even use dashmaster lol

cunning lagoon
#

yea i just noticed

#

lmao

weary oyster
#

i really dislike down dashing

#

but for the loadout i think its within like 5s of a perfect run

cunning lagoon
#

wtf this patch is nuts

weary oyster
#

have u seen the nutty sharp shadow cycle for the left side small saw gauntlet

cunning lagoon
#

nah i havent tried to lab anything for white palace with ss or dm

#

because unlike pop you actually do wp in runs

#

so i feel like it would only mess me up

#

also you can shade soul the pale king

#

not even sure if its faster rofl

weary oyster
#

can you? i remember trying and he was only getting hit by the 2nd and 3rd hits of dive

cunning lagoon
#

yeah dive and shriek only hit him like once or twice

#

but now that i think about it if you ss him thrice you dont have to wait for the kingsoul later

#

so it probably is very slightly faster

weary oyster
#

yea that sounds efficient

cunning lagoon
#

maybe even viable in 106 because we have eater

weary oyster
#

yea you can get a ton of soul for free at the start of wp

#

and we have spell twister too

cunning lagoon
#

also

#

not sure if you know this but i always see you fireball the guy

#

so im mentioning it just in case

#

you can make the cycle

rain cedar
#

I just did 220 changes in a 266 line file without changing functionality at all just to conform to StyleCop rules

#

Wow that shit makes you change a lot to be happy

weary oyster
#

nice

#

i never bothered labbing that room too much beccause its a pain to reset

cunning lagoon
#

yea i just changed debug a bit to reset the shopkeeper key

hollow pier
rain cedar
#

Those thorns don't exist on 1006

#

Not a major glitch

#

Got em

weary oyster
#

wtf you can do that kurosh

cunning lagoon
#

yea

weary oyster
#

no fair

hollow pier
cunning lagoon
weary oyster
#

yea they dont pt

cunning lagoon
#

the fix fragile greed fixes the breakable floor by the fake dive grub

#

and fix fragile strength respawns the shopkeeper key

rain cedar
#

the fix fragile greed fixes

hollow pier
#

wow look at this new modder

rain cedar
#

I'm having a stroke

weary oyster
#

lol

cunning lagoon
#

the fix fragile greed button

hollow pier
#

are you having an all skills pb

weary oyster
#

this is some next level content additions

cunning lagoon
#

ikr

rain cedar
#

No I need to do homework

hollow pier
#

pepehands

rain cedar
#

Which right now consists of StyleCop changes

#

So that other people can read my code without wanting to die

#

The other people in the group need to do it too so I can read their code without wanting to die

cunning lagoon
#

i read your code and i didnt want to die ๐Ÿ˜„

rain cedar
#

One of them using lowerCamelCase for function names and puts curly brackets on the same line

copper nacelle
#

delete this

cunning lagoon
#

what is this pfp

copper nacelle
#

good

hollow pier
#

it looks too much like pest's

cunning lagoon
#

it does

weary oyster
#

hey you guys are modding staff now not just modders

copper nacelle
#

yes

cunning lagoon
#

is this the ritual that every te ag runner has to go through

rain cedar
#

Old news

weary oyster
#

youre old news

rain cedar
#

Yes

#

I haven't been relevant in this game for like a year at least

hollow pier
#

ax why didn't you use dm

#

it's much better in wp than pop

cunning lagoon
#

pete dirtmouth has no use in white palace

hollow pier
#

i meant defender's mrest but ok

weary oyster
#

because downdash bad

hollow pier
#

you mouse over

rain cedar
#

Downdash is like not even an issue

cunning lagoon
#

just run pop for 20 hours then you'll get used to it ๐Ÿ™‚

hollow pier
#

and it shows that

rain cedar
#

In white palace

weary oyster
#

i know right thats a very cool button

rain cedar
#

I didn't have any troubles with it

weary oyster
#

i wonder what happens if you click it

rain cedar
#

I got fucked by the double jump breaking way more often

hollow pier
#

sorry you only upload pbs which means there's no content

cunning lagoon
#

is the floaty jump worse in older patches?

#

it doesn't happen to me that often

weary oyster
#

you underestimate how bad i am at letting go of down sean

rain cedar
#

Yes it's terrible on 1006

hollow pier
#

run a glitched cat

cunning lagoon
#

that sucks

#

and it's still a thing on cp GWbratWhy

rain cedar
#

It happens almost guaranteed if you buffer a jump

weary oyster
#

are you talking about the thing where you jump off of the ground and its wings instead of ajump

cunning lagoon
#

@copper nacelle fix it for qol

rain cedar
#

Or out of a dash

#

But also randomly

weary oyster
#

yea if you buffer a jump after a djump or after a dash it happens

#

but not after just a normal jump

rain cedar
#

It happens from normal jumps too though

#

Just way rarer

weary oyster
#

also like 50% of time when trying to wall jump

#

it uses wings instead

rain cedar
#

God patch

weary oyster
#

and idk why

cunning lagoon
#

what a game

weary oyster
#

like i had to delay all my walljumps by .1 seconds or something so that doesnt happen

#

very annoying

rain cedar
#

Did you ever run into a hazard in that one room where the hazard respawn is literally just floating over the load?

#

So weird

weary oyster
#

what

rain cedar
#

You can see it in my run because I ran into a saw

#

God gamer

weary oyster
#

lol

cunning lagoon
#

hmmmmmmmmmmmmmmmmm

rain cedar
#

I had to mash out double jump to not fall into the load

weary oyster
#

i did notice that the saw cycle in the last room is fucked

copper nacelle
#

fuccked

cunning lagoon
#

fuccccccc

weary oyster
#

my keyboard c key is broken ok

#

no bully

rain cedar
#

Right there

cunning lagoon
#

so is 56's e key

weary oyster
#

it double inputs almost every time

cunning lagoon
#

he was supposed to desolder it a few months ago ๐Ÿ™‚

copper nacelle
#

Same but with e

#

I need to desolder that

weary oyster
#

lol sean

#

what the hell

copper nacelle
#

Also my alt button is fucked

#

and my shift button

#

and windows

#

and left layer swap

cunning lagoon
#

lmfao

#

thats great

young walrus
#

that early control doh

copper nacelle
#

They're like sticky

#

So whenever I press alt i can press tab .5 years later and it'll still alt tab

rain cedar
#

Early control ๐Ÿ˜ฉ

young walrus
#

you weren't holding left by chance were you?

copper nacelle
#

Also my mouse button doesn't press half the time now so I need to replace my mouse too

rain cedar
#

There's literally an input display

young walrus
#

cuz that would put you over the transition

weary oyster
#

have you thought of investing in a new keyboard

#

maybe without blue switches this time

copper nacelle
#

No

#

Definitely not without blues

young walrus
#

is the hazard spawn on the left then?

cunning lagoon
#

yeah he was holding right

#

the hazard respawn is there

young walrus
#

cuz you were holding right

copper nacelle
#

I have all the stuff to fix this keyboard too

#

I'm just lazy

rain cedar
#

Maybe the hazard respawn is to the left of the load then idk

copper nacelle
#

hi just lazy etc

rain cedar
#

It's more fun to imagine it's just hovering midair

cunning lagoon
#

this tbh

#

those lever skips are pretty cool

rain cedar
#

Yeah they're cool, but at what cost?

#

Terrible terrible patch

copper nacelle
#

*god patch

cunning lagoon
#

i feel you

#

this is me with 1221

rain cedar
#

But 1221 is a pretty good patch

cunning lagoon
#

i just want it to run well GWbratWhy

rain cedar
#

It does

#

But ok

cunning lagoon
#

no it doesnt

#

it lags every time an enemy dies

weary oyster
#

not compared to gm it doesnt lol

hollow pier
cunning lagoon
#

it lags every time a boss staggers

#

dont bs me with your it runs well

rain cedar
#

That's """intentional""" hitstop though

weary oyster
#

imagine subbing to the 2nd place white palace runner

rain cedar
#

Meaning they fucking GC whenever there's a small freezeframe

cunning lagoon
#

he's the 1st place wp runner

hollow pier
#

he's also first in every icono cat

cunning lagoon
#

just on nldg

weary oyster
#

i just wanna slap every game dev that puts freeze frames in their game in the face and tell them no

cunning lagoon
#

ok but the staggers are not as bad in cp

#

i know the freeze frames are there but it's not nearly as bad

#

like

hollow pier
#

does eroico have freezeframes

rain cedar
#

But Ax the freezeframes are actually a vital part of the game's performance

weary oyster
#

i dont think so

rain cedar
#

On old patches at least

#

Like no joke

hollow pier
#

running ero bye

weary oyster
#

nice

rain cedar
#

They garbage collect in freezeframes so it doesn't stutter in other spots

weary oyster
#

how about doing that in load screens

rain cedar
#

They probably do that too

#

The better solution though is to not generate so much fucking garbage that it freezes the game

weary oyster
#

thats also a good solution

hollow pier
weary oyster
#

@blissful burrow

rain cedar
#

FSMs are probably a huge cause of garbage

#

Since they store primitives like float in weird classes like FSMFloat

#

So much higher overhead

copper nacelle
#

FsmVar containing an object which is an FsmObject which contains an FsmFloat which contains a float

rain cedar
#

Thanks I hate it

blissful burrow
#

Hello ping what

#

o

#

is it just to call me trash

#

I agree

hollow pier
#

acridsTrash

cunning lagoon
#

what is acrid doing in modding

blissful burrow
cunning lagoon
rain cedar
cunning lagoon
weary oyster
#

youre in here

dusky lion
#

what great stories

weary oyster
#

you didnt even get pinged

#

lies

copper nacelle
cunning lagoon
#

i post my pbs there

rain cedar
#

@unborn goblet meme

hollow pier
#

@rain cedar ๐Ÿ‘‰ Start Streaming

cunning lagoon
#

what else do you want from me

dusky lion
blissful burrow
dusky lion
#

light theme yikes

cunning lagoon
#

any all skills wr attempts

#

excuse me acrid

hollow pier
#

any infinite scream skip

cunning lagoon
#

do you have a 50 king's pass

#

didnt think so

blissful burrow
#

No i have a 1 hour one

weary oyster
#

but do you have a 24h one

#

how does it feel to be so bad you cant even keep an anti wr

hollow pier
#

can't even keep gh nldg

weary oyster
#

also true

blissful burrow
#

She afk'd

#

It's not fair

cunning lagoon
#

it really isn't

rain cedar
cunning lagoon
#

MOD EDIT: haHAA

#

๐Ÿค”

rain cedar
#

Cuphead mods don't appreciate anti wr

#

It's a travesty, I know

weary oyster
#

why does the flower turn into hollow knight in the middle

cunning lagoon
#

so how does that work

#

did you just break the boss ai

rain cedar
#

I don't remember playing hk in the middle

#

Maybe I did idk

#

I played isaac for sure

#

And yeah you just fuck the boss up

weary oyster
#

@1:30:00

hollow pier
cunning lagoon
#

lmao wtf

hollow pier
weary oyster
#

1 hour approval

young walrus
#

just be a mod and get one other person and you can do whatever

cunning lagoon
#

he just played it at 15x speed

weary oyster
#

math

rain cedar
#

Interesting standards

young walrus
#

that's about what I'd give that game

cunning lagoon
#

i'd give it an A

hollow pier
#

so did you just have the game open for 12h

weary oyster
#

i like how the timer just gives up with counting up at 23 minutes

rain cedar
#

Yeah most of it was idle

weary oyster
#

at the end

cunning lagoon
#

at first i thought you just dodged the boss for 12 hours straight

#

would've been way better

rain cedar
#

I'm not that dedicated to anti wr

cunning lagoon
#

throwback to my 6h long infinite grimm fight

hollow pier
#

but sean has a life somewhat

cunning lagoon
#

lies

#

gonna put a graph on my livesplit

weary oyster
#

did you actually fight him

#

for 6

#

hours

rain cedar
#

You can't have a graph that's my thing

cunning lagoon
#

yea

weary oyster
#

why

cunning lagoon
#

to make sure veru didnt take it back

hollow pier
#

dae overheating cpu for 6 hours

weary oyster
#

i was dying inside after my 40 something minute nail -1 kill

cunning lagoon
#

fun fact i got that score on my birthday

hollow pier
#

wow dlkurosh has a birthday

cunning lagoon
#

which i guess makes it sadder

weary oyster
#

wow doxxed

hollow pier
#

doxxedlkurosh

weary oyster
#

now i know your birthday

#

gottem

cunning lagoon
#

hitler+3 months and 2 days

weary oyster
#

nice

rain cedar
#

Ax if I tell you my birthday will you buy me eroico on it?

hollow pier
#

can we doxx sean

cunning lagoon
#

yo i saw your r/speedrun post

#

sad

hollow pier
#

now i would watch an eroico sean stream

weary oyster
#

pepearms

#

will you beat my time sean

rain cedar
#

Yeah

weary oyster
#

ok fine

#

if u stream it be careful not to die cause youll get banned

cunning lagoon
#

hmmmmmmmmmm

weary oyster
#

what

rain cedar
#

I love reddit comments

cunning lagoon
#

lmao

hollow pier
#

Thanks! โค

cunning lagoon
#

stop living

hollow pier
#

i wish

weary oyster
#

you didnt even tell me

rain cedar
#

Wait ax can't you turn off the porn?

hollow pier
#

porn needs to be on

#

it saves time

weary oyster
#

yea you can but you cant fuckboost if its off

rain cedar
#

I guess that makes sense

#

That the fuck me button doesn't work in no porn mode

weary oyster
#

yea

rain cedar
#

I don't think streaming that is such a good idea

cunning lagoon
#

just put an overlay over the game

#

so we can at least listen to your soothing voice

weary oyster
#

its really easy not to die

rain cedar
#

Does the character always stay in the center of the screen?

weary oyster
#

and even if you die if you instantly restart the thing wont play

rain cedar
#

I could just like put a box over it

hollow pier
#

veru streamed deep space waifu and just put finch's pfp over the entire stream

copper nacelle
#

do you just get raped in this game

weary oyster
#

like after dying you need to wait for the enemy to come to you but you can restart instantly

#

and it wont happen

hollow pier
#

pretty much 56

#

i think the plot

copper nacelle
#

tf

hollow pier
#

is that you want your virginity or something

#

so if you die you get fucked

rain cedar
#

It has lore?

copper nacelle
hollow pier
#

yeah

weary oyster
#

i dont think there is plot

cunning lagoon
#

probably more lore than icono

rain cedar
#

No lore ๐Ÿ™

dusky lion
#

veru made my pfp transparent halfway through

#

so you could see the action

rain cedar
#

Deep space waifu has censoring anyway

cunning lagoon
rain cedar
#

Unless you disable it manually

weary oyster
#

pretty sure i read the dev say on the steam forums that it has no story

cunning lagoon
#

sad

#

why even play a game with no lore

#

not surprised it was rejected in srcom

rain cedar
#

It's super hypocritical to reject it

#

Like either allow it or retroactively remove games like huniepop

#

You can't say "no porn" while having porn

hollow pier
#

src actually just hates ax2u

weary oyster
#

yea its really weird

cunning lagoon
#

yeah real shit its sorta unfair

weary oyster
#

especially when the run doesnt even have any porn

blissful burrow
#

Wait hold on a sec

hollow pier
#

watch me apply for eroico and have it be accepted

blissful burrow
#

Did they reject eroico

weary oyster
#

yeah

blissful burrow
#

Big meme

hollow pier
#

added before restrictions

#

weary

weary oyster
#

those damn pervious games

rain cedar
#

I get grandfathering in low quality web games

cunning lagoon
#

just go back in time and submit eroico before the game even comes out

rain cedar
#

But this is completely different

#

Like if they want the site to have a certain image, huniepop kinda ruins it

hollow pier
#

if the game lets water pass through it

weary oyster
#

and huniepop is way more generic than this too

#

its basically bejeweld with porn

#

this game has actual good gameplay and unique mechaniccs

hollow pier
cunning lagoon
#

hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm

weary oyster
#

even if the unique mechanic is called fuckboosting who cares

rain cedar
#

I'm pretty sure sakura spirit is on the site too

#

Which is both a visual novel and porn

#

Neither of which are allowed

hollow pier
#

how do you run a vn

#

just mash

rain cedar
#

Yes

hollow pier
#

ok

cunning lagoon
#

dont they speedrun ddlc too

rain cedar
#

Yeah but that's not on the site

cunning lagoon
copper nacelle
#

use whatever site ddlc uses

weary oyster
#

it is lol

hollow pier
#

guys the reason megaman isn't on src is because it has too much sexual content to be tbh

weary oyster
#

and it has full frontal nudity

#

what is this site

hollow pier
#

ax this just means you bribe the guys running src with eroico h scenes

weary oyster
#

๐Ÿค”

rain cedar
#

Is it even good enough to bribe with?

#

It doesn't sound like it would be a very high quality game

hollow pier
#

oh sakura spirit runs are 1m

rain cedar
#

Yeah turns out visual novels are fast if you don't read them

weary oyster
#

its not amazing but its like passable

fair rampart
#

wtf, what course of events led this convo down this path?

rain cedar
#

Passable GWfroggyPoggers

cunning lagoon
#

eroico getting rejected on src

hollow pier
#

this is regular speedrun talk

rain cedar
#

Does eroico have a one hand mode like deep space waifu?

#

Pretty mandatory feature for porn games

copper nacelle
#

Wtf

cunning lagoon
#

56 dont read

hollow pier
#

probably not

weary oyster
#

not that i know of

cunning lagoon
#

ill let you know when its safe

hollow pier
#

seems like a two hand game

rain cedar
#

What a shit game

weary oyster
#

it has fully customizable controls tho

hollow pier
#

since there's like movement and other things

weary oyster
#

so you can make it work if you have the will

hollow pier
#

wait nicro is 6th in smo now

#

wow he sucks

#

time to unfollow

cunning lagoon
#

yea people are improving fast

#

look at the good acrid

#

he's close to wr

rain cedar
#

Why would you even follow him in the first place?

#

I can't watch him because inevitably he'll say tits instead of bits

hollow pier
#

because simo killed one of his runs and i follow random people

rain cedar
#

It's really annoying because it makes me realize he's actually 12

cunning lagoon
#

thanks for the 10 tits seanpr ๐Ÿ™‚

hollow pier
#

i never actually watch him

#

but there's no one else

cunning lagoon
#

i dont watch any smo runners

#

any suggestions

rain cedar
#

Same

hollow pier
#

good acrid

cunning lagoon
#

seanprLet

rain cedar
#

Probably salmonella on it or some shit

hollow pier
#

us consumers

#

so i'm safe

rain cedar
#

It's E coli

#

Close enough

hollow pier
#

i just realized i follow like no melee streamers

cunning lagoon
#

i pretty much only follow hk streamers

#

dont use twitch much tbh

copper nacelle
#

you ever watch acrid sharpen pencils for an hour

hollow pier
#

i mainly watch hk streamers

fair rampart
#

You know how earlier I was asking about making you damage enemies if you collide with them at terminal velocity?

hollow pier
#

like if there's an hk stream i'll watch it over whatever else

fair rampart
#

I got it work

hollow pier
#

unless there's a melee tournament or something

cunning lagoon
#

acrid is hot

fair rampart
#

Probably could have done it better

hollow pier
#

you know he's the one on the left right

cunning lagoon
#

yeah

hollow pier
#

dedew is hotter

cunning lagoon
#

you are not wrong

fair rampart
#

and not have made like, 5 coroutines

copper nacelle
#

wtf

#

consider

#

getting the health manager

fair rampart
#

2 of which are inside another coroutine

copper nacelle
#

what the fuck

hollow pier
#

there's a dinosaur in smo wtf

cunning lagoon
#

yeah dude

#

have you ever watched an smo run ever

hollow pier
#

any% doesn't do this

cunning lagoon
#

yes it does

#

to get to the second boss

hollow pier
#

well the parts of any% i have watched don't do this

#

i've only seen cap resets

cunning lagoon
hollow pier
#

some water

#

some big boss with a capsule on its head

#

and it sucks or something

#

some china level

#

some bird thing that sticks its beak in a wall

#

and the final bowser thing

#

and

cunning lagoon
#

yeah thats smo alright

hollow pier
#

the uh

#

what was it

#

oh yeah

#

moon

#

the walljump skip

cunning lagoon
#

thats pretty neat

#

it skips like 5 minutes

#

and its not even that hard

hollow pier
cunning lagoon
hollow pier
#

oh i never stopped watching the pencil video

#

i was wondering where acrid was coming from

fair rampart
#

this is the part for invul

        private void MeteorInvul()
        {
            IEnumerator MeteorInvulEnable()
            {
                yield return new WaitUntil(() =>
                HeroController.instance.cState.willHardLand);
                HeroController.instance.cState.invulnerable = true;
                this.MeteorCrash = true;
            }
            HeroController.instance.StartCoroutine(MeteorInvulEnable());
            IEnumerator MeteorInvulDisable()
            {
                yield return new WaitWhile(() =>
                HeroController.instance.cState.willHardLand);
                HeroController.instance.cState.invulnerable = false;
                this.MeteorCrash = false;
            }
            HeroController.instance.StartCoroutine(MeteorInvulDisable());
        }
``` which is called whenever you fall at terminal velocity while SShell + SBody are equipped
blissful burrow
#

pencil video is god

#

don't stop

dusky lion
#

acrid is coming from your heart

hollow pier
#

hklove acrid hklove

cunning lagoon
#

yeah acrid is hot but have you ever seen ax

#

thats a man id fuck

fair rampart
#

and this is the part that deals dmg

        private void OnHeroCollision(On.HeroBox.orig_OnTriggerEnter2D orig, HeroBox self, Collider2D otherCollider)
        {
            orig(self, otherCollider);
            IEnumerator MeteorDmg()
            {
                yield return new WaitUntil(() => this.MeteorCrash);
                GameObject gameObject = self.gameObject;
                DamageEnemies damageEnemies = gameObject.GetComponent<DamageEnemies>();
                if (damageEnemies == null)
                {
                    gameObject.AddComponent<DamageEnemies>();
                }
                if (otherCollider.gameObject.IsGameEnemy())
                {
                    damageEnemies.attackType = AttackTypes.Generic;
                    damageEnemies.damageDealt = 20;
                }
                IEnumerator MeteorDmgDisable()
                {
                    yield return new WaitWhile(() => this.MeteorCrash);
                    damageEnemies.enabled = false;
                }
                HeroController.instance.StartCoroutine(MeteorDmgDisable());
                IEnumerator MeteorDmgEnable()
                {
                    yield return new WaitUntil(() => this.MeteorCrash);
                    damageEnemies.enabled = true;
                }
                HeroController.instance.StartCoroutine(MeteorDmgEnable());
            }
            HeroController.instance.StartCoroutine(MeteorDmg());
        }```
copper nacelle
#

Wtf

hollow pier
#

yeah ax is hot but have you ever seen off camera xero

cunning lagoon
hollow pier
cunning lagoon
#

immensely cursed

#

do not click

hollow pier
#

i misclicked it once and i died

fair rampart
#

You should see the decompiled version of that last one, its unreadable

hollow pier
cunning lagoon
#

see you in 10 minutes

hollow pier
#

same

copper nacelle
#

also TIL WaitUntil existed

dusky lion
#

Good thing Steam will automatically open big picture mode if you close a game while using a controller

cunning lagoon
#

good thing i play every game on keyboard

dusky lion
#

this is the correct thing to do

cunning lagoon
#

it do be like that

dusky lion
#

indeed

hollow pier
cunning lagoon
#

endless :o

dusky lion
#

why do you need inspiration just play fur elise over and over again lol

cunning lagoon
#

im gonna eat you startiung from the feet

hollow pier
warped sinew
#

@cunning lagoon did you fix your comp?

cunning lagoon
#

i cleaned the thing you told me to clean but temps are still high

#

haven't played much hk yet so idk if it will still lag

#

im assuming it probably will

dusky lion
#

i forget the marked as favorite mechanic exists most of the times

cunning lagoon
#

its a wonderful mechanic

warped sinew
#

I think your best course of action from here is buy a cheap aftermarket heatsync/fan combo and install it on the CPU. If that doesn't fix it your CPU is busted and will need an upgrade

cunning lagoon
#

i'll just do the latter for sure

hollow pier
#

yeah really useful how you can put a favourited item in an item frame

cunning lagoon
#

might as well

copper nacelle
#

212 evo is god

warped sinew
#

It would be great if HK had a saved charm set up system. For quick swapping of builds

hollow pier
#

why ever swap builds when all you need is shaman

cunning lagoon
#

shaman is not a build she's an npc ๐Ÿ™‚

warped sinew
#

@rotund ether put it in hornet dlc ;)

hollow pier
#

i'll build ur npc

#

hey wilbo

#

while you're here

#

how do you pronounce gruz

cunning lagoon
#

not grooze that's for sure

hollow pier
#

same

warped sinew
#

I wonder if she even has charms tho now that I think about it

hollow pier
#

hornet dlc doesn't exist anyways

cunning lagoon
#

was kry learning 106

warped sinew
#

Gruz like buzz

hollow pier
#

yes kuro

cunning lagoon
#

๐Ÿ‘€

#

how did it go

hollow pier
#

he died to fc and went to go climbing

cunning lagoon
#

understandable

copper nacelle
#

Gruz like grooze

cunning lagoon
#

no

copper nacelle
#

Yes

cunning lagoon
#

this is wrong

hollow pier
#

get out yoozoof bham

cunning lagoon
#

rofl

copper nacelle
cunning lagoon
fair rampart
#

I get the reference in their username

cunning lagoon
#

nathan is a weeb confirmed

blissful burrow
#

Imagine not being a weeb

hollow pier
#

emilia like emilitia in waterways right haha

cunning lagoon
#

yes i love waifus and 2d girls too ๐Ÿ™‚

fair rampart
#

DLK you knew it was an anime ref

cunning lagoon
#

i know what a waifu is

hollow pier
#

woah exposed!111!1!!!!

copper nacelle
#

wow dlk weeb ๐Ÿ˜”

hollow pier
#

dlkurosh is my only waifu hklove

cunning lagoon
#

yes i love one punch man ๐Ÿ˜ฉ

fair rampart
#

And now One Punch will be stuck in my head

cunning lagoon
#

that doesn't sound healthy

fair rampart
#

By stuck in my head, I mean the first few lines

cunning lagoon
#

Oh so you don't have an actual punch in your head ๐Ÿ˜„

fair rampart
#

No, what am I, the Koolaid Man?

blissful burrow
#

Leaving this open while doing stuff was a mistake

cunning lagoon
#

D:

#

acrid come back

copper nacelle
#

acrid discuss CE here

fair rampart
copper nacelle
#

easy

cunning lagoon
#

cheat engine

blissful burrow
#

No then people will realize how fucking bad I am

hollow pier
#

dae click a channel link in the channel that the link links to

copper nacelle
#

Yeah it's how you find the memory offsets for livesplit

blissful burrow
#

It's okay if it's just you

copper nacelle
#

รช

hollow pier
#

my dad beats me feelsbadman my brother beats me my mom beats me feelsbadman my friends beat me feelsbadman but i feel safe with 56 because he can't beat anyone feelsgoodman

cunning lagoon
copper nacelle
cunning lagoon
#

he can't even beat DLKurosh on the Infinite Grimm mod ๐Ÿ™‚

hollow pier
fair rampart
#

that actually makes it easier to read

compact sedge
#

he can't even beat Infinite Grimm

cunning lagoon
#

he even told me he was interested in playing some ig GWmythiFeelsBadMan

#

this man is nothing but lies

copper nacelle
#

I played some

#

I suck at it

cunning lagoon
#

well the only way to stop sucking is by playing more

compact sedge
#

oh god I just got the grades back for my math midterm

#

I didn't do bad but... well the way grades are distributed, the standard deviation is so high that everyone's probably gonna get a b.

cunning lagoon
#

how good is a b in your grading system

compact sedge
#

ehhhhh

copper nacelle
#

๐Ÿ…ฑad

compact sedge
#

70% of the class gets a b and below

#

regardless of how smart or good they are

#

curved classes are shit

#

it's two peaked (or I guess 3 peaked) distribution but unfortunately for me the higher scored peak is higher than the lower scored peak

copper nacelle
cunning lagoon
#

damn

#

time to switch to kb only

#

how unlucky

copper nacelle
#

no i'll just buy a new one tomorrow

cunning lagoon
#

buy one for me too please thankw

dusky lion
#

I use a very good gamer mouse for gaming

#

It's called "Amazon Basics Mouse"

#

"AmazonBasics 3-Button USB Wired Mouse (Black)"

compact sedge
#

I had that mouse

#

it's made for people with like, donald trump sized hands

#

or I guess people who hold their mice like really weirdly

cunning lagoon
#

is that small hands or big hands

#

legit q

rain cedar
#

Trump has tiny baby hands

cunning lagoon
#

nice

rain cedar
#

I got everything but the actual warning in the screenshot wow good job

#

SA0102: CSharp.CsParser: A syntax error has been discovered

copper nacelle
#

lmao

rain cedar
#

That would probably get re-evaluated on every iteration of the loop though

#

And the totalNeeded variable isn't changing

#

So I guess it makes sense to move the ternary anyway

wary scaffold
#

hi?

copper nacelle
#

E

young walrus
#

hi?

wary scaffold
#

i'm looking for a mod that shows bosses health bars

young walrus
#

enemy hp bar

wary scaffold
#

bosses

young walrus
#

that's the name of the mod

#

enemy hp bar

wary scaffold
#

oh

#

do you know where i find it...

young walrus
#

this is my new favorite command

wary scaffold
#

thanks ๐Ÿ˜„

cunning lagoon
#

20 seconds ahead, halfway through the split and my rta turns red

#

i dont know what to do anymore

#

and my loads were already terrible before

hazy root
#

what's in the latest charm overhaul update?

fair rampart
#

These are the most recent changes:

1.1.1.0:
Avaricious Swarm no longer works in Dreams.
Avaricious Swarm now procs 20% more often if WCompass is equipped.
Avaricious Swarm now generates more Geo if DCrest is equipped.
Homeward Swarm added!
Hivesong added!
1.1.2.0:
Avaricious Swarm + DCrest combo nerfed(now gives a max of 35 Geo at a time instead of 50).
Avaricious Swarm works in Dreams when DWielder is equipped.
1.2.2.3(current):
Fixed issue where Umbral Evasion effect persisted after being unequipped.
Fixed issue where Steady Body's hardfall negation would persist after being unequipped.
Avaricious Swarm + DCrest combo reworked(Now increases the chance of higher Geo gain by 25% and guarantees at least 5 Geo per proc, instead of increasing the rand range).
Gilded Hunger added!
Meteoric Shell added!
hazy root
#

cool

cunning lagoon
#

may i suggest perhaps raising flukenest's notch cost back to 3 but increasing its damage instead

#

because at the moment there's really no reason to use it even if it was 1 notch

#

i probably would not even use it if it was free

#

when shade soul can dhit and do the same amount of damage from a huge distance

fair rampart
#

You know the wiki is wrong tho?

cunning lagoon
#

yes that is usually the case

#

not sure how thats relevant to this