#archived-modding-development

1 messages · Page 448 of 1

dark wigeon
#

this is his project not mine

#

he gave me the project, I had the same error, I removed the references and added them with my own and no more errors

atomic storm
#

Huh

dark wigeon
#

mismatched versions maybe

copper nacelle
#

oh

#

weird

atomic storm
#

Thanks

dark wigeon
#

so you guys wanted something added to the fsm viewer? can't remember what it was

weary oyster
#

o hey arent you the level editor guy

#

have you had time to work more on that yet?

#

also i probably should have scrolled up like 10 messages before saying anything noot

fiery crescent
#

Enemy Randomizer: Randomizes enemy spawns (with some limitations), several randomization modes (currently broken)
Does this mean just the other modes are broken, or the entire enemy randomizer?

#

I assume just the modes.

young walrus
#

the entire thing

fiery crescent
#

awww

young walrus
#

it MAY load, but most likely, it will stop loading at 94%

fiery crescent
#

So why is it broken?

#

Did Hollow Knight update and break it or something?

copper nacelle
#

yeah it was last updated for 1221

fiery crescent
#

Does Chaos mode work?

copper nacelle
#

yes

#

have fun with that

#

really cool mod

rain cedar
unborn flicker
#

Hmmm, I'm having some difficulties destroying the infection barriers in Crossroads

#

Rather, I have some which are consistently destroyed

#

And some which are only destroyed entering from specific transitions

#

which seems very weird

copper nacelle
#

Are you waiting a frame

unborn flicker
#

should I make it wait before destroying then so it can fully load everything then?

copper nacelle
#

yeah I usually wait a frame for scene change stuff

#

I know finding bosses often doesn't work without that

#

Markoth needs 5 frames

#

for some reason

unborn flicker
#

That might explain a lot of the trouble I've had with destroying child objects, actually

leaden hedge
#

isnt there a coroutine specifically for waiting for 1frame in one of the libraries

#

cause its so common

unborn flicker
#

destroy takes a time parameter anyways, so it's no big deal

#

I suppose .05f would be fine?

fiery crescent
#

Is Chaos compatible with Randomizer v2?

copper nacelle
#

wouldn't surprise me

#

Won't destroy with a time parameter still first evaluate the GameObject.Find?

#

also yeah it should be vibraxis

unborn flicker
#

oh, would the gameobject not update after it's found?

copper nacelle
#

question mark

leaden hedge
#

there'd be nothing to find

copper nacelle
#

^

#

When you have nested method calls the inner one executes first

unborn flicker
#

well, I'm consistently finding and destroying a parent object

copper nacelle
#

So it'd be Destroy(null, 0.5)

unborn flicker
#

As the logging confirms

copper nacelle
#

Doesn't destroying parents auto destroy children

#

or am i bad

leaden hedge
#

it should do

unborn flicker
#

Well, what I'm wondering is whether it might not destroy the children if you destroy the parent before they're loaded

#

Hm, nope, same issue

copper nacelle
#

You could wait until the child exists

unborn flicker
copper nacelle
#

yield new WaitWhile(() => go.transform.Find("Child Name") != null)

unborn flicker
#

I have no idea which child matters zote

#

the infected hierarchy is a mess

#

each bubble is a different gameobject

copper nacelle
#

just do the deepest child

#

it'll probably work tm

trim totem
#

is this room rando

copper nacelle
unborn flicker
#

oh yeah, this is an activeSceneChanged hook, so I don't think I can yield that wait

#

unless I'm misunderstanding something

leaden hedge
#

you can start a coroutine from it

copper nacelle
#

^

unborn flicker
#

what would that look like? Do I use GameManager?

copper nacelle
#

That's something you can do

unborn flicker
copper nacelle
#

this ain't it

unborn flicker
#

🙇

copper nacelle
#

A coroutine is executed async

#

So that StartCoroutine call isn't what's called "blocking" meaning that it can just go pass that while the coroutine executes

unborn flicker
#

ah, I see

copper nacelle
#

So you'd want the whole thing in a coroutine

#

How did you wait a frame w/out a coroutine

unborn flicker
#

I used Object.Destroy(gameobject, time)

copper nacelle
#

ah

unborn flicker
copper nacelle
#

no

unborn flicker
#

🙇

copper nacelle
#

that is the same thing

unborn flicker
#

Oh wait I did a dumb

#

and forgot to put destroy in the method

copper nacelle
#

yes

#

why are you looping

unborn flicker
#

oh I guess that isn't necessary anymore

#

I was reading through all the gameobjects in the scene to try to figure out what mattered

#

Since in the room above, I was able to work around the issue by destroying every infected_large_blob object

#

But that did not work in this room

#

I'm pretty sure that all 4 infection walls are coded differently

#

It would have been easier to just kill the infection fsm entirely for those rooms, but I'm committed now

fiery crescent
#

Does show hitboxes conflict with anything?

#

Wait, enemy hp bar or show hitboxes? Which is better?

#

OH, my bad.

#

Man, I feel stupid.

#

Hit boxes isn't health, lmfao.

gilded lotus
#

i've said more retarded things

unborn flicker
#

This room is cursed

#

Even destroying Infected Parent and Uninfected Parent does nothing when you enter from the top left

#

but works fine from the top

gilded lotus
#

oh i thought you meant modding is cursed GWchadMEGATHINK

leaden hedge
#

Modding is cursed

safe hamlet
#

urmum'scursed

fiery crescent
#

Chaos mod seems to make my character invisible and causes weird things. Oof.

#

Is that normal, or is something gone wrong?

copper nacelle
#

No that's normal

fiery crescent
#

Do I just have to wait for it to stop then?

#

Or reset?

copper nacelle
#

Yes

#

It's every like 10 seconds or something the effects swap

rain cedar
#

It's random

copper nacelle
#

weary

unborn flicker
fiery crescent
#

lul, I died.

#

Now I'm super fast.

young walrus
#

the mod is.... chaos

safe hamlet
#

wdym by doesn't work?

copper nacelle
#

Just destroy the fsm

unborn flicker
#

I've tried destroying both objects

#

It works entering from above

#

but not from top left

copper nacelle
#

Have you tried setting the go to inactive

unborn flicker
#

No matter what I destroy, every infected object is present entering from that transition

copper nacelle
#

What's the room btw

unborn flicker
#

Crossroads_19

copper nacelle
#

The one that leads to gruz right

unborn flicker
#

Yeah, right below the stag

fiery crescent
#

Is enemy randomizer ever going to be fixed, or are we just out of luck?

copper nacelle
#

Sean was working on a new one but people finishing mods they start is something which does not always happen

gilded lotus
#

pale champion coming soon (tm)

copper nacelle
gilded lotus
unborn flicker
#

same result for setting both parents inactive

gilded lotus
#

both of my parents were inactive

safe hamlet
#

just delete the room and add a custom one :^)

unborn flicker
#

this room better be careful

#

no one will notice 4 missing transitions out of 800

safe hamlet
#

maybe some other fsm controls it?

copper nacelle
#

monka

#

Did the coroutine ever get to the destroy?

unborn flicker
#

Yeah

#

I deleted it now

#

but it logged before and after the destroy

#

and, again, worked correctly from the top

#

maybe the solution is to just start with infection in room rando and not randomize these transitions 😩

#

these rooms have very few fsms

#

nothing else could conceivably control it, that I can see in the viewer

#

the ones that do just set these two objects, Infected Parent and Uninfected Parent active/inactive

copper nacelle
#

This is a terrible hack but you could try hooking ActivateAllChildren

unborn flicker
#

where is that?

copper nacelle
#

HutongGames.PlayMaker.Actions

unborn flicker
copper nacelle
unborn flicker
#

I hate that this works

trim totem
#

what does it do

copper nacelle
#

Removes the infection bubbles in that one room

#

Because they block transitions

trim totem
#

56 you should make the map work

safe hamlet
#

that's cursed homothety

#

but if it works, it's good enough, right? :^)

unborn flicker
#

The only way to mod a cursed game is with cursed code

safe hamlet
#

yes

hollow hearth
#

What is this knight grim troupe skin?
How can you get it?

wanton steppe
#

@hollow hearth

copper nacelle
#

no

#

this man just comes in here every so often and says this

hollow hearth
#

well 56 i pay attention to the deadness of the chat now

wanton steppe
#

Stop jebating

#

People

copper nacelle
#

yeah but i still look over and see an unread message in the hk server

wanton steppe
#

Xd

copper nacelle
#

and then see modding is unread

#

and then click

#

and gain additional depression

hollow hearth
#

and then its me, myrthalia

copper nacelle
#

i have already covered that step

hollow hearth
#

just block me tbh its not like we talk at all

unborn flicker
#

56 you were very helpful tonight

copper nacelle
#

thank you

unborn flicker
#

If not for you teaching me about coroutines, I never would have found my beautiful solution trobbiogasm

copper nacelle
#

lmao

#

also blocking doesn't disable the unread thing

hollow hearth
#

ech it doesnt?

copper nacelle
#

i remember this because ax wanted to block a guy who kept saying good morning

#

and he did

hollow hearth
#

thats gay

copper nacelle
#

but it didn't do shit

#

so he got to see a server light up

#

click on it

#

and see good morning

#

it is a good meme

wanton steppe
#

Lul

hollow hearth
#

anyway id say my source material is pretty good

copper nacelle
#

just put a screen at the beginning of the video

#

easy

hollow hearth
#

"beep boop if you dont check the description you're gay"

copper nacelle
#

i mean sure

hollow hearth
#

56 do you want more depression

#

because i could just send all these people here for you to deal with

copper nacelle
unborn flicker
#

Or rather, is there a way to get both of these without iterating over all 3846 objects to find them?

copper nacelle
#

Check that there isn't a space after one of them

unborn flicker
#

nope, no space

copper nacelle
#

Unfortunate

#

If there's a tag you can use FindWithTag

#

If there isn't then if they have a semi-rare component you could search for that and check the parent go

unborn flicker
#

Neither, unfortunately. It isn't lagging at the transition though, so it probably isn't a big deal, just annoying

dark wigeon
#

all gameobjects have ids

#

unity wont expose them so the only way to identify one from another is order and component hashing

#

the level loader mod uses a custom loader so it is able to identify and replace based on ids

gilded lotus
#

o hey arent you the level editor guy
have you had time to work more on that yet?

#

have you had more time to work on it tho

dark wigeon
#

yes 🚫 🇺

gilded lotus
#

ok good talk

dark wigeon
#

Oh yeah and if you want to go real hardcore there is a way to read the asset table in memory to get a reference by id but it's really hacky

solar jacinth
unborn flicker
#

I found the two missing transitions

#

Apparently, I decided to skip Fungus1_08 and Fungus1_24 for no reason while I was typing out the logic

#

I'm not sure I would have ever found that if Fungus1_24 didn't have a bench

solar jacinth
#

fungbush

split ledge
#

im making a hollow knight minecraft mod and i need help

rain cedar
#

a what

#

Like a hk mod for mc?

#

Or the other way around?

split ledge
#

hk for mc

hazy sentinel
#

ok bye

rain cedar
#

So rude

jovial vault
#

ok hi

safe hamlet
#

sean is a pro minecraft modder, no?

rain cedar
#

Extremely

#

I've made such incredible things as an item pipe that destroys your items if the chunk unloads

#

And nothing else

safe hamlet
#

pretty incredible

jovial vault
#

i think 56 mentioned that

split ledge
#

i have currently made a mod that adds a dimension of just grey dirt

young walrus
split ledge
#

thank you Mickely very cool

safe hamlet
#

can you make minecraft mods in kotlin?

leaden hedge
#

that pipe mod sounds sick

rain cedar
#

You can probably use kotlin idk

safe hamlet
#

i was thinking that would be less bad than java

#

but both are bad GWczoneHotdog

rain cedar
#

Real shit is writing one in C#

#

Somehow

safe hamlet
#

re-writing minecraft in C#

rain cedar
#

Java doesn't even have optional parameters

#

I mean wtf

safe hamlet
#

so just overloads?

rain cedar
#

And all it has is a "using static" equivalent

#

You can't just import a namespace

safe hamlet
#

i also heard that generics in java are maggotPrime

rain cedar
#

Yeah probably

gilded lotus
#

hello seanpr

#

I have idea
for mod

#

add scills of boss
to the player
thanks

jovial vault
#

I will yeet you

leaden hedge
#

i have better idea
for mod
add scills of player
to the boss
thanks

rain cedar
#

Fuck's sake

#

If there's no results

#

Just return no results

#

Now I need a weird check for this

safe hamlet
#

lol

#

i hate this type of design

solar jacinth
#

imagine coding in java

#

this post is made by c gang

#

for a moment i thought he was gonna do a hk mc mod

dark wigeon
#
imagine coding in java
this post is made by c# gang

ftfy

rain cedar
buoyant obsidian
#

just copy and paste your C# code

#

bam it's java code now

copper nacelle
#

i actually did that

#

but the other way around

#

the only thing i had to change was capitalization

fair rampart
#

There is a hitless mod?

#

I wanted to try to play with only 1 mask all the time, and taking damage every time on purpose is kind annoying

safe hamlet
#

just don't take damage then

#

there is

#

glass mod

fair rampart
#

Oh

#

Thx

#

:)

silk jetty
#

it's glass soul

#

not glass

safe hamlet
#

ok buddy

copper nacelle
rain cedar
#

ok buddy

copper nacelle
#

it's all merge conflicts

fair rampart
#

do I smell jetbrains ide

#

wait that's just vs

safe hamlet
#

jngo, mod when

fair rampart
#

yes

copper nacelle
#

@fair rampart you smelt it right the first time

#

Rider

ornate rivet
#

is rider supposed to be slower than vs?

copper nacelle
#

no

ornate rivet
#

hmm

#

it was for me

#

building took noticeably longer

copper nacelle
#

they both use msbuild

#

lied to

ornate rivet
#

I know rider was slower for me

dark wigeon
#

yes rider is slow

unborn flicker
gilded lotus
unborn flicker
#

you cannot

#

assuming that's on the right side of White_Palace_02

gilded lotus
#

yeah

#

right after kingsmould

unborn flicker
#

also, room rando stream

copper nacelle
#

you very much cannot

#

terrible jump

#

only thing stopping wp wingless

remote wave
#

Are there any mods out there that allow you to play as the pale king?

fair rampart
#

I don’t know much about modding but CustomKnight might make this possible if someone had a lot of time

solar jacinth
#

playing as pale king maggotprime

#

i mean

#

you might make the knight look like pale king

#

but idk lots of effort

silk jetty
#

I just had a kinda interesting idea that I have no way to actually do

#

make every boss arena have the floor as spikes

leaden hedge
#

sounds great

compact sedge
#

Congrats Mickely on becoming a modder

#

Your run at agdq was impressive but I like your mods better

copper nacelle
#

but it's not modder

#

it's modding staff

safe hamlet
#

same thing

leaden hedge
#

really

safe hamlet
#

don’t think me GWnekomakiAngeryBOYE

woeful hare
#

you dont have to be a staff member to mod

copper nacelle
#

or vice versa

compact sedge
#

to be fair there was a long period where it was modder and everyone who modded the game had it.

safe hamlet
#

i like mickely’s mods a lot

copper nacelle
#

it wasn't everyone though

safe hamlet
#

prolly the best mods out there

copper nacelle
#

the fsm guy

leaden hedge
#

and now you're being passive aggressive because you feel like you deserve it, but a non-modder got it

woeful hare
#

the only good mods are rando debug and qol though

compact sedge
#

why tf would I deservere it lol

#

I'm a total hack

#

have you seen how shit my mods are?

safe hamlet
#

you have mods?

gilded lotus
#

omg hi angle maker ofthe best mods out there, big fan

compact sedge
#

also I ain't done anything in 12 months

safe hamlet
#

i honestly didn’t know

copper nacelle
#

understandable

#

infinite Grimm, redwing, and gchild upgrades

leaden hedge
safe hamlet
#

o

compact sedge
#

sarcasm

safe hamlet
#

imagine not getting sarcasm in 2019

compact sedge
#

in [current year]

leaden hedge
#

i mean it just comes off as salty

safe hamlet
#

it looked like a joke to me

compact sedge
#

well then lemme be 100% straight to you and say I didn't mean it that way

safe hamlet
#

idk why angle would be salty at all

#

he isn’t even that active here

compact sedge
#

ikr

gilded lotus
#

tbh it came across as a joke to me cause he opened with a compliment

compact sedge
#

I click here like once every 12 years

leaden hedge
#

i mean angle pretty consistently wanted modding-staff when he was active

#

and it was a kinda long lasting joke that he'd never get it

safe hamlet
#

angle is not in modding-2 maggotprime

compact sedge
#

well

#

I sorta wanted it so people would stop being like "you have mods"

#

every fucking day

#

back when it was called modder

#

but IDC anymore really

civic hare
#

modder was a really weird name for modding staff tbf

copper nacelle
#

this is true

civic hare
#

me making one boss mod several months ago is already enough to make me a modder really, it's not a status symbol

ornate rivet
#

I think it's been more than several months but ok

gilded lotus
#

several months since PC was supposed to get release soulpensive

ornate rivet
#

7 actually

gilded lotus
#

lol wtf

jovial vault
#

saleh wyd

gilded lotus
#

wyd tonight saleh bbygrill

jovial vault
solar jacinth
#

same

weak lodge
#

remember when modding wasnt on topic

jovial vault
#

good old days

solar jacinth
#

time is flowing so fast

gilded lotus
#

maybe itll flow fast enough to where PC will get released

jovial vault
#

inshallah

rain cedar
#

Enemy randomizer v2 I guess

#

Need 64GB ram

copper nacelle
rain cedar
#

I just have a shitty weighted random implementation

#

And it finally matters

#

It adds each item to a list weight amount of times

#

Then pulls a random item out

#

But if you have big weights that's fucked

solar jacinth
#

@jovial vault lmao

jovial vault
#

ok

trim totem
#

why

solar jacinth
#

ok

copper nacelle
#

why

jovial vault
#

ok

leaden hedge
#

ok

solar jacinth
#

ok

jovial vault
#

you broke the chain

copper nacelle
#

good

solar jacinth
#

cool

ornate rivet
#

does inserting a coroutine into a state force the state to wait until the coroutine is finished to trigger FINISHED, or not?

rain cedar
#

It'll leave the state whenever it gets an event for a transition

#

So if that's the only one then yes

ornate rivet
#

ok

solar jacinth
#

buddy

ornate rivet
#

how does one make regular hk text (right now all the words are capitalized).
I tried doing endingTxt.font = CanvasUtil.TrajanNormal;

solar jacinth
#

idk

gilded lotus
#

what you trying to do saleh

ornate rivet
#

adding ending text like when you beat abs rad in hog

#

to add on to my last question, how do you make it so that the text doesn't move when the screen resolution changes?

copper nacelle
#

canvas

#

to both questions

ornate rivet
#

here's my code:

CanvasUtil.CreateFonts();
GameObject canvas = CanvasUtil.CreateCanvas(RenderMode.ScreenSpaceOverlay, new Vector2(1920, 3080));

Text endingTxt = CanvasUtil.CreateTextPanel(canvas, "", 35, TextAnchor.MiddleCenter, new CanvasUtil.RectData(new Vector2(1500, 1500), new Vector2(0f, 805), new Vector2(0.5f, 0), new Vector2(0.5f, 0), new Vector2(0.5f, 0.5f)), false).GetComponent<Text>();
gilded lotus
#

oh that's whats wrong, you're still using a VX-8000 reverberator for flagellation

ornate rivet
#

I am using canvas, right?

copper nacelle
#

3080 x5fiftPrime

#

Are you trying to put your stuff off-screen

ornate rivet
#

idk what any of those numbers do zote

#

no

#

they appear on screen with those numbers

copper nacelle
#

terrible

#

you set up the canvas with your own res for testing

#

unless your screen happens to be 3 monitors glued together you're doing it wrong

ornate rivet
#

Do I use Screen.Width and Height

copper nacelle
#

no

ornate rivet
#

then what do I use when I am not testing

copper nacelle
#

you use your res

#

forget i said the word testing

leaden hedge
#

use whatever it gets stretched

ornate rivet
leaden hedge
#

you probably want it to be the same aspect ratio of the game

ornate rivet
#

see it fits

fair rampart
#

can someone help me, when i try to install the mod it says invalid apth

rain cedar
#

The mod

#

Haha yes

fair rampart
#

wait what im confused

rain cedar
#

Which mod?

#

How are you trying to install it?

#

What is the exact entire error?

fair rampart
#

its mentioned in the modding help tab

#

let me copy and paste it

#

Invalid path selected. Please select the correct installation path for Hollow Knight

rain cedar
#

Ah, I see your problem

#

Try selecting the correct installation path for Hollow Knight

fair rampart
#

-_-

#

whats that

#

sorry im dumb

rain cedar
#

Wherever your game is

fair rampart
#

so my desktop?

rain cedar
#

Unlikely

#

That's probably a shortcut

fair rampart
#

oh yeah it is. ill try to find it

#

yeah i have no idea

gilded lotus
#

have you at the very least googled it

fair rampart
#

no i came here cause this is literally called modding help

rain cedar
#

Steam/steamapps/common/Hollow Knight/

fair rampart
#

oh thanks

rain cedar
fair rampart
#

bro you really have to do me like that

#

yo it worked youre a god sean

weak lodge
#

bro you really have to do me like that

#

yo it worked youre a god sean

fair rampart
#

😭

#

what does the custom knight mod do

weak lodge
#

hmmm

#

it makes your knight has its own abilities!

silk jetty
#

incorrect

rain cedar
#

I mean there's no readme

#

And it doesn't do anything unless you give it sprites

#

Not even a bad question

unborn flicker
#

broke: making a readme

fair rampart
#

yeah thats why i asked lol i was looking at all the readmes

unborn flicker
#

woke: making a text src guide

silk jetty
#

it's not a bad question, but it's a question that's asked way too much

unborn flicker
fair rampart
#

i feel so stupid

#

i followed all the steps and it didnt even work.. I might just quit

rain cedar
#

Did you do all of it with the game already open?

#

If so reload the mod

fair rampart
#

was i supposed to leave the game open

silk jetty
#

no

#

you are supposed to do it with the game closed

weak lodge
#

sigh

fair rampart
#

i play this on xbox and i just got it on my pc to try modding, give me a break lol

weak lodge
#

yare yare daze

#

any experience with modding prior to hk

fair rampart
#

nah not really, just used to use cheat engine on games when i was a kid and almost broke the computer..

ornate rivet
#

da faq

rain cedar
#

I don't think you almost broke the computer

fair rampart
#

No not with this Sean.. when I was a kid I got a ton of viruses

leaden hedge
#

maybe they turned on DBVM and it insta crashed intenseface

rain cedar
#

Ok but that's not cheat engine's fault

#

It's good software

copper nacelle
#

Good is a strong word

rain cedar
#

Maybe

#

But it's definitely not gonna give you viruses

#

Or "break the computer"

silk jetty
#

the act of downloading it from the wrong place might be what gave the viruses

copper nacelle
#

That's not cheat engine's fault

thorny berry
#

im new and bad at discord, where can I find the mod list/descriptions for the mod installer? thanks

fair rampart
thorny berry
#

bapanada

flat forum
#

okay but

#

has the level editor been updated yet

dark wigeon
#

it hasn't been uploaded because I'm still getting fixes made to the saving

safe hamlet
ornate rivet
#

omggrub I didn't know you were making this

sour oriole
#

Hey guys what happened to Charm Overhaul mod ?

solar jacinth
#

dead

#

gone , reduced in atoms

fair rampart
#

it still works

#

probably

solar jacinth
#

no

#

wtf

ebon pumice
#

Hi, I am super interested to install HK mods and I'm actually unable to open the Google Drive for Mods. Do I missed something?

solar jacinth
#

;İ

#

here

ebon pumice
#

Oh thanks !

solar jacinth
#

yw

proud fjord
#

Has anyone attempted texture mods before

leaden hedge
#

yes

silk vector
#

hi, does anybody know where I can find a link to the modding API mod?

#

?

#

ooh

tacit cedar
#

Does the Bonfire mod still work? In a cheaty save I increased my strength to have a damage of 68, but the debug mod still says my damage is 21 (and I don't seem to deal any more damage to enemies).

fiery crescent
#

LUL. First item I got in my current randomizer run is Izma's tear.

#

Niice.

#

Second was Mothwing cloak, and the third was monarch wings.

#

It's all downhill from here.

gilded lotus
#

@young walrus i know you need that 3rd :^)

young walrus
#

it's all downhill from here

unborn flicker
#

First build I got of my current randomizer didn't fix the problem.

#

The second build did though

#

Wait until you hear what the third did

ornate rivet
#

Dear Mr. Homo,
NG+ mod when

unborn flicker
copper nacelle
remote wave
#

Are there any mods that remove/alter the visual effect of things like the defenders crest?

young walrus
#

No

unborn flicker
copper nacelle
#

I'm working on mod menu settings ok

leaden hedge
#

Ok

safe hamlet
#

ok

unborn flicker
#

How do the new save settings work with the api?

#

Also, do the new save settings work with the api?

#

If I don't use it, settings carry over into new files

safe hamlet
#

i have the same problem

unborn flicker
#

Well fuck

#

I guess it's back to Mod<SaveSettings> then

copper nacelle
unborn flicker
#

Anyways, Benchwarp has now been upgraded shroompog

#

@solemn rivet Are you free to update benchwarp?

safe hamlet
#

sean hates concise style confirmed

solemn rivet
#

what

unborn flicker
#

I still don't have drive access

solemn rivet
#

smh

unborn flicker
#

So I was asking if you were free to drop a zip in for me

solemn rivet
#

give email

unborn flicker
#

yeah, sure

solemn rivet
#

send dm

#

question

#

why is the modlinks.xml not on github?

#

makes it easier to edit and keep track of changes, no?

copper nacelle
#

dunno

#

It'd be easier

rain cedar
#

Settings could carry into other files on the old system too though

#

This isn't a new problem

#

@unborn flicker

unborn flicker
#

I know it isn't a new problem

#

I thought it had been fixed

copper nacelle
#

yhtsi

unborn flicker
#

I was also frustrated because the normal hack of resetting settings on menu didn't work

copper nacelle
#

i could try and fix it ig

rain cedar
#

I don't see why clearing on menu wouldn't work

unborn flicker
#

When I did it, it reset all of the save settings

#

as in, when I loaded back into the file

rain cedar
#

Weird

#

Does it also clear the settings if you restart the game after quitting?

#

Without the check for menu

unborn flicker
#

I don't think so, but I don't have the build anymore

rain cedar
#

I see

polar oriole
#

Hey im new here. Is the link to the mod pinned?

copper nacelle
#

what is the mod

polar oriole
#

like the one with a bunch in one

#

and you can turn them on and off

fair rampart
#

debug?

polar oriole
#

oh its that

#

huh

#

when i downloaded the file it said archive not complete

young walrus
#

You clicked the blue text and it didn't download?

polar oriole
#

yeah uh, does it not work for mac?

young walrus
#

See, that's important info

fair rampart
#
**Mac**

Yes, mods can be installed on a mac.
You can use the installer
To run the installer:

  1. Open the Terminal
  2. Type cd $(dirname
  3. Drag the exe onto the terminal.
  4. Type ) then hit Return/Enter
  5. Type mono --arch=32 (Note the space at the end)
  6. Drag the exe onto the terminal and then hit Return/Enter

If this fails with bash: mono: command not found then

  1. install mono here
  2. Open a new terminal window
  3. Type/paste in export PATH=/usr/local/bin:${PATH} and hit Return/Enter
  4. Repeat steps 2-6 above.
polar oriole
#

ahh

#

thx

deep ivy
#

Hello, how can I activate items randomizer? Right now only charms and skills are randomized for me

young walrus
#

That is the item one

deep ivy
#

is it included in the ModManager?

young walrus
#

The beta build? No

deep ivy
#

Where do I find it, please?

young walrus
#

Pinned

deep ivy
#

Thanks Mickely

analog wyvern
#

Just out of curiosity's sake, has anyone ever investigated how much damage the fight-specific damage sources do? Like Cloth's attacks, the falling rocks in the False Knight/Failed Champion battles, Hollow Knight's self-stabs, etc

floral furnace
#

so im spawning damage number GOs with a textmesh on them and had to use
tm.font = (Font)Resources.GetBuiltinResource(typeof(Font), "Arial.ttf");

i was trying to use Trajan from the game itself since theres a static field called, well, trajanNormal but using
textmesh.font = CanvasUtil.trajanNormal (even tho trajanNormal doesnt return null) doesnt work and is invisible, this is after ofc already calling the CreateFonts() method from the class itself

so im guessing im gonna have to import my own fonts as an asset and use that?

#

afaik geriond theres no info on that, i think

analog wyvern
#

I see

#

Might be an interesting little project for curiosity's sake

floral furnace
#

I could be wrong tho, considering stuff like amount of hits before stun info is in the wiki

#

unfortunately the people that might now as of now is asleep

analog wyvern
#

I found that in the godhome uumuu fight, the jellyfish do 100! damage

floral furnace
#

how did you do it

glacial panther
#

holy shit

#

100 factorial

floral furnace
#

🅱rover 🅱ls

analog wyvern
#

Checked how many jellyfish alone it took to kill Uumuu on both attuned and ascended, then did a couple of runs with various numbers of nail hits to get the value closer

#

it might not be exactly 100, as I didn't have that much precision, but it's very close if not

floral furnace
#

ill hand it over you for dedication

solemn rivet
#

TTacco see how bonfire uses the font

floral furnace
#

alight ill take a look at it

solemn rivet
#

@analog wyvern that's very easy to do. Just code something to print out enemy health numbers

#

You can infer all you need from that

#

It's in levellingsystem, ttaccoboi

floral furnace
#

yeah just saw it

#

ive only ripp- uhh used hpbars for reference for most of the time

solemn rivet
#

I mean, it is open source

floral furnace
#

oh yeah i keep forgetting about that

#

yeah i ripped it off 😎

solemn rivet
analog wyvern
#

I mean, easy for someone with the PC version, haha

solemn rivet
#

Yeah

#

Even easier, you can use the fsmviewer to check the values manually

floral furnace
#

really weird, still doesnt work

#

and both fonts are already not null

(inb4 this is just another uncaught exception that i wont notice until the next 3 days)

analog wyvern
#

So the falling rocks do 10 damage for both False Knight and Failed Champion

floral furnace
#

after almost an hour of tinkering, just when i thought i fixed it, all i can say is what the fuck is this

solemn rivet
#

True art

floral furnace
safe hamlet
#

very nice ttaco

floral furnace
#

sid please kill me ive been working on this for like 16 hours already

#

by all means this should, 100%, work, but it doesnt

safe hamlet
#

16 hours

#

i know the feeling 😔

floral furnace
#

😔

solemn basin
#

@analog wyvern Cloth does something like 15-16 damage. She can solo Traitor Lord if you're patient.

floral furnace
#

i wouldnt bother with trajan if arial doesnt look so fucking ugly

ornate rivet
#

perpetua > trajan

floral furnace
#

fuck it maybe perpetua will work

ornate rivet
#

yes

floral furnace
#

woop dee doo, it doesnt work

ornate rivet
#

awesome sherma

floral furnace
#

i honestly dunno if i should use textmesh pro at this point, considering every single tutorial ive seen is always about textmesh pro

safe hamlet
#

what are you trying to write?

#

and what's the issue?

floral furnace
#

damage popups

#

it already works with the default arial font

#

but arial looks so out of place in HK so i tried using Trajan/Perpetua

#

which, results this jumbled mess

safe hamlet
#

err what are you using to show the text?

floral furnace
#

shut shit t otshutdown

#

nvm cancelled it

#

uhh

#

basically just a gameobject with a textmesh and meshrenderer components on it

#

then its just getcomponent<textmesh>().text = "please unexist me thanks"

safe hamlet
#

should work

#

i think that's how hollow knight does it too

#

no

#

wait

floral furnace
#

it should work, it does work

 tm = gameObject.GetComponent<TextMesh>();
            tm.font = input font here 
            tm.characterSize = 1f;
            tm.alignment = TextAlignment.Center;
            tm.fontSize = 150;
            tm.text = damVal;
            tm.fontStyle = FontStyle.Normal;
            tm.color = c;
safe hamlet
#

hk uses textmeshpro

floral furnace
#

hhhhhhhh

#

if i cant beat em i just join em i guess

safe hamlet
#

what's wrong with textmeshpro

#

idk unity, so no idea why it's bad

floral furnace
#

nah im just not experienced with using unity assets, also i have to open the editor to get the assets

#

but my unity here is like, since 2018 so i have to download it again

safe hamlet
#

textmeshpro is faster and better than textmesh it seems

floral furnace
#

AND the google results is literally only talking about it

#

ive seen like only 1-2 articles with regular textmesh scripting guides

safe hamlet
#

lol

#

prolly a good reason for that

floral furnace
#

hnnggg now i actually need it

#

text having gradients and all that

solemn rivet
#

should I put modlinks.xml into a github repository

rain cedar
#

Yeah sure

#

It's a pain in the ass to change right now

copper nacelle
#

versishroompogn cshroompogntrshroompogl

safe hamlet
leaden hedge
#

imagine needing version control

#

when has anyone ever updated the api to an unuseable one

copper nacelle
#

yeah but gdrive caps at 300 versions

#

so you have to delete a few before updating modlinks

solemn rivet
#

ok, I can't rn

#

if any of you want to do it, be my guest

#

if not, I'll do it later tonight

rain cedar
#

Put it in the modinstaller repo

ember quarry
#

Gday there fellow aliens

#

I mean humans

#

how would one install mods?

#

wow thanks zote

#

wo

#

thats cool

#

ok bye guys

alpine root
#

Can someone tell me how to disable the skip cutscene function in QoL mod?

rain cedar
#

Options->Mods->Skip Cutscenes

alpine root
#

Thank You

shell marten
#

is there any current mods that work to increase the slots of charm notches?

ornate rivet
#

there's an infinite charm notch mod

#

be warned that stays on your save

copper nacelle
#

I mean you can disable it in-game to remove it from your save

#

Still terrible

shell marten
#

I dont mind

#

it it stays on my save

#

Do you have the link for it LAce is hot?

ornate rivet
#

it's on the modinstaller

shell marten
#

oh okay ill look at it thank you im new to this

#

modding in general

gilded lotus
#

this guy is just shitposting th entire server 🤔

shell marten
#

Thank you for the help guys!

gilded lotus
#

!rank NA

upper niche
#

So, I'm considering doing a hollow knight modded playthrough. What mods should I add, and is there any, say super modded modpack I could easily get?
I'm thinking the charm randomiser and lightbringer (or black moth. Which is better?) mods, but I have no idea what else to add. Suggestions?

gilded lotus
#

is this a real question

haughty spade
#

any good hollow knight mods?

gilded lotus
#

no all the modders half ass everything and don't care about their work

solemn rivet
#

Are you talking about me

haughty spade
#

any answer from someone who's not zaliant :|

solemn rivet
#

Cause that sure sounds like me, zaliant

gilded lotus
#

you can literally answer the question yourself GWchadMEGATHINK

solemn rivet
#

Apollyon: it depends on what you consider to be a good mod

haughty spade
#

Idk I'm not expecting anything breathtaking

#

just something to spicen up the game a bit

solemn rivet
#

There's no way for us to know. You'll have to play them yourself and find out. You can, however, ask for recommendations on a specific mod type

haughty spade
#

idk just, good mods to start with

solemn rivet
#

Like, some people like bonfire

gilded lotus
#

pick one

silk jetty
#

randomizer 2 is pretty good to spice it up

solemn rivet
#

I hate it

silk jetty
#

randomizer 2.9 is better but that requires effort to download

haughty spade
#

How does the randomizer work?

gilded lotus
#

it randomizes

silk jetty
#

items are randomized

solemn rivet
#

Rando2 randomizes charms, chests and skills

#

And upgrades

haughty spade
#

Innnnteresting, I imagine that leaves to softlocks more often than none but that's part of the fun I guess.

solemn rivet
#

No

leaden hedge
#

it never softlocks

solemn rivet
#

Never actually

#

There's logic behind the randomization

haughty spade
#

Ooooh, is that so?

gilded lotus
#

no

#

we just made it up

haughty spade
#

Sounds pretty legit

solemn rivet
#

It is pretty good

leaden hedge
#

why are you being toxic zaliant

haughty spade
#

Zaliant, can you not.

leaden hedge
#

😦

solemn rivet
#

Rando2.9 expands in that, adding more things into the pool

young walrus
#

There's also....

gilded lotus
#

i mean we have a command that explains this, and it's in the pins

fair rampart
solemn rivet
#

Yeah

haughty spade
#

Thank you Mickely, for doing this instead of just being rude about it :|

#

I appreciate your help

solemn rivet
#

Now, whether you find this "good" or not is up to you

#

But you can ask for recommendations nonetheless

#

I, myself, like rando2 very much

leaden hedge
#

the only good mod is darkmod and sanic mod

solemn rivet
#

And chaos

silk jetty
#

rando2.9 better

solemn rivet
#

Don't forget chaos

silk jetty
#

because area rando

#

room rando is too much

#

imo

haughty spade
#

looking through the list right now, some of these sound pretty interesting!

solemn rivet
#

Did you watch homothety testing it adrain

silk jetty
#

I tried playing it

solemn rivet
#

O

#

How did you like it

silk jetty
#

and there are just too many empty rooms

solemn rivet
#

Yeah

jovial vault
#

Sad times

leaden hedge
#

why is mino here

solemn rivet
#

Hey mino

young walrus
#

I still am super excited for it

#

Meant to be a labyrinth

solemn rivet
#

Why are you here and why are you awake

#

Oh yeah mick, absolutely

silk jetty
#

why are you saying it like it's future tense

jovial vault
#

No bully

young walrus
#

I completely expect to spend 6 hours on it

solemn rivet
#

Just way more involved than good old rando2

#

Yes buli

young walrus
#

Because my computers are packed. Cuz I'm moving homes

#

So.... Can't play it

silk jetty
#

ah

#

okay

young walrus
#

Haven't been able to for like 2 months

solemn rivet
#

I'll wait till the logic is a bit more... Robust

haughty spade
#

Well, I've taken a look through the whole list.

#

Hope there will be more stand-out mods in the future! What I see now is very promising for things ahead!

silk jetty
#

well the modding community for this game is going a fair amount slower than it did a while back tbh

solemn rivet
#

We don't care anymore

leaden hedge
#

silksong soon

solemn rivet
#

Fuck this game â„¢

silk jetty
#

hopefully â„¢

haughty spade
#

Ah man, I can relate.

silk jetty
#

fuck

#

we both used â„¢

haughty spade
#

I'm a part of a dying modding community as well TT_TT

leaden hedge
#

the modding community is a ok

solemn rivet
#

No, the community is alive and growing

leaden hedge
#

just this game is dead

solemn rivet
#

We literally just don't care

silk jetty
#

the community is alive the game is dead

solemn rivet
#

Basically

haughty spade
#

So basically, you want to mod the game, but don't.

solemn rivet
#

Adrain, sorry for not replying to you yesterday btw

#

I was reading discord

silk jetty
#

wait what

#

I dont remember what I said

haughty spade
#

the community is alive the game is dead

solemn rivet
#

No, we don't want to mod it and we do just that

#

We're a band of merry friends

#

Who do everything together but mod

haughty spade
#

So you're doing something you don't want to do? That sounds awful! D:

solemn rivet
#

Neither do I adrain

haughty spade
#

Or I guess I don't follow...

solemn rivet
#

You misunderstand me

#

I mean we don't want to mod

#

So we don't

haughty spade
#

:( that's a shame

solemn rivet
#

That's all there is to it

leaden hedge
#

but we do shitpost

#

like constantly

solemn rivet
#

100%

haughty spade
#

Maybe I'll try to mod the game myself and make something neat.

leaden hedge
#

it ass if you want to make something cool

#

because the game is coded by people who literally can not code

solemn rivet
#

Yeah

#

And the community is also very toxic

silk jetty
#

ok buddy

haughty spade
#

Well I mean I wouldn't say that, if TC couldn't code the game wouldn't be as good as it is

#

wait toxic?

#

In what way?

solemn rivet
#

Beware of modding, I hear they're the most toxic

silk jetty
#

56 â„¢

solemn rivet
#

Oh boi

leaden hedge
#

kdt is hella toxic

solemn rivet
#

Please don't look at the code

leaden hedge
#

this game isn't good or well coded lol

haughty spade
#

Oh I get it you guys are punking me together

solemn rivet
#

I'm not ever a programmer

#

And I hate it

#

We're 100% legit

haughty spade
#

You are right you are quite the group of merry friends doing things together

leaden hedge
#

this game is really badly programmed

solemn rivet
#

That's the consensus amongst modders

haughty spade
#

I will take your word for it though and not touch the code.

leaden hedge
#

impressively so

solemn rivet
#

Where is thk fsm

#

Let's show them

leaden hedge
#

theres glitches that involve entity A ending an action, that premeptively ends a wait on entity B

#

which can do things like open doors faster, or eat jumps

haughty spade
#

wat

haughty spade
#

eat..... jumps?

solemn rivet
#

Have you ever seen a game where you can fly by pausing when casting a spell?

#

Exactly

haughty spade
#

Kinda

solemn rivet
#

ty adrain

haughty spade
#

I know of that one glitch in the Sonic Boom game

#

Is it like that?

leaden hedge
#

the normal bug enemy things in xroads, one of them jumps, and in an old patch, if they jumped as you jumped, it'd cancel your jump

#

very good code

haughty spade
#

Damn

#

someone should like, reprogram the game from scratch to be properly optimized or something

hazy sentinel
#

u ever seen a game where you fly upwards extremely slowly by getting hit while landing in a corner

solemn rivet
#

I thought you were dead veru

hazy sentinel
#

no i just moved to speedrunning

solemn rivet
#

Right

haughty spade
#

Well hopefully TC gets their act together with Silksong and it's a more moddable game.

silk jetty
#

so veru

#

how you doing

solemn rivet
#

Don't get your hopes up

leaden hedge
#

yeeee, probably not

solemn rivet
#

Hasn't Graig confirmed that's not the case?

haughty spade
#

Sorry, I try to be optimistic

silk jetty
#

Veru is the only one of you fucks I care about just because memes

solemn rivet
#

I mean

leaden hedge
#

graig said LB wouldn't be shit

#

he lied

solemn rivet
#

Veru isn't one of us tho

silk jetty
#

I care about cammie because cammie is cool but cammie doesnt look here

hollow pier
#

wait...

#

verulean from youtube?

solemn rivet
#

Wtf

leaden hedge
#

i have the best memes

#

remember when I counted to like 3k in meme

#

epic

solemn rivet
#

Why is everyone coming back to this dead channel

#

Why are you alive ptk

haughty spade
#

It's me sorry ;-;

#

I thought there was a cool modding community or smth

solemn rivet
#

No it's fine

leaden hedge
#

cammie isn't even in modding-2

#

so she can't be that cool

solemn rivet
#

There is, apollyon

haughty spade
#

Like "oh shit people mod hollow knight? You can mod hollow knight?!? Fuck yaaa!"

solemn rivet
#

We just don't talk about modding much

#

You're like a year too late

haughty spade
#

But it's a shame to hear the game is poorly programmed and not actually all that moddable.

solemn rivet
#

And that's being generous

leaden hedge
#

i mean you can mod anything you want

haughty spade
#

true

#

I've seen someone turn Sonic Mania into a space shooter

river eagle
#

oh huh I just noticed that Mickely is now a modder

#

I mean

#

modding staff

haughty spade
#

so that might have set my expectations a little too high.

solemn rivet
#

Even hal is here wtf

leaden hedge
#

i mean you can do literally anything in this game

solemn rivet
#

Hey hal, long time no see

silk jetty
#

why is everybody looking at this channel

#

wtf

river eagle
#

yes hello

hollow pier
#

i still check the channel sometimes but don't care to talk often

leaden hedge
#

just if you want to act and feel vanilla its a lot of effort

haughty spade
#

I don't know if you can inject DLL in this game though

leaden hedge
#

you can

haughty spade
#

that's how the space shooter mod did it

silk jetty
#

didnt somebody recently make a level editor

leaden hedge
#

we have an api, that lets you load any code you want

solemn rivet
#

That's modding

#

Kinda adrain

leaden hedge
#

you could just load a different unity level

#

and do w/e you want in it

solemn rivet
#

Nes is still working on it

haughty spade
#

Oh? A level editor would be sick

solemn rivet
#

Yeah

#

That and roomrando are the big hypes of this year so far

silk jetty
#

tbh area rando is more fun

hazy sentinel
#

i hear someone is "working" on a pale lurker boss

solemn rivet
#

nou

silk jetty
#

room rando is too empty

solemn rivet
#

It's saleh

#

It looks nice veru

hazy sentinel
#

yes i was shitposting

solemn rivet
#

Oic

#

Because saleh is mia

leaden hedge
#

the work on that is going faster than NGG2 intenseface

solemn rivet
#

When NGGAE

leaden hedge
#

NGGAE is NGG2

solemn rivet
#

Can't be

silk jetty
#

absolute radiance but it's super slow but has 999999999 hp

#

would be a fun mod

leaden hedge
#

I did say october this year, but tbh I literally can not be fucked

solemn rivet
#

Hnm

glacial panther
#

the year is 2020

leaden hedge
#

except angle

#

and lazy