#archived-modding-development

1 messages · Page 399 of 1

leaden hedge
#

several thousand dollar program btw

solar jacinth
#

agreed

leaden hedge
#

aseprite can do that though hollowdab

#

and thats only like $7

solar jacinth
#

wow thats so good , ill take a look at that

leaden hedge
#

its $15 by default, but it goes on sale pretty often

#

its also drm free and open source

#

so you can compile it if you dont wanna pay

solar jacinth
#

more people should know that

#

wtf

leaden hedge
#

also it actually supports animations properly you can do stuff like this

#

then it gives you a json with where each sprite is on the spritesheet and this

"frameTags": [
   { "name": "Anim1", "from": 0, "to": 10, "direction": "forward" },
   { "name": "Anim2", "from": 11, "to": 21, "direction": "forward" }
  ]
solar jacinth
#

time to delete ps

leaden hedge
#

aseprites designed for proper sprites though, not painted stuff

#

but you can just copy from ps to aseprite

solar jacinth
#

nice

#

definitly gonna look at that

leaden hedge
#

https://pastebin.com/t6TCpXVr https://pastebin.com/azrJVAZQ

public class AnimTest : MonoBehaviour
{
    public Texture2D spriteSheet;
    public TextAsset json;

    public AnimData animations;
    void Start()
    {
        AsepriteJson ase = JsonConvert.DeserializeObject<AsepriteJson>(json.text);
        animations = new AnimData(spriteSheet, ase, sr);
        animations.Play("Anim1");
    }
    void Update()
    {
        animations.OnUpdate(Time.deltaTime);
    }
}

theres a asepritejson parser and animation system I wrote
sr is the SpriteRenderer btw, i just have it setup so everything has one and automatically finds it

jovial vault
#

psst psst

#

use opentoonz

#

it's a free animating software that's used by studio ghibli and is extremely good

#

also how ari gibson animated everything in photoshop is something beyond me tbh

#

you can use opentoonz to get your movement how you want, and then colour in/paint in photoshop. that's what i end up usually doing

solar jacinth
#

thats nice

jovial vault
#

nice

solar jacinth
#

thx

solemn rivet
#

Nice

solemn rivet
#

now make it black and tentacly

floral furnace
#

gradow ur kink is showing

weak lodge
#

oh boy 3 am

solemn rivet
#

do you enjoy what you see, ttaccoboi?

floral furnace
weak lodge
#

i swear you almost called him ttabacco

floral furnace
#

hmm yes

weak lodge
#

hahayes

solemn rivet
#

ttabaccoi

solemn rivet
#

real shit tho

solar jacinth
#

ttabbaccoi

solemn rivet
#

shining resonance is such a wild ride in terms of gameplay

solar jacinth
#

@charred parrot i kinda figured out how to code mantis claws/wall jump

#

i duplicate the feetpos and put them at sides of the body

#

so it wall jumps but it doesnt slowly goes down

charred parrot
#

wait what

#

video?

solemn rivet
#

mfw my feet get to my sides

solar jacinth
#

k will send

#

just preparing bandicam.

leaden hedge
#

download and install obs

solar jacinth
#

OK

#

but tomorrow

hazy sentinel
#

unregistered hypercam 2 👌

solar jacinth
#

hmmm i think i should increase check radius a bit

jovial vault
#

the jump looks pretty floaty

#

also if you're on mac or win10 there's a way to record videos and clips

solar jacinth
#

win10

#

i wanna know

#

if jump looks pretty floaty then i will increase gravity scale

solemn rivet
#

idk, jump looks fine

solar jacinth
#

i think it should jump higher if its compared to hollow knight

#

and size shoould be smaller

jovial vault
solar jacinth
#

tyty

jovial vault
#

no i don't mind if it looks floaty like i haven't played so idk how it is as a mechanic

#

just an observation

#

also np

copper nacelle
#

any OBS

leaden hedge
#

why use obs

#

when you can just spam prtscrn

#

and make a 1fps gif

copper nacelle
solar jacinth
#

kdt thanks for the tip very helpul tytytytyty

leaden hedge
#

here you go for actually checking for walls

charred parrot
#

ya use Raycasts

#

they're cheap as shit and super useful

solar jacinth
#

k i just tried to use my own way

#

which was terrible

charred parrot
#

Physics2D.Raycast

#

btw

jovial vault
#

kdt hmmm

#

i like how kdt gives terrible everything advice but great making video game advice

leaden hedge
#

i only give good advice

jovial vault
#

pensive

leaden hedge
#

give one bad advice example

solar jacinth
#

he cant cuz u only give good advice

#

change my mind

copper nacelle
#

correct

jovial vault
#

not a guy 😔

copper nacelle
#

i was referring to kdt but ok

leaden hedge
#

you cn if you want to be

jovial vault
#

thanks for the validation

leaden hedge
#

np

copper nacelle
#

ok buddy

jovial vault
#

veru what is your name

solar jacinth
#

veru

hazy sentinel
#

u got a problem

leaden hedge
#

what happened to russia flag

#

please revert pfp

slender carbon
#

Are there any good mods for mac?

#

A lot of mods seem to be made for windows

copper nacelle
#

🤔

#

considering they all work on mac

#

yeah

slender carbon
#

Really?

copper nacelle
#

yes

slender carbon
#

Ok thanks

fair rampart
#
**Mac**

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

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

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

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

yote skote

jovial vault
#

yote zote

young walrus
#

zote bote

slender carbon
#

zoat bloat

young walrus
solar jacinth
#

zoggote

slender carbon
#

what do I do now?

copper nacelle
#

that ain't right

hazy sentinel
#

any video

copper nacelle
#

or just a bigger screenshot

solar jacinth
#

56 does installers work on mac ?

copper nacelle
#

yes

solar jacinth
#

so

#

why not ;i

young walrus
#

because exe

copper nacelle
#

because you have to run it via mono

solar jacinth
#

ohh

copper nacelle
#

which is what the instructions in ;mac do

solar jacinth
#

i got it

copper nacelle
#

i meant like

#

more of the terminal

solar jacinth
#

wtf r those files on desktop

slender carbon
copper nacelle
#

you pressed enter

#

don't do that

fair rampart
#
**Mac**

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

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

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

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

you did cd $(dirname<Return><drag><drag>)

#

i have a video if that's easier for you

solar jacinth
#

@slender carbon

jovial vault
#

why is the for free crossed out

solemn rivet
#

what's enough

#

nothing makes sense

solar jacinth
#

Cuz ppl was always telling me to download obs

#

And mino that was the joke btw

jovial vault
#

jokes notlikequirrel

solar jacinth
#

My jokes are bad

solemn rivet
#

lel jokes in 2019

final nova
#

best place for mods ?

#

thanks

slender carbon
#

obs bad

solemn rivet
#

wtf

#

b&

#

that's heresy m8

#

should I replace the installer with ransomware?

#

it installs mods and shit

buoyant obsidian
#

yeah

solemn rivet
#

but also takes your firstborn as collateral if you don't pay up

final nova
#

uhh. i installed some mods

#

and now when i booted the game up, all the languages are in japanese/korean/arabic

#

and russian

#

there isnt an english option

solar jacinth
#

Change your nation to arabic

#

And learn arabic

final nova
#

hilarious

#

now can i get an actual answer that isnt idiotic ?

solar jacinth
#

Yes just wait for it

#

Someone wil come ventually

#

That knows the problem

young walrus
#

"I installed some mods"

#

more description would be nice

solar jacinth
#

@final nova

final nova
#

pretty much every mod in the mod installer, besides the ones that make the game harder

#

want me to type out all of them ?

young walrus
#

okay well step 1.... don't do that

final nova
#

and most of them fucked up the game anyway lmao

#

half of the screen is pink

solar jacinth
#

I dont think thats a good i dea to install all of em

young walrus
#

a lot don't play nicely with each other

jovial vault
#

Ah chaos and art mods

young walrus
#

plus i'm sure you installed the art mod

final nova
#

well i expected them to work with each other, since they are all in the same installer after all

young walrus
#

which would fuck things up

solar jacinth
#

Shitpost mods

young walrus
#

yeah, installing ALL mods includes some shitpost mods

#

plus outdated mods

#

plus total overhaul mods

#

that fight with each other for changing the game

solar jacinth
#

Be thankful your computer didnt explode

final nova
#

what mods fuck up the game the most in the installer ?

copper nacelle
#

Art

#

Chaos

young walrus
#

how bout you read the descriptions of them and decide what exact experience you want

#

instead of dumping every ingredient in the kitchen into the pot

#

just cuz all your ingredients exist in the kitchen doesn't mean putting every single one into your food makes it better

final nova
#

pretty sure they dont say "dont install this with this, it will fuck up the game :"

young walrus
#

neither do your kitchen ingredients

solar jacinth
#

Thats a dumb idea

young walrus
#

pretty common sense to not throw in everything

final nova
#

how the fuck is that common sense lmao

#

they are all in the same installer

young walrus
#

jfc

solar jacinth
#

Wtf

final nova
#

would be common sense for them to WORK

young walrus
#

they are working

solar jacinth
#

He just exampled kitchen

young walrus
#

it's just making a shit stew of your game

#

just like using every fucking ingredient

solar jacinth
#

Imagine putting salt and sugar together

copper nacelle
#

Installing meme mods

final nova
#

im not installing 2 mods that do the same things

copper nacelle
#

Being surprised when they are memes

#

?¿?¿

young walrus
#

^

final nova
#

how the fuck is art mod and difficulty mod supposed to fuck each other over

solar jacinth
#

Are you fucking kidding with me

copper nacelle
#

Art mod fucks itself over by existing

#

It's art mod

solar jacinth
#

Shitpost

final nova
#

and im supposed to know that it will make my entire game purple lmao ?

young walrus
#

"what do all these things do? better not find out, let's just use all of them"

copper nacelle
#

Idk maybe read the description

solemn rivet
#

if you read the description, yeah

young walrus
#

they all have a readme

#

and we have this

fair rampart
solar jacinth
#

U know there is read me exist

young walrus
#

mod summaries

leaden hedge
#

im gonna make a bitcoin miner mod

solemn rivet
#

also

final nova
#

i installed 20 mods, not gonna read all of htem

leaden hedge
#

no reason to read what they do

#

just install it

young walrus
#

well then that's on you

solemn rivet
#

art mod and chaos mod > all other mods

#

prove me wrong, you can't

final nova
#

if i see an art mod, ill go " oh a mod that makes my game more beautiful, ill try it out"

solemn rivet
#

that's where you're wrong kiddo

leaden hedge
#

beautiful is subjective

solar jacinth
#

Gradow no pls the situation is complicated ebough

leaden hedge
#

and art mod makes it more beautiful imo

solemn rivet
#

no

#

chaos mod does

blazing hill
#

hi

solemn rivet
#

chaos mod is the epitome of HK beauty

blazing hill
#

chaos is basically the best mod for the game

solemn rivet
#

egg machine god

final nova
#

listen, im not here to argue with weebs and bronies. Im just here to know which mods cant work with each other, so i can play the goddamn game

blazing hill
#

read the mods

young walrus
#

lol

leaden hedge
#

all of them work

solemn rivet
#

yup

young walrus
#

trying to insult the people that can help you

leaden hedge
#

you just downloaded a shitpost

young walrus
#

bold strategy cotton

final nova
#

youre trying to help me lol ?

#

nice joke

blazing hill
#

its one way to get an answer

young walrus
#

CAN help

solemn rivet
#

you're installing a mod that makes everything pink and complaining that the game is pink

young walrus
#

nice reading

solemn rivet
#

how can we help?

paper timber
#

Maimik, this isn't the friendliest server. I'd suggest to step away and review the readme's

young walrus
#

but then again.... reading isn't your strong suit apparently

#

since you didn't read the mods

#

and what they do

solemn rivet
#

oh look who's here

leaden hedge
#

why read

#

when I can complain

solemn rivet
#

^

leaden hedge
#

and read what is typed

final nova
#

what fucking mod turned my entire game into arabic by the way ?

solemn rivet
#

hey, at least I'm getting paid

solar jacinth
#

Wow u called me weeb

solemn rivet
#

Maimik: art mod

final nova
#

thanks

solemn rivet
#

art and chaos are meme mods

#

they fuck up your game

#

for the lulz

solar jacinth
#

Lulz

solemn rivet
#

honestly, I still remember sean streaming chaos mod

young walrus
#

EGG MACHINE

leaden hedge
#

install darkmod

solemn rivet
#

^

leaden hedge
#

best mod

young walrus
#

i wonder what that does

solemn rivet
#

and then complain about the game being dark

#

so we can continue this banter

young walrus
#

lol

leaden hedge
#

just gotta wait for the next complaint

solar jacinth
#

How long did it take to do the art mod

leaden hedge
#

why are all my items random

#

why does my nail not work

blazing hill
#

hey so i was playing with a randomizer mod and i found isma's tear in the shop

solar jacinth
#

Yes

young walrus
solar jacinth
#

Lul

jovial vault
#

Hm well that certainly happened

solemn rivet
#

nice LightXtract

#

ez seed ez life

solar jacinth
#

What was the purpose of this sentences lighx

solemn rivet
#

if only that was true

young walrus
#

to share i guess

solar jacinth
#

You didnt complete

#

Maybe

solemn rivet
#

hit that share button

#

don't forget to like and subscribe

solar jacinth
#

Very exicitiful experience for sure

jovial vault
#

Gradow your kinks are showing again

solemn rivet
#

I mean

jovial vault
#

As they do, every hour

solemn rivet
#

it's not like I'm trying to hide them so

#

¯_(ツ)_/¯

solar jacinth
#

¯_(ツ)_/¯

solemn rivet
#

also, for anyone who thinks we're "not the friendliest server/channel", just remember that you do indeed have a brain, and you can indeed use it

#

so before complaining, try researching, reading or even asking

solar jacinth
#

Someone ping this

cunning lagoon
#

@solemn rivet

solemn rivet
#

@solar jacinth

#

@this

jovial vault
#

Big think

#

Tsk gradow let modding have its toxic image

leaden hedge
dusky lion
#

@covert arrow

#

oh another person decided to nickname themselves everyone

#

interesting

fair rampart
solar jacinth
#

Great now i accidently started dm with that guy

#

Thanks camm he will ask why now

slender carbon
#

the complaining one?

jovial vault
#

You can simply not respond to dms

solar jacinth
#

Yes but thats rude

slender carbon
#

So?

leaden hedge
#

i did that with whoever sent me that meme

solar jacinth
#

Im a kind person

#

Lol jk

#

Ill block him

dusky lion
#

why did you dm them

solar jacinth
#

I clicked everyone

final nova
#

is the hp bar mod supposed to look like shit, or is it colliding with some other mod ?

solar jacinth
#

It doesnt look like shit

#

Send ss

final nova
#

let me rephrase, it shows a pink box at the top right of my corner

#

whenever i attack a mob

copper nacelle
#

Any picture

solar jacinth
#

Picture d be good yes

#

Btw it should show bar under the mob

solemn rivet
#

that's not supposed to happen, Maimik

#

still have art mods installed?

final nova
#

nope

solemn rivet
#

can you show us a screenshot?

solar jacinth
#

Bar should be under mob

final nova
#

yeah, hold on

solemn rivet
#

and also show us which mods you have installed

final nova
#

the bar is above the mob by the way

solar jacinth
#

Tahts ok too

solemn rivet
#

it's above, sugar

solar jacinth
#

Oh

solemn rivet
#

it's only under for bosses

young walrus
#

^

solar jacinth
#

K

solar jacinth
#

Delte charms

#

Delte

#

Delete

copper nacelle
#

I meant picture of the pink stuff

solar jacinth
copper nacelle
#

Real spelling hours

solar jacinth
#

Mobile problems

final nova
#

blue this time

solar jacinth
#

Tahts wrong

solemn rivet
#

that's not hpbars

copper nacelle
#

Wtf

solar jacinth
#

Vwry wrong

solemn rivet
#

that's combo mods

final nova
#

it only appears when theres hp bar

cunning lagoon
#

Megathink

final nova
#

oh okay

copper nacelle
#

@ angle fix ur mods

young walrus
#

yeah, cuz when you hit them, you're building your combo

solar jacinth
#

Hp bars look really good tho

young walrus
#

and hp bars only appear when you hit someone

solemn rivet
#

maybe hpbars don't work with darkness?

#

I have no idea

copper nacelle
#

p sure they do

leaden hedge
#

hpbars is canvas right

solar jacinth
#

Its so darq he cant see them

leaden hedge
#

so it appears above everything else

solemn rivet
#

I destroy it on camera fade tho

#

so it vanishes nicely during transitions

#

otherwise they would stay onscreen until the transition was complete

leaden hedge
#

iirc darkmod manually sets the fsm for the vignette

solemn rivet
#

hmm

#

I'm pretty sure I haven't changed the depth of the bars

#

yeah

#

no change in layering

#

wut

solar jacinth
#

Oops

#

Sry

solemn rivet
#

u wanna fite m8

#

I'll fite ya

solar jacinth
#

Ohno

jovial vault
#

Gradow how tall are you

solemn rivet
leaden hedge
#

between 2' and 8'

jovial vault
#

I want to like know how tall you are if i ever need to go to brazil and tjrow punches

solemn rivet
#

just under 9 inches

jovial vault
#

Hmmm

solemn rivet
#

why would I punch you tho

jovial vault
#

idk heresy probably

#

oh wait im an art person here is your reason

solemn rivet
#

oooh

solar jacinth
#

Smh an art person

solemn rivet
#

that's reason enough tbf

jovial vault
#

Understandable

solemn rivet
#

we're not at war

solar jacinth
#

Oh fine

solemn rivet
#

only when it comes to being friendly

#

if you don't hate #hk-lore, you're not welcome here

solar jacinth
#

I hatr lore

#

I almost never visit there

jovial vault
#

modding toxic 😔

solemn rivet
#

we need to add a toxic status into HK

solar jacinth
#

Agreed

jovial vault
#

Hollow knight but toxic is playing in the background

#

Haha guys! I have a great mod idea

solar jacinth
#

Ohno

solemn rivet
#

someone quick make a custom knight skin of the knight wearing the skintight costume Britney uses in Toxic

jovial vault
#

No

solar jacinth
#

First pay me 499$

rain cedar
#

I'll do it for only $474.99

hollow pier
#

wtf that aint $300

#

selloutpr

rain cedar
#

I can undercut Sugar's price well enough without going that low

#

There's no reason to lose money

#

Basic economics

solar jacinth
#

473,99$ last deal

dusky lion
#

GIVE ME 300$

#

EZ CLAP

solemn rivet
#

who wants to do it for 420$

dusky lion
#

i will give you 3 dollars and i will do it

rain cedar
#

Hey everyone stop putting the dollar signs in the wrong spot

#

Only pete got it right

dusky lion
#

no

rain cedar
#

Uncultured swine

solemn rivet
#

4$20

solar jacinth
#

Oh

hollow pier
#

good job pete!

solar jacinth
#

No

solemn rivet
#

I hate it being in the left tbh

solar jacinth
#

Thanks

dusky lion
#

i will give you S420 dollars for it

solar jacinth
#

$4$2$0$

cunning lagoon
#

€69

solemn rivet
#

$ for spanish coins

final nova
#

Got the game working perfectly now, thanks @solemn rivet

weak lodge
#

€9.57

solemn rivet
solar jacinth
#

I like how they call modding staffs toxic but in the end... they always thank to you

dusky lion
#

damnb

#

fuck gaming

solemn rivet
#

wut happen cammie

charred parrot
#

today I learned the moss charger is knocked back by nail hits

copper nacelle
weak lodge
#

56

brazen mortar
#

imagine doing massive moss charger without knockback cheesing

weak lodge
#

what mod are you currently working on

copper nacelle
#

room rando/mp

#

more room rando than mp

weak lodge
#

ic

#

did it become too much

copper nacelle
#

no i'm just lazy

weak lodge
#

same

#

why do you think i havent started modding yet

hollow pier
#

level editor

copper nacelle
#

no

weak lodge
#

pete go back to completing the cycle and running celeste then ultimately releasing a wr for hk after your long hiatus

copper nacelle
weak lodge
#

the chad

copper nacelle
weak lodge
#

String

copper nacelle
#

oh I can't read

weak lodge
#

no one can

copper nacelle
weak lodge
#

why do you think interpreters get paid so much

copper nacelle
weak lodge
#

sorry i mean mcdonalds employees*

final nova
#

some mod in the mod manager made a boss pretty much unkillable, even though i dont have any difficulty changing modes enabled

#

anycould could help me out ?

#

anyone*

warped sinew
#

Smh This place so toxic smh again

jovial vault
#

@final nova certain mods like daughter of hallownest or mantis gods are supposed to make bosses a Lot harder, you can uninstall them if you cant defeat them

final nova
#

dont have them installed

young walrus
#

how bout you say what you DO have installed

#

that'd be a start

#

instead of us playing this annoying guessing game

final nova
#

bonfire mod, charm notch, enemy hp bar, exaltation, grimmchild, infinite grimm/notch, lightbringer, qol, patch

solemn rivet
#

Infinite Grimm

#

Literally makes grimm

#

Infinite

#

aka

#

Unkillable

final nova
#

im aware

#

im at the boss that looks like a flying pig

#

snorts at the beginning, until you atk it

solemn rivet
#

Wut

#

Pig?

final nova
#

uh

#

think its the second boss of the game ?

solemn rivet
#

Hornet?

final nova
#

nope, some flying monster

#

slams down on the floor

#

the ability i mean

solemn rivet
#

Soul master

#

How is it like a pig tho

final nova
#

soul master?

solemn rivet
#

I'm honestly curious

final nova
#

i doubt thats it

solemn basin
#

Is it Empress Muzznik?

solemn rivet
#

Oh

solemn basin
#

That's from Lightbringer if so.

final nova
#

yeah

solemn rivet
#

You're talking about gruzz mother

final nova
#

oh, lightbringer also makes the mobs harder ?

solemn basin
#

You should just go around her. Get to Salubra/Sly from Blue Lake.

solemn rivet
#

Yeah, lightbringer buffs it

#

No, just her

#

She becomes a late game boss

#

You even get a message when you enter the area saying you're not worthy

final nova
#

yeah, but i didnt know where else to go, since i thought that was the only way

#

thanks

solemn rivet
#

Not at all

#

You can literally just go to greenpath dude

#

You playing lightbringer

solemn basin
#

You can get desolate dive and enter Crystal Peaks, or beat Mantis Lords and enter Deepnest for the tram pass.

solemn rivet
#

Shoot dem baldurs

solemn basin
#

Oh, you're at the very start.

final nova
#

alright, ill try greenpath first

#

ty

solemn basin
#

Then yeah, go to Greenpath. But you probably want to beat False Knight and get vengeful spirit.

solemn rivet
#

Yeah

#

Not sure if the lance has enough range

solemn basin
#

You don't need it to reach Greenpath in Lightbringer, but if you ignore it for too long it'll become inacessible.

#

It is enough range for baldurs. But I ignored VS until it was impossible to get. 😄

solemn rivet
#

Wdym

final nova
#

does the bonfire mod work with lightbringer ?

solemn basin
#

I killed False Knight after the crossroads were infected and the way to ancestral mound was blocked off.

solemn rivet
#

Not really. They don't affect each other

#

Oh

final nova
#

so leveling up is pretty much useless ?

solemn rivet
#

Rip

#

Well

#

Not really

#

Just strength

#

And crits won't work either

solemn basin
#

Eh, 110% was good enough. I just thought it was hilarious to lose 2% from hubris in putting it off for so long.

final nova
#

leveling up dext still increases my atk speed ?

solemn rivet
#

Sure

final nova
#

sure ?

solemn rivet
#

I see no reason it wouldn't

final nova
#

that doesnt sound very 100%

solemn rivet
#

Well

#

Bonfire is shite

#

And I last played lightbringer more than a year ago

#

And never played then together

#

But theoretically, it should work

#

dex just reduces the slash cooldown and speeds up the animation

#

lightbringer doesn't change those, so it should be fine

#

the reason damage doesn't work is that bonfire applies damage directly to the nail

#

while lightbringer bypasses nail damage and uses its own damage system

#

that's something you can easily fix, ttacco tbh

#

you can make bonfire load last and check if lightbringer is loaded

#

if it is, you can apply stuff to it

dusky lion
#

i played approximately 2 minutes of lightbringer

#

issue is that i got furi around the same time and i wanted to play that instead

ornate heart
#

How do I even mod at all?

#

I see.

young walrus
fair rampart
#

Hello

ornate heart
#

Are there any mods I should definitely try out?

fair rampart
young walrus
#

^ summaries

ornate heart
#

Ok.

fair rampart
#

Lightbringer doesn't work. How to fix?

young walrus
#

install correctly

charred parrot
#

ok

#

sure

warped sinew
#

@solemn basin ancestral mound doesn't get blocked off

#

The infected map has the short cut open I am pretty sure

charred parrot
#

hey Graig, whats your least favorite part of HK

warped sinew
#

Testing boring shit a million times

charred parrot
#

like what?
Also I meant as a finished game product 😛

solemn basin
#

I didn't think it opened up, as that wall requires a switch past the sealed off wall.

charred parrot
#

like in retrospect I guess since you were heavily involved in the testing phase

solemn basin
#

I could be wrong though. Saw it was blocked off on one end after killing False Knight.

warped sinew
#

The infected map doesn't have the wall there at all

#

So it opens up without the switch

solemn basin
#

Interesting, well good to know!

ornate heart
#

Randomizer isn't working.

solemn basin
#

I just assumed the switch was needed to get in on that side.

charred parrot
#

Infected Map cutting off certain routes makes me sad.

warped sinew
#

Not sure what my least fav thing is. I do hate vengefly king

charred parrot
#

It really throws you off.

#

Was Vengefly King something you needed to test over and over

#

😛

warped sinew
#

Its because its zero challenge and has RNG that slows the fight down. Just annoying really

#

Can have a lot of dead time

#

Doing it All binds its so shit

charred parrot
#

RNG being it summoning little flies?

glacial panther
#

yeah

#

soul tyrant also has variable speed depending on what attacks he uses but at least he doesn't give you a bunch of dead air

charred parrot
#

Uumuu best boss

solemn basin
#

The only good boss is a dead boss.

floral furnace
#

but is it different to testing silksong 1 million times hmm yes 😉

charred parrot
#

Ya tell us about your Silksong experiences 😉

jovial vault
#

haha graig silksong when 😉

jovial vault
#

benji I see you

long egret
#

playing randomizer and i got glowing womb, defender crest, mothwing cloak, and mantis claw already, this run is blessed so far.

jovial vault
#

nice

solar jacinth
#

how do i not make the camera flip with player ?

leaden hedge
#

don't attach the camera as a child

solar jacinth
#

but this time it wont follow it

#

wdym by child

leaden hedge
#

do you have

player
  camera
#

in your hierarchy

solar jacinth
#

yes

#

i did that

leaden hedge
#

thats why

#

don't do that

solar jacinth
#

but how do i make the camera follow the player

leaden hedge
#

give the camera a script

#

give that script a public GameObject target

#
public Vector3 offset = new Vector3(0,0, -10);
public LateUpdate(){
    this.transform.position = target.transform.position + offset
}
#

i dunno if the camera actually needs to go in the Z direction

#

you might have your scenes set up X horizontal and Z vertical, in which case use Y as the direction to offset the camera

solar jacinth
#

ok thx

leaden hedge
#

if you wanna be slightly fancier you can use Vector3.SmoothDamp;

#

and set the target to be slightly infront the player

solar jacinth
#

id like to use that

leaden hedge
#
public class SmoothCamera : MonoBehaviour
{
    public Transform target;
    public float speed;
    private Vector3 vel = Vector3.zero;

    void LateUpdate()
    {
        Vector3 targetPosition = target.TransformPoint(new Vector3(0, 0, -10));
        transform.position = Vector3.SmoothDamp(transform.position, targetPosition, ref vel, speed);
    }
}
#

speed is inverse

#

bigger number = slower camera

#

0 is instant

#

so I guess this is better

public class SmoothCamera : MonoBehaviour
{
    public Transform target;
    public float t;
    private Vector3 vel = Vector3.zero;

    void LateUpdate()
    {
        Vector3 targetPosition = target.position + new Vector3(0, 0, -10);
        transform.position = Vector3.SmoothDamp(transform.position, targetPosition, ref vel, t);
    }
}
#

also you can do things like setting the target to the middle of a room for boss arenas

#

or points of interest

solar jacinth
#

thats cool

#

thanks

leaden hedge
#

also bonus code

public class SmoothCamera : MonoBehaviour
{
    public Transform target;
    public float t;
    private Vector3 vel = Vector3.zero;

    public bool lockX;
    public bool lockY;

    void LateUpdate()
    {
        Vector3 targetPosition = target.position + new Vector3(0, 0, -10);
        if (lockX)
            targetPosition.x = transform.position.x;
        if (lockY)
            targetPosition.y = transform.position.y;
        transform.position = Vector3.SmoothDamp(transform.position, targetPosition, ref vel, t);
        
    }
}
#

that lets you lock the X/Y movement

charred parrot
#

or just use Cinemachine

charred parrot
#

no need to code a camera when you can have something like that do the work for you

jovial vault
#

do the world for you

charred parrot
#

😦

#

no bully

leaden hedge
#

why program your game when you could just use playmakerfsm

jovial vault
#

why program your game when you could just draw art for it

ornate rivet
#

because playmakerfsm costs money

#

very easy kdt

leaden hedge
#

existence costs money

jovial vault
#

haha can you believe there are people in this channel who paid good money for playmakerfsm

leaden hedge
#

but I haven't cut that out of my life yet

charred parrot
#

ya those crazy people

#

who played money for playmaker

#

ha

#

ha

#

ha

ornate rivet
#

getting a service for free vs paying for something you can do yourself

#

you guys actually got playmaker?

jovial vault
#

:) lazy

charred parrot
#

I purchased playmaker like a year and a half ago

jovial vault
#

same saleh

charred parrot
#

was on sale for 75%

leaden hedge
#

not worth it

ornate rivet
#

still sigh

charred parrot
#

I still think it's fine

ornate rivet
#

but we have their code with dnspy

leaden hedge
#

except you only have the parser

#

and playmakerfsm is an editor and a parser

ornate rivet
#

so $16 for the ui

leaden hedge
#

i'd give $16 for playmaker to die

charred parrot
#

@jovial vault Sounds like you want to start using playmaker

jovial vault
#

add it to my ari shrine

#

honestly playmaker wasn't the dumbest thing ari did with hollow knight

unborn badger
#

didn't wilbo do the technical stuff

#

ari did art

jovial vault
#

yes

#

ari did mess around with fsms as he had little coding experience

unborn badger
#

i c

jovial vault
#

the dumbest thing if anyone is wondering is animating all of hollow knight in photoshop

charred parrot
#

I wouldnt call it dumb

#

just

#

questionable

#

and hey it looks good so

#

eeeeeh

jovial vault
#

i have no idea how it looks this good

#

smh lazy you try animating in photoshop sometime

charred parrot
#

think about it this way

#

he was holding back his true power

#

like Goku with weighted clothes

#

imagine if he used a dedicated animation program

jovial vault
#

don't you have like an exam this wednesday

charred parrot
#

tomorrow

#

and tuesday

#

and wednesday

jovial vault
#

pensive

charred parrot
#

I can take a break to shit post

jovial vault
#

what's it on

#

also pfft youre always shitposting

charred parrot
#

viral pathogenesis on monday

#

some business stuff on tuesday

#

and parasites on wednesday

#

then like 2 weeks later I have 1 on Bash and C and then I'm done my undergrad

jovial vault
#

oh dang nice

#

finally free™

charred parrot
#

yep and I got accepted to a masters program to woo

#

nope lol

#

keep in mind this isn't america

#

school is actually

#

uuuh

#

payable

jovial vault
#

canada is pretty reasonable tbh

#

assuming you're a citizen or PR

#

international costs are wearytiso

#

i might actually end up there

charred parrot
#

ya they're always high if its international

#

fun fact about the US

#

total student debt is higher than total credit card debt

jovial vault
#

i remember hearing that a while back and going "that doesnt sounds right"

charred parrot
#

it doesnt and isnt right

jovial vault
#

gotta shell out my life savings for education

charred parrot
#

their schools have gotten into an expansion arms race

#

so much is going into making things bigger and bigger and bigger that they cant really afford the expansion

#

and its being made up in the tuition fees

jovial vault
#

pretty much

charred parrot
#

and the student debts are subject to interest

#

so...

#

ya

jovial vault
#

fun times

#

canada lower your tuition fees slightly and ill 👀

charred parrot
#

I like to think they're reasonable

#

ish

#

oh wait international

#

aaaaaaaaaaah

jovial vault
#

yeah international is like 20k and above

charred parrot
#

gnarly

#

Local is usually something like 2k a semester

jovial vault
#

yup

charred parrot
#

out of province is like 4-5

#

and international is....

#

ooo boi

jovial vault
#

😔

charred parrot
#

just become a canadian citizen

#

our country is better anyway

jovial vault
#

i mean true

charred parrot
#

we have weed

jovial vault
#

a lot of my family are citizens so that is a Possibility

#

smh i can get weed here too

leaden hedge
#

don't do school and stay in drugs

jovial vault
#

excellent advice

#

ty

leaden hedge
#

np

#

I wish I did less school and more drugs

#

and i did no school and all the drugs

charred parrot
#

just start making video games, get an indie mega hit and live as a multi millionaire

#

ez

jovial vault
#

ah yes the team cherry model

leaden hedge
#

i'd rather enter the lottery

#

and thats a tax on stupid

jovial vault
#

so you

solar jacinth
#

hey mino i always animate at photoshop

#

i think its fine

leaden hedge
#

i animate in mspaint

solar jacinth
#

same

charred parrot
#

same bro

#

what version

solar jacinth
#

photoshop makes it look so beatiful

leaden hedge
#

6.1

jovial vault
#

big pensive

solar jacinth
charred parrot
#

ooo that one has the new bucket tool features

leaden hedge
#

its got 4 different sizes

jovial vault
#

i haven't used mspaint in like six years

leaden hedge
ornate rivet
#

what version of ms paint is this?

solar jacinth
#

wow masterpiece

#

its astencyl

weak lodge
#

sigh

jovial vault
#

sigh

ornate rivet
#

sigh

solar jacinth
#

sigh

leaden hedge
#

that shitpost took atleast 20 seconds

#

and i get sighs

#

smh

weak lodge
#

is that aesprite

leaden hedge
#

it is

weak lodge
#

sigh

leaden hedge
jovial vault
#

doesn't aesprite cost actual real money

weak lodge
#

no

jovial vault
#

nice

leaden hedge
#

it does

#

its $15

weak lodge
#

u mean pirate

jovial vault
#

why do you have it then 🤔 you dont draw do you

solar jacinth
#

its for sprite animation

leaden hedge
jovial vault
#

kdt are you sure you aren't secretly making a game

charred parrot
#

I'm telling you man

#

he's 100% secretly making a game

unborn badger
cunning lagoon
#

down 4 health on first phase garmond

unborn badger
#

shh

#

this is the first time i've played in a while

weak lodge
#

i just beat ultrad sad

#

was p free did it within 15 mins

glacial panther
#

now do atomic

charred parrot
#

how did you break her

#

is she stuck

unborn badger
#

yeah

#

just unmoving

unborn badger
#

i have decided that i want to die

copper nacelle
#

same

unborn badger
#

however fighting ultrad with MGR music in the background has made me want to do something

#

how2code.jpg

jovial vault
#

suffer.jpg

leaden hedge
#

cant confirm

safe hamlet
#

MGR music? :thonk:

unborn badger
#

but is there actually a guide for modding the game

copper nacelle
safe hamlet
#

i don't think there is one yet, saleh was working on one

unborn badger
#

thanks sean

jovial vault
#

there's stuff pinned

safe hamlet
#

o

jovial vault
#

also yeah saleh's working on a guide rn but it's half written

copper nacelle
#

kdt made api docs

jovial vault
#

just go through the pins and you'll find stuff

#

oh he did?

copper nacelle
#

they are pretty good

jovial vault
#

nice

unborn badger
#

does the version of visual studio matter because the one i have is 2015

copper nacelle
#

Not particularly but the newer ones are nicer

#

There's no reason not to update

unborn badger
#

okay i'll use 2015 while 2019 downloads

weak lodge
#

ching gonna mod?

unborn badger
#

i'm going to attempt

weak lodge
#

gl

copper nacelle
#

that's what they all say

jovial vault
#

he's joining the suffer club

leaden hedge
#

different versions have different compilers

#

but you can just import the newer .net version

copper nacelle
#

i don't think 2017 or 2019 come w/ .net 3.5

safe hamlet
#

^

leaden hedge
#

not the framework

weak lodge
#

also dnspy is good

copper nacelle
#

you can just download different msbuilds can't you

dusky lion
#

it is in fact what they all say

#

speaking from experience

#

ascended god gorb coming soon guys 😃

weak lodge
#

modding idea

unborn badger
#

hollow terraria coming soon guys

dusky lion
#

crystal guardian 2 mod coming soon guys

safe hamlet
#

i am not gonna bother with getting 2019 until .net core 3.0 is fully released

copper nacelle
#

but why

#

better completion

weak lodge
#

mighty hegemol and knights of lurien coming soon guys emilitia

ornate rivet
#

vs 19 feels slower

leaden hedge
#

im not gonna get 19

safe hamlet
#

ehh, i am fine with the current IntelliSense

leaden hedge
#

just ever

weak lodge
#

im not gnna get 18

#

sigh

unborn badger
#

mfw i don't have enough space for VS19

safe hamlet
#

lol

leaden hedge
#

i was using 13 until like last year

weak lodge
#

tf

unborn badger
#

goodbye new vegas

#

goodbye subnautica

weak lodge
#

goodbye hollow knight

unborn badger
ornate rivet
#

ching are you making a new rad mod

unborn badger
#

no

#

i'm making a general gameplay mod

ornate rivet
#

cool

unborn badger
#

it just adds 1 new move

weak lodge
#

play chingblinger

ornate rivet
#

what is this move

weak lodge
#

backstep

unborn badger
#

parry/block

ornate rivet
#

ah ok

unborn badger
#

well

ornate rivet
#

ah ok

unborn badger
#

there's already a parry but it's shit

weak lodge
#

i will play this mod

#

what

leaden hedge
#

make sekiro mod

weak lodge
#

parry is good

leaden hedge
#

let the knight jump over every wall in the game

unborn badger
#

basically the gist will be

#

if you block an attack on a specific frame you get a large amount of soul

weak lodge
#

ech

safe hamlet
#

just implement sekiro combat system in hollow knight

weak lodge
#

bad mod uses spells

leaden hedge
#

that would require parries to actually work in hollow knight though

unborn badger
#

and i just now realized there are like no free buttons

#

every button is used

weak lodge
#

what button do you figure the block button would be

#

yes

ornate rivet
#

go through each enemy and make a custom parry for each of them. Right now, the sword and shield bugs in the crossroads are the only ones that are fun to parry

weak lodge
#

lies

leaden hedge
#

just make it hold down + attack on the ground

weak lodge
#

all parryable bosses exist

#

u know what kdt

#

u god

unborn badger
#

that's a good idea kdt

weak lodge
#

now make ngg2 like a good boy

leaden hedge
#

ngg2 is made

weak lodge
#

fuck urite

leaden hedge
#

society can't handle it though PepeHands

unborn badger
#

the optimal result of this mod is infinite parry wars with Pure Vessel

leaden hedge
#

and by society I mean unity

weak lodge
#

sigh

#

what animation will you be using to signify block

unborn badger
#

not sure

leaden hedge
#

draw a new one

unborn badger
#

maybe just make an effect in front of the knight

weak lodge
#

oh i know

#

let me get it

leaden hedge
#

use that sprite

weak lodge
#

the little waves that come out when you shoot fireball

unborn badger
#

good idea

#

i was thinking just a small swing effect in front of the knight but that works too

#

i was also thinking about having it reflect projectiles but that sounds very broken

leaden hedge
#

basically no projectiles in the game anyway

weak lodge
#

what if, if it reflected a projectile you loose soul

#

and if you dont have soul it does nothing

leaden hedge
#

💦

#

🍑

safe hamlet
#

:thonk:

leaden hedge
#

thonk ur self

safe hamlet
#

no u

leaden hedge
#

あなたのお母さんはゲイだよ

weak lodge
#

ш цфте ещ вшу

leaden hedge
weak lodge
#

🙂

leaden hedge
#

thats not what I typed

#

i said ur mum gay

weak lodge
#

sigh

safe hamlet
#

thank you google translate, very cool

leaden hedge
#

heres a useful meme phrase for you
あたしと同じくらいの歳の女の子はみんな、おちんちん大好きです!

safe hamlet
rain cedar
#

owo, wowo. uwu owo wowo. wowo wowo uwu.

hollow pier
#

ily sean uwu

dusky lion
#

ily pete uwu

weak lodge
#

ily 56 uwu

copper nacelle
#

no

rain cedar
#

yes

quaint raft
#

Which mod has settings in it that lets me change the game speed to 1.5x?

compact sedge
#

but on the plus side good to know gradow could always just buy his way to having the modinstaller not be detected

fair rampart
#

Hi, does anyone know if its possible to get mods on mac for hollow knight?

#
**Mac**

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

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

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

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

Thanks!

copper nacelle
fair rampart
#

Oh wow thanks I couldn't find any videos!

weak lodge
#

56 why do you own a mac 😔

copper nacelle
#

Knightmere why aren't all your computers running Arch Linux 😔

weak lodge
#

because i dont like linux 😔

#

actually lot that i dont like linux

#

more that im too incompitent to install it

fair rampart
#

mint

copper nacelle
#

manjaro

fair rampart
#

kali

copper nacelle
#

🤢

fair rampart
#

chrome

copper nacelle
#

🤢 🤢 🤢
🤢 🤢 🤢
🤢 🤢 🤢

compact sedge
#

imagine being too incompetent to click next on an installer 12 times, even with IT guiding you through the whole process @weak lodge

copper nacelle
#

or better yet

#

antergos

weak lodge
#

cool

compact sedge
#

I've flipped back and forth on if I should tell people to do antergos or manjaro. I think antergos is objectively better in 95% of the way but manjaro has steam preinstalled and I think makes it slightly easier to install nvidia drivers

#

I make it sound like one's shitty and one isn't. in reality they're both very similar and very good relative to the only windows I ever regularly used which was 7

rain cedar
#

any livesplit

compact sedge
#

I made a shitty timer mod a long time ago but it overcounts time relative to livesplit