#archived-modding-development

1 messages ยท Page 321 of 1

copper nacelle
#

i might work on pv again after this because i really want to add this to pv

floral furnace
#

do you hate everyone

copper nacelle
#

yes

solemn basin
#

That WK fire stream looks nice!

buoyant obsidian
floral furnace
#

you open this package through the editor right

copper nacelle
#

yes

buoyant obsidian
#

with those settings you should be able to recreate anything Hollow Knight does particle effect wise, so long as you are good enough at spriting

copper nacelle
#

Is there any way to make the colliders on the particles smaller

buoyant obsidian
#

yeah

copper nacelle
#

๐Ÿ‘€

buoyant obsidian
#

Radius scale

floral furnace
#

.GetComponent<BoxCollider2D>().size ?

#

or are you using CircleColliider

buoyant obsidian
#

I'm pretty sure they're all gonna be sphere colliders though

floral furnace
#

ohhhh i c

buoyant obsidian
#

idk if particle systems have a 2D equivalent

copper nacelle
#

you just set the collision mode to 2d

buoyant obsidian
#

I see

copper nacelle
buoyant obsidian
#

2D collision seems to not touch box colliders

copper nacelle
#

huh

buoyant obsidian
#

I suppose that makes sense

#

Interdimensional particle physics isn't my strong suite

floral furnace
#

~~just do it the tc way, just set radius to max int mylajoy ~~

buoyant obsidian
#

If you have any questions about subemitters just @ me, the whole subemitter burst thing is pretty hard to understand at first

#

I would just change settings at random until it worked when I first started

#

until I realized burst emission is the only option for subemitters

ornate rivet
#

sadgrub idk why it doesn't work

#

every time I feel slightly confident with FSMs, they find a way to destroy me

copper nacelle
#

would 3 watchers at once be too much

floral furnace
#

not enough

ornate rivet
#

with the trail, it's too much

floral furnace
#

allow the player to bounce on the trail ez

hollow pier
#

if you made them not attack all at once like oromato

#

wow a repost

ornate rivet
#

you should add some type of coordination/pattern to how they attack

#

that would make the mod really good

copper nacelle
#

effort

#

i'll just add this to pv

ornate rivet
trim totem
#

good work on that particle trail

copper nacelle
#

haha yes

#

the only issue with it for pv is that when he teleports it follows him

#

so i just need to turn it off there

#

should i add particle systems to each slash

#

so the slashes have black void trails

trim totem
#

yesabsolutely

copper nacelle
#

this is going to be harder than lost lord so that people shut up

ornate rivet
#

56 why dont you make it so that the trail only appears when PV does a certain animation (dashing animation)

copper nacelle
#

maybe

floral furnace
#

every time he slashes it makes those cool sword trails that does 0 damage but after 1 second or so an explosion happens to them

copper nacelle
#

I also want it when he's moving for the slashes

#

that way you can't dash through him

ornate rivet
#

shouldn't the trail do that?

copper nacelle
#

Yeah that's why I want it there

solemn basin
#

Three Watchers is probably doable even with the trail.

copper nacelle
#

Yeah but I don't want to force ddark

#

That's cancer

#

and it's already hard to deal with the overlaps

solemn basin
#

True. Are you doing other stuff like speeding two up?

copper nacelle
#

idk

#

I'm swapping to pv again for a bit

ornate rivet
#

sigh

copper nacelle
#

u

ornate rivet
#

me

solemn basin
#

Cool! Good luck with PV then.

trim totem
#

send me your test pvs

golden yew
hollow pier
#

omg how did you get so much geo!!

golden yew
#

umm

#

debug mod.

copper nacelle
#

wow cheater

hollow pier
#

thank you stephen, very cool

golden yew
#

already finished the game

#

just having fun with mods

compact sedge
#

neat

cunning lagoon
#

Ok, I guess you aren't getting banned then

copper nacelle
#

kurosh did you see wk

cunning lagoon
#

looks nmice

copper nacelle
#

it's better on pv tbh

rain cedar
#

Don't have to figure out mesh renderers yet ๐Ÿ˜ฉ

copper nacelle
#

why

#

i mean

#

understandable

rain cedar
#

Because mesh renderers don't work

buoyant obsidian
#

what's the material

rain cedar
#

Particles/Additive

copper nacelle
#

try the material color

#

I think I had to use Particles/Multiply at some point

#

Wait

#

Yeah

#

That's what was fucking up mesh renderers

#

Particles/Additive doesn't work

buoyant obsidian
#

particles/multiply adds to black, particles/additive adds to white

copper nacelle
#

Sometimes

rain cedar
#

This is literally copy/paste from the shade viewer

#

Which uses additive

#

And it works

#

I just made it wider

#

Multiply is just invisible

copper nacelle
#

Incredible

rain cedar
#

It can just be white

#

I don't care

copper nacelle
#

If you want to try meshes later, I found that particles/additive just made one of the triangles disappear

#

but particles/multiply was working

#

idk why

rain cedar
#

Of course it does

#

Nothing in unity works

buoyant obsidian
#

Unity does not appreciate hard coding things in

#

there's so much legacy stuff you have to deal with and a bunch of it doesn't make sense from anywhere except the editor

leaden hedge
#

if your triangle disappeared your normal was backwards

rain cedar
#

There shouldn't be a "backwards" though

#

That's nonsense

#

It's not that hard to detect if vertices you're given are clockwise or not

#

There's just so many hoops you have to jump through because Unity doesn't give a shit about anyone who isn't exclusively using editor

leaden hedge
#

well theres legitimate reasons to have 2 triangles facing different directions ๐Ÿค”

rain cedar
#

If having one in another direction makes it invisible then the only reason would be if you want it invisible

#

Which is not a feature, it's taking advantage of a bug

leaden hedge
#

what if you want a double sided plane

#

like on a card

buoyant obsidian
#

most people don't make 2D games in a 3D engine though

rain cedar
#

I'm sure there's a better way to do backface culling

leaden hedge
#

all 2d games are made in 3d engines

#

even if the engine limits you to 2d

#

its still using tris to render everything

buoyant obsidian
#

you're actually blowing my mind right now please stop

leaden hedge
#

I mean making a quad in code is such an unlikely scenario anyway

compact sedge
#

um actually I made half of a roguelike in ncurses and ncurses is a strictly 2d engine

leaden hedge
#

99% of the models you import into unity will be actual models

compact sedge
#

because it's literally just an engine for printing text on a terminal

#

which cannot, by definition, be 3d

copper nacelle
#

DOOM in text

#

easy

leaden hedge
#

doesn't sounds like much of an engine

#

sounds like a bunch of utilities for a terminal

compact sedge
#

well it was originally created for Rogue, the original rogue like

leaden hedge
#

anyway pretty sure theres a script called triangulator

#

which will automatically figure out your tris and normals

floral furnace
#

ngl text based doom sounds rad

leaden hedge
#

well theres DoomRL

#

and also ascii renderers for doom

cunning lagoon
#

what tje fuck is your pfp

leaden hedge
#

so either or

compact sedge
#

what about text only counterstrike? https://xkcd.com/91/

floral furnace
#

yeah but thats a roguelike

leaden hedge
#

if you want it rendered in text

floral furnace
#

yes kuro

leaden hedge
#

theres an ascii renderer

#

that has options for width / height / colour depth

buoyant obsidian
#

a true work of art

leaden hedge
#

so you can try to play doom with an 8x8 grid of monogreen text

compact sedge
#

idk what dimensionality to consider ascii renderers

#

cuz some of them have a sense of 3d that they translate to 2d and I guess that's 3d just like any other 3d game, but on the other hand you have things like the ascii video output on mpv and that's clearly in the code ignoring the 3rd dimension altogether.

floral furnace
#

wasnt FrogFractions 2 released already

compact sedge
#

yeee

#

it's interesting

buoyant obsidian
#

I think so

#

never gonna play it probably

compact sedge
leaden hedge
#

aren't ascii renderers usually just a post process

#

so probably done via a shader, thus on a gpu and thus 3d intenseface

compact sedge
#

libcaca is entirely software rendered iirc.

#

dunno if that's what they're doing it in tho

leaden hedge
#

does that run in realtime though

buoyant obsidian
#

in the end though everything is 2D and we're just simulating 3D

#

so it's 2D simulating 3D simulating 2D

compact sedge
#

4d gpus when?

leaden hedge
#

how can 3d be real if my eyeballs only have a 2d sensor plane

#

pretty sure most gpus have no problems with 4d matrices

buoyant obsidian
#

That's a good point KDT, but it's actually explained with some simple math.

compact sedge
#

if we can simulate 3d in 2d planes why not simulate 4d with VR or something?

buoyant obsidian
cunning lagoon
buoyant obsidian
#

as you can see here, we can losslessly simulate a 3D space

#

on a 2D plane

leaden hedge
#

fake news

floral furnace
#

3d does not exist

compact sedge
#

so long as your 3D space has a 2d parameterization

hollow pier
#

K3DT

leaden hedge
#

how can 2d be real if eyeballs aren't real

buoyant obsidian
#

Where's Gradow when we need him most

floral furnace
#

@ gradow

hollow pier
#

@tolo

buoyant obsidian
#

also how was Christmas everyone, get anything good?

compact sedge
#

yeeeeee

#

I got a lamp

floral furnace
#

will to live

leaden hedge
#

I mean who would put a massive hole on the eye and put bloodvessels and nerves on top of the sensors

hollow pier
#

ic Pog n Pog

compact sedge
#

best gift ever

leaden hedge
#

I got a plug socket

floral furnace
#

l a m p

leaden hedge
#

it has 2 usb sockets

buoyant obsidian
#

I got a desk and 1440p monitor

#

big coding hours

floral furnace
#

damn

leaden hedge
#

I got a 399 chair

compact sedge
#

perfect, by our powers combined we can generate photons @leaden hedge

cunning lagoon
#

ax gifted me eroico

leaden hedge
#

but its actually not 399, but its unbranded and chinese

cunning lagoon
#

turns out itrs paretty good game

leaden hedge
#

but it can do that

floral furnace
#

if you ignore the """death""" scenes

compact sedge
#

I'm disappointed by the number of people in this channel who have played that game

floral furnace
#

Nothing to be ashamed of

copper nacelle
#

i got money

leaden hedge
#

why aren't you playing the superior lewd game

#

FapCEO

cunning lagoon
#

the thing no one seems to understand is that it's an actual game

#

it's a good platformer

compact sedge
#

anyway if you can't play it with one hand it basically sucks

hollow pier
#

i respect the eroico grind

#

i would run it

#

if icono wasn't better

cunning lagoon
#

it's much better to speedrun than hk

#

not even close

floral furnace
#

but it doesnt even have path of pain ๐Ÿค”

hollow pier
#

pop is too easy

compact sedge
#

there's a few porn games that require 2 hands and all I wonder is whyyyyyyyy

hollow pier
#

please give me a hard trick like airswim

leaden hedge
#

you know I can use a mouse with my left hand whilst using numpad for keyboard inputs for reasons hollowlenny

floral furnace
#

because youre ambidextrous ๐Ÿค”

leaden hedge
#

well yeah

cunning lagoon
#

lefties rise up

leaden hedge
#

imagine having 2 hands and using them both FeelsBadMan

floral furnace
#

legit kuro you re left handed

buoyant obsidian
#

Imagine having two hands and using the same one that wipes your ass to pick food out of your teeth

cunning lagoon
#

yes, my left handed

compact sedge
#

:GWmythiFeelsBadMan:

leaden hedge
#

im actually ambidextrous ๐Ÿค”

floral furnace
#

imagine still using your hands instead of using your minds to control anything ๐Ÿ˜ฉ

compact sedge
#

:GWoicZenThink:

floral furnace
#

woah legit

leaden hedge
#

although I can't write with my left hand

copper nacelle
hollow pier
leaden hedge
#

but I dunno why anyone would it smudges everywhere

floral furnace
#

if you do not exist in our current time space please leave this server

leaden hedge
#

plus my writing is barely ledgible right handed intenseface

buoyant obsidian
#

my writing is barely legible period

copper nacelle
#

why does rotating 180 degrees on the y axis not flip it

cunning lagoon
#

are you going to buff wk or pv

#

make up your mind

floral furnace
#

have you tried z axis

hollow pier
#

idiot rotate it 360 degrees

copper nacelle
#

idk

cunning lagoon
#

๐Ÿฆ€

compact sedge
#

have you tried the x axis

#

is the real question

copper nacelle
#

the z axis was the x axis last i checked

#

so maybe the x is y

buoyant obsidian
#

I literally spent 3 hours trying to copy rotation from one object to another in Unity yesterday

#

Rotation is absolutely disgusting and broken

leaden hedge
#

have you tried setting up sliders so you can test the effects of rotation in real time

floral furnace
#

wait wouldnt y axis jst rotate it like normal GWchadMEGATHINK

copper nacelle
#

yeah that's the point

#

i want it pointing down

floral furnace
#

oh

copper nacelle
#

also idk how to do sliders with unity

dusky lion
#

wait kdt you're ambidextrous

#

#twinning omegaweary

copper nacelle
#

the best i can do is binding keybinding to change rotations

cunning lagoon
buoyant obsidian
#

who needs GUI anyway

floral furnace
#

no i mean if you spin it via y axis, thats like, rotating by spinning an ice cream cone

compact sedge
#

not 56 apparently

floral furnace
#

rather than flipping it

compact sedge
#

cuz he uses i3

floral furnace
#

or am i thinking this wrong notlikequirrel

buoyant obsidian
#

Command lines for Unity games are really nice though for modding

copper nacelle
#

i3 DansGame

#

bspwm

#

๐Ÿ˜ฉ

buoyant obsidian
#

very helpful piece of GUI

floral furnace
#

๐Ÿ˜ฉ

compact sedge
#

is there a runtime c# interpreter in unity? @buoyant obsidian

cunning lagoon
compact sedge
#

cuz that would be legit sexy

buoyant obsidian
#

Not that I know of

copper nacelle
#

o

buoyant obsidian
#

but I've never looked

leaden hedge
#

used to be

#

it was removed

buoyant obsidian
#

oof

copper nacelle
#

ttacco stop being right

compact sedge
#

huh didn't know that would actually be a thing

floral furnace
#

what did i do GWchadMEGATHINK

buoyant obsidian
#

I do a lot of stuff like fetching types and using them as arguments for things though

compact sedge
#

the only other runtime interpreter of a mostly compiled language I can think of is TempleOS's c shell

buoyant obsidian
#

if you squint your eyes really hard it's almost like it's C# interpreting things

copper nacelle
compact sedge
#

as in a shell where you write c code

copper nacelle
#

jshell

#

there's also a c# interactive thing

#

and f# interactive

compact sedge
#

god I love templeOS and I miss the creator even if I think he was totally insane.

copper nacelle
#

hmmmmmmmmmmm

dusky lion
#

Imagine using TempleOS when you have PonyOS available to you

leaden hedge
#

you couldnt do like Eval(whatever)

floral furnace
#

wait you actually used that aa

leaden hedge
#

but unity used to ship with mcs.dll

compact sedge
#

I read the neofetch

#

they made their own kernel

#

this is like, a neckbeard so thick it collapsed in onto itself and became a black hole.

#

and ponyos is the hawking radiation

leaden hedge
#

you think he was insane?

#

guy was a complete schizophrenic

dusky lion
#

Unfortunately some of the side effects of being the 2nd Coming of Christ is people thinking you are insane

compact sedge
#

@floral furnace It was the second thing I ever installed in KVM.

#

templeos not ponyos

#

never heard of ponyos until today

copper nacelle
#

Does anyone know how wide a hk is

cunning lagoon
#

smol

compact sedge
#

like, 2.5 units or so

leaden hedge
#

roughly 1hk

compact sedge
#

dunno

copper nacelle
#

they add 3.7

#

apparently

cunning lagoon
#

where

copper nacelle
#

so ~1.85 i guess

#

between pv spikes

compact sedge
#

ok nvm ponyos isn't a real thing thank god

#

I mean it is but it's just a fork of an actual real system

copper nacelle
#

It isn't?

compact sedge
copper nacelle
#

Imagine not using the superior os

compact sedge
#

so it's not just someone on /g/ that had enough talent to make their own kernel

copper nacelle
dusky lion
#

In all truth, I rather use TempleOS than Chrome OS

copper nacelle
#

what

compact sedge
#

ok

leaden hedge
#

templeOS only gives your secrets to god

compact sedge
#

serious question

leaden hedge
#

chrome gives it to everyone

compact sedge
#

would you rather

floral furnace
#

tf is a kernel

compact sedge
#

TempleOS or ChromeOS on a lowend laptop without any internet connection.

leaden hedge
#

its a piece of popcorn

floral furnace
#

shell is software something right

copper nacelle
#

ChromeOS it's not even a question

floral furnace
#

or is that the hardware GWchadMEGATHINK and kernel is the intermediary

copper nacelle
#

Crouton exists

leaden hedge
#

probably chromeos

copper nacelle
#

I can run anything I want

leaden hedge
#

all the games in templeos are filled with dicks

copper nacelle
#

w/ a linux kernel

golden yew
#

chromeOS

compact sedge
#

yeah good luck installing chouton on a vanilla chromebook without internet

copper nacelle
#

And it'll probably have better hardware support

#

i bring my trusty crouton usb drive

leaden hedge
#

actually I change my answer hollowlenny

compact sedge
#

honestly tho

cunning lagoon
#

hi stephen

leaden hedge
#

templeos comes with low graphic fidelity porn hollowlenny

floral furnace
#

king

#

or hawking

compact sedge
#

imagine using crouton and not just wiping chromeos

leaden hedge
#

universe

copper nacelle
#

Yeah I'd install Gallium

cunning lagoon
#

Galien*

copper nacelle
cunning lagoon
compact sedge
#

I walked hiro through doing that

copper nacelle
#

stupid battery life and linux

floral furnace
#

or just stay at windows GWcorbinHolyFuck

compact sedge
#

too bad it's like ubuntu 14 or something

copper nacelle
#

wait what

compact sedge
#

but he can play steam games so that's cool

copper nacelle
#

i change my answer

#

i install arch

#

with TLP

compact sedge
#

I did that with my chromebook

#

sometimes they require old ass kernels

#

for driver support

#

tho

copper nacelle
#

i need a hk version of this thanks

cunning lagoon
#

lookin nice

compact sedge
#

btw speaking of TLP. I have a laptop that uses 50 watts with TLP on really aggressive settings and overheats to 100C when gaming for more than 40 minutes causing the GPU to automatically safety shutdown for 5 seconds causing a game to freeze.

copper nacelle
#

incredible

compact sedge
#

send help

floral furnace
#

is this boss fight sponsored by literally any pc related peripherals retailers who add a fuckton of rgb in their shit for no goddamn reason

cunning lagoon
#

is this boss fight sponsored by literally any pc related peripherals retailers who add a fuckton of rgb in their shit for no goddamn reason

copper nacelle
#

no that's just rainbow knight

floral furnace
#

understandable

#

56 finish the mod so i can steal your particles

copper nacelle
#

I can put what I have on GitHub rn if you'd like

floral furnace
#

nah take your time im too busy procastinating anyway

cunning lagoon
#

send server with wett

#

now

dusky lion
#

no

cunning lagoon
#

i demand it

dusky lion
#

it is one might call

#

a personal serverยฎ

cunning lagoon
#

ok send emote then

dusky lion
#

i can just send you the image

#

yes

copper nacelle
#

kurosh wait

#

about

#

13s

dusky lion
cunning lagoon
#

thank you very much Finchmeister

floral furnace
#

56 you already lost the race

copper nacelle
#

wrong

dusky lion
#

incredible

floral furnace
#

you were like 20 seconds late

cunning lagoon
floral furnace
#

just like that speedr~ cough

copper nacelle
#

๐Ÿ˜ก

cunning lagoon
copper nacelle
#

What should I add to this

dusky lion
copper nacelle
#

no

#

โŒ

dusky lion
#

yes

cunning lagoon
#

PepoThumb slowly working its way up the frequently used emotes list

copper nacelle
dusky lion
#

It's so beautiful

floral furnace
#

the dagger throw but 3 times at different deviations

copper nacelle
dusky lion
#

Reported to Simo

cunning lagoon
#

yes please report it to discord

copper nacelle
#

wait changing dagger throw is actually a good idea

#

i will be back

floral furnace
#

tf is that font

copper nacelle
#

Should I just make it so you have to shadow dash it

cunning lagoon
#

no

copper nacelle
#

And then make two

cunning lagoon
#

i hate forced shade cloak attacks

copper nacelle
#

okay

dusky lion
#

you know what a good font is

floral furnace
#

yeah by the time you get back i want touhou "fuck you" levels of daggers

dusky lion
#

arial

#

you know what isnt a good font

#

that

copper nacelle
#

no

dusky lion
copper nacelle
#

what do i even change the darts to

floral furnace
#

make each of them emit the flame particles

copper nacelle
#

that's

cunning lagoon
#

๐Ÿ”ฅ

copper nacelle
#

an idea

#

honestly i might

floral furnace
#

wait no just add it to hte last set of darts

copper nacelle
#

like the top and bottom ones?

floral furnace
#

how are you gonna change the darts?

copper nacelle
#

idk

floral furnace
#

i thought you would do it epic radiance style with the 3 wave face to your face lances

copper nacelle
#

that wouldn't require shade dashing right

#

i might

floral furnace
#

no just repositioning

#

i think

copper nacelle
#

haha

#

y e s

#

What the fuck

#

This did not do what it was supposed to

#

at all

floral furnace
#

abuse waits

copper nacelle
#

no you don't understand

floral furnace
#

i really dont

cunning lagoon
#

hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm

floral furnace
#

lmao

cunning lagoon
#

same

urban olive
#

Lol

dusky lion
#

incredible

cunning lagoon
#

is revek a female

floral furnace
#

no

cunning lagoon
#

k

dusky lion
#

yes

cunning lagoon
#

i think you lie

dusky lion
#

I think you are not very trustworthy

cunning lagoon
#

i think i got pregante

floral furnace
#

Congrats dude!

cunning lagoon
#

๐Ÿ† WETT

stiff acorn
#

does anyone know how to get the debug mod working or is it just dead?

#

didn't see the modding help thing until now, sorry for interrupting.

dusky lion
#

How could you interrupt at a time like this Kurosh just got pregante

cunning lagoon
#

this tbh

#

how will i ever recover from this

floral furnace
#

tbf you werent interrupting anything of value how daer u intrrupt kuros pregantec

#

which is to say

#

kuro elder god hu when

cunning lagoon
#

when people get good at the game and beat my ig

copper nacelle
#

@ ax2u

dusky lion
#

inb4 actual ping

cunning lagoon
#

the man cant even survive baldur shell how will he beat me at infinite grimm ax2uMS

copper nacelle
dusky lion
#

kurosh do you want pensiveloaf

copper nacelle
#

tf

cunning lagoon
#

fuck yea

dusky lion
cunning lagoon
dusky lion
#

incredible

cunning lagoon
#

nuts

copper nacelle
dusky lion
#

i am going to steal this

cunning lagoon
#

disturbing

#

is that a vanilla emoji

copper nacelle
#

no

dusky lion
copper nacelle
dusky lion
copper nacelle
dusky lion
#

incredible

copper nacelle
#

i already had it

dusky lion
#

incredible

#

but do you have

#

13 gun emojis

cunning lagoon
copper nacelle
#

no i've got more

dusky lion
#

oh god oh fuck

cunning lagoon
#

hes grown too powerful

floral furnace
#

thats afucton of guns

cunning lagoon
#

send thinkgun

copper nacelle
#

kms is better tbh

dusky lion
#

oak tree

#

incredible

copper nacelle
#

or thinkHang

dusky lion
#

why do i have this

cunning lagoon
#

i have hmm

dusky lion
cunning lagoon
#

this is lowkey one of my favourite emotes

dusky lion
#

200iq this is my favorite

copper nacelle
#

wow that doesn't look terrible like FeelsGoodMan

#

good emote

cunning lagoon
#

very

copper nacelle
#

thoughts on FeelsAmazingMan

cunning lagoon
#

highly terrible

dusky lion
#

Anger, sorrow, distress and dismay

floral furnace
#

โ™ฟ

cunning lagoon
copper nacelle
dusky lion
copper nacelle
dusky lion
#

mine is superior

copper nacelle
#

wrong

#

mine

#

I win

dusky lion
#

phenomenal

cunning lagoon
dusky lion
#

the worst thing ever

#

also going to steal it thiugh

copper nacelle
#

imagine using the inferior emote

#

_ _
49t149t249t349t449t549t649t7
49t849t949t1049t1149t1249t1349t14
49t1549t1649t1749t1849t1949t2049t21
49t2249t2349t2449t2549t2649t2749t28
49t2949t3049t3149t3249t3349t3449t35
49t3649t3749t3849t3949t4049t4149t42
49t4349t4449t4549t4649t4749t4849t49

dusky lion
#

oh hbtrgnym h,tk,

cunning lagoon
#

send tdograt server tDogRat

dusky lion
#

56 link server

copper nacelle
#

i can't make invites

#

it's veru's server

cunning lagoon
dusky lion
#

@ Verulean#7298 where

cunning lagoon
#

@hazy sentinel

copper nacelle
#

hey finch

#

what do you think

dusky lion
#

hey 56

#

what do you think

copper nacelle
#

why

dusky lion
#

it goes further by the way

cunning lagoon
copper nacelle
dusky lion
#

\๐Ÿค“

copper nacelle
#

no

cunning lagoon
#

buzzsaw same honestly

dusky lion
#

buzzsaw yes

copper nacelle
#

why do i not have that

dusky lion
#

kurosh where do you have that form

#

I have buzzsaw from my personal server

cunning lagoon
#

"Hollow Terraria (working title)"

dusky lion
#

Forgot that existed

#

monocole

cunning lagoon
dusky lion
copper nacelle
dusky lion
copper nacelle
cunning lagoon
#

dont ask why i have that

dusky lion
#

I'm glad it's blatantly named :cum:

cunning lagoon
#

its milk ok

dusky lion
#

Not even trying to beat around the bush

copper nacelle
dusky lion
#

no

cunning lagoon
#

hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm

dusky lion
cunning lagoon
copper nacelle
dusky lion
#

local 56 unearths ancient meme relic

#

wolftime get with the times old-timer

copper nacelle
#

f7u12

dusky lion
cunning lagoon
copper nacelle
dusky lion
#

I saw maggotprime

copper nacelle
#

did u mean

#

maggot2

dusky lion
#

No I mean maggotprime

copper nacelle
dusky lion
#

jpg pepe punch

copper nacelle
#

same

cunning lagoon
copper nacelle
#

i actually don't know what to change

dusky lion
#

56

#

change your life around

#

ez

copper nacelle
#

hmmmmmmmmmmmmm

floral furnace
#

this is the best kuro lore so far

cunning lagoon
#

it be

copper nacelle
#

like that

dusky lion
#

Yes it was a big twist that no one saw coming when Kurosh became pregante

#

Greetings from phone because if I alt tab out of monster hunter world it crashes

#

I hate typing on mobile this hurts

civic hare
#

all pepos is bad

copper nacelle
cunning lagoon
#

greetings to you too Finchmeister

dusky lion
#

I cannot believe Kurosh has just said hello to me I must be dreaming

cunning lagoon
#

yes, it is I, the very famous individual known as DLKurosh

dusky lion
#

Omg !!

#

Monster hunter world has crashed again

#

But this time in a special way because it has frozen and I cannot alt f4 or alt tab

floral furnace
#

DLKurosh? are you the guy who desoldered his e key ๐Ÿ˜ฎ

dusky lion
#

Incredible

cunning lagoon
rain cedar
#

no

cunning lagoon
#

yes

rain cedar
#

Kurosh if I posted no claw mode rando would you stream a playthrough of it?

cunning lagoon
#

if i could play the game FeelsBadMan

rain cedar
#

Oh yeah

#

But mick is probably asleep

#

And idk who else to ask to test shit

#

It's probably not broken

cunning lagoon
#

doubt

civic hare
#

godhome lifeblood upgrades included in item rando when

rain cedar
#

what

#

u shit

cunning lagoon
rain cedar
#

Breaks everything he touches

copper nacelle
#

wow nice

cunning lagoon
#

lmao

rain cedar
#

Can't even update my mod

copper nacelle
#

you can just hit manage versions and upload any name

#

that's how I upload modlinks(15).xml

rain cedar
#

Idk where you're seeing manage versions

copper nacelle
#

Right click the zip in gdrive

rain cedar
#

Ok is there no other steps?

#

Because it's not there

copper nacelle
#

tf

cunning lagoon
#

might need like higher perms or som4thing maybe

#

dunno how that shitworks

copper nacelle
#

i fixed it

#

high skill

cunning lagoon
#

nuts

rain cedar
#

x

copper nacelle
rain cedar
#

Mystery solved boys

#

I'm on the wrong email

#

I can't edit anything here

copper nacelle
#

nice

cunning lagoon
#

๐Ÿค”

rain cedar
#

Wait what was the version number for rando on the drive?

#

I don't know if I incremented it ever

copper nacelle
#

2b?

rain cedar
#

They all start with that

#

2b.x

cunning lagoon
#

14 pretty sure

rain cedar
#

Ok

#

That's fine

#

The one I have is 15

copper nacelle
#

Yeah it was 14

rain cedar
#

56 stream no claw rando

copper nacelle
#

Uhh

#

It's 5:50 am

rain cedar
#

Good morning

copper nacelle
#

But it's also no claw rando

#

perfect thing to procrastinate sleeping

rain cedar
#

It's not like you have school

#

Any sane school is gonna have a break right now

copper nacelle
#

yes

cunning lagoon
#

wow nice shameless self plug

dusky lion
cunning lagoon
floral furnace
#

๐Ÿ˜” ๐Ÿž

copper nacelle
cunning lagoon
#

no need for spiky guy

floral furnace
#

is that with wings

cunning lagoon
#

yea

ornate rivet
#

@copper nacelle
I tried removing all the transitions that lead to Hop but nothing changed

_control.RemoveTransition("Hop Antic", "FINISHED");
_control.RemoveTransition("Face Left", "FINISHED");
_control.RemoveTransition("Face Right", "FINISHED");
copper nacelle
#

๐Ÿค”

#

it's almost like that means it isn't used

#

also the fsm viewer is based on assets not the actual changed gsm

#

???

ornate rivet
#

but there isn't another state that sets velocity

#

that I can see

copper nacelle
#

have you heard of

#

defaults

ornate rivet
#

but the velocity is changed when it wall jumps

#

shouldn't there be something that sets it back to default?

copper nacelle
#

idk it doesn't like you

ornate rivet
weak lodge
#

benweary is christmas dead for everyone now

ornate rivet
#

shouldn't dumping the pale lurker game object show me the correct fsm 56?

weak lodge
#

saleh any interest in making the pale lurker re-fightable

ornate rivet
#

what do you think I'm doing?

#

why would I mod her and not make her re-fightable

weak lodge
#

good ee

ornate rivet
#

still waiting for your mod knightmere

weak lodge
#

?

copper nacelle
#

make a mod

#

๐Ÿ˜ก

ornate rivet
#

answer my question 56 pls

weak lodge
#

uhhh

copper nacelle
#

yeah but so should the fsm viewer

ornate rivet
#

"also the fsm viewer is based on assets not the actual changed fsm"
-56

weak lodge
#

does changing one variable count as a mod

copper nacelle
#

yeah once you've changed it you fool

#

the original fsm is just from assets deserialized

floral furnace
#

just activate the "gngIsActuallyGood" bool to true and youre good to go

ornate rivet
#

once I've changed it or once the game has changed it?

copper nacelle
#

u

#

the game doesn't just go

#

๐ŸŽ‰

#

wow ur fsm bad

ornate rivet
#

but I already knew that

copper nacelle
#

asjhdfasdf

ornate rivet
#

my question was why the fsm viewer showed the Hop state when it seems to do nothing

cunning lagoon
#

saleh STOP distracting him NOW

fair rampart
copper nacelle
#

because it probably does something and it probably re-serializes like soul tyrant or some shit

ornate rivet
#

so shouldn't dumping the game object during the fight show me the re-serialized version?

copper nacelle
#

sure but it's just the same as the viewer

ornate rivet
#

what I am getting from this is that I should just destroy the pale lurker fsm and do it all myself with code

fair rampart
#

is this god

#

now do that with every other fsm plz

ornate rivet
#

Kerr did it with the hornet fsm but no one used it

cunning lagoon
#

nathan do you know if grubsong is in logic

ornate rivet
#

so I dont think it would be worth it

fair rampart
#

like, randomizer logic?

cunning lagoon
#

yeah

#

can it be dnail

fair rampart
#

yes

#

yes

cunning lagoon
#

okm

copper nacelle
#

but that was kerr

#

not sean

ornate rivet
#

oh

copper nacelle
ornate rivet
#

my bad

#

why are there multiple pale lurker game objects when I print all GOs in the scene?

copper nacelle
#

probably because the one you change gets replaced with the other one

#

:^)

floral furnace
#

just ask tc to remove every fsm

fair rampart
#

At least get them to remove ones that are redundant, or just contain 1 state, that they could just do in code

ornate rivet
#

56, if it got replaced then the changes to the other states would not work either

#

but editing "Hop Antic" for example, works

#

it's just Hop that doesn't work

fair rampart
#

lurker is too high on hops to care

copper nacelle
#

imagine thinking this game makes sense

#

they could literally just reference the same actions array GWoicZenThink

fair rampart
#

elegy being split into 8 fsms
MaKeS sEnSe

ornate rivet
#

there are 3 Pale Lurker game objects in the same scene

#

how can I differentiate between them in code?

#

Do I just destroy 2 and hope the one that remains is good?

fair rampart
#

it's like when TC names 4 of the dung related fsms the exact same thing, you can't tell them apart

cunning lagoon
#

not with that attitude

ornate rivet
#

there are 3 pale lurker GOs but when I remove 1 they all seem to get deleted

#

I print all GOs, that prints 3 Pale Lurkers
then I do Destroy(GameObject.Find("Pale Lurker")); once
I print all GOs again, now there are no Pale Lurkers

copper nacelle
#

don't remove them

#

easy

ornate rivet
#

what am I supposed to do then

fair rampart
#

Sisters of Lurking

cunning lagoon
#

i will ask for a second opinion anyway

#

its not that i dont trust you ofc

ornate rivet
#

I made a list of all the Pale Lurkers and changed all their Hop and Hop Antic states to Log something.
Only Hop Antic works still

#

Hop still doesnt work

#

56 any suggestions

cunning lagoon
#

@copper nacelle your kingsmoulds are shit

#

replace quickslash with shaman stone

#

and cast fluke closer to them

ornate rivet
#

How do I check if something is dreamnailed?

cunning lagoon
#

thot

dawn oxide
#

hey is there any idea about when the editor is gonna be released?

young walrus
#

when it's done

fair rampart
dawn oxide
#

it just ran through my head
a city of tears menu theme would technically be possible as far as im concerned
well then
thats something id make

vivid crag
#

I want a mod with every enemy as primal aspid but with the normal enemy's health

winged cipher
#

original idea

vivid crag
ornate rivet
#

any game that contains the word "rogue" in its the description is bad

#

if it has the word "roguelike" then it's an abomination on this earth

fair rampart
#

why

thorn barn
#

please consider, however: rogue + an unorthodox household item

fair rampart
#

rogue toilet

thorn barn
#

i would 100% play a game called rogue eyelash curler

ornate rivet
#

sigh

fair rampart
#

rogue litter box

civic hare
#

rogue dildo

fair rampart
#

you win

ornate rivet
#

they called TC's art crappy sadgrub other than that, I am glad they liked the mod

fair rampart
#

that's a big thonk

dawn oxide
#

where was that posted

fair rampart
#

prob Cranky's vid of DoH

#

I'm guessing

#

"fanmade assets" tho

#

k

#

Sure this person will love Pale Lurker 2: The Lurkening

ornate rivet
#

I actually wanted to draw my own assets for that one milliS

fair rampart
#

that was the joke

ornate rivet
#

how did you know I was going to add new assets?

fair rampart
#

you said that you wanted to recolor the Pale Lurker

ornate rivet
#

that's not a new asset though

#

when I say new asset, I mean completely new

ornate rivet
#

Could a kind soul give this picture of the pale lurker the Hall of Gods statue style?

#

@river eagle
๐Ÿ™

ornate rivet
#

can you do it?

#

or is that someone elses

fair rampart
#

This is from meme bot

#

I can't do digital art for shit

#

also it literally says half rose on the pic

ornate rivet
#

well I am not going to beg in art-discussion

copper nacelle
#

@cunning lagoon ok

#

ty

hollow pier
#

using qs GWjiangoOmegaLUL

compact sedge
#

@ornate rivet reads like a redwing review minus the score at the end.

floral furnace
#

a mod has to be super uber reaslitic effecs or else mod bad

compact sedge
#

hey does hollow point add dialogue cuz maybe that review would fit that too

floral furnace
#

dia what now

compact sedge
#

and if not why not

floral furnace
#

well, not really, other than my subconscious telling me to replace every text to make it seem like youre an fbi agent sent to hallownest for a drug bust, other than that no

#

then again this mod was never serious in the first place GWchadMEGATHINK

compact sedge
#

my subconscious designed all my mods because I lack higher thought.

floral furnace
#

if only there was a higher being to give us thought, preferably a hot moth lady ๐Ÿ˜‰

fair rampart
#

how radiant

compact sedge
#

seriously I thought: wouldn't be cool if redwing ended in a very cliche way, and I made it happen because it was memey.

#

also I added a nuke ending inspired by dying light

ornate rivet
#

I looked at the redwing endings without playing the mod and I dont understand them

floral furnace
#

by cliche you mean hornet talking about friendship and how it can save hallownest then yes

compact sedge
#

not in redwing

#

altho I've wanted to do something like that

#

I never got around to it

ornate rivet
#

why does the knight start floating next to the dreamer thing in one of the endings

hazy sentinel
#

it's dnail softlock 2

floral furnace
#

uhhh saleh you just dont understand, the ending was just too deep for you /s

fair rampart
#

save the world with
THE POWER OF FRIENDSHIP

compact sedge
#

I had this idea: what if when you passed out after reaching that point if everything else after that point was a dream. And then I never fleshed out the character dialogue enough to explain it really.

hazy sentinel
#

sounds like a hollow knight mod

floral furnace
#

that or you wake up

#

and youre on a cart

#

"Finally wake were you, you were trying to cross hallownest's border, same thing as that stag thief over there"

hazy sentinel
#

you get knocked down

#

then you get up again

floral furnace
#

fuck i dont remember the entire skyrim dialogue

ornate rivet
#

ok that makes slightly more sense AA

compact sedge
#

I was gonna flesh it out with Redwing Unity by editing a lot of GM dialogue but apathy too strong

hazy sentinel
#

you're about to be beheaded and then the radiance appears

fair rampart
#

you get knocked up
then you get down again

hazy sentinel
#

you have to choose to go with quirrel or lemm

ornate rivet
#

though doing the "it was all a dream" thing is not cool falseknice

floral furnace
#

open world hollow knight rpg when

#

so i can hear the engaging hornet dialogue of "i am sworn to carry your burdens" 2347982347 times

ornate rivet
#

i am sworn to carry your burdens

hazy sentinel
#

hi sworn to carry your burdens

ornate rivet
#

i am sworn to carry your burdens

fair rampart
#

How about, 387290675130925066 times?

floral furnace
#

nah thats too much i dont want to feel like im at limbo

compact sedge
#

it's more like it's just a dream but it's a dream under the influence of the radiance but you can actually affect the world by your actions by affecting the radiance. @ornate rivet

hazy sentinel
#

how about 8979323846264338327950 times

compact sedge
#

but it's still lame

#

cuz I like lame endings

ornate rivet
#

ok

hazy sentinel
#

wow AA then youll love godmaster

compact sedge
#

the first two endings are the bad endings, they're the ones where you've failed to influence the radiance and under which nothing changes and you lose all your free will

fair rampart
#

lore
OwO

hazy sentinel
#

what's the lore behind radiance nuke

ornate rivet
#

wow this is pretty much shade lord ending except take out radiance

#

Team Cherry copied AA

compact sedge
#

well redwing endings came first

#

like

#

by a month

floral furnace
#

really makes you think

compact sedge
#

well discord messages laggy

floral furnace
#

quick if we start modding the entire hornet dlc maybe tc will finally release theirs hollowface

ornate rivet
#

That's why I said "Team Cherry copied AA"

compact sedge
#

I sent a message and it went out 10 seconds later

#

send help

floral furnace
#

have you tried

#

getting better internet

#

for the low price of 59.99 a month

fair rampart
#

inform your internet provider that they must "git gud"

ornate rivet
#

just mod your internet's fsm

fair rampart
#

teach it to hop

ornate rivet
#

I got hopping to work with my own code actually

#

now she hops towards you and runs away when you start attacking back

floral furnace
#

complaining about fsms are like so last year, complaining about the goddamn wall hitboxes is where its at ThinkingWeary

ornate rivet
#

I agree

copper nacelle
#

did u mean

#

P a r t i c l e S y s t e m s

floral furnace
#

I would say yes but i havent touched the particle system nor have i tried so no

#

What if

#

the Walls were just particle effects

#

๐Ÿค”

copper nacelle
rain cedar
#

Whoops

floral furnace
#

how great, is the idea, that instead of making an animation from lets say, 3 pics/frames, you create 3 different game objects with each of those sprites then instantiate and destroy them immediately after one another to make it seem like theres an animation

compact sedge
#

@copper nacelle

#

u know how to do kexec?

rain cedar
hazy sentinel
#

what's a man gotta do to get dnail softlock these days

weak lodge
#

why assume the gender is male

fair rampart
#

The Knight clearly identifies

#

as mayonnaise

weak lodge
#

this

mortal trout
#

the knight clearly identifies

#

as cum

#

fuck missed the opportunity to screenshot

trim totem
#

daughter of hallownest looks cool

weak lodge
fair rampart
#

have you seen the most recent string of messages in #hk-lore

#

meme gold

weak lodge
#

what a meme

#

how do i make pure vessel look like armored but the entire guys help can you guys make a mod for this since hollow knight is very well optimized and i play it on switch can you guys make a mod for switch that makes this in the game thanks ๐Ÿ˜ƒ

copper nacelle
#

@compact sedge no i haven't used it sorry

#

sean that looks god tier

weak lodge
#

did you just commit alive or something

copper nacelle
#

No I existed like 2 hours ago

#

I was just busy

weak lodge
#

ah

trim totem
#

56

weak lodge
#

wow having a life

#

i didnt expect this

trim totem
#

is that still the latest pale prince

hazy sentinel
#

did u exist 15 years ago

copper nacelle
#

yes

weak lodge
#

did you exist when godmaster had an actual platforming gauntlet

floral furnace
#

just when i thought the collision part is fine now, suddenly theres a platform that ignores just about everything, hollow knight why

fair rampart
#

hk modding is an experience

copper nacelle
#

You could take a look at how VS does collisions

floral furnace
#

let me guess, wade through fireball control fsm?

copper nacelle
#

Probably

floral furnace
#

cuz if i could, i would shoot at every platform making sure i get it filtered through string.Contains

#

also i think the earlier problems happened because the bullet was too small, i have no fucking idea why

copper nacelle
#

nice

floral furnace
#

dumb guess, unity hates small game objects

fair rampart
#

discussion is turning into PoH salt again

weak lodge
#

please

#

dont

copper nacelle
#

i got called a "tc cocksucker" for saying abs rad isn't a bad boss

leaden hedge
#

its true

#

you are

#

i saw

fair rampart
#

You did ask them how to do instant text