#archived-modding-development

1 messages · Page 262 of 1

cedar flicker
#

nope, thats the thing

leaden hedge
#

I think the variable name for getting the string out is GlobalSettings

#

once you add the global settings part that is

cedar flicker
#

ModHooksGlobalSettings?

leaden hedge
#

also right click on your project and change the properties

#

besides the names

cedar flicker
#

ok

#

Also, in:

#

typeof(DesktopPlatform).GetField("saveDirPath", BindingFlags.NonPublic | BindingFlags.Instance).setValue(dp, "save/");

#

the setValue is red

leaden hedge
#

it wont show up unless you have it like public class SpriteDump : Mod<LocalSettingsClass, GlobalSettingsClass> for GlobalSettings

#

its a capital S

#

i typo'd

cedar flicker
#

what should I include to use LocalSettingsClass and GlobbalSettingsClass

#

*?

leaden hedge
#

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

cedar flicker
#

I see

leaden hedge
#

and the string in GetString is the default, if you have no settings yet

young walrus
#

@copper nacelle Stay just got the monomon lock

cunning lagoon
leaden hedge
#
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

cedar flicker
#

thanks, Im now just fixing references

leaden hedge
#

with that you should get a file called SaveDir.GlobalSettings.json in your save folder

cedar flicker
#

Also, I cant find UnityEngine.MonoBehaviour to include

leaden hedge
#

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

cedar flicker
#

I dont actually get the json

#

but that doesnt really matter

leaden hedge
#

it won't appear until you load the dll

cedar flicker
#

like put it in Mods folder?

#

cause I did that

leaden hedge
#

yeah did you compile the dll

#

and put it in mods

cedar flicker
#

yep

leaden hedge
#

did your saves go to saves/ ?

cedar flicker
#

yep

leaden hedge
#

you should have a json in your default save folder

#

i.e. %appdata%/../locallow/team cherry/

cedar flicker
#

oh, you're right

#

why arent those in there?

leaden hedge
#

in where?

#

the save folder you set

#

it probably loads the save directory before mods are loaded

cedar flicker
#

yeah, thats probably it

#

how do I make it available from ModInstaller?

leaden hedge
#

ask nicely

cedar flicker
#

okay

#

please, could you include this mod somewhere where anybody can get it?

leaden hedge
#

I can't

#

you have to ask gradow

cedar flicker
#

oh

#

man, I cant actually thank you enough

#

really, just thank you, you have solved my only issue with this perfect game @leaden hedge

weak lodge
#

elderbug bois

#

On a scale of 1-11 how hard is AB on PoH

#

Granted you have all lifeblood unlocked already

glacial panther
#

I mean it's the hardest thing I've done in this game

weak lodge
#

Oh Grover you did it all binds?

#

nice

glacial panther
#

it's just super disheartening to die because of how long it takes to get through

weak lodge
#

Just being clear by all binds I mean the glowing effect

#

All at once

glacial panther
#

yeah

weak lodge
#

Well question then

#

How cancer was GPZ zote

glacial panther
#

the fucking worst

#

he was honestly harder than pure vessel

#

and about on par with abs rad

weak lodge
#

I’m not gonna attempt it soon tbh

glacial panther
#

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

upper grail
#

gpz is hell

glacial panther
#

Collector is also an issue

weak lodge
#

I see mikpin saw my outdated PV kill on 9/11

upper grail
#

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 hollowface

#

Yes, I have

#

I have visually learned how to kill bosses in the riskiest way possible zote

weak lodge
#

I guess I have too, but not all bosses, I waste time doing that on the bosses I like

upper grail
#

Radiant bosses aren’t supposed to be hit by FotF, and I do the same

vapid cape
#

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.

upper grail
#

I try to find the best way possible to make the boss really hard to treat my constant needs of challenge.

weak lodge
#

Milky I’ll try it before I judge it I just hear it’s cancer

vapid cape
#

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.

upper grail
#

Zote can be easy to defeat if you dodge and recover when he’s sending his rather slow minions

vapid cape
#

That said, I don't think it's a massive undertaking to do so.

weak lodge
#

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

upper grail
#

Neat

weak lodge
#

It’s not gonna be ngg level hard tho be warned zote

upper grail
#

I plan on seeing someone mod traitor lord, Failed Champion, PV?, and a couple other bosses

weak lodge
#

traitor lord was also on the agenda

upper grail
#

Traitor lord needed to be harder so that kingsoul fragment was more worth it.

weak lodge
#

They buffed it but the buff was so weak

upper grail
#

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 sadgrub

weak lodge
#

TL, TMG and Watcher Knights are all on my agenda so far

upper grail
#

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?

weak lodge
#

Yep

upper grail
#

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)

weak lodge
#

watcher knights would be getting backstep slash, frontstep backslash, and nail smash

upper grail
#

Hmmmmmmmmmmm

#

Good job making those sprites.

weak lodge
#

The sprites would just use the rolling and slash animations

#

hell all my concepts are gonna reuse in game sprites

upper grail
#

I can imagine the backslash using the rolling sprite

weak lodge
#

tbh the front step would be finnky

upper grail
#

idfk radiance should have master-giant related bombs

weak lodge
#

I wanted to make the watcher knights also do what the tamer’s beast does

upper grail
#

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

weak lodge
#

hmm

upper grail
#

Good luck knightmere!

weak lodge
#

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 ;)

upper grail
#

or ill take a bullet
train to your house and toss your salad

native wing
#

wheres dlk

ember bloom
#

There is no Gruz Mother mod for 1.4?

rain cedar
#

Do you mean muzznik?

#

It's in lightbringer

upper grail
#

what does muzznik do?

vapid cape
#

Gruzz Mother, but 1.5k HP and spawns invincible gruz's that bounce around the room you gotta avoid

weak lodge
#

where's dlk tbh

#

kurosh is in hk zote

#

i wonder what he's doing

vapid cape
#

Last I heard, he wanted to try some speedrunning.

#

Improve some times.

native wing
#

Last i heard, he dead

analog ermine
native wing
#

oh look it's draco @modder named 56

azure vessel
#

there is a charm in lightbringer that gets u soul when u hit enemies?

cunning lagoon
#

🤔

native wing
#

shut up obese felne

azure vessel
#

ok answer is no

weak lodge
#

hey look kurosh is alive

native wing
#

lie

azure vessel
#

ok i finally finished lighbringer

#

41%

#

not a fan of it

#

sorry :(

mortal trout
#

sad

azure vessel
#

i didnt like lances and not getting soul when u hit enemies

#

which is basically entire mod summed

#

but some charms were cool ideas

native wing
#

shitmodst

#

where

solemn rivet
#

I liked lightbringer

#

it's what inspired me to make blackmoth in the first place

#

it is a tad OP tho

azure vessel
#

yea but everyone has different opinions

#

i havent tried blackmoth yet

solemn rivet
#

yeah, yeah

azure vessel
#

what is it

solemn rivet
#

not trying to prove you wrong or anything

silk jetty
#

blackmoth is more op lol

solemn rivet
#

just stating my opinion

silk jetty
#

it's cooldownless sharp shadow dash right when you start the game

solemn rivet
#

yeah

#

say that to FK

compact sedge
#

I've never played lightbringer to this day

copper nacelle
#

I also enjoy floating 800 feet into the air forever

compact sedge
#

but I've stolen code from it

#

so it's a good mod

solemn rivet
#

shhhh 56

copper nacelle
mortal trout
compact sedge
#

u might like it

copper nacelle
#

this is beautiful

compact sedge
#

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.

cunning lagoon
#

56 you are home now

#

stream

copper nacelle
#

maybe in a bit

cunning lagoon
#

it's been a bit already

#

stream

mortal trout
#

five six stream

cunning lagoon
#

ill just go to sleep

#

this is your fault

hollow pier
#

kuro sleeping

#

at 7pm!?!?!?!

cunning lagoon
#

no its 1am silly

hollow pier
#

kuro sleeping

#

at 1am?!?!?!?!?!

cunning lagoon
#

better

copper nacelle
#

no

#

cease

cunning lagoon
#

I Cant hear you im toó bisy sleeping

copper nacelle
#

ē

#

oh no he's on mobile

mortal trout
#

sad

copper nacelle
#

@cunning lagoon unsleep

#

ë

dusky lion
#

Commit consciousness

cunning lagoon
#

Cant do

mortal trout
#

commit not sleep

copper nacelle
#

kurosh

#

eeee

cunning lagoon
#

Maybe id download the twitch aló if i had earbuds

#

App

#

But i dont

#

So i wont

hollow pier
#

stream on youtube hollowomg

dusky lion
#

steam on mixer

#

its like twitch but it doesnt suck

mortal trout
#

sad

silk jetty
#

I followed you fucker @copper nacelle

copper nacelle
#

ok

silk jetty
#

I'm following you

copper nacelle
#

hi following you

silk jetty
#

fuck

floral iris
#

howling wraiths isn't used to unlock anything except its own upgrade and it makes me sad

copper nacelle
#

fix it

floral iris
#

what if it teleported you up a bit and then the scream happened all around you

#

that wouldnt break anything in the game lol

upper grail
#

i'm fucked up yet again

copper nacelle
#

hi fucked up yet again

dusky lion
#

56 please stop

upper grail
#

hi no one
i'm unweebified again

copper nacelle
#

hi unweebified again

upper grail
#

hi please stop
i'm suggesting you to stop again zote

copper nacelle
#

hi suggesting you to stop again zote

dusky lion
#

56 I will send anthrax to you via email

upper grail
#

Hi I will send anthrax to you via email
I consider sending some to you instead

copper nacelle
#

you didn't even do it right

dusky lion
#

Sorry you failed

floral iris
#

we're all very disappointed in you

upper grail
#

I'm an absolute disgrace lol

copper nacelle
#

hi an absolute disgrace lol

floral iris
#

see that's how you do it ^

upper grail
#

MIK YOU SHOULD BE ASHAMED OF YOURSELF!
How could you do such a thing?

#

can i die

copper nacelle
#

no me

#

[INFO]:[RandomizerMod] - Detected preload scene Fungus3_archive_02_boss, reloading Fungus3_archive_02 (door_dreamReturn)

#

haha

#

no

upper grail
#

what the heck is this

copper nacelle
#

it's why qol hardlocks you at monomon if you have rando installed

upper grail
#

oof

#

so why is the radiance appearance animation faster

copper nacelle
#

because i wanted it to be

#

waiting 30 seconds every time isn't enjoyable

upper grail
#

Did you make QoL

copper nacelle
#

Yeah

upper grail
#

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

copper nacelle
#

dunno

#

¯_(ツ)_/¯

upper grail
#

(╯°□°)╯︵ ┻━┻

copper nacelle
#

no

upper grail
#

one

#

cares

#

about

#

me

#

BUT THAT'S OKAY.

#

LET'S SEE IF IT'S GONNA LEAK!

copper nacelle
#

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)
upper grail
#

O O O O O F

copper nacelle
#

u

#

explain why this happens

#

kthx

upper grail
#

sorry but i dont understand 56ianese

#

but what you told me is that randomizer fucks everything up

copper nacelle
#

it reloads a scene

#

which really shouldn't fuck everything

#

but it does

upper grail
#

oof

trim totem
#

pp

weak lodge
#

I don’t understand

#

but

#

I see it’s a problem

copper nacelle
#

thanks very unhelpful

weak lodge
#

My life story lmao haha wait what life

copper nacelle
#

wtf

#

explain

upper grail
#

i have no life

copper nacelle
#

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

upper grail
#

i dont geddid

copper nacelle
#

_ b o s s

#

askljdfkl;asdfkjl;asdf

weak lodge
#

56 reviews his dated code

copper nacelle
#

not my code

#

ty

#

tc's code

weak lodge
#

56 reviews dared code

#

dared

copper nacelle
#

but it ends with

#

_ b o s s

#

why the fuck does it reload it

weak lodge
#

Wait so

#

It fucking reloads the boss?

silk jetty
#

OoB exploration is fun in a hat in time mods

copper nacelle
#

no it goes to fungus scene

#

repeatedly

#

and when boss tries to load

#

it reloads the scene again

#

forever

weak lodge
#

oh

copper nacelle
#

and u die

weak lodge
#

fix when

copper nacelle
#

u

hazy sentinel
copper nacelle
#

ascended

#

oh ok it checks that to is a gameplay scene

#

from can be preload

#

pain

weak lodge
#

Is toynonnie part of the Verulean channel lore

copper nacelle
#

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

hazy sentinel
#

| || || |_

copper nacelle
#

same

weak lodge
#

Oh also question about that video with you vs asbrad using the vengeful Sprit train, is it out as a mod :^)

copper nacelle
#

no

#

i deleted the code too

weak lodge
#

Well shit

copper nacelle
#

what's the least dumb way to do this

hazy sentinel
#

not doing it

copper nacelle
#

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

hazy sentinel
#

actually loads _boss like a _boss_boss

copper nacelle
#

yeah ok i'm doing it the dumb way

#

there are no pickups at monomon

#

therefore

#

i can just

#

detour it

upper grail
#

freaking survival games you freaking
STOP FREAKING LAGGING
me on a laptop in my head fighting sly

copper nacelle
#

no

hazy sentinel
#

one

hollow pier
#

no

upper grail
#

yes

copper nacelle
#

no

#

old pfp was better

dusky lion
#

Sudden weebification

copper nacelle
#

old pfp was better v2

dusky lion
#

u

upper grail
#

hey, well at least i'm not siigari that obnoxious azur lane player who appears in a shitton of ads

dusky lion
#

what

upper grail
#

No one gets the reference?
You're safe as long as you're not on mobile youtube

copper nacelle
#

ascended monomon fix

mortal trout
#

56 why did you kill youtube

copper nacelle
#

I was bored

weak lodge
#

56 why did you take my soul from me

copper nacelle
#

I was hungry

weak lodge
#

How did it taste, spicy

copper nacelle
#

no it was kinda bland

weak lodge
#

Fits me

copper nacelle
#

should've had some nutella with it

weak lodge
#

Tasteless brat

mortal trout
#

nutella is great

weak lodge
#

Nutella is the good shit

mortal trout
#

except

weak lodge
#

No except

#

Nutella = good

mortal trout
weak lodge
#

Sorry for those who are allergic to nuts

native wing
#

me prnis felled off

#

help

#

i need

mortal trout
#

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.

native wing
#

too bad i died

weak lodge
#

56 can fix it just pay him $54 + $54 for a small price of 55.99 shipping and handling not included

mortal trout
#

im not paying that much money 😂

weak lodge
#

Well your dick will stay off

#

ez

compact sedge
#

oh cmon man

#

all ya need to do is

#

touch the horn of the

#

goshismydicklong unicorn

mortal trout
#

that can only be found every 69 years though

weak lodge
#

It has a special chance every 420 seconds u dungo

hazy sentinel
weak lodge
#

Why tho

#

his stagger damage caps at 50

mortal trout
#

the guy doesnt know what he's talking about most likely

copper nacelle
#

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

weak lodge
#

Wow 56 asking for help

#

What a rare occasion

copper nacelle
#

But I already fixed the problem.

mortal trout
weak lodge
#

Ah yes I’ve been misguided

#

56 is the code god

mortal trout
#

🤔

weak lodge
#

Nice mod icon

copper nacelle
#

thanks

dusky lion
#

very well detailed

#

also asymmetrical

copper nacelle
#

yes

rain cedar
#

Blame team cherry

#

I wouldn't need hacky shit in rando if they didn't have rooms randomly split into multiple scenes

hollow pier
#

friendship ended with every other skip qga is now my best friend

cunning lagoon
#

PETE AREE YOU STREAMING THE RACE

cunning lagoon
#

Ok you megathink me buit you dont give me an answer

#

friendship ended with pete kyr

hollow pier
#

when have i not streamed the race

cunning lagoon
#

well you said you might do offline runs bc lag

#

so who knows whats going on through your head

hollow pier
#

hmmmm

cunning lagoon
#

no mic no watch

#

you ever just choke on the 5th fight for the 5th time today

hollow pier
#

no

cunning lagoon
#

shut up 😡

hollow pier
#

no

cunning lagoon
#

ok

#

taco yuou are not supposed to maggot me

#

only GWchadMEGATHINK or 😩

floral furnace
#

ughh fine but this is gonna cost 5 bucks extra

cunning lagoon
#

i enjoy this new pfp of yours

#

how is weary lord going

floral furnace
#

busy life

#

and procastination

#

and several projects being dropped on your head out of nowhere

#

all in all pretty ok i guess

cunning lagoon
#

i see nothing but excuses

floral furnace
#

go to college imo

cunning lagoon
#

why are you assuming i didn't do that already

floral furnace
#

do it again

cunning lagoon
#

ok

#

also im 9 so i cant go to college yet

floral furnace
#

finish the story mission so you can fast forward 10 years later

cunning lagoon
#

just ddark lol

flat forum
#

DLK

#

congratulate me

cunning lagoon
#

congratulations

flat forum
#

thanks!

cunning lagoon
#

i just menu dropped in the middle of the absrad fight

#

fatinfgered my e key

#

whens the race

#

in hours

#

from now

#

nvm

flat forum
#

DLK how do I not suck

cunning lagoon
#

prac

flat forum
#

DLK how do I not suck in under 15 attempts?

cunning lagoon
#

prac

cunning lagoon
#

56 stream

#

😠

floral furnace
#

56 streams himself being sent to detention for playing video games while at class [EPIC] [FUNNY] [WILL AMAZE YOU]

cunning lagoon
#

it won't

cunning lagoon
#

maybe it will

#

sorry taco

floral furnace
#

what did i do?

cunning lagoon
#

shut up i apologized

#

dont rub it in my face

floral furnace
#

ok?

cunning lagoon
#

ok

floral furnace
#

kuro you ok?

cunning lagoon
#

no

#

absrad too hard

#

cant get 5

floral furnace
#

rip in oof

hollow pier
#

bullshit and rng

supple sigil
#

i recall THK having reduced damage taken when they're stabbing themselves

young walrus
#

that's cuz it is

supple sigil
#

got a percentage?

young walrus
#

depends

#

it gets reduced to 1

supple sigil
#

k a set value then

#

thnx

cedar flicker
#

Hi, what is the order mods are loaded after launching game? (alphabetical?)

hollow pier
#

yes it takes 1 per hit

cunning lagoon
#

yes it takes 1 per hit

young walrus
#

yes it takes 1 per hit

hollow pier
#

yes it takes one per good internet

cunning lagoon
#

absrad is going down in the pwoer rankings

hollow pier
#

(edited)

flat forum
#

pwoer

cunning lagoon
#

pwoer is how you spell that word

#

cmm

flat forum
#

No

#

you spell it poawah

#

Oh, Veru!

#

I had a question for you

#

but I um forgot it

hazy sentinel
#

me falta la pdoer pa convnecrete que "pwoer" es la deletethistreo correctes @cunning lagoon

cunning lagoon
#

i respect the effort

hollow pier
#

donde esta la pwoer

flat forum
#

моля говорете разбираеми езици

hazy sentinel
#

robopete

hollow pier
#

it's govorete silly hhahahahhhaa

cunning lagoon
#

veru stream

hazy sentinel
#

sorry I have a test in 20 minutes

hollow pier
#

wow me too except in 2 days and 40 minutes

cunning lagoon
#

wow me too except ~3 years ago

#

yooooooooooooo what if i splice the 5th kill

#

what do you think

hazy sentinel
#

what if you splice 100 kills in a row

cunning lagoon
#

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

hollow pier
#

count

cunning lagoon
#

no

#

im sure its more than 100 by now

hollow pier
#

wow

#

good job

#

wiw

#

wpw

#

wkw

hazy sentinel
#

💯 😩 👌 💦 💦 🔥

hollow pier
#

wlw

#

wow

cunning lagoon
#

🌞

#

absrad irl

hollow pier
#

🐮 💩 & 🎰

cunning lagoon
#

🤔

hazy sentinel
#

cow poop & slot_machine

cunning lagoon
#

god luck on your test

copper nacelle
#

good luck too

cunning lagoon
#

thanks

copper nacelle
#

I think I got like a 98 on the math test I just took

#

trig identities are good

cunning lagoon
#

i only care about Verulean the YouTuber

copper nacelle
hazy sentinel
#

Thanks! ❤

cunning lagoon
#

same

copper nacelle
#

😄

#

why does no one add the smile

#

why am I alive

cunning lagoon
#

i deleted the comment

#

you cant make fun of me anymore

hollow pier
#

can't delete the screenshot of the comment i took

cunning lagoon
#

thats what outhink

copper nacelle
cunning lagoon
#

i hate climb

#

why did they remove one platform but not her ability to teleport to that spot

copper nacelle
#

what

#

oh p2?

cunning lagoon
#

the rightmost platofrm is gone but she can still teleport there

copper nacelle
#

yes

#

isn't the leftmost one gone too

cunning lagoon
#

no

#

ok i guess i cant get past the second fight anymore

#

gg

floral furnace
#

trig identities more like frick identities

cunning lagoon
#

56 i demand stream

copper nacelle
#

no

#

I'm in school

#

hi in school

cunning lagoon
#

leave

copper nacelle
cunning lagoon
#

yo taco do you have a twitch channel

floral furnace
#

kinda yeah?

cunning lagoon
#

k

#

stream

floral furnace
cunning lagoon
#

entertain me for free

floral furnace
#

uhhh, so okay, whats the deal with airplane peanuts??

cunning lagoon
#

k

floral furnace
#

hey you asked for it

cunning lagoon
#

i asked for a stream 😠

floral furnace
#

do i look like TTa"God Of Gaming"cco to you

#

how about

#

you stream yourself, and watch your own stream

cunning lagoon
#

sorry i only watch inferior beings

floral furnace
#

jump off kings pass tyvm

cunning lagoon
#

in how many jumps

floral furnace
#

-1

cunning lagoon
#

ok

#

finally beat nightmare grimm for the first team

#

thanks for the helpful advice

young walrus
#

what about the backup team

cunning lagoon
#

yo your reddit post actually got a lot of upvotes

young walrus
#

ikr

#

was gonna post again for last night's run

cedar flicker
#

how should I access static internal class?

copper nacelle
#

Reflection

cedar flicker
#

Yeah, but I dont have reference to the internal class

cedar flicker
#

@rain cedar thanks, looks very promising

copper nacelle
#

For the qualified assembly name you don't need version or public key token

#

just assembly name

cedar flicker
#

Log(Type.GetType("Modding.ModLoader").ToString());
Is this valid code?

#

I dont think I get what you mean

copper nacelle
#

no

#

You need the qualified assembly name

#

in this case

#

Assembly-CSharp

cedar flicker
#

Assembly-CSharp.Modding.ModLoader?

rain cedar
#

Why are you trying to call something in ModLoader?

cedar flicker
#

I am trying to iterate over all mods to change their save location, to make it portable

rain cedar
#

Just change Application.persistentDataPath

cedar flicker
#

readonly, Iam afraid

#

or at least doesnt have setter

rain cedar
#

Use Reflection.Emit to override the getter

cedar flicker
#

so I should use something like:
Application.persistentDataPath.SetSetMethod(x);
?

ember bloom
vapid cape
#

Oh my, what's this? A new mode you're making?

ember bloom
#

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

vapid cape
#

Awww. I got excited.

mortal trout
#

looks cool

cunning lagoon
#

that looks hella cool

rain cedar
#

Looks pretty sharp heheahaho

cunning lagoon
#

do you say

#

a ui

#

or an ui

#

i feel like its a ui

#

right

ember bloom
#

🅱 ui

hollow pier
#

it's always a ui to be tbh

#

even if you say user interface

cunning lagoon
#

ok just making sure

cunning lagoon
#

pete whens ur race

#

half an hour

#

or an hour and a half

hollow pier
#

half

cunning lagoon
#

also mic or ill crush ur skull

hollow pier
#

bye skull

cunning lagoon
#

😡

mortal trout
#

this is so sad

fossil oxide
#

Alexa play Sealed Vessel Bass Boosted

compact sedge
#

holy shit rimworld is out

copper nacelle
#

Wow nice

compact sedge
#

help I have too many games and 0 free time

#

cuz I'm on discord with all my free time

copper nacelle
#

me irl

cunning lagoon
#

me irl

mortal trout
#

me in real life

fossil oxide
#

What is real life

mortal trout
compact sedge
#

Me too @tight swan

cunning lagoon
#

same

mortal trout
#

i am scared of every channel

compact sedge
#

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

vapid cape
#

I was scared of the WHOLE SERVER before I joined because I assumed it'd be a ton of unpleasant git-gudders.

compact sedge
#

and you were right

mortal trout
#

it is though

compact sedge
#

but then you realized

#

YOU were the git gudder

vapid cape
#

It's more like half a ton of em! Less than I figured.

compact sedge
#

and everyone else was calling absrad too hard

mortal trout
#

i am git gudder tbh

#

and probably am unpleasant

tight swan
#

im a git gudder tbh

#

and probably an asshole sometimes

mortal trout
#

is this me

vapid cape
#

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

mortal trout
#

jesus milky

tight swan
#

why did you think we were that terrible

vapid cape
#

Because the Terraria community is that terrible and that's my last community.

mortal trout
#

were you on calamity server or something

tight swan
#

why does terraria have git gudders

#

terraria has like

#

idk

#

3 bosses?

#

3.5?

vapid cape
#

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.

hollow pier
#

terraria is just a sandbox game

mortal trout
#

calamity is a big meme though

hollow pier
#

it has no bosses

#

literally just explore and build

#

shit game

mortal trout
civic hare
#

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

mortal trout
#

it gets easy though

cunning lagoon
#

i cant tell if you are being asrcastic or not

mortal trout
#

like incredibly easy

cunning lagoon
#

but i feel like bosses in terraria are lkike

#

70% oif the game

vapid cape
#

It gets easiER, I'd say.

hollow pier
#

hmmmmm

#

450 hours

#

hmmmmmmm

cunning lagoon
#

?

civic hare
#

"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

mortal trout
#

ye

vapid cape
#

Totally agree

cunning lagoon
#

pete io actually cant tell if yuou are joking or n ot

#

i dont know what you mean

hollow pier
#

nah when you can beat hornet1 literally every other boss becomes just as easy

mortal trout
#

calamity is bad server

#

fabsol making hollow role zote

vapid cape
#

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.

cunning lagoon
mortal trout
#

fabsol is so fucking annoying

hollow pier
#

race starting soon tm

cunning lagoon
#

ok

vapid cape
#

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

cunning lagoon
civic hare
#

avatar is hot

cunning lagoon
#

i'd bang

#

scolipede

#

@copper nacelle check this ou

vapid cape
#

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.

cunning lagoon
#

56 join pete's stream or i will be very upset 😡

tight swan
#

waaait

#

kurosh you had the scolipede pfp once?

cunning lagoon
tight swan
#

well fuck

cunning lagoon
#

no that's not my stream

#

it's ptkyr

native wing
#

dlkuwosh

cunning lagoon
#

dwugs

native wing
#

:flukehug:

mortal trout
#

gay

tight swan
#

flukehug best emote

native wing
#

^

cunning lagoon
#

idk what that is

mortal trout
#

hallownest server

cunning lagoon
#

ok

compact sedge
#

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

native wing
#

mantis lords

mortal trout
#

mantis lords..

#

.

native wing
#

.

young walrus
compact sedge
#

they ended 2/3rds of my steel soul runs that ended in failure

#

the other third was hornet 1

mortal trout
compact sedge
#

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

cunning lagoon
#

yeah hornet 1 is pretty tough

#

i still die to her in my playthroughs

mortal trout
cunning lagoon
#

whats the yeena is typing meme

weary oyster
#

idk where pete is

#

im just picking up the slack

cunning lagoon
#

lmao thats a good one

#

he's participating in the any% race

weary oyster
#

o

cunning lagoon
#

@vapid cape whats the yeena is typing meme

vapid cape
#

I am not! I just checked, post box is empty

#

I haven't even looked at meme in days

cunning lagoon
#

what

native wing
#

what you

cunning lagoon
#

qhats the yeena is typiung meme

vapid cape
#

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.

cunning lagoon
#

lol

#

nice

vapid cape
#

Are you like, researching me or somethin?

cunning lagoon
#

i was curious

vapid cape
#

lmfao

trim totem
#

wow

#

i didn't know calamity had such a bad community

vapid cape
#

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

cunning lagoon
#

some people call you cancer others call you woke

vapid cape
#

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.

cunning lagoon
#

whats your stance on scal zote

#

gittle hates her

#

apparently

#

i dont know who he is

vapid cape
#

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?

mortal trout
#

scal looks bad now

cunning lagoon
#

yeah dog has been reworked a trillion times already

vapid cape
#

It can't make up its damn mind. It chases this idea and that, never settling, just PICK something.

mortal trout
#

also they get mad at you for typing long messages that you actually put thought into zote

cunning lagoon
#

also kinda related

#

dok released the new scal theme like a week ago

#

its pretty dope

mortal trout
#

music in calamity is good

vapid cape
#

Yeah, music's good

cunning lagoon
#

yeah its 80% of the reason i play(ed) the mod

vapid cape
#

It doesn't fit TERRARIA but it's still awesome stuff that's very much worth the price of admission

mortal trout
#

I'm playing it now to see some new stuff actually

#

you can get hardmode items before your first boss apparently zote

cunning lagoon
#

yeah

vapid cape
#

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

cunning lagoon
#

but

#

Yeena is typing...

vapid cape
#

I do have stronger motives than just making Fabsol and his team feel bad.

#

also fuck you

cunning lagoon
#

lmao jk

mortal trout
#

The mod was actually enjoyable(imo) like a year ago

cunning lagoon
#

i like the mod

mortal trout
#

it's ok now

#

used to be better imo

cunning lagoon
#

i didnt play it a year ago so i cant speak for that

young walrus
#

#TheNostalgiaEffect

mortal trout
#

except I don't have nostalgia for calamity

vapid cape
#

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

mortal trout
#

"kinda the same"
"bosses 100% different"
zote

#

remember before scal was added

vapid cape
#

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.

mortal trout
#

the last I played was before I got hk, which was december of last year

cunning lagoon
#

last i played was a few months ago

#

when they reworked dog yet again

#

also scal

vapid cape
#

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.

weak lodge
#

huh didnt know kurosh was into terraria also

cunning lagoon
#

🤔

weak lodge
#

i guess most of us are thinkgrub

trim totem
#

hoe many hours you have

cunning lagoon
#

and that's low by terraria standards

weak lodge
#

i dont ahve many

#

like

trim totem
#

and you milky

weak lodge
#

i literally have a so little

weary oyster
#

no that wasnt a question kurosh he was calling you a hoe, for many hours you have

cunning lagoon
weary oyster
#

its true

weak lodge
cunning lagoon
#

khan has 1388

#

fucking addict

trim totem
#

haha yes

civic hare
#

I only played vanilla and never got around to beating moon lord

cunning lagoon
#

111/200 fishing quests

#

big oof

weak lodge
#

i barely have hours cause i havent found anyone to play with in a while, i dont like singleplayer that much

weary oyster
#

wow over 1000 hours in a video game what a nerd am i right

cunning lagoon
#

yeah who plays videogames

trim totem
#

fuck fishing quests

vapid cape
civic hare
#

the fishing quests are dumb, i just wanted the cell phone and you hit me with this

cunning lagoon
#

lmao 2.7k?? get a life nerd

vapid cape
#

Plus 500-ish from the tconfig days where it didn't use Steam

weak lodge
#

oh i guess im still a child when it comes to terraria like wtf

civic hare
#

I have 83 hours and thought that was a lot

weak lodge
#

idk if i wanna do a modded run ill ask ching smh my head

vapid cape
#

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

cunning lagoon
#

i worked on that for a bit

#

scal destroyed me

trim totem
#

i used to be obsessed with terraria

#

then dark souls

cunning lagoon
#

i get obsessed with it every few months

#

do a bunch of playthroughs

#

then forget about it again

trim totem
#

now i'm not really obsessed with anything

#

i still need to play fk demon's souls

vapid cape
#

I don't really do Terraria no-hits because... the game isn't really built for it. They're stupid by necessity.

cunning lagoon
#

yeah

#

actually i have the perfect clip for this

#

i may have deleted it oops

vapid cape
#

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

weak lodge
cunning lagoon
#

its timestamped

weak lodge
#

the fuck

hazy sentinel
#

lol fighting brain with minishark wut r u a noob haha xdxd

vapid cape
#

That's Terraria for ya

cunning lagoon
#

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

trim totem
#

needs hitmarker

#

if i didn't get into hollow knight i would probably be doing dark souls no roll

weak lodge
#

damn khan

hazy sentinel
#

dark souls sl1 ng+6 no roll hitless four kings

#

@ stay+

cunning lagoon
#

hitless [radiant] [no hit] [no damage] [BALLS OF STEEL] [WORLD'S FIRST] [WORLD RECORD]

hazy sentinel
#

u mean no damage

#

not getting hit on pop means it's a flawless run lol

weak lodge
#

is this horheriesto

hazy sentinel
cunning lagoon
weak lodge
#

kurosh 1v1 him

hazy sentinel
cunning lagoon
#

Yeah, I watched that run. It's insane! But I can see it going lower, maybe sub 2:10 with a TAS

tight swan
#

Yeah, I watched that run. It's insane! But I can see it going lower, maybe sub 2:10 with a TAS

exotic venture
#

Yeah, I watched that run. It's insane! But I can see it going lower, maybe sub 2:10 with a TAS

cunning lagoon
tight swan
#

o ok

exotic venture
#

wonder how fast it can be done with float

cunning lagoon
#

you'd be able to skip the tunnel in the third room

exotic venture
#

and on 1221 could probably hit the lever through the floor

cunning lagoon
#

there's a breakable floor

exotic venture
#

can you break it from underneath it?

cunning lagoon
#

it's right at the bottom

#

no clue

hazy sentinel
#

debug noclip lol

exotic venture
#

effort to check

mortal trout
cunning lagoon
#

is this sans from undertale

mortal trout
#

yes

#

this is sans undertale be scared

copper nacelle
mortal trout
#

modding has devolved from modding

copper nacelle
#

that's not a good thing

mortal trout
#

how does one fix that though

copper nacelle
river eagle
#

ban all discussion that isn't related to modding

#

effective by

#

now

mortal trout
#

gj hal

exotic venture
river eagle
#

out of all the dedicated channels I'd even say it's doing the best currently

compact sedge
#

holy crap is this no longer speedrunning chat

leaden hedge
#

nothing wrong with shitposts

#

pls allow

#

thanks

copper nacelle
#

yes

river eagle
#

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.

cunning lagoon
#

hey guys so i wsa thinking about this new pop strat

copper nacelle
#

off topic is fine but this channel is like 3% modding and 97% random shit

river eagle
#

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

hazy sentinel
#

wdym turning into lol

leaden hedge
#

theres nothing to salvage

cunning lagoon
#

wdym turning into lol

compact sedge
#

there's like, 1, maybe 2 people working on modding HK rn

leaden hedge
#

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

river eagle
#

but really, is that always such a bad thing I wonder...

compact sedge
#

the way modding is rn isn't a problem for me

copper nacelle
#

it's alright but it'd be nicer if literally any of it was modding

#

i think i saw

#

3 messages

leaden hedge
#

its more than possible to get help with the implementation of mods

copper nacelle
#

related to modding

#

today

#

maybe 4

cunning lagoon
#

well there's modding talk when modding talk happens

river eagle
#

what about modding help? I pretty much never check that channel

compact sedge
#

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

leaden hedge
#

considering I spent like 2 hours yesterday walking someone through how to edit save locations via a mod + global configs

compact sedge
#

esp cuz I don't want people here asking about how to install dreamshield coop

leaden hedge
#

theres modding discussion

copper nacelle
#

yeah

river eagle
#

and that's a good thing

leaden hedge
#

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

compact sedge
#

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

cunning lagoon
copper nacelle
#

nice

leaden hedge
#

for talking to npcs?

cunning lagoon
#

i had it unmuted for one day

compact sedge
#

yeah

copper nacelle
#

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

compact sedge
#

ok this is helpful

#

also my xbone controller came so I can finally test balancing redwing.

cunning lagoon
#

x bone 😩