#archived-modding-development
1 messages · Page 262 of 1
I think the variable name for getting the string out is GlobalSettings
once you add the global settings part that is
ModHooksGlobalSettings?
also right click on your project and change the properties
and make it look like this
besides the names
ok
Also, in:
typeof(DesktopPlatform).GetField("saveDirPath", BindingFlags.NonPublic | BindingFlags.Instance).setValue(dp, "save/");
the setValue is red
it wont show up unless you have it like public class SpriteDump : Mod<LocalSettingsClass, GlobalSettingsClass> for GlobalSettings
its a capital S
i typo'd
make 2 classes
that extend IModSettings
like ```cs
public class GlobalSettings:IModSettings
{
public string saveDir { get => GetString("save/"); set => SetString(value); }
}
the local one doesn't matter because you're not using it, but you still need a stub class
I see
and the string in GetString is the default, if you have no settings yet
🤔
using System.Reflection;
using Modding;
public class SaveDir : Mod<Settings, Settings>
{
public override void Initialize()
{
base.Log("Initializing SaveDir");
DesktopPlatform dp = (DesktopPlatform)Platform.Current;
typeof(DesktopPlatform).GetField("saveDirPath", BindingFlags.NonPublic | BindingFlags.Instance).SetValue(dp, "saves/");
SaveGlobalSettings();
base.Log("Initialized SaveDir");
}
}
using System;
using Modding;
public class Settings : IModSettings
{
public String saveDir
{
get => GetString("saves/"); set => SetString(value);
}
}
@cedar flicker
thanks, Im now just fixing references
with that you should get a file called SaveDir.GlobalSettings.json in your save folder
Also, I cant find UnityEngine.MonoBehaviour to include
its in CoreModule
oh thats for not global settings
using System.Reflection;
using Modding;
public class SaveDir : Mod<Settings, Settings>
{
public override void Initialize()
{
base.Log("Initializing SaveDir");
LoadGlobalSettings();
DesktopPlatform dp = (DesktopPlatform)Platform.Current;
typeof(DesktopPlatform).GetField("saveDirPath", BindingFlags.NonPublic | BindingFlags.Instance).SetValue(dp, GlobalSettings.saveDir);
SaveGlobalSettings();
base.Log("Initialized SaveDir");
}
}
setting your settings json to something like this
{
"StringValues": {
"keys": [
"saveDir"
],
"values": [
"saves/saves/"
]
},
"IntValues": {
"keys": [],
"values": []
},
"BoolValues": {
"keys": [],
"values": []
},
"FloatValues": {
"keys": [],
"values": []
}
}```
will put your saves in `saves/saves/`
so it seems to work
it won't appear until you load the dll
yep
did your saves go to saves/ ?
yep
you should have a json in your default save folder
i.e. %appdata%/../locallow/team cherry/
in where?
the save folder you set
it probably loads the save directory before mods are loaded
ask nicely
oh
man, I cant actually thank you enough
really, just thank you, you have solved my only issue with this perfect game @leaden hedge
bois
On a scale of 1-11 how hard is AB on PoH
Granted you have all lifeblood unlocked already
I mean it's the hardest thing I've done in this game
it's just super disheartening to die because of how long it takes to get through
yeah
the fucking worst
he was honestly harder than pure vessel
and about on par with abs rad
I’m not gonna attempt it soon tbh
Yeah what I did was practice all 4 other pantheons all bindings first
Except panth 1
You just need to get good at oblobbles, GPZ, and markoth
gpz is hell
Collector is also an issue
I see mikpin saw my outdated PV kill on 9/11
to be honest, he’s decently hard and deserved that spot on the pantheon of hallownest. I just wish that he switched spots with watchers 
Yes, I have
I have visually learned how to kill bosses in the riskiest way possible 
I guess I have too, but not all bosses, I waste time doing that on the bosses I like
Radiant bosses aren’t supposed to be hit by FotF, and I do the same
In my subjective and increasingly unpopular opinion, GPZ ain't that bad all binds.
he'll probably hit you 2-3 times but any more than that is just you doing really bad, I think.
I try to find the best way possible to make the boss really hard to treat my constant needs of challenge.
Milky I’ll try it before I judge it I just hear it’s cancer
GPZ is random, is the thing. He can't really be solved with a pre-set script in mind, you gotta adapt all the time.
Zote can be easy to defeat if you dodge and recover when he’s sending his rather slow minions
That said, I don't think it's a massive undertaking to do so.
Man if the day comes I’m actually ready to apply my TMG buffs with th knowledge on how to I guess I’ll send MikPin a demo
Neat
It’s not gonna be ngg level hard tho be warned 
I plan on seeing someone mod traitor lord, Failed Champion, PV?, and a couple other bosses
traitor lord was also on the agenda
Traitor lord needed to be harder so that kingsoul fragment was more worth it.
They buffed it but the buff was so weak
Lifeblood base game TL was hard for me first time
I eventually adapted to the traitor mantis at the beginning, wasted more essence, and now it’s godmaster and he’s piss easy again 
TL, TMG and Watcher Knights are all on my agenda so far
I’m so fucking crazy that even the HK bosses being easy now influence my audible interpretations of how hard these bosses should be
Watchers, eh?
Yep
Those are hard but mainly tedious, like Zelda’s (cough cough) water templeeeeree
Both are just tedious and annoying but not hard (small exception for the charging rolls of the watcher knights)
watcher knights would be getting backstep slash, frontstep backslash, and nail smash
The sprites would just use the rolling and slash animations
hell all my concepts are gonna reuse in game sprites
I can imagine the backslash using the rolling sprite
tbh the front step would be finnky
idfk radiance should have master-giant related bombs
I wanted to make the watcher knights also do what the tamer’s beast does
Or in the more understandable term, imagine PV’s bomb attack with more not really combined vertical and horizontal reach in a glow shape
You don’t have to do it, but I wish the radiance had one more attack
hmm
Good luck knightmere!
It would take some thinking
But mik just remember it’s all concepts for now
If I don’t do it I’ll force angle to do it or I won’t feed him for a week ;)
Lock him in a room with no light ;)
or ill take a bullet
train to your house and toss your salad
wheres dlk
There is no Gruz Mother mod for 1.4?
what does muzznik do?
Gruzz Mother, but 1.5k HP and spawns invincible gruz's that bounce around the room you gotta avoid
Last i heard, he dead

oh look it's draco @modder named 56
there is a charm in lightbringer that gets u soul when u hit enemies?
🤔
shut up obese felne
hey look kurosh is alive
lie
sad
i didnt like lances and not getting soul when u hit enemies
which is basically entire mod summed
but some charms were cool ideas
I liked lightbringer
it's what inspired me to make blackmoth in the first place
it is a tad OP tho
yeah, yeah
what is it
not trying to prove you wrong or anything
blackmoth is more op lol
just stating my opinion
it's cooldownless sharp shadow dash right when you start the game
I've never played lightbringer to this day
I also enjoy floating 800 feet into the air forever
shhhh 56


https://spcr.netlify.com/ @copper nacelle this website's search makes winedb look like actual trash.
u might like it
this is beautiful
I mean it has the same problem winedb does of letting ubuntu users with outdated versions of mesa which straight up don't work with modern dxvk review games but that it shows you demographic information on every review is p helpful.
five six stream
no its 1am silly
better
I Cant hear you im toó bisy sleeping
sad
Commit consciousness
Cant do
commit not sleep
stream on youtube 
sad
I followed you fucker @copper nacelle
ok
I'm following you
hi following you
fuck
howling wraiths isn't used to unlock anything except its own upgrade and it makes me sad
fix it
what if it teleported you up a bit and then the scream happened all around you
that wouldnt break anything in the game lol
i'm fucked up yet again
hi fucked up yet again
56 please stop
hi no one
i'm unweebified again
hi unweebified again
hi please stop
i'm suggesting you to stop again 
hi suggesting you to stop again 
56 I will send anthrax to you via email
Hi I will send anthrax to you via email
I consider sending some to you instead
you didn't even do it right
Sorry you failed
we're all very disappointed in you
I'm an absolute disgrace lol
hi an absolute disgrace lol
see that's how you do it ^
no me
[INFO]:[RandomizerMod] - Detected preload scene Fungus3_archive_02_boss, reloading Fungus3_archive_02 (door_dreamReturn)
haha
no
what the heck is this
it's why qol hardlocks you at monomon if you have rando installed
Did you make QoL
Yeah
oki
Cave johnson here. Now I know you killed salubra but I have to say, good work 56.
i just ran into an ultrad laser how could i be so dumb
(╯°□°)╯︵ ┻━┻
no
u ever just
[INFO]:Dream_Guardian_Monomon
[INFO]:Dream_Guardian_Monomon
[INFO]:Fungus3_archive_02
[INFO]:[Mantis Gods]: Reset scene: Fungus3_archive_02
[INFO]:[Mantis Gods]: door_dreamReturn
[INFO]:[RandomizerMod] - Detected preload scene Fungus3_archive_02_boss, reloading Fungus3_archive_02 (door_dreamReturn)
[INFO]:[Mantis Gods]: Reset scene: Fungus3_archive_02_boss
[INFO]:[Mantis Gods]: door_dreamReturn
[INFO]:Fungus3_archive_02
[INFO]:[Mantis Gods]: Reset scene: Fungus3_archive_02
[INFO]:[Mantis Gods]: door_dreamReturn
[INFO]:[RandomizerMod] - Detected preload scene Fungus3_archive_02_boss, reloading Fungus3_archive_02 (door_dreamReturn)
[INFO]:[Mantis Gods]: Reset scene: Fungus3_archive_02_boss
[INFO]:[Mantis Gods]: door_dreamReturn
[INFO]:Fungus3_archive_02
[INFO]:[Mantis Gods]: Reset scene: Fungus3_archive_02
[INFO]:[Mantis Gods]: door_dreamReturn
[INFO]:[RandomizerMod] - Detected preload scene Fungus3_archive_02_boss, reloading Fungus3_archive_02 (door_dreamReturn)
[INFO]:[Mantis Gods]: Reset scene: Fungus3_archive_02_boss
[INFO]:[Mantis Gods]: door_dreamReturn
[INFO]:Fungus3_archive_02
[INFO]:[Mantis Gods]: Reset scene: Fungus3_archive_02
[INFO]:[Mantis Gods]: door_dreamReturn
[INFO]:[RandomizerMod] - Detected preload scene Fungus3_archive_02_boss, reloading Fungus3_archive_02 (door_dreamReturn)
[INFO]:[Mantis Gods]: Reset scene: Fungus3_archive_02_boss
[INFO]:[Mantis Gods]: door_dreamReturn
[INFO]:Fungus3_archive_02
[INFO]:[Mantis Gods]: Reset scene: Fungus3_archive_02
[INFO]:[Mantis Gods]: door_dreamReturn
[INFO]:[RandomizerMod] - Detected preload scene Fungus3_archive_02_boss, reloading Fungus3_archive_02 (door_dreamReturn)
O O O O O F
sorry but i dont understand 56ianese
but what you told me is that randomizer fucks everything up
oof
pp
thanks very unhelpful
My life story lmao haha wait what life
i have no life
return Array.IndexOf<string>(WorldInfo.NonGameplaySceneName, sceneName) == -1 && !sceneName.EndsWith("_boss_defeated", StringComparison.InvariantCultureIgnoreCase) && !sceneName.EndsWith("_boss", StringComparison.InvariantCultureIgnoreCase) && !sceneName.EndsWith("_preload", StringComparison.InvariantCultureIgnoreCase);
Detected preload scene Fungus3_archive_02_boss
_boss
i dont geddid
56 reviews his dated code
OoB exploration is fun in a hat in time mods
no it goes to fungus scene
repeatedly
and when boss tries to load
it reloads the scene again
forever
oh
fix when
u
ascended
oh ok it checks that to is a gameplay scene
from can be preload
pain
Is toynonnie part of the Verulean channel lore
if (sceneNames.Contains($"{sceneName}_preload") || sceneNames.Contains($"{sceneName}_boss") || sceneNames.Contains($"{sceneName}_boss_defeated"))
e
explain
_boss should not contain _boss_boss
oh ok
return sceneName.EndsWith("_preload") || sceneName.EndsWith("_boss") || sceneName.EndsWith("_boss_defeated");
loss
i'll just murder it
| || || |_
same
Oh also question about that video with you vs asbrad using the vengeful Sprit train, is it out as a mod :^)
Well shit
what's the least dumb way to do this
not doing it
that's the most dumb way
[INFO]:Fungus3_archive_02
[INFO]:[Mantis Gods]: Reset scene: Fungus3_archive_02
[INFO]:[Mantis Gods]: top1
[INFO]:[Mantis Gods]: Reset scene: Fungus3_archive_02_boss
[INFO]:[Mantis Gods]: top1
why doesn't this one get the preload thing
is it not being loaded additively this time or something
so i set the scene to go to to Fungus3_archive_02
set the gate to be door_dreamReturn
then the game loads _boss?
why
veru explain
actually loads _boss like a _boss_boss
yeah ok i'm doing it the dumb way
there are no pickups at monomon
therefore
i can just
detour it
freaking survival games you freaking
STOP FREAKING LAGGING
me on a laptop in my head fighting sly
no
one
no
yes
Sudden weebification
old pfp was better v2
u
hey, well at least i'm not siigari that obnoxious azur lane player who appears in a shitton of ads
what
No one gets the reference?
You're safe as long as you're not on mobile youtube
56 why did you kill youtube
I was bored
56 why did you take my soul from me
I was hungry
How did it taste, spicy
no it was kinda bland
Fits me
should've had some nutella with it
Tasteless brat
nutella is great
Nutella is the good shit
except

Sorry for those who are allergic to nuts
this is incredibly unfortunate. I am sincerely sorry for this tragic event, that I have no way of solving. I hope you get the strength to survive this.
too bad i died
56 can fix it just pay him $54 + $54 for a small price of 55.99 shipping and handling not included
oh cmon man
all ya need to do is
touch the horn of the
goshismydicklong unicorn
that can only be found every 69 years though
It has a special chance every 420 seconds u dungo
the guy doesnt know what he's talking about most likely
does anyone know why doing a begin scene transition causes uumuu's boss scene to load as a new scene and not additively
or at least it triggers the sceneChanged hook
But I already fixed the problem.
rare
🤔
Nice mod icon
thanks
yes
Blame team cherry
I wouldn't need hacky shit in rando if they didn't have rooms randomly split into multiple scenes
friendship ended with every other skip qga is now my best friend
PETE AREE YOU STREAMING THE RACE
Ok you megathink me buit you dont give me an answer
friendship ended with pete kyr
when have i not streamed the race
well you said you might do offline runs bc lag
so who knows whats going on through your head
hmmmm
no
shut up 😡
no
ughh fine but this is gonna cost 5 bucks extra
busy life
and procastination
and several projects being dropped on your head out of nowhere
all in all pretty ok i guess
i see nothing but excuses
go to college imo
why are you assuming i didn't do that already
do it again
finish the story mission so you can fast forward 10 years later
just ddark lol
congratulations
thanks!
i just menu dropped in the middle of the absrad fight
fatinfgered my e key
whens the race
in hours
from now
nvm
DLK how do I not suck
prac
DLK how do I not suck in under 15 attempts?
prac
56 streams himself being sent to detention for playing video games while at class [EPIC] [FUNNY] [WILL AMAZE YOU]
it won't
what did i do?
ok
kuro you ok?
rip in oof
bullshit and rng
i recall THK having reduced damage taken when they're stabbing themselves
that's cuz it is
got a percentage?
Hi, what is the order mods are loaded after launching game? (alphabetical?)
yes it takes 1 per hit
yes it takes 1 per hit
yes it takes 1 per hit
yes it takes one per good internet
absrad is going down in the pwoer rankings
(edited)
pwoer
me falta la pdoer pa convnecrete que "pwoer" es la deletethistreo correctes @cunning lagoon
donde esta la pwoer
моля говорете разбираеми езици
robopete
it's govorete silly hhahahahhhaa
veru stream
sorry I have a test in 20 minutes
wow me too except in 2 days and 40 minutes
wow me too except ~3 years ago
yooooooooooooo what if i splice the 5th kill
what do you think
no one would believe 100
make it 80 and it's believable
i wish the game kept track of your radiant kills
i'd love to know how many i got
count
💯 😩 👌 💦 💦 🔥
🐮 💩 & 🎰
🤔
cow poop & slot_machine
god luck on your test
good luck too
thanks
i only care about Verulean the YouTuber

Thanks! ❤
same
can't delete the screenshot of the comment i took
thats what outhink
i hate climb
why did they remove one platform but not her ability to teleport to that spot
the rightmost platofrm is gone but she can still teleport there
trig identities more like frick identities
56 i demand stream
leave

yo taco do you have a twitch channel
kinda yeah?

entertain me for free
uhhh, so okay, whats the deal with airplane peanuts??
k
hey you asked for it
i asked for a stream 😠
do i look like TTa"God Of Gaming"cco to you
how about
you stream yourself, and watch your own stream
sorry i only watch inferior beings
jump off kings pass tyvm
in how many jumps
-1
ok
finally beat nightmare grimm for the first team
thanks for the helpful advice
what about the backup team
yo your reddit post actually got a lot of upvotes
how should I access static internal class?
Reflection
Yeah, but I dont have reference to the internal class
@rain cedar thanks, looks very promising
For the qualified assembly name you don't need version or public key token
just assembly name
Log(Type.GetType("Modding.ModLoader").ToString());
Is this valid code?
I dont think I get what you mean
Assembly-CSharp.Modding.ModLoader?
Why are you trying to call something in ModLoader?
I am trying to iterate over all mods to change their save location, to make it portable
Just change Application.persistentDataPath
Use Reflection.Emit to override the getter
so I should use something like:
Application.persistentDataPath.SetSetMethod(x);
?
I guess it looks okay?
Oh my, what's this? A new mode you're making?
Nah, just modyfing existing ui for Nail Arts only bosses
Since i don't really wanna bother with api i'm gonna make blank textures for Soul
Awww. I got excited.
looks cool
that looks hella cool
Looks pretty sharp heheahaho
🅱 ui
ok just making sure
half
also mic or ill crush ur skull
bye skull
😡
this is so sad
Alexa play Sealed Vessel Bass Boosted
holy shit rimworld is out
Wow nice
help I have too many games and 0 free time
cuz I'm on discord with all my free time
me irl
me irl
me in real life
What is real life
this is so sad
Me too @tight swan
same
i am scared of every channel
oh thank god I'm not 10% of this channel anymore
let's get that percentage down to 5
oh wait I should probably stop sending messages for that
I was scared of the WHOLE SERVER before I joined because I assumed it'd be a ton of unpleasant git-gudders.
and you were right
It's more like half a ton of em! Less than I figured.
and everyone else was calling absrad too hard
is this me
I no joke did p5 all bindings before coming here just to make ABSOLUTELY SURE I wouldn't be scoffed at for having an opinion. That wasn't WHY I did p5, but it was why I stayed the hell away until I proved myself
jesus milky
why did you think we were that terrible
Because the Terraria community is that terrible and that's my last community.
were you on calamity server or something
Nah, but those guys despised me because I often wrote up criticism for it. I think someone here said I was a "big meme" in Calamity before I showed up.
I was mainly in Thorium's server.
terraria is just a sandbox game
calamity is a big meme though

I guess now that I made ultrad I can say it annoys me when people say that stuff they've practiced for hours and hours "isn't hard"
Absrad isn
't easy
it gets easy though
i cant tell if you are being asrcastic or not
like incredibly easy
It gets easiER, I'd say.
?
"it gets easy though" for sure! That's why I made a harder version! But it doesn't negate the effort required to get to that point
ye
Totally agree
nah when you can beat hornet1 literally every other boss becomes just as easy
Trust me. I KNOW. I know more than like, anyone on planet earth that Calamity can't take a word against them.
I wasted SO MUCH TIME in hours long debates with Fabsol/his lapdogs.

fabsol is so fucking annoying
race starting soon tm
ok
Fabsol is someone I feel sorry for because he was my friend once. Then he got a lot of fame he wasn't ready to handle
his awful personality traits doubled down
https://www.twitch.tv/ptkyr ladies and gentelmen new stream from me
avatar is hot
and now he's pretty much poisoning his own work from the core out and been for months and months. He won't listen, he thinks everyone's wrong except those that kiss his ass, and criticism is "bitching." Needless to say, things fell out pretty bad.
56 join pete's stream or i will be very upset 😡
gna i banish you to #hk-discussion
well fuck
dlkuwosh
dwugs
:flukehug:
gay
flukehug best emote
^
idk what that is
hallownest server
ok
I was making mods in here about 1 week after joining and by that point it would still be another week before I could reliably effectively kick NKGs ass and another 3 months before I could reliably beat mantis lords without spells or nail upgrades
and yes I know what I said
mantis lords are hard
mantis lords
.

they ended 2/3rds of my steel soul runs that ended in failure
the other third was hornet 1

and once I beat them I basically cleared the rest of the game easy no problems

whats the yeena is typing meme
o
@vapid cape whats the yeena is typing meme
what
what you
Oh
It means I'm slow to type and often dropped paragraphs about Calamity that took a while to put together
So I got made fun of for "yeena is typing" often.
Are you like, researching me or somethin?
lmfao
I guess I've a divisive reputation. Also, that plantera kill was fucking stupid and isn't "beastly" in the least
I fucking kited in a U for 40 minutes pecking with a copper shortsword while busted regen mechanics made me immortal
some people call you cancer others call you woke
anyone could do it. You could do it. Your kid brother could do it.
It was a shitty meme challenge I did because I had nothing better to do.
I have no stance because the boss changed and revamped at LEAST 5 times since my last serious playthrough.
Which is... a bit of my problem with Calamity?
scal looks bad now
yeah dog has been reworked a trillion times already
It can't make up its damn mind. It chases this idea and that, never settling, just PICK something.
also they get mad at you for typing long messages that you actually put thought into 
also kinda related
dok released the new scal theme like a week ago
its pretty dope
music in calamity is good
Yeah, music's good
yeah its 80% of the reason i play(ed) the mod
It doesn't fit TERRARIA but it's still awesome stuff that's very much worth the price of admission
I'm playing it now to see some new stuff actually
you can get hardmode items before your first boss apparently 
yeah
The thing also is, I don't actually HATE Calamity. I said this before. It has good ideas and the only reason I BOTHER is because I am/was a fan and wanted to see it be the best it can be. Not to say I'm not an abrasive shit about it, but
I do have stronger motives than just making Fabsol and his team feel bad.
also fuck you
lmao jk
The mod was actually enjoyable(imo) like a year ago
i like the mod
i didnt play it a year ago so i cant speak for that
except I don't have nostalgia for calamity
I do and I hate it.
BACK IN MY DAAAAY Calamity- actually, it was kinda the same just without stupid crap like DEATH MODE
also maybe half the bosses were 100% different
I don't actually know much about current day Calamity to tell the truth.
My opinion of it is still based on a months outdated version.
It's morphed and transformed so much that I can't honestly tell you what it's like NOW.
the last I played was before I got hk, which was december of last year
The last I seriously played was the update before they nerfed the post-moonlord speeds so it wasn't an off-screen fest.
Then I checked out Abyss when it was new but I never finished the run.
huh didnt know kurosh was into terraria also
🤔
i guess most of us are 
hoe many hours you have
and you milky
i literally have a so little
no that wasnt a question kurosh he was calling you a hoe, for many hours you have

its true
kurosh beat my back by over 100
haha yes
I only played vanilla and never got around to beating moon lord
i barely have hours cause i havent found anyone to play with in a while, i dont like singleplayer that much
wow over 1000 hours in a video game what a nerd am i right
yeah who plays videogames
fuck fishing quests
the fishing quests are dumb, i just wanted the cell phone and you hit me with this
lmao 2.7k?? get a life nerd
Plus 500-ish from the tconfig days where it didn't use Steam
oh i guess im still a child when it comes to terraria like wtf
I have 83 hours and thought that was a lot
idk if i wanna do a modded run ill ask ching smh my head
I'm still a scrub that can't no-hit Calamity's jank so you know, take it with a grain of salt
I don't have no custom role
i get obsessed with it every few months
do a bunch of playthroughs
then forget about it again
I don't really do Terraria no-hits because... the game isn't really built for it. They're stupid by necessity.
The health system is so powerful/fucked that for a boss to be casually threatening it kinda has to frequently clip you with bullshit to keep your regen from escalating sky high.
So most no-hits are really lame and exploity
o ok
the fuck
lol fighting brain with minishark wut r u a noob haha xdxd
That's Terraria for ya
yeah it just doesnt work for nohits
i got up to moon lord and got tired of it
i tried scal for a while and she crushed me
so i gave up
i did do DoG deathmode because i really like that boss
needs hitmarker
if i didn't get into hollow knight i would probably be doing dark souls no roll
damn khan
hitless [radiant] [no hit] [no damage] [BALLS OF STEEL] [WORLD'S FIRST] [WORLD RECORD]
is this horheriesto

kurosh 1v1 him
Yeah, I watched that run. It's insane! But I can see it going lower, maybe sub 2:10 with a TAS
Yeah, I watched that run. It's insane! But I can see it going lower, maybe sub 2:10 with a TAS
Yeah, I watched that run. It's insane! But I can see it going lower, maybe sub 2:10 with a TAS
@tight swan 👉 🚪 #hk-discussion
o ok
wonder how fast it can be done with float
you'd be able to skip the tunnel in the third room
and on 1221 could probably hit the lever through the floor
there's a breakable floor
can you break it from underneath it?
debug noclip lol
effort to check
is this sans from undertale
modding has devolved from modding
that's not a good thing
how does one fix that though
by putting #archived-modding-development stuff in #archived-modding-development makes u think
gj hal
hey hal can you give #art-discussion the same treatment
out of all the dedicated channels I'd even say it's doing the best currently
holy crap is this no longer speedrunning chat
yes
I mean the speedrunning channels are just a place for speedrunners to talk about off topic stuff, modding just a channel for modders and some other people to talk about off topic stuff etc.
hey guys so i wsa thinking about this new pop strat
off topic is fine but this channel is like 3% modding and 97% random shit
and art discussion is slowly turning into a place for artist to talk about off topic stuff
Out of all the channels I'd say that art discussion is the most salvageable
wdym turning into lol
theres nothing to salvage
wdym turning into lol
because there's actually artists making art in #art-discussion
there's like, 1, maybe 2 people working on modding HK rn
its obvious that specific topic channels will have a small subset of the server talking in them regularly
and those people will talk about stuff that interests them
including the topic
but really, is that always such a bad thing I wonder...
the way modding is rn isn't a problem for me
it's alright but it'd be nicer if literally any of it was modding
i think i saw
3 messages
its more than possible to get help with the implementation of mods
well there's modding talk when modding talk happens
what about modding help? I pretty much never check that channel
it's nearly dead but it's good to have a place to tell people to go that has pins that are good for them
considering I spent like 2 hours yesterday walking someone through how to edit save locations via a mod + global configs
esp cuz I don't want people here asking about how to install dreamshield coop
theres modding discussion
yeah
and that's a good thing
modding help is just so I don't have to see 50 messages about how to install some out of date mod
on their pirated version
well I actually have a modding thing I need some help with.
And that's if anyone knows what the dialogue box prefab is called that the game spawns
or better if they have a dump of what the GO looks like
on an unrelated note i gave up on #hk-discussion again
nice
for talking to npcs?
i had it unmuted for one day
yeah
idk about the dialogue box go(s) but i have a dump of the dialogue manager
idk what post is
it was when i was trying to get rid of dialogue boxes
ok this is helpful
also my xbone controller came so I can finally test balancing redwing.
x bone 😩


