#archived-modding-development

1 messages · Page 195 of 1

stoic pawn
copper nacelle
#

in actual agony rn

#

fuck i should've turned off tokens

solemn rivet
#

wut those

stoic pawn
#

Yes I understand what we are talking about

copper nacelle
#

// Token 12903091230912093 in dnspy

#

ruins diffs

stoic pawn
#

I am coding master

solemn rivet
#

oh right

floral furnace
#

3 words
steal co de

solemn rivet
#

steal code profit

copper nacelle
#

if dnspy didn't exist i'd be so fucked rn

solemn rivet
#

can you dnspy exes?

copper nacelle
#

yeah

stoic pawn
#

Gonna be master coder in no times thanks guys

copper nacelle
stoic pawn
#

But do I give up and then steal code, or steal code and then give up

solemn rivet
#

so I can dnspy my ex gf?

#

that _

copper nacelle
#

so many tiny changes

solemn rivet
#

yeah

#

I had some free time

#

checked all of rider's suggestions, one by one

copper nacelle
#

nice

#

i'm gonna swap to the newest one then and build that

#

then save again

#

then diff again

floral furnace
#

also finally pushed diagonals aa, but dunno why fireball hates being spawned at 90 degrees

copper nacelle
#

it works

#

holy shit

#

thank god

#

compiler made a bunch of weird changes

#

tbh

solemn rivet
#

it's mostly fine tho

copper nacelle
#

yeah

#

it works

#

just made it a bit different

#

compiler being real smart

floral furnace
#

this wouldnt happen if we all just sold our souls to bill gates and embraced windows as the only os

solemn rivet
#

no

#

never

copper nacelle
#

i can copy stuff now

#

i opened the file in rider

#

then i just resharper suggestions

#

and it goes back to normal

#

ez

solemn rivet
#

nice

floral furnace
#

join us we have free forced updates that are GoodForYou™

#

honestly never did the free windows 10 upgrade shit so im still rocking with 7

solemn rivet
#

first win10 update was solid

#

everything from then on was consistently shit and shittier

floral furnace
#

Now With 30% more Bloatware™

solemn rivet
#

and some weird screen overlay stuff

#

that BSODs whenever you have non-microsoft software that tries to overlay

#

like volume²

#

no shit, there was an update a couple of months ago that just randomly bsod whenever you tried dragging files from a folder to, say, a browser or discord

copper nacelle
#

nice

floral furnace
#

working as intended

solemn rivet
#

and some rando online found out it was caused by microsoft breaking their handlers for screen overlay and shit

copper nacelle
#

i like how it renamed all the local variables so the diff can be different when they're the same

solemn rivet
#

omg

#

that is actual pain

copper nacelle
#

yes

#

mostly noticeable tho

#

thankfully

buoyant obsidian
#

how do I add audio to a webm

copper nacelle
#

so many local variables are renamed

#

is this loss

#

h a h a y e s

#

i think i redid everything

solemn rivet
floral furnace
#

nice, now let resharper rename everything again zote

solemn rivet
#

listen to him

#

also ttacco

#

watch sean with us

#

it's fun

copper nacelle
#

if this works i'll just push it immediately

floral furnace
#

wow is this an art stream

copper nacelle
#

yes

solemn rivet
#

modern art

copper nacelle
solemn rivet
#

I can identify tbh

#

I'm so glad I picked zote as an icon when I first started this

copper nacelle
#

i have 18 downloads of modinstaller on my mac from this

solemn rivet
#

that's normal

#

the only reason I don't have more than like 5 is because I rewrite them on compile

compact sedge
#

hey ttacco you still got 2 years but whatchu gonna do january of 2020 when windows 7 stops getting updates?

solemn rivet
#

come to linux boye

copper nacelle
#

thank fuck

#

it works

#

i'm gonna assume the GOG version is "Hollow Knight.app" and plan for that early

compact sedge
#

I mean you could download the mac gog version and find out

#

unless you refunded it lul

copper nacelle
#

but that's like

#

effort

floral furnace
#

wait 7 support ends at 2020 GWchadMEGATHINK

solemn rivet
#

who need support anyways

floral furnace
#

doesnt matter i dont even update anyway i even disabled it all together 😎

copper nacelle
#
                ? File.Exists(fb.SelectedPath + "/Contents/Resources/Data/Managed/Assembly-CSharp.dll") &&
                 new string[] {"hollow_knight.app", "Hollow Knight.app"}.Contains(Path.GetFileName(fb.SelectedPath))
solemn rivet
#

fb?

#

oh

#

filebrowser

copper nacelle
#

yes

compact sedge
#

that's a scary spot to be in ngl ttacco

floral furnace
#

true i guess

odd jetty
#

That ? means if?

floral furnace
#

but hey as long as my vidya works i aint complaining hopefully

copper nacelle
#

it's ternary

#

e.g

solemn rivet
#

? is inline if

odd jetty
#

Yes

solemn rivet
#

basically

odd jetty
#

Thought so

copper nacelle
#

return condition ? conditionIsTrue : conditionIsFalse;

odd jetty
#

I just didn't want to believe it was a ternary, because it's a huge line

copper nacelle
solemn rivet
#

don't read my code then

odd jetty
#

ohboi

solemn rivet
#

that's what you get when you make someone who has no idea what he's doing to do it

odd jetty
#

THe more I have variables, the best, because of one single reason

#

Debug

copper nacelle
#

who needs debug when you can just get it right the first time hollowdab

#

as you can see by my 19 modinstaller downloads

odd jetty
#

And I am starting to do this in python:

def label_based(specie, labels):
    assert type(specie) == NEAT_Specie, "specie needs to be a NEAT_Specie object."
    assert type(labels) == dict, "labels needs to be a dict"
    assert "inputs" in labels, "you need to insert a inputs key in the label dict"
    assert "labels" in labels, "you need to insert a labels key in the label dict"
    
    prediction = specie.predict(labels["inputs"])
    print(prediction)```
copper nacelle
#

assert

odd jetty
#

assert

copper nacelle
#

absolutely not me irl

#

i haven't ever used assert

solemn rivet
#

sean is about to do soul sanctum

#

get in there boi

compact sedge
#

assert true = false

odd jetty
#

If you pay attention, there's 4 asserts for 2 lines of code

#

Also, I don't doubt that assert true = false would assign false to true

copper nacelle
#

do you use black

odd jetty
#

and the code run

copper nacelle
#

it would die because python has True and False

odd jetty
#

In python

#

but php, javascript c or C++? I am not sure

copper nacelle
#

reserved keyword error tbh

#

but do you use black

odd jetty
#

php I know that if you if var = check, var becomes check and it always return true

#

and what is black?

copper nacelle
#

formatter for python

#

it's fantastic

odd jetty
#

I didn't use it, but I will use, like, now

compact sedge
#

glad it's uncompromising. I hate those logical systems which predict and acquiesce to the desires of illogical beings.

copper nacelle
#

it made my code look so much less shit

odd jetty
#

It is awesome

copper nacelle
#

yes

#

@floral furnace are you gonna add the thingy where if you shoot the floor you recoil up

#

cause that'd be sick

odd jetty
#

wait, the knight is only visible if he dashes?

solemn rivet
#

no

#

it's random

odd jetty
#

ew

copper nacelle
#

chaos mode

#

it's beautiful

solemn rivet
#

you have to watch this

#

it's like a wet dream

#

but sean

#

and HK

solemn rivet
#

what if I

floral furnace
#

i might 56, but its low prio right now

solemn rivet
#

decline this

copper nacelle
#

re

floral furnace
#

~~also sequence breaking with softlocks, but if that happens well, that aint my fault 😎 ~~

#

probs just gonna copy paste the recoil code or however they do that but change the direction

copper nacelle
#

yes

solemn rivet
copper nacelle
solemn rivet
#

done

copper nacelle
#

h a h a y e s

solemn rivet
#

I'll just push it to radiance.host

copper nacelle
#

yeet

solemn rivet
#

and add the sha1 to xml

odd jetty
#

dats the AI btw

copper nacelle
#

for hk?

solemn rivet
#

56 can you send me a compiled exe?

copper nacelle
#

ye

solemn rivet
#

I'm too lazy to pull it rn

copper nacelle
solemn rivet
#

ty

copper nacelle
odd jetty
#

I am making a generic library for genetic algorythm too because, why not. And yes. for HK

copper nacelle
#

If on macOS:

  1. Open the Terminal
  2. Type mono --arch=32
  3. Drag the exe onto the terminal and hit Return/Enter

If on Linux:
0. Get pre-requisites (mono, mono-complete)

  1. Run the exe using mono (mono ModInstaller.exe)
compact sedge
#

I mean if it's a generic library I guess I could use it for HK

#

but like

#

why

#

and what

odd jetty
#

I am using it to code the AI

#

Plus

compact sedge
#

programming fsms with a genetic algorythm?

odd jetty
#

I can reuse it to something that can actually give me money

fast drift
#

oh cool hollow knight can be modded

copper nacelle
#

aa do the linux instructions seem good

floral furnace
#

no this isnt about hollow knight mods we just discuss whos our favorite moderator here

compact sedge
#

sure

copper nacelle
#

haha yes

odd jetty
#

Yes

#

My fav mod is mystery

fast drift
#

time to buy it again on pc

floral furnace
#

my fav is conrad

fast drift
#

family guy funny moments

compact sedge
#

not genetic but I've considered the thought of making a dynamic infinite boss mod where if you got hit by a certain attack that attack will slow down, but attacks speed up over time.

solemn rivet
#

done

fast drift
#

i want hollow knight repainted thanks

odd jetty
#

you know that genetic algorythm is a type of AI, right?

copper nacelle
#

yeet

#

thanks

trim totem
#

can someone make a mod that makes absrad only shoot lasers

fast drift
#

ruin the game entirely

copper nacelle
#

only climb lasers

#

thank

trim totem
#

n o

odd jetty
#

because I am not understand what you are saying, avenging

fast drift
#

main character is replaced with thanos

trim totem
#

infinite climb imo

copper nacelle
#

also aa i thought you were wrong but you were right

compact sedge
#

I wanted a simple dynamic system that works like so:

attacks you are good at dodging speed up and attacks you aren't good at dodging slow down.

copper nacelle
#

abs rad is easier than pv

fast drift
#

he can commit thanos snap and everything gets the die

copper nacelle
#

i did absrad like 4 times

trim totem
#

i want to practice the laser for radiant

floral furnace
buoyant obsidian
#

AA, how would I go about adding audio to a webm?

odd jetty
#

Yes you can use a learning algorythm to do that for you

compact sedge
#

uh use kdenlive

copper nacelle
#

my favorite windows program

fast drift
#

hollowomg this is beautiful

odd jetty
#

Q learning might be enough

rain cedar
copper nacelle
#

haha yes

compact sedge
#

Infinite grimm: True flow mode would give the player infinite health and kill them only on their choice and each attack would be at a different speed based on the player's abilities which would be calculated dynamically. but that's about the most complexity I could see an AI being useful to me personally.

#

also that but for mantis sisters

fast drift
#

hollow knight repainted: ruin the games textures, dialouge, music, etc
why? because ruining games is fun

trim totem
#

is that possible

odd jetty
#

too easy

fast drift
#

probably

copper nacelle
#

yeah just redo all the sprites

#

hf with that

compact sedge
#

more like none of the modders know art and none of the artists have any idea how to mod and neither group can work together.

trim totem
#

no the other thing

fast drift
#

replace the main character with thanos

copper nacelle
#

the laser thing?

trim totem
#

modder art collab when

odd jetty
#

you can just make a sccript to do rando filter on each sprite

trim totem
#

sure the laser thing

copper nacelle
#

ye

trim totem
#

pls

compact sedge
#

I'm gonna try to get someone to draw some of my cooler effects

#

we'll see how that goes

fast drift
#

i mean something like this

#

atrocity

floral furnace
copper nacelle
fast drift
#

it'll be gold

compact sedge
#

:GWchadMEGATHINK:

fast drift
#

OOG

copper nacelle
#

khan i can do it but like not today cause like effort

odd jetty
#

you just need to replace the sprites

#

ezzypezy

trim totem
#

that's fine

fast drift
#

yes

copper nacelle
#

the modding is easy but the art isn't

compact sedge
#

abs rad but only lasers sounds p easy ngl

copper nacelle
#

yeah but it's for practice

fast drift
copper nacelle
#

so you can get that one attack down

compact sedge
#

but the problem is to get the most practice you have to have practice dodging slightly overlapping attacks

odd jetty
#

Good thing I can draw my own stuff

copper nacelle
#

wtf you can't be good at both

compact sedge
#

also I like how the attacks overlap so much that the lasers from the side disappear when she summons a new one

copper nacelle
#

that's cheating

compact sedge
#

it's actually kinda funny

#

it's like: We only have one GO for this

trim totem
#

i need to get either the strat or the reaction down for dodging the first beam

odd jetty
#

I am not good at both, 56

copper nacelle
#

?avatar 159637143600365569

autumn shardBOT
#
cerberus1746#2409
Avatar
odd jetty
#

I struggle more with art

copper nacelle
#

the best i could draw on a good day is a stick figure

odd jetty
#

xD

trim totem
#

i can draw a circle

#

poorly

copper nacelle
#

meirl

solemn rivet
#

I can draw a poor

odd jetty
#

To be honest, I took 4 years of college and studying at art studio to stop doing sticky figures and I learned proggramming by myself, sooo

solemn rivet
#

circly

copper nacelle
#

so far my cs classes have been super easy

trim totem
#

show math

copper nacelle
#

math maggot

solemn rivet
#

math?

odd jetty
#

cs?

copper nacelle
#

computer science

odd jetty
#

oh

solemn rivet
#

csharp

copper nacelle
odd jetty
#

Yes. I didn't go for CS college because it wouldn't be much of a challenge and I would keep discussing with the teacher a lot

solemn rivet
#

that's basically what 56 does

#

ngl

buoyant obsidian
#

a little late but

solemn rivet
#

lait

odd jetty
#

lol

buoyant obsidian
#

@fast drift this modding community actually started as a collab with the art community to make Hollow Knight Repainted

fast drift
#

haha yes

copper nacelle
#

oh yeah

solemn rivet
#

lies

copper nacelle
#

the mario thingy

#

mario hoppers

odd jetty
#

For some reason, there's two proggraming classes in my college of Graphic Design, I once grabbed my controller and played DMC in class

buoyant obsidian
#

It ended up being really hard to do though, because the assets changed around every update

odd jetty
#

because the class was so challenging

fast drift
#

makes sense

odd jetty
#

lol

buoyant obsidian
#

It'd be a shame to put a lot of work into Repainted then have it not work on a new update

fast drift
#

yeah

buoyant obsidian
#

like we did originally

odd jetty
#

Uh

fast drift
#

my friend and i are actually working on a Repainted mod for a game called Octogeddon

#

the screenshot i linked above was from it

buoyant obsidian
#

Oh nice

copper nacelle
floral furnace
#

is that calculus GWchadMEGATHINK

solemn rivet
#

yeah

copper nacelle
solemn rivet
#

fuck calculus man

floral furnace
#

thanks i already hate it

copper nacelle
#

it's pre-calc tbh

buoyant obsidian
#

but Gradow

#

aren't you a mathematician

copper nacelle
#

math 5 later this year is supposed to be intro to calc

solemn rivet
#

yeah

floral furnace
#

goddamn hyperbolic derivatives and integral ech

trim totem
#

Your mom

floral furnace
#

no u

odd jetty
#

I hate trigonometry

solemn rivet
#

hyperbolic trigonometric functions are actually pretty cool ngl

trim totem
#

when ur mom cuts you a pi/6 of pie

floral furnace
#

when youre not solving them sure

copper nacelle
#

i like how math 3 is apparently harder than math 4 and 5

#

big meme

solemn rivet
#

also, 56, don't let them dissuade you

trim totem
#

56 have you memorized the unit circle

solemn rivet
#

math is shite

floral furnace
#

^

solemn rivet
#

and calc sucks

copper nacelle
#

yeah khan

trim totem
#

good

copper nacelle
#

it's just sqrt(4=>0)/2

#

backwards and forwards

floral furnace
#

analytic geom was actually fun

#

calculus ties you to pole and sets you on fire

trim totem
#

ap calc is easy so you don't have to worry about that

#

also what

solemn rivet
#

well, topology is actually pretty fun

#

but the closest you get to it is basically an intro to analysis

trim totem
#

i wanna not be in high school so i can do these cool maths

copper nacelle
#

calc seemed fun from what i've seen of it but idk

solemn rivet
#

which is pain, because analysis is pos

buoyant obsidian
#

Calc is fun yeah

#

as long as it's just Calc 1

copper nacelle
#

derivatives > making 6 shitty tables

buoyant obsidian
#

Calc 2 is very very not fun

solemn rivet
#

no

buoyant obsidian
#

Calc 3 gets fun again

copper nacelle
#

whomst've calc 2

#

we just have AB and BC Calc

floral furnace
#

wait does lhopitals rule only cover when its a limit approaching infinity GWchadMEGATHINK

buoyant obsidian
#

hmmm

#

I think AB is just Calc 1

copper nacelle
#

and then multivar calculus

#

and linear algebra

trim totem
#

which one is multivar

copper nacelle
#

fundamentals of math

solemn rivet
#

my calc 1 was just limits, derivatives, integrals and optimization problems

buoyant obsidian
#

Multi might be Calc 3

solemn rivet
#

calc 2 was like series and multivariate derivatives, and lagrange multipliers

floral furnace
#

our calc was seperated to derivatives and integrals which was calc 1 and 2

copper nacelle
buoyant obsidian
#

pretty sure your high school has enough classes to graduate with a 2 year college degree

solemn rivet
#

and calc 3 was multivariate integrals, Green's, Gauss' and Stokes' theorems

trim totem
#

56 u shoulda been that guy who took ap calc in middle school

solemn rivet
#

basically an intro to a course on differential forms

buoyant obsidian
#

lol

floral furnace
#

ech

trim totem
#

i know a freshman who did that

copper nacelle
#

nice

#

i def should've taken a year of math more than i did tbh

#

skipping math 3 would be god

trim totem
#

same

buoyant obsidian
#

my school had AP Calc, AP Bio, AP Lit, and AP History

#

that's all

copper nacelle
#

pain

trim totem
#

what history

buoyant obsidian
#

and it was unheard of to take more than 2

copper nacelle
#

wtf

trim totem
#

the thing about having fewer ap classes is that you get considered better if you take all of them than if you take a lot more in a different school

buoyant obsidian
#

Yeah I graduated valedictorian

trim totem
#

like my school has something like 18 ap classes

copper nacelle
#

nice

floral furnace
#

nice

odd jetty
#

Here we just have calculus in college.

buoyant obsidian
#

with 2 AP classes and "college" Spanish under my belt

trim totem
#

so people who take 10 ap classes aren't even notable here

buoyant obsidian
#

jesus

trim totem
#

it's pretty normal to have an entire year of ap classes here

buoyant obsidian
#

well as long as you're not aiming for like MIT you're fine

trim totem
#

oof

copper nacelle
#

the mit acceptance rate is like 9%

#

right

buoyant obsidian
#

you really need a project under your belt to get in I've heard

#

like a serious project

#

or connections

copper nacelle
#

agony

floral furnace
#

if that doesnt work, theres always a 7-11 job waiting in the corner 😍

buoyant obsidian
#

just make a website and get it in the top 200

#

easy

trim totem
#

tfw connections

buoyant obsidian
copper nacelle
#

me irl

solemn rivet
#

2meirl4meirl

#

my actual cv "I talk to some peeps on the interwebs and they tell me how to make mods to this vidyagam"

river eagle
floral furnace
#

job interview asking if you had any past programming experiences, say you made shitpost mods for a game

trim totem
#

do you think mit will accept me if i tell them i did no jump hollow knight bosses

floral furnace
#

yes

buoyant obsidian
#

Lightbringer is basically my entire resume

trim totem
#

sounds like a plan

buoyant obsidian
solemn rivet
#

only if you include video evidence

#

because no one likes a liar

trim totem
#

i want gradow's job

solemn rivet
#

don't

#

it's a bitch

trim totem
#

do you make enough money to eat food

solemn rivet
#

twice per year, yea

trim totem
#

then it's all good

floral furnace
solemn rivet
#

I'm trying to save for a switch every since it came out

buoyant obsidian
#

oof

solemn rivet
#

that should tell you how much money I make

trim totem
#

god damn

floral furnace
#

buy a console only to play a single exclusive game

buoyant obsidian
#

have you tried becoming a camgirl

floral furnace
#

then sell it afterwards

river eagle
#

What do you do for work gradow?

solemn rivet
#

I only want it to play MP4 tho

floral furnace
#

save up for those cat ears /s

solemn rivet
#

I'm a mathematician Hal

river eagle
#

Well that shouldn't pay too poorly

solemn rivet
#

it does when what you study doesn't have any actual application

#

I'm not an applied mathematician

#

my field of study has literally only meaning to other people in the field

floral furnace
#

hey as long as it pays well

solemn rivet
#

quick edit

#

nice

floral furnace
#

Hmm?

copper nacelle
#

good edit tbh

solemn rivet
#

did you know mods/admins can see your edits? hollowlenny

floral furnace
#

wait real shit?

river eagle
#

Could you study to get a better job?

copper nacelle
#

yeah there's a dyno log channel

solemn rivet
#

oh, Hal, I chose this job

#

I'm not complaining

copper nacelle
#

#message-changelog hollowdab

solemn rivet
#

but at the same time, I can't say I recommend it

#

anyway, gotta go

#

2 AM here

buoyant obsidian
#

Bye bye

copper nacelle
solemn rivet
floral furnace
river eagle
trim totem
odd jetty
copper nacelle
trim totem
#

blessed clip

cunning lagoon
#

wtf

buoyant obsidian
#

there's no easy way to copy a single component is there

cunning lagoon
#

ctrl + c

young walrus
#

ctrl+c

cunning lagoon
buoyant obsidian
#

:(

young walrus
#

AAYYY

odd jetty
#

What kind of component? @buoyant obsidian

buoyant obsidian
#

AudioSource

#

I found a workaround now

#

I've spent like 8 hours today in Audacity, Unity, and Rider.

#

Shitmodst 956 is going to be great

digital axle
#

guys did the debug mod released?

rain cedar
cunning lagoon
#

@solemn rivet how does the blackmoth dash interact with fstrength and fotf

compact sedge
#

I don't believe it does or at least it didn't in the last version of it I used

cunning lagoon
#

alrighty tyvm

compact sedge
#

oh it does

#

but unlike the vanilla game it rounds down and does all the math at the end

#

so it first gets the net multiplier and then at the very end multiplies that number by the damage done rounded down

cunning lagoon
#

nice

compact sedge
#

also you get a 2x for having shade cloak

cunning lagoon
#

the dash can double hit noot

#

is that a vanilla feature?

#

i've never used sharp shadow before

compact sedge
#

no you do 2x damage

#

you can read the source code

cunning lagoon
#

no i'm hitting enemies twice with the same dash

compact sedge
#

if you are in your dash for more than 0.2 seconds and inside an enemy hitbox for that length yes it will hit twice

cunning lagoon
#

nice

compact sedge
#

it never happened to me in the vanilla game but I think blackmoth damage is done in such a way to cause knockback, plus you don't dash as far and that in turn causes enemies to get hit twice

slow fable
#

what was that mod that seanpr was playing earlier
in that clip

woven frigate
#

Hey, where do i get the bonfire mod?

young walrus
woven frigate
#

Thank you ❤

solemn rivet
#

have fun dlk!

cunning lagoon
#

explain

solemn rivet
#

I can't

#

it's life

compact sedge
#

not 56 fps

cunning lagoon
#

optimize your damn mod

solemn rivet
#

it doesn't affect my fps at all tho

compact sedge
#

turn down particle quality to minimum

cunning lagoon
#

also there's some weirdness going on with the player iframes

compact sedge
#

instant 4x fps in blackmoth

#

idk

solemn rivet
#

wdym dlk

cunning lagoon
#

i can't replicate it but i've gotten hit twice within like .5s

compact sedge
#

and getting hit twice in that short of time caused your character to store floating or something or no?

cunning lagoon
#

yes

compact sedge
#

...I thought blackmoth fixed that

solemn rivet
#

oh so that's what causes it

compact sedge
#

I fixed it in redwing I can send code

solemn rivet
#

that flying getting stuck in the ceiling bug

#

what's the fix?

compact sedge
#

I might have as a dungo move not actually fixed it or if I did I forgot let me look through all my code

solemn rivet
#

not like anyone ever plays blackmoth anyway

compact sedge
solemn rivet
#

oh, I had that

#

it was I think 1 second after every dash

compact sedge
#

no not after dashing, after getting hit

#

set the timer to a higher value if they fall off the map or get hit by non-enemies and a lower one if they get hit by enemies and make the player immune only to enemy hits

#

actually this code is sorta wrong and bad

solemn rivet
#

oh

#

why tho

#

oh

#

nvm

#

I get it

#

sharp shadow fsm is jank

compact sedge
#

I mean it works but it should check all possible ways the player could be invulnerable

solemn rivet
#

as is shade dash

cunning lagoon
#

ok but what about the framerate issues

solemn rivet
#

I have no idea what could cause that tbh

cunning lagoon
#

it was fine for the first like 20 minutes

compact sedge
#

otherwise doing it my way works fine.

solemn rivet
#

I haven't looked at blackmoth's code in like 6 months

buoyant obsidian
#

My senior design project is in C# hell yeah

solemn rivet
#

just send lightbringer to them

#

and dab all the way

compact sedge
#

Sorry for your loss 753

#

I mean congrats

cunning lagoon
#

is this

buoyant obsidian
#

it's some PW secure embedded architecture shit

solemn rivet
#

eww

compact sedge
#

embedded c#

buoyant obsidian
#

I'll send em shitmodst

solemn rivet
#

yeah

#

make shitmodst2 actually encrypt your PW while you play it

cunning lagoon
#

no words needed

#

how much is there to say about hk's lore

young walrus
#

5

cunning lagoon
#

hornet should've been void

compact sedge
cunning lagoon
#

in 2 months lore will have more messages than modding zote

solemn rivet
#

we need to step up our game

cunning lagoon
#

yes

#

we

#

should

#

start

#

talking

#

like

#

this

solemn rivet
#

I'll

#

start

#

working

#

on

#

blackmoth

#

today

cunning lagoon
#

alright

#

gradow

#

im

#

excited

#

to

#

check

#

it

#

out

#

after

#

you

#

fix

#

the

#

framerate

#

issues

solemn rivet
#

gradow!

#

the thing is

#

I first wrote blackmoth before the modcommon was a thing

#

so we had a very limited amount of hooks to work with

#

now I can just basically hook everything

cunning lagoon
#

i dont see the problem just code better lol

solemn rivet
#

yeah, blackmoth's code is just jank

cunning lagoon
#

IT Was a joke

solemn rivet
#

But it is

cunning lagoon
#

Ok Gradow

weary oyster
cunning lagoon
#

wtf thats so sick

weary oyster
#

yea its pretty cool

cunning lagoon
#

so lantern route is faster than dive route right?

weary oyster
#

yea by like a minute or 2

#

its not even close

cunning lagoon
#

nice

#

no sanctum FeelsGoodMan

#

although sm is pretty cool sadgrub

weary oyster
#

yea this makes this the category that fights the least bosses now

#

down to 2 from 3 in elderbug lol

cunning lagoon
#

lmao

#

your movement is so damn clean wtf

#

that cdash before myla's room though lol

weary oyster
#

shh

cunning lagoon
#

🤐

fresh juniper
#

hey guys

#

wtf is with redwing mod?

#

incineration oneshots everything

#

one hit from nail

#

and enemy is 100% dead

#

how to fix it?

compact sedge
#

I'm trying to rebalance it but until then you can edit the config file

fresh juniper
#

already checked out settings.json but i didn't figured out how to disable that "burning" thing

compact sedge
#

it's called napalm and you could just set napalmDamageMultiplier to 0

fresh juniper
#

ok

#

thank you

copper nacelle
lilac iris
#

Sorry if its been asked before but does anybody know if the dreamshield co-op mod is gonna be fixed to work wit hthe new update?

compact sedge
#

dreamshield coop is never getting updated probably. But it also probably wouldn't be that hard to update if anyone cared about it.

lilac iris
#

sadness :c

exotic venture
#

is there a background for finishing off absolute rad on steel soul?

compact sedge
#

no

#

although with that said deaths in the panths don't kill you on SS

#

thankfully

urban olive
#

thought you guys would like this

#

talking about making an entire new area

tranquil glen
#

Guys i had my first CS lecture today

#

Now i can write a hello world program in java

#

Am i a real programmer yet?

buoyant obsidian
#

Yup

cunning lagoon
#

Counter-Strike?

copper nacelle
#

the save state was better

hollow pier
#

wow when i took cs i was told the difference between hardware and software and nothing else

tranquil glen
#

Pt that was literally the first lecture of my other cs course, this ones about actually programming though

copper nacelle
#

nice

tranquil glen
#

Just wish it wasn't java tbh

#

But whatever ill figure shit out for other languages

copper nacelle
#

my cs class is in java

#

Everytime I code something I miss linq

tranquil glen
#

Whats linq tbh

hollow pier
#

link but a typo

#

except it's phonetically the same

copper nacelle
#

it's .Contains and .Any and .Where and .First and stuff

cunning lagoon
solemn rivet
#

Kry, it's the best library to handle lists and arrays

exotic venture
#

that's at least 50 bucks worth of getting the playmaker licence

#

then a unity licence

solemn rivet
#

linq is life

buoyant obsidian
#

Unity doesn't need licenses anymore

exotic venture
#

oh really

#

that's dope

#

okay only 50 bucks then

#

and a general sense of artistic skill

buoyant obsidian
#

idk if that's how it works

leaden hedge
#

unity does have a license you just don't pay upfront

#

its a % of sales if you make under x, and a flat amount if you make over x iirc

compact sedge
#

you can't best I can tell convert baked and compressed unity scenes to ones that can be used in unity unless I'm wrong.

leaden hedge
#

are you using asset bundles?

#

asset bundles should load fine

compact sedge
#

so you could load an existing level in HK and modify it in editor?

leaden hedge
#

oh

compact sedge
#

just using the data in hollow_knight_Data?

leaden hedge
#

you mean game -> unity editor

#

not unity editor -> game

compact sedge
#

yeah I don't think that's possible

#

but that would be "code in the game in the way TC made the base game"

leaden hedge
#

well you can do editor -> game still

#

which would be the way tc did it

#

you just can't load scenes as is

hollow pier
#

almost 752 hours good job

leaden hedge
#

damn, if I stopped 3.5 hrs in I could have had 753m and 753h FeelsBadMan

hollow pier
#

should've had 56 hours past 2 weeks

leaden hedge
#

I can't go back in time

hollow pier
#

who is hdt

leaden hedge
#

faker

hollow pier
#

are there 26 brothers

#

who all shitpost worse than the one preceding them

leaden hedge
#

he doesnt even have a T in his name

#

his initials are HD

hollow pier
#

oh so your initials are jnd

leaden hedge
#

🤔

leaden hedge
#

67 is like 56

#

but 11 better

fair rampart
#

what happened to the Boss Rush mod in the installer?

#

was it removed do to it not being updated to godmaster?

compact sedge
#

ok serious question

#

think about what you asked

#

why would it be updated to godmaster?

fair rampart
#

so you can use it on godmaster?

#

also the new radiant bosses>?

rain cedar
#

People are still asking about boss rush

#

Wow

fair rampart
#

am I just dumb

rain cedar
#

Yes

compact sedge
#

ok think about it

rain cedar
#

Do you know what godmaster added?

compact sedge
#

what does godmaster add?

fair rampart
#

yes

#

it added a few npcs, a new area, pretty much coliseum 2.0, radiant bosses, a few new endings, etc.

rain cedar
#

Ok but what else could this "coliseum 2.0" be described as?

fair rampart
#

..

#

this is true

rain cedar
#

There ya go

fair rampart
#

I would still prefer the mod, but that's just because of the rewards after each boss

#

and not having op spells and charms when fighting gruz

compact sedge
#

go do bindings

#

getting upgrades as you progress gives the game a negative difficulty curve

leaden hedge
#

just update bossrush hollowomg

rain cedar
#

It's probably not very broken tbh

#

Implement healthmanagers and fix the tp

compact sedge
#

and make all the fights in godhome

fair rampart
#

I mean, they could just make it compatable with the new version and not add anything but whatever ¯_(ツ)_/¯

compact sedge
#

instead of in their vanilla areas

#

no u do that

fair rampart
#

I don't know how to code or mode lol

rain cedar
#

mode

fair rampart
#

if I did, I would

rain cedar
#

Hey you know who else didn't know how to code or mode?

#

Everyone

#

Then we learned

leaden hedge
fair rampart
#

jesus

rain cedar
#

Only 1.5 months ago psh

fair rampart
rain cedar
fair rampart
#

sigh

buoyant obsidian
#

130 seems like so few

#

but it felt like so many

trim totem
#

wow you have 130?

weak lodge
floral furnace
#

30 hours at least going from testing mods tbh

trim totem
#

753 did you say you didn't start godmaster?

fair rampart
#

I still haven't beat the game yet with 125 hours. excuse

buoyant obsidian
#

I mean a full 100% playthrough only takes 30 hours max

#

I've made it to Pantheon 3

#

but can't beat it ;-;

trim totem
#

p3 is pretty hard

floral furnace
#

hu in p3 honestly just slows it down

#

if youre unlucky and he spams the closing bell attack

compact sedge
#

I'm at 140 hours from testing mods rn @floral furnace

floral furnace
#

nice

buoyant obsidian
#

actually hold on

#

130 hours is AFTER I beat the game

#

so that's all mod testing and DLC

leaden hedge
floral furnace
#

40 hours from me is just closing and opening the game just to see if the mod even works

#

play meat boy

compact sedge
#

meat boy is a gud game

buoyant obsidian
leaden hedge
#

I have meat boy

compact sedge
#

only got 99 hours in Terraria. I think that's a world record for the fewest.

leaden hedge
#

I beat it on XBLA so I only have 2h on steam

compact sedge
#

Understandable

buoyant obsidian
#

it's a shame that my favorite games will never have as many hours played is multiplayer arena games

#

I'm sure I have like 2k hours in League

weak lodge
buoyant obsidian
#

and 6k hours in CoD

leaden hedge
#

just do 15hr grind session in single player games 🤔

floral furnace
#

im about 120 hours or something in terraria, i cannot play it without friends but thas probably because i keep trying to play it at the largest world size solo, so getting a hellevator working is a slog

leaden hedge
#

tbh if you don't reach 4 digit minutes played per session are you really playing the game

weak lodge
#

ttacco same

compact sedge
#

tbh if you don't fight a boss for 6 hours straight can you even call it a boss?

floral furnace
#

getting 1k+ hours is the only way youre allowed to post "its ok i guess" steam reviews

leaden hedge
#

depends if its dark or not

weak lodge
#

^

compact sedge
#

thankfully all my 1000+ hour games aren't on steam

#

there's only two of those

#

League and Minecraft and I effing hate league.

weak lodge
#

this is an austrailian server angle

floral furnace
#

i dropped 400 hours on dota 2

buoyant obsidian
#

CSGO 1200 hours oof

floral furnace
#

80% of those were kids telling me to go fuck myself

weak lodge
#

oof

buoyant obsidian
#

and I'm trapped in silver because I don't play enough

#

which tbh is better

leaden hedge
#

only game I'm aiming for 1k+ hrs in is eu4 for the 1444 meems intenseface

peak jasper
#

sorry mate, this is an Australian server. You didnt swear enough

floral furnace
#

my highest multiplayer game is TF2 at 3000 hours

leaden hedge
#

tfw you have 350hrs in csgo and you've been smfc

floral furnace
#

also i remember starting a comp group at csgo, we never got out of silver

compact sedge
#

I hate and am bad at competitive shooters so if I played cs go I'd probably somehow be bronze even tho silver is the lowest

leaden hedge
#

you can be unable to aim and still get into past gold in csgo

floral furnace
#

nah man the lowest rank is "plastic" /s

leaden hedge
#

I think you could get past gold with a steering wheel tbh

floral furnace
#

just learn how to swear at a different language

leaden hedge
#

you only need russia

#

cyka bylat

floral furnace
#

also if you lose its never your fault, ever, thats how you develope a healthy attitude in competitive games

#

yes russian is like, the required language

leaden hedge
#

its probably the russia

#

saying

#

drap a vee pee

buoyant obsidian
#

you're SMFC at 350 hours?

#

fuck you buddy

floral furnace
#

lmao

leaden hedge
#

i was global when I went to sweden

#

but 4ms makes the game unfairly easy

floral furnace
#

jesus

#

the highest i got was silver elite

compact sedge
#

we can't all be amazing at video games kdt

leaden hedge
#

it still matched me with english with 80ping

#

so it was a little unfair

compact sedge
#

save some of the women for the rest of us

buoyant obsidian
#

my highest was Master Guardian I

floral furnace
#

just spend your entire life playing on competitive vertigo

buoyant obsidian
#

I swear I never lost a game of Vertigo

#

40 bomb every game

leaden hedge
#

5s vertigo is free GE

#

if you want it intenseface

rain cedar
buoyant obsidian
#

reeee

leaden hedge
#

nice quality

rain cedar
#

Thanks

floral furnace
#

wow nice screen cap

buoyant obsidian
#

The rankup formula in CS:GO is crappy

#

I had a 16 winstreak once without rankup

#

then ranked down in 2 losses

floral furnace
leaden hedge
#

depends on who you are winning against and losing against

buoyant obsidian
#

also we'd get globals on the enemy team

#

with all gold novas

#

like once a week

hollow pier
#

so uhh

#

was i banned from frog's dream world or

cunning lagoon
#

Theh did a purgevor something

solemn rivet
hollow pier
#

can't rejoin

#

banned or their inv links just don't work

floral furnace
#

not worth enough to use GWchadMEGATHINK

hollow pier
#

i have GWchadMEGATHINK

#

that's mum's

cunning lagoon
#

Might hace to get an invite fromvsomeone whobdidnt getvpurged

hollow pier
#

did you turn off autocorrect

floral furnace
#

gradow is that gonna be standalone

hollow pier
#

why do you put random v's

solemn rivet
#

no, ttacco, that was originally part of blackmoth

#

but was broken a few patches ago and I never really fixed it

floral furnace
#

oh i sea

cunning lagoon
#

Bc v b and c are above the space bar andbim laying in bed so its hardcto tap what i want

hollow pier
#

ok

#

imagine that

#

kuro trying to sleep

cunning lagoon
tranquil glen
#

DL you'll be glad to know that i came up with some optimizations for myla% that will allow for a sub 6:50

cunning lagoon
#

Nicw

#

U rock

tranquil glen
#

maybe even a sub 6:40 with a like perfect run

cunning lagoon
#

!

hollow pier
#

@copper nacelle hello do you exist in frog's dream world

cunning lagoon
#

Ill be looking forwardbto watching the new run

#

Is that right

#

Whatever

#

English os hhaf

tranquil glen
#

I want devil to add support for ending on last split for ordered splits even if its not end of game

cunning lagoon
#

Hard

tranquil glen
#

or maybe another checkbox for end on last split

#

or something

#

it would be nice for these cats

cunning lagoon
#

Yea that would be convenient

fair rampart
#

so question - with the infinite notches mod, does it just give you infinite notches off the bat? or do you have to do things to get them?

compact sedge
#

ya just get infinite notches

summer tapir
#

hey, was the randomizer already updated?

compact sedge
#

no

copper nacelle
#

@hollow pier yeah

copper nacelle
#

they don't have any invite links tho

solemn rivet
#

Threaten them then

copper nacelle
#

oh wait they reopened invites

solemn rivet
#

Oh

#

Invit pls

copper nacelle
#

@cunning lagoon @hollow pier

hazy sentinel
#

Gradow!

hollow pier
#

tfw 50k kicked

#

ty 56

copper nacelle
#

yw

solemn rivet
hollow pier
#

why even purge

copper nacelle
#

lag probably

#

ik otaku purged and shut down invites cause of lag

hollow pier
#

imagine lag on something you don't use

solemn rivet
#

btw veru

#

did you see sean streaming chaos mod last night?

hazy sentinel
#

no

#

i saw egg machine does that count

frigid gale
#

egg machine.

copper nacelle
#

egg machine

frigid gale
#

Isn't that the white lady?

#

ehehehe

copper nacelle
frigid gale
#

lol

solemn rivet
#

I was hoping you'd do a low% nsoob chaos mod run

frigid gale
#

I actually wanted to use blackmoth

#

But im stupid when it comes to hk modding so eh

hazy sentinel
#

yeah copy pasting files is pretty hard

copper nacelle
#

at this point it's just checking a box

rain cedar
#

Low% nsoob chaos mod sounds pretty doable

frigid gale
#

yeah

#

when im lazy it is.

rain cedar
#

Would only take a few days to kill uumuu

frigid gale
#

and already did that for payday 2 today

#

so i dont feel like it

#

Old Uumuu - Dead On First Encounter New Uumuu - takes a few days to beat

solemn rivet
#

tbf I'm reworking on blackmoth, so might as well wait till I'm done

frigid gale
#

neeet

hazy sentinel
#

few days GWchadMEGATHINK

solemn rivet
#

it only took sean like 4 tries to beat soul master

#

no problem

rain cedar
#

Because you fight soul master so often in low% runs

solemn rivet
#

it was meant to be used as a measure of how slow chaos mod is

#

but sure

frigid gale
#

who

#

oh u

#

hehehe

#

eeeeeeh

solemn rivet
hazy sentinel
#

can u just wait until dgate then invuln

#

for uumuu

solemn rivet
#

you can wait till random invuln tbh

rain cedar
#

Good luck setting up a float with invuln

hazy sentinel
#

gravity rng intenseface

copper nacelle
#

airwalk jump would work too, right?

solemn rivet
#

long jumps

rain cedar
#

Airwalk jump doesn't give you infinite jumps

#

Just an extra dash sometimes

#

And fucks with all your abilities

hollow pier
#

hello

rain cedar
#

Speedrun it

hollow pier
#

blind speedrun

rain cedar
#

Go for it

hollow pier
#

currently dying to marauders thx

#

masterful sniper

rain cedar
#

Turn on aim assist

#

ez

hollow pier
#

i did

#

why does water hurt a lot

rain cedar
#

It's cold

solemn rivet
copper nacelle
#

sick

weary oyster
#

what the fuck no

copper nacelle
#

*what the fuck yes

solemn rivet
#

^

copper nacelle
#

now make it go faster with longnail

solemn rivet
#

it does