#archived-modding-development

1 messages · Page 172 of 1

solemn rivet
#

Make carefree melody protect you from all damage with a 90s cooldown

fair rampart
#

I was thinking that it would reduce damage above 1 mask by 1 mask

#

i.e. 2 damage turns into 1

#

For 3 notches I figured it was strong enough

copper nacelle
#

@rustic stag call original

#

*orig

solemn rivet
#

If you don't make that mod, I will

copper nacelle
#

you're infinitely looping

solemn rivet
fair rampart
#

🔫 grimm

copper nacelle
#

you're calling add geo from an add geo hook

fair rampart
#

@solemn rivet I'm still glorifying charms so

buoyant obsidian
#

what did Carefree Melody even end up doing again?

rustic stag
#

So it should be HeroController.instance.orig_AddGeo(amount * Random.Range(0.2f, 2f)); ?

fair rampart
#

each hit you take gives the charm a 10% chance to protect you from the next hit

#

it stacks up and at some point adds 30% instead, I think after 5 hits

#

it's F-tier in its current state

buoyant obsidian
#

eww

fair rampart
#

3 charms can get you quick slash or shaman stone

buoyant obsidian
#

they could've done way cooler stuff with it

fair rampart
#

but making it reduce all damage by 1 would be worth the slots

buoyant obsidian
#

on average that's what, 2 extra health?

#

just get fragile health

fair rampart
#

consider fighting NKG

buoyant obsidian
#

it's kinda weird that they even offer you a choice

fair rampart
#

if you have 9 masks, you can take 5 hits before dying

#

since he does 2 damage

#

if you have 9 masks and the glorified melody, you can take 9 hits before dying

#

it's pretty good for the cost

#

would it be overly hard to implement a debug menu that lets you click on a button to glorify and unglorify charms on a whim?

#

it's rather difficult at the moment for me to test it

#

ideally you could click a button with each charm's name to glorify it

rustic stag
#

Okay, so now it picks up the geo, but doesn't add them.

void GeoMultiplier(On.HeroController.orig_AddGeo orig, HeroController self, int amount)
        {
            amount *= 2;
        }
fair rampart
#

ensure that you're using the function of the type HeroController.instance.AddGeo

#

otherwise the counter won't update

#

PlayerData.instance.AddGeo does the same thing but doesn't update the counter until something else does

#

it adds the geo but doesn't give any feedback

rustic stag
#

Okay, got it. Works now! Thanks.

fair rampart
solemn rivet
#

Xhu use imgui and add a button imo

#

Or bind it to a key

tranquil glen
#

why does the camera hate me so much

solemn rivet
#

dunno

#

it hates everyone kry

tranquil glen
#

in the current debug mod how does it return the camera to normal after being on always follow mode?

solemn rivet
#

uuuuh idk

tranquil glen
#

or does it zote

#

so the bool cityLift1_isUp seems pretty self explanatory

#

what does just cityLift1 do though?

buoyant obsidian
#

Ok so I updated the Lightbringer.cs file in 56's Lightbringer port

#

how to I build it?

#

is it as simple as just building it from the .sln using Visual Studio?

#

if that's the case, could someone walk me through getting all the references working?

solemn rivet
#

yeah

#

just load the refs from the managed folder

#

do you know which ones are needed?

#

prolly unityengine, playmaker... The API too

buoyant obsidian
#

is there a downside to loading all of them?

solemn rivet
#

uhhh

#

I don't think so

buoyant obsidian
#

Project > Add Reference > Check everything I see?

solemn rivet
#

ye boi

buoyant obsidian
#

50 errors down

#

77 to go

fair rampart
#

oh lord

buoyant obsidian
#

I honestly have no clue what I'm doing

#

Visual Studio always pulls this shit

#

I DIDN'T EVEN CHANGE ANYTHING

solemn rivet
#

add playmaker.dll and the api as refs

buoyant obsidian
#

where can I get the latest API?

solemn rivet
#

gdrive

buoyant obsidian
#

1.4.2.4 is the current live branch, right?

solemn rivet
#

yup

nimble lake
#

How can I know which mods are updated and which aren't?

solemn rivet
#

if they are on the installer, chances are they are updated

#

except for rando2

buoyant obsidian
#

So I need to use the modding API's Assembly-CSharp and not the vanilla one as my reference, correct?

solemn rivet
#

ye

buoyant obsidian
#

time to figure out how to remove references

nimble lake
#

Btw is it possible to disable the minimap in charming mod? I think that's what makes my game lag.

solemn rivet
#

sure, unequip compass

#

or disable it using the settings

nimble lake
#

But then I can't see myself when I actually want to open a minimap

#

Also what it shows me isn't even a minimap, just another view with a zoomed out camera in the corner.

solemn rivet
#

disable it using the settings

fair rampart
#

ur a setting

nimble lake
#

You can't

#

You just can't

buoyant obsidian
#

Yeah these references just aren't working for me

#

what do I have to do aside from just select all of them?

rustic stag
buoyant obsidian
#

I guess Visual Studio has some bugs with referencing more than one thing at a time

#

if one fails, all the ones after it do

solemn rivet
#

ofc you can

#

go to your saves folder

#

and edit the settings file

buoyant obsidian
#

it seems the caution symbol means they aren't being referenced properly

#

how do I reference them properly?

solemn rivet
#

delete and re-add them

buoyant obsidian
#

still angry

solemn rivet
#

maybe u got bad refs

buoyant obsidian
#

googling the problem says some shit about reference paths

#

where should I shove them to make them able to be found?

solemn rivet
#

uhhh I just leave them where they are tbh

buoyant obsidian
#

it just doesn't wanna find references

solemn rivet
buoyant obsidian
#

how can't you find it it's in your folder reeee

solemn rivet
#

sorry for the lag, my pc was busy opening other stuff

buoyant obsidian
#

I did exactly that

solemn rivet
#

is your stuff updated tho

#

did you update the game? The API? Modcommon?

buoyant obsidian
#

using all the newest yup

#

the problem is Visual Studio can't find the references at all

solemn rivet
#

¯_(ツ)_/¯

buoyant obsidian
#

like the .dlls themselves

#

which makes no sense

#

it literally tells me "here's what you're looking for"

#

so I click it to load it in

#

"Sorry can't find it lol"

solemn rivet
#

dunno

rustic stag
#

Trying to change the range of the nail. This gives me no range at all. Anybody can see where I did a dumb?

void RangeExtender(On.NailSlash.orig_StartSlash orig, NailSlash self)
        {
            if (PlayerData.instance.equippedCharm_13 && PlayerData.instance.equippedCharm_18)
            {
                base.transform.localScale = new Vector3(self.scale.x * 1.6f, self.scale.y * 1.6f, self.scale.z);
            }
            else if (PlayerData.instance.equippedCharm_13)
            {
                base.transform.localScale = new Vector3(self.scale.x * 1.4f, self.scale.y * 1.4f, self.scale.z);
            }
            else if (PlayerData.instance.equippedCharm_18)
            {
                base.transform.localScale = new Vector3(self.scale.x * 1.25f, self.scale.y * 1.25f, self.scale.z);
            }
            else
            {
                base.transform.localScale = new Vector3(self.scale.x * 1.15f, self.scale.y * 1.15f, self.scale.z);
            }
        }
fair rampart
#

nyoooooooooooooooooooooooooooom

#

glorified dashmaster + glorified sprintmaster gives you 60% faster movespeed

#

fast

cunning lagoon
hollow pier
steep sail
#

What means glorified charms?

fair rampart
#

mod I'm working on to upgrade charms

#

was originally meant to be in godmaster but was cut

#

so I'm trying to implement it through modding

steep sail
#

Jh

fair rampart
cunning lagoon
#

the stagway coin looks sick

buoyant obsidian
#
private void StartSlash(On.NailSlash.orig_StartSlash orig, NailSlash self)
        {
            orig(self);
            PlayMakerFSM slashFsm = GetAttr<PlayMakerFSM>(self, "slashFsm");
            float slashAngle = slashFsm.FsmVariables.FindFsmFloat("direction").Value;
            tk2dSpriteAnimator anim = GetAttr<tk2dSpriteAnimator>(self, "anim");
            if (slashAngle == 0f || slashAngle == 180f)
            {
                self.transform.localScale = new Vector3(self.scale.x * 0.32f, self.scale.y * 0.32f, self.scale.z);
                self.transform.SetPositionZ(9999f);
                anim.Play(self.animName); // nope
                return;
            }
fair rampart
#

originally it was golden rather than blue on the sides but I thought that swapping the colors of the dashmaster and sprintmaster would make for something interesting

steep sail
#

These chrams was originally planned in GM?

hollow pier
#

this mod looks sick xhu

fair rampart
#

there's not much details on what exactly it was going to be in GM

#

only that it would "add depth to your charm collection"

#

the feature was scrapped in the end

coarse moth
#

@buoyant obsidian hi

fair rampart
#

but I was curious if it was doable here

buoyant obsidian
#

Hi

fair rampart
steep sail
#

But assets and texts - from scrapped content?

fair rampart
steep sail
#

From unused files?

fair rampart
#

the assets and text are made by me

steep sail
#

Oh...

coarse moth
#

omg

#

we thought this was a glorify charm

steep sail
#

Good work! (I hoped that it was created by TC)

fair rampart
#

yeah, me too

#

I think the difficulty was tuned around those new charms and so things are kinda busted

#

there were no assets, text, or even hints about what exactly glorification was supposed to be

#

so everything is kind of guesswork

rustic stag
#

Wait so we can override in-game textures? Is that new?

fair rampart
#

this is all done through the modding api

#

so not officially no

rustic stag
#

I know, I mean you didn't just replace the resources file, it's added in your mod's code?

fair rampart
#

I included an alternate texture; then I override the vanilla sprite whenever it's glorified

#
        {
            while (CharmIconList.Instance == null || GameManager.instance == null || HeroController.instance == null)
            {
                yield return null;
            }

            if(IsGlorified("GatheringSwarm"))
            {
                CharmIconList.Instance.spriteList[1] = Sprites["Exaltation.Resources.Charms.1.png"];
            }
            if(IsGlorified("Dashmaster"))
            {
                CharmIconList.Instance.spriteList[31] = Sprites["Exaltation.Resources.Charms.31.png"];
            }
            if(IsGlorified("Sprintmaster"))
            {
                CharmIconList.Instance.spriteList[37] = Sprites["Exaltation.Resources.Charms.37.png"];
            }
        }```
#

IsGlorified("name") is a function of my own

rustic stag
#

So the actual image lives inside your dll though, yes?

fair rampart
#

yea

rustic stag
#

Awesome. That gives me lots of ideas.

fair rampart
#

I'm pretty sure I saw a mod where someone replaced the radiance sprite with the mistake

copper nacelle
#

@buoyant obsidian did you get it working for you

buoyant obsidian
#

nope, Visual Studio is currently updating

copper nacelle
#

oof

buoyant obsidian
#

I've had this problem forever though

#

Visual Studio just doesn't work correctly on my PC

copper nacelle
#

are you a student

buoyant obsidian
#

yup

copper nacelle
#

use Rider then

buoyant obsidian
#

Rider?

copper nacelle
#

another ide

#

alternative to VS

#

it's what I use

#

AA uses it too

buoyant obsidian
#

I had no idea there were alternatives lol

copper nacelle
buoyant obsidian
#

yep

#

site is loading atm

copper nacelle
#

free w/ a student email

#

nice

buoyant obsidian
#

still loading...

copper nacelle
buoyant obsidian
#

I'm starting to think I'm cursed

#

this is the slowest site ever

copper nacelle
#

f

#

that just happened to me

#

refreshing fixed it

buoyant obsidian
#

and what's ReSharper that I see all over your stuff?

hazy sentinel
#

sharpREE

copper nacelle
#

it's a VS extension/what Rider uses for it's suggestions and refactorings

hollow pier
#

hey 56 skurry did markoth

#

when are you

copper nacelle
#

idk

#

school is pain

buoyant obsidian
#

so basically I should get it

copper nacelle
#

if you get Rider it's built in

#

also yes

rustic stag
copper nacelle
#

that's a reflection function

#

that I put in lightbringer

buoyant obsidian
#

^

#

just make 56 do the complicated parts it's not that hard

copper nacelle
#

I also put it in modcommon if you ref that

rustic stag
#

Is there an alternative?

buoyant obsidian
copper nacelle
#

write the function yourself

buoyant obsidian
#

;-;

copper nacelle
#

holy shit ow

rustic stag
#

Sorry didn't mean to offend

cunning lagoon
#

oof

rustic stag
#

Just didn't want to add dependencies

compact sedge
#

add a dep to modcommon

copper nacelle
#

no I mean literally do that

compact sedge
#

trust me every mod uses modcommon

copper nacelle
#

excuse me

buoyant obsidian
#
using System;
using UnityEngine;

public partial class NailSlash : MonoBehaviour
{
    public void StartSlash()
    {
        this.slashAngle = this.slashFsm.FsmVariables.FindFsmFloat("direction").Value;
        if (this.slashAngle == 0f || this.slashAngle == 180f)
        {
            base.transform.localScale = new Vector3(this.scale.x * 0.32f, this.scale.y * 0.32f, this.scale.z);
            base.transform.SetPositionZ(9999f);
            this.anim.Play(this.animName);
            this.anim.PlayFromFrame(0);
            this.stepCounter = 0;
            this.polyCounter = 0;
            this.poly.enabled = false;
            this.clashTinkPoly.enabled = false;
            this.animCompleted = false;
            this.anim.AnimationCompleted = new Action<tk2dSpriteAnimator, tk2dSpriteAnimationClip>(this.Disable);
            this.slashing = true;
            this.mesh.enabled = true;
            return;
        }
        
        this.audio.Play();
        if (this.mantis) // Burning blade?
        {
            base.transform.localScale = new Vector3(this.scale.x * 1.35f, this.scale.y * 1.35f, this.scale.z);
            this.anim.Play(this.animName + " F");
        }
        else
        {
            base.transform.localScale = this.scale;
            this.anim.Play(this.animName);
        }
        if (this.fury)
        {
            this.anim.Play(this.animName + " F");
        }
        this.anim.PlayFromFrame(0);
        this.stepCounter = 0;
        this.polyCounter = 0;
        this.poly.enabled = false;
        this.clashTinkPoly.enabled = false;
        this.animCompleted = false;
        this.anim.AnimationCompleted = new Action<tk2dSpriteAnimator, tk2dSpriteAnimationClip>(this.Disable);
        this.slashing = true;
        this.mesh.enabled = true;
    }
}
compact sedge
#

except debugmod and like 2 others

buoyant obsidian
#

this is what I used to use

#

non-API shit

copper nacelle
#

the non-cached version would be like

#

self.GetType().GetField("slashFsm", BindingFlags.Instance | BindingFlags.NonPublic).GetValue(self);

@rustic stag

#

sorry if I mistyped it I'm on mobile

tranquil glen
#

56 why does the camera suck

copper nacelle
#

I sent you code to fix that tho

#

hhhhhhhhhhhh

tranquil glen
#

yeah i know

copper nacelle
#

did it not work

tranquil glen
#

it just didn't fix it

copper nacelle
#

wow nice

#

idk I can take a better look at it when I get home

buoyant obsidian
#

10mb down is not enough to do anything ;-;

#

thanks uni

compact sedge
#

my house is 10mb down sadgrub

buoyant obsidian
#

my old one was too

#

and 10mb really means 9 mb usually, occasionally 1

compact sedge
copper nacelle
#

200 modcommon downloads wtf

compact sedge
#

yeah and still 2.5 more hours before "day 4" ends

#

these are per day not cumulative btw

cunning lagoon
#

imma download it a bunch of times to throw you off

compact sedge
#

I'm already thrown off lol

hollow pier
#

why is mc > api

#

by like threefold

compact sedge
#

that's why I asked "wtf is going on here"

cunning lagoon
#

because i downloaded it a bunch of times to throw him off

hollow pier
#

yeah but where's the debug chart that shows a 90000% increase from pre-gm to gm

compact sedge
cunning lagoon
copper nacelle
#

I really need to add that pop-up

compact sedge
#

serious answer: I don't host debugmod although I'd be willing to if y'all wanted.

Also serious: I was trying to guestimate debugmod downloads by assuming everyone who downloads the api but not modcommon was just using debugmod

cunning lagoon
#

no matter what you do people will find a way to miss it

copper nacelle
#

true

#

but like

cunning lagoon
#

it certainly doesnt hurt to have it

copper nacelle
#

ye

#

and it'd get rid of a good few of them

fair rampart
#

calling it the Kingsmould Carapace

hazy sentinel
#

call it the You Know I Had To Do It To Em

cunning lagoon
#

veru rad absrad nail only when

hollow pier
fair rampart
solemn rivet
#

how do I set load order of a mod again

hazy sentinel
#

ok but is absrad quick slash unbreakable strength really different from absrad abyss shriek shade soul

cunning lagoon
#

dd is a thing though

compact sedge
#

public override int LoadPriority

#

lower means it loads earlier

solemn rivet
#

much thank

cunning lagoon
#

its not just shriek

compact sedge
#

fun fact. later mods get priority for their hooks (overriding older hooks) with the exception of GetInt and Language hooks where having a lower priority means your text/ints will apply.

buoyant obsidian
#

what's the point in that?

compact sedge
#

what's the point in what?

#

Sometimes people install more than one mod at once.

buoyant obsidian
#

wouldn't it be safer to have priority overwrite everything?

cunning lagoon
#

oh i just saw you dont dd at all in your fight

#

nice

buoyant obsidian
#

otherwise you might end up with two broken mods instead of one broken mod one working mod

hollow pier
#

who ddarks in absrad

cunning lagoon
#

i did on my first radiant kill

hollow pier
#

only losers who need the iframes would

cunning lagoon
#

which is why i redid it nail only hollowdab

compact sedge
#

no it would be smarter not safer. but the way it's done is the lazy solution. And rather than fix it in the API I just split redwing into two assemblies with different load prios.

#

The real answer is because I'm too lazy to send patches to the modding api. I also wrote a hack to use two TGlobalSettings, both with different names and neither with the dumb "GlobalSettings" affix.

solemn rivet
#

ok, I'm gonna make the installer mac compatible

buoyant obsidian
#

Rider doesn't work either

#

the .dlls just can't be found

#

I'm not sure why

copper nacelle
#

tf

#

try moving Managed to the folder all your repos are in

#

rename it build or something

#

and add it from there

#

also sometimes you can just build with the warning symbol anyway iirc

buoyant obsidian
#

not in this case sadly

copper nacelle
#

pain

#

better idea

#

use Rider msbuild

buoyant obsidian
#

Rider msbuild?

copper nacelle
#

ye

#

lemme find it

#

I think I was having a similar issue

compact sedge
#

(I'm using my system msbuild and everything's working 100% fine so it should work for you too /s)

#

Thought: I have a feeling that people whose Hollow Knight install folder is "Hollow Knight Godmaster" instead of just "Hollow Knight" pirated the game.

#

and that by having this folder name the modinstaller won't detect it as valid.

#

I wanna confirm it but the pirate bay is down so I can't search it.

buoyant obsidian
#

just ask the person who sent the screenshot lol

solemn rivet
#

we need better pirate detection tools

#

which is hard because gog

buoyant obsidian
#

^

young walrus
#

don't they need to select the data folder?

#

not the managed one?

#

also, did you get the API and stuffs up on the drive? or is it still hidden away somewhere else that the installer is referencing

compact sedge
#

it's been on the drive

#

it's on both the drive and my website but the installer links to the latter rn.

young walrus
#

gotcha

rain cedar
#

@compact sedge I have a folder for every patch with different names

compact sedge
#

I'm not saying that having a folder structure like that makes you a pirate but that the pirated thingy has that folder structure and it's being detected as invalid by the installer since the folder name isn't "Hollow Knight"

young walrus
#

and that the soundtracks are there too

#

seems shady

solemn rivet
#

hey, uhh

copper nacelle
#

shasum the steam dll maybe

solemn rivet
#

I cheated carefree melody for testing purposes

#

but grimmchild also spawned

#

wtf

copper nacelle
#

wouldn't work for gog tho

#

nice

solemn rivet
#

I literally just set the charm level to 5

cunning lagoon
#

did you have grimmchild equipped beforehand

#

maybe that causes it

solemn rivet
#

nope

#

I had nail charms

cunning lagoon
#

thats what you get fr cheating

#

shake my smh my head

young walrus
#

fragile cheating?

#

new charm?

#

how do i get it?

copper nacelle
#

cheat right before an update comes out

#

when the update comes out it'll break

#

ez

solemn rivet
#

maybe 90 seconds is a bit too long tbh

rain cedar
#

2:06 isn't 90 seconds

cunning lagoon
#

prove it

rain cedar
#

2*60 = 120

#
  • 6 = 90
#

Wow nevermind it checks out

hollow pier
#

r/theydidthemath

cunning lagoon
#

i knew it

keen surge
#

@copper nacelle homosexualis

solemn rivet
#

wait

#

I can just check for the steam/gog api

#

humble is simply gog, right?

cunning lagoon
#

where does pale court play

hollow pier
#

wp idk

rain cedar
#

Haven't done wp on current but yeah probably

solemn rivet
#

is this a trick question

compact sedge
rain cedar
#

Maybe path of pain, that was just credits music before

solemn rivet
#

wut

#

u pirate scum

cunning lagoon
#

ill check

solemn rivet
compact sedge
#

for some reason

fair rampart
#

🔫 grimm

solemn rivet
#

oh, so there is one

#

ok

compact sedge
#

well yeah it has to do the overlay somehow

solemn rivet
#

since I'm implementing a mac version anyway, I might as well get the current OS

candid grail
#

hm do creatures get stronger as you level up with bonfire?

buoyant obsidian
#

MSBuild didn't help

compact sedge
#

no but they do get stronger as you kill dreamers

buoyant obsidian
#

I guess my computer is just unable to build shit

rain cedar
#

Don't they also scale with level?

compact sedge
#

oh yeah no they do a little bit

#

but not a lot

#

and just their max hp

candid grail
#

ah hm. I may have to focus on a str/luck build then. Get the most out of single hits

solemn rivet
#

it balances out around 10 str

#

after that, your dps is always greater than vanilla

#

assuming you only level str/lck/dex

candid grail
#

interesting. Thanks

#

now if there was just any sort of decent geo grind after Divine's cashgrab

rain cedar
#

Colosseum, failed tramway, and relics all give a lot of geo very fast though

compact sedge
#

colosseum's the most fun tho

fair rampart
#

maybe could also just level int and instantly kill every enemy with one spell

rain cedar
#

Spells already do that

#

Except for bosses

solemn rivet
hazy sentinel
#

my favorite execution platform is 1977 france

solemn rivet
#

also nice veru

cunning lagoon
#

pale court doesnt play in pop

hollow pier
#

maybe it does when you get sub2:20

cunning lagoon
#

soon â„¢

#

i still haev to learn trinomi's cycle

#

and i have a new strat that saves like a second on the second to last room

hollow pier
#

it's just the cancer dash basically

cunning lagoon
#

pale court doesnt play on wp

#

i even sat on the stupid throne

#

is it just not in the game

hazy sentinel
#

why would it be in the game

hollow pier
#

secret area inc

cunning lagoon
#

ill let someone else go oob everywhere to look for it

#

have fun

hazy sentinel
cunning lagoon
#

maybe its just called court now

hollow pier
#

maybe it's called pop2butnotsoundtrack

young walrus
#

maybe it called ur mum

hazy sentinel
hollow pier
#

i love gg4-31 sad 1 main

young walrus
#

GGAEI

solemn rivet
fair rampart
#

lmfao

#

that's a lovely passive-aggressive message there

compact sedge
#

uh idk what it'd do for the gog linux version

#

and I don't own the game on gog to test

young walrus
#

lol

#

that looks amazing

solemn rivet
cunning lagoon
#

Arquivo DLL

#

Pasta de arquivos GWchadMEGATHINK

solemn rivet
#

makes no sense tbh

#

"Files folder"

#

people who translated windows to ptbr were pretty stupid tbh

hollow pier
#

pasta de macaroni

solemn rivet
#

so much mistranslated shit

compact sedge
#

does it say "Pasta de arquivos" even if it's empty?

solemn rivet
#

ye

young walrus
#

pasta de archives

compact sedge
#

nice

cunning lagoon
#

well its still a pasta de arquivos it just doesnt have any arquivos in it

solemn rivet
#

yeah mick, in ptbr, archives and files are the same word

hollow pier
#

ptbr e lixo

young walrus
#

i would hate archived pasta

solemn rivet
#

ptk can attest it tbh

young walrus
#

would taste stale AF

hollow pier
#

just add water

solemn rivet
#

unless you're making your own pasta, it's pretty much the same as eating archived pasta mick

#

that shit's old af

#

@copper nacelle u got gog on linux/mac?

#

I'm adding anti-piracy shit to the installer

storm jacinth
#

i'm a little curious, in what language hollow knight is coded ? and is it with unity engine ?

solemn rivet
#

c# ye

hazy sentinel
#

english

storm jacinth
#

ty 😃

#

which IDE do you use ?

hollow pier
#

suicIDE

cunning lagoon
#

wow rude

storm jacinth
young walrus
#

gottem

solemn rivet
cunning lagoon
#

do it

young walrus
#

get rid of "please"

cunning lagoon
#

open the hk steam page on their browser

young walrus
solemn rivet
#

notice that I delete their game folder

cunning lagoon
#

o

young walrus
#

hahahaha

#

that's awesome

solemn rivet
#

too much?

young walrus
#

nope

cunning lagoon
#

maybe

young walrus
#

it's fitting

hazy sentinel
#

wow virus

compact sedge
#

only if you're sure of no false positives

cunning lagoon
#

^

young walrus
#

^

solemn rivet
#

yeah, that's my fear AA

young walrus
#

was about to say

solemn rivet
#

needs further testing

#

but if I can do it safely

cunning lagoon
#

is there any other place where you can get hk

compact sedge
#

I love that it deletes 100% of the mac installs

cunning lagoon
#

that is not steam or gog

solemn rivet
#

for now, AA

#

I need 56 for that

#

you can get it on humble bundle, DLK

#

but I think it's just a gog/steam code

cunning lagoon
#

but that just gives tyou a steam key doesnt it

#

yeah

solemn rivet
#

there's also the indiebox cd

compact sedge
#

indiebox cd is really outdated version plus steam key

solemn rivet
#

but that's waaaay outdated

young walrus
#

so what is it checking for? okay, steamapi

solemn rivet
#

yeah, also steam key

young walrus
#

cuz I have steam_appid.txt in there

#

for older patches

hollow pier
#

running on older patches is pirating

#

please have 3 godmaster patches thanks

solemn rivet
#

but you do have the steam_api.dll right? Mick

buoyant obsidian
#

I feel like you're gonna get at least one false positive with that anti-piracy shit

solemn rivet
#

for now, yeah

#

so I won't delete the folder yet

compact sedge
#

I feel like there's gonna be a bug that triggers it mistakenly

solemn rivet
#

comment

buoyant obsidian
#

I'd say just let it be

compact sedge
#

somewhere in version 10.1 or something

rustic stag
#

Does it only check for the existence of the file?

hazy sentinel
#

bug haha

solemn rivet
#

yeah esipode

#

easy to circumvent, yeah

young walrus
#

i don't think so, gradow

solemn rivet
#

but they would need to know what to work around

young walrus
#

i'll have to check

compact sedge
#

tbh don't delete the folder but do open a steam page and also close the program. and maybe something else too if you really want.

rustic stag
#

That is true

young walrus
#

i think it's just the HK data folder and the exe

cunning lagoon
#

yeah opening the steam page would be great

young walrus
#

then i put the .txt in there to let steam read it as a non-steam game

cunning lagoon
#

prob dont delete the folder

rustic stag
#

Have it redirect to the steam page to buy it in browser lol

cunning lagoon
#

as much as i would like it

solemn rivet
#

already commented it out geez

young walrus
#

have it open 10 porn pages

buoyant obsidian
#

:)

solemn rivet
#

nou

hollow pier
#

make the desktop bg play lightbringer

compact sedge
#

have it download and install bonzibuddy.

hazy sentinel
#

make it replace the assembly with a standalone blackmoth assembly

young walrus
#

or just rick roll em

hazy sentinel
#

except the dash is always 0 damage

young walrus
compact sedge
young walrus
#

wtf

hazy sentinel
cunning lagoon
solemn rivet
#

so, mick, is the api there or not?

#

(I removed the delete function for now btw)

young walrus
#

i dunno. i'm not at home

solemn rivet
#

oh, sorry

#

hi not at home, thought you were mick

young walrus
#

fuck

compact sedge
#

tbh you should delete the modinstaller exe if you can. idk if that's possible on windows tho

solemn rivet
#

I have no idea how Process.Start works, but it's just like magic tbh

#

you can't, AA

#

that's why I need the AU, for instance

young walrus
#

sadgrub not even rick rolling them

hollow pier
#

change desktop bg to mickWattle tbh

hazy sentinel
#

delete system32

young walrus
rain cedar
solemn rivet
#

how are those suggestions any better than deleting the game folder?

young walrus
#

do all of them

#

you're not limited to just one start function

solemn rivet
#

now we're talking

hazy sentinel
#

rename the assembly to meme.dll

#

easy fix but pirates will never know

solemn rivet
#

that still requires a secondary executable, sean

#

it's simply deleting the first using the second

compact sedge
#

it's running a bash script to delete the program

solemn rivet
#

actually nice idea veru

#

never thought I'd say that

#

what's my life

young walrus
#

better than deleting the game

#

or change the i in api to an L

compact sedge
#

to be tbh idk that fucking with peoples games will encourage them to buy the real one.

solemn rivet
#

it won't

#

but nothing will

hazy sentinel
#

change the e to an е

solemn rivet
#

so I can at least have some fun

young walrus
#

lol. the idea of bricking someone's game is hilarious though

solemn rivet
#

just imagine

young walrus
#

since they didn't pay for it

solemn rivet
#

they coming here

young walrus
#

hahahaha

#

the dream

solemn rivet
#

"my game stopped working after installing the installer"

compact sedge
#

oh man the salt

young walrus
#

"i tried to install mods and now it wont work"

hollow pier
#

did you try turning it off and on again

solemn rivet
#

but yeah

compact sedge
#

what if it downloaded and installed the pirate mod

#

a mod that just fucks with shit

solemn rivet
#

this is by no means meant to encourage them to get the game

#

because pirates will pirate

compact sedge
#

like sets the damage to 1 or makes random enemies unkillable

solemn rivet
#

there's nothing you can do to encourage them

fair rampart
#

pirate charm that gives u a cannon and a pirate hat

compact sedge
#

or fucks with your dashes

solemn rivet
#

that's another great idea

#

subtle

hollow pier
#

why would you pirate the greatest cost/value game

cunning lagoon
#

wouldnt that be any free game

fair rampart
#

plenty of reasons

hollow pier
#

no that's minecraft

cunning lagoon
#

Ok

buoyant obsidian
#

no that's Terraria

fair rampart
#

none are, like, correct reasons

buoyant obsidian
#

$2 for 800 hours

#

easy

fair rampart
#

but there are lots I can think of

hollow pier
#

not even 753 hours

#

i'll get my terraria playtime to 753 and quit forever

compact sedge
#

56 if you have a version of the bindings mod that has all the bindings always on it with no way to turn them off it should install that.

cunning lagoon
#

get it to 11043753891211241552174222332611 hours and quit

hazy sentinel
#

$2 for 800 hours u mean $4.99 for 2000

hollow pier
#

less value tbh

solemn rivet
#

AA and also don't show them on the UI

#

and add hellmod to that

compact sedge
#

and then have it randomly kill you once every 5-10 minutes

#

using a coroutine and a rand float

solemn rivet
#

make every enemy do a random amount of damage

buoyant obsidian
#

make the Hollow Knight anti-piracy make Internet Explorer your default browser

solemn rivet
#

from 1 to 4

cunning lagoon
#

why isnt my pv empty hopping i dont get it

solemn rivet
#

cause

#

u pirate

#

that's an anti-piracy measure

#

we got you

hollow pier
#

you aren't trinomi

solemn rivet
cunning lagoon
#

he supposedly got like twice within 10 minutes

#

i have nevre seen it

hazy sentinel
#

cause pv isn't actually truly empty didn't you pay attention to the lore smh my head

cunning lagoon
#

but is he void

young walrus
#

ur mum's void

#

is filled with my radiance

cunning lagoon
#

thank you im glad you noticed

solemn rivet
#

so

#

vote

#

should I silently kill the pirated game

#

or

#

should I quit the installer, show the message and open steam page

cunning lagoon
#

if you can make sure it doesnt affect people who bought it yes

young walrus
#

you spelled "and" wrong

cunning lagoon
#

open the steam page 100%

compact sedge
#

I remember game dev tycoon making headlines when its pirated version subtly fucked with peoples games.

hazy sentinel
#

open the steam page 200 times

compact sedge
#

but yeah imo do the latter

cunning lagoon
#

and on top of that if you can make sure it only affects pirated copies then sure why not delete it

hollow pier
#

open all of 56's firefox tabs at the time

solemn rivet
#

by "silently" I mean, pretend like I didn't notice, but screw with their files or with the actual gameplay

cunning lagoon
#

might aswell delete system32 if you are going to do that

hazy sentinel
#

wow stealing my ideas

compact sedge
#

tbh when I'm done with the combo mod I'm down to help work on a fun meme pirate mod and a pirate modding api that doesn't show anything in the top left. but until then open the steam page.

fair rampart
#

what if radiance is void?????????????????????????

cunning lagoon
#

i swear he doesnt empty hop

hazy sentinel
#

not with these new air jordans

fair rampart
#

ur a youtube famous gamer

cunning lagoon
#

T3RRICID3, Lunch, Gallagade and Milkyak

#

can't you read or what

#

why does discord have so many books

hollow pier
#

can i friend you on steam verulean

#

i love your videos

#

really helped me do markoth radiant difficulty

compact sedge
#

can I friend you on steam so I don't feel so lonely?

cunning lagoon
#

how can someone fight pv for 10 minutes and get 2 hops

#

then i fight him for 2 hours and i get none

hollow pier
#

git gud tbh

cunning lagoon
#

what did he do to cause the hop

#

because i doubt im just getting unlucky

compact sedge
#

idk but he hops all the time for me

hazy sentinel
#

actually you have to be swedish

cunning lagoon
#

he hops when he does the dive into spikes

#

i haven't seen him do an empty hop yet

hazy sentinel
#

just debug invuln and stand there for 8 hours straight

compact sedge
#

empty hop happens when you are far away and he's jumping to you or you're above him and he can attack you that way

#

I think

cunning lagoon
#

infinite pure vessel zote

hazy sentinel
#

mod where pv does void tentacles in every direction when

cunning lagoon
#

when im far away from him he just teleports and lunges

hazy sentinel
#

OOB and you'll always be far away from him

fair rampart
#

shoot him with a glock

solemn rivet
#
Directory.Move(Properties.Settings.Default.installFolder + @"/hollow_knight_Data", Properties.Settings.Default.installFolder + @"/holIow_knight_Data");```is this too evil or nah?
cunning lagoon
#

what does that do

hazy sentinel
#

o -> о

cunning lagoon
#

oh i see

hazy sentinel
#

thanks

solemn rivet
fair rampart
#

@solemn rivet LMAO

hazy sentinel
#

аео

#

some fun cyrillic letters

hollow pier
cunning lagoon
#

oh is it when he wakes up from the stagger maybe?

#

is he in beta?

hollow pier
#

no

cunning lagoon
#

ok

#

wtf i dont get it

#

was trinomi in hog or p4/5ç

hollow pier
#

ç

cunning lagoon
hollow pier
#

ça va

cunning lagoon
#

i dont get it

hazy sentinel
#

çomebody onç told me

cunning lagoon
#

i give up

#

i dont know what triggers it

hazy sentinel
#

it usually happens when you're fighting PV

cunning lagoon
#

apparently not

hollow pier
#

finna load up hk and get an empty hop within the first 3 tries

fair rampart
#

what does the binding mod do

cunning lagoon
#

gives you all bindings for practice

fair rampart
#

ok

#

what does QoL mod do

buoyant obsidian
#

what's an empty hop?

hazy sentinel
#

hop with no other attack

cunning lagoon
#

when he just jumps but doesnt do an attack

buoyant obsidian
#

is that... good?

cunning lagoon
#

i hate them

solemn rivet
#

ye

cunning lagoon
#

im trying to make pv do an empty hop because apparently it can happen but i have never had it happen to me

solemn rivet
#

they're literally Lost Kin's worst move

hazy sentinel
#

hear me out

#

no eyes empty jump mod

fair rampart
#

die

hazy sentinel
#

wow empty jumping no eyes killed the chat

hollow pier
#

oh hey i died to pv after he died and it didnt count

cunning lagoon
#

yeah idk what the guy was on about but dying to bosses after killing them doesnt give you completion marks

#

maybe crystal guardian does idk

fair rampart
#

what does QoL mod, MoreSaves mod, Boop mod, Charming mod, and charm notch mod do

solemn rivet
#

there are descriptions in modding-help pins

fair rampart
#

ok

hollow pier
#

only cg2 does afaik

fair rampart
#

pfft who reads pinned messages

#

not me

hollow pier
#

pv no jump is super doable tbh

#

except maybe tendrils

cunning lagoon
#

tendrils have a short range

tranquil glen
#

you have time to dash away from tendrils def

compact sedge
#

unless he uses tendrils such that the side your on has not enough room

cunning lagoon
#

then walk towards him and dash through him

tranquil glen
#

^

#

or tank it

#

its not like thats a common situation

compact sedge
#

tbh I basically already do pv mostly no jump. I've only recently been learning to jump his dash attack.

cunning lagoon
#

i was under the impression that everyone just pogoed him

#

its the best way to do it imo

compact sedge
#

I'm too attached to my dash, and worried about him jumping on top of me when I'm pogoing him

cunning lagoon
#

and its more fun that dashing through everything

#

well you dont pogo him nonstop

#

and whoever does that is a madman and should be stopped

hazy sentinel
hollow pier
#

k not gonna hunt for empty hops cause i don't hate myself as much as kuro

#

didn't get any in about 6 kills

cunning lagoon
fair rampart
#

help

#

how do i make debug menu reappear

young walrus
#

f1

fair rampart
#

there's a gruz mother outside the gates in the area where there's normally aspids

#

thanks

reef charm
#

is there a save state mod? i am outside of pure vessell room for the first time and I have full HP. my asshole is puckered.

#

HARD

tranquil glen
#

there is for 1.0.2.8 hollowlenny

#

just go for it

#

if you die then you can practice him a bunch in the hall and try again

#

you'll get so much more satisfaction if you do it without cheating

reef charm
#

man, it wasn't so bad to reach this point tbh, but I guess after the pain uumuu caused me in P3 really has me being scared

tranquil glen
#

you beat p3 and are on p4?

reef charm
#

yeah

tranquil glen
#

p3 is harder than p4

#

if you can do p3 you can do p4

#

I believe in you

reef charm
#

thanks

#

well thanks for the info!

tranquil glen
#

if you really want you can use debug mod to cheat but you will seriously feel a lot better if you dont

warped sinew
#

Is p3 harder? I guess it might be

tranquil glen
#

most people i've talked to have agreed with me

#

especially if they had zote

warped sinew
#

All bindings I think it might be harder but not sure about normal

reef charm
#

over all the bosses in p4 are "harder" but p3 is an RNG fest with zote and uumuu

#

really can fuck up how much health you have going into the last fight

warped sinew
#

H...how is zote anymore RNG than another boss???

tranquil glen
#

dude zote fucks you up

reef charm
#

his flailing charge, the position of the explodey bugs

cunning lagoon
reef charm
#

the bugs he summons

tranquil glen
#

I don't know if i'd call it RNG

cunning lagoon
#

replace radiance with zote and it applies to this

tranquil glen
#

but he's hard

warped sinew
#

All bosses are RNG if you are going yo consider that some patterns and moves are harder than others

reef charm
#

you cant punish zote the same way guaranteed every time where as most bosses you can counter attack them the same way every time they do a specific move

warped sinew
#

I think maybe I feel RNG is different from what others say heh

reef charm
#

that's why i say he's got more RNG than most bosses

warped sinew
#

Ok

reef charm
#

i can beat him consistently but certain things he does dont have consistent answers everytime

#

anyway, this update is fun. i never thought i would get so good at the game in just 3 days

warped sinew
#

To me RNG would be an attack that you have no chance to react to and no strategy to put into place to avoid it.

compact sedge
#

for me the first time I beat any boss it's almost always me getting really godly RNG and it only using easy to dodge attacks.

warped sinew
#

Like see attack dodge left or right, 50% chance of a hit.

compact sedge
#

Haven't fought abs rad but the only thing I don't like is the explosions in the focus attack of PV can hide the sound effect of the PV dash which I use to jump.

cunning lagoon
#

i just keep him onscreen all the time

#

i prefer not relying on audio cues as much as possible

compact sedge
#

my brain is wired to use audio cues. I have no other choice

#

I mean realistically if I fight it enough I won't need them as much

cunning lagoon
#

then you'll do well at absrad

compact sedge
#

but I can react to audio much faster

cunning lagoon
#

no but really audio cues are really good for absrad

solemn rivet
#

@copper nacelle exist or cease to

#

choose one

copper nacelle
#

cease to

solemn rivet
#

k

copper nacelle
#

hhhhhhhhhhhh

#

why do I need to exist

solemn rivet
#

ask your parents tbh

cunning lagoon
#

me every time i wake up

solemn rivet
#

also

copper nacelle
#

also I don't have a gog install on Mac/Linux

solemn rivet
#

boi

#

can you find steam api on mac for me then?

copper nacelle
#

yes

#

I can install the gog version too it'll just take a bit

solemn rivet
#

for now I think I'll just assume that if the person's using linux/mac they know what they're doing and probably not pirating

hazy sentinel
#

mac user knowing what they're doing

compact sedge
#

to be tbh can you even pirate the game on linux?

frozen mirage
#

im assuming api isnt working for godmaster yet right?

#

or is it

compact sedge
#

I haven't checked

frozen mirage
#

i dont really wanna find out

cunning lagoon
#

it is working

compact sedge
#

it is updated

#

but anyway no way our userbase is large enough or technically incompetent enough to have any real market for pirates.

hazy sentinel
frozen mirage
#

i have 112 but i havent beaten it yet

cunning lagoon
#

epic

frozen mirage
#

am confused

#

0.0% poggers

compact sedge
#

considering pirating software is like the riskiest thing you can pirate, and anyone who can stick a USB stick with a different OS on their computer (harder than it sounds, considering the level of technical competence of the average person) probably at least knows enough to know that I assume.

solemn rivet
#

I mean

hazy sentinel
solemn rivet
#

I don't know if there even is a pirate version out for linux tbqh

compact sedge
#

Glorify Charms

#

yeah that's what I mean. not only is there no market for it, the few people who do use Linux probably aren't dumb enough to do that I hope

#

the only market for pirated software on Linux was windows games in sandboxed flatpak installs. But I think Steamplay is singlehandedly killing that.

fair rampart
#

I have ubuntu installed on a dual boot but I haven't really used it too much

compact sedge
#

well that's more than most people xhuis

solemn rivet
#

same tbh

#

ubuntu's latest release somehow fixed the issue I was having with nvidia

#

not sure how

fair rampart
#

I'd be more inclined to use it but I dunno if I can do much with it

#

compared to what I do actively on windows

#

(games, coding)

hazy sentinel
#

that's how they get you

copper nacelle
#

I just need to get dnspy running tbh

#

then windows dies

solemn rivet
#

I just need quality gamz

compact sedge
#

tbh for me it was like this: I dual booted linux for like 6 months but basically never touched it. Ended up on a 2 week trip with nothing but an xubuntu laptop (it was a chromebook with chromeos uninstalled and replaced so I had no other choice) and fell in love with it and basically switched everything over the second I got back.

hazy sentinel
#

stockholm syndrome

compact sedge
#

possibly

solemn rivet
#

that's pretty much my story too

fair rampart
#

xubuntu is what I have, actually, not ubuntu

#

well

solemn rivet
#

my hdd died and I bought a new one online, but it took like 2 days to arrive

#

during that time I tried installing windows on my external hdd but windows doesn't let you install on external drives, for some reason

#

so I installed ubuntu to give it a shot

#

that was 2014

#

and I only went back to windows december 2016 when I got this notebook with nvidia gpu

#

and ubuntu was like naw

fair rampart
#

are there IDEs that can make hollow knight mods is my question 👀

#

for linux

compact sedge
#

Yes

#

I exclusively make my mods on Linux using Rider

#

And as far as gaming goes. I used to own a mac and game on it growing up as a kid so my prefered genres were already genres that often get ported to other OSes (mostly indie games but also AAA strategy games like Civ 4). Thus the transition as far as gaming was easy. I only wanted like 3 games in wine and I've since quit all of them.

solemn rivet
#

the thing that got me was how it just downloaded generic drives for all my hardware without me even realizing what it did

#

a few days later when my hdd finally arrived and I got to install windows on it only to realize it wasn't connecting to the internet, my kb/m weren't working and so on

#

and I was like "oh yeah, I need to install stuff"

compact sedge
#

ye installing drivers esp on windows 7 was a real pita for me. had to make a second flash drive with the exes preloaded onto them, or keep track of like 9-10 different random CDs that came with my hardware

solemn rivet
#

^

#

that

copper nacelle
hollow pier
#

is this loss

hexed swan
#

what

#

why

#

who

cunning lagoon
#

maybe now you'll think twice before drinking coke

solemn rivet
#

why

#

oh

hollow pier
#

don't do coke kids

solemn rivet
#

is that the coke incident of 2018

hexed swan
#

45 why have you done this

compact sedge
#

smh not using 12000 dollar keycaps with liquid proof coating.

hexed swan
#

i mean 67

#

shoot

copper nacelle
hazy sentinel
#

why would 23 do this

copper nacelle
solemn rivet
#

exhibit A

compact sedge
#

this is disgusting

hazy sentinel
#

why would you drink soda

#

water is the superior beverage

cunning lagoon
#

water master race zote

solemn rivet
#

sparkling water tbh

rain cedar
#

Water zero

compact sedge
#

no water zero is gross. I only drink water with real sugar in it

rain cedar
#

Water zero is full of sugar, you're thinking of diet water zero lite

solemn rivet
compact sedge
#

you know what's sad

#

the invincibility mod just got updated for GM and look at its downloads

solemn rivet
#

no

#

I don't wanna

compact sedge
#

ok don't then

#

actually probably smart not to

fair rampart
#

;water juice

rain cedar
#

I don't even see it in the mod list

#

On moddb

solemn rivet
#

wait I can't find it

#

ye

compact sedge
#

its in files

#

It's less than the modinstaller but... well... you'll see

rain cedar
#

Idk if we're tracking individual mod downloads through installer anywhere

#

But debug downloads are like 90% for cheating godmaster

solemn rivet
cunning lagoon
#

is that invincibility mod

rain cedar
#

Yes

cunning lagoon
solemn rivet
#

AA can you track debug?

#

for science

cunning lagoon
#

people really dont want to put the slightest effort into getting better at the game huh

compact sedge
#

yes, if you want I can even make you an account on the server sean

rain cedar
#

Sure I guess

compact sedge
#

if you want a un different from your discord one just pm me

rain cedar
#

Nah

solemn rivet
#

this mod is literally just a modded assembly

rain cedar
#

Yes

odd jetty
#

Hard mod

solemn rivet
compact sedge
#

it's got almost as many downloads as infinite grimm got in a week in about a day

cunning lagoon
#

Hello ! You can updated the invulnerability mod for the new update of Hollow Knight please ? (I'm French, forgive my English)

copper nacelle
#

my keyboard works

cunning lagoon
#

he's done it

solemn rivet
#

type something complex 56

hollow pier
#

type anything with an e at the end

copper nacelle
#

something complex

solemn rivet
#

type ptk's name

hollow pier
#

i heard various explosions

copper nacelle
#

11043753891211241552174222332611

#

i think

cunning lagoon
#

11043753891211241552174222332611

#

it checks out

hollow pier
#

pneumonoultramicroscopicsilicovolcanoconiosis

rain cedar
#

ptkyr

solemn rivet
#

^

copper nacelle
#

like 3 of my keys are sticky

#

pain

solemn rivet
#

it was a trick question

#

disable windows sticky keys

#

ez

copper nacelle
#

nothing

cunning lagoon
#

what did he mean by this

copper nacelle
#

i was removing keys

#

didn't mean to press enter

hollow pier
#

remove all the keys

fair rampart
#

I can kinda see where some people are coming from what with the whole invinc thing

#

I'm not sure I'll actually ever beat pantheon of hallownest because my skill cap is just not high enough for it

hollow pier
#

have you tried playing the game

fair rampart
#

i have 150 hours in hollow knight

cunning lagoon
#

lmao absrad free

hollow pier
#

i have like 20 more

fair rampart
#

I think I'm about as good as I'm going to get

hollow pier
#

just play 20 more hours

solemn rivet
#

better to die trying than to cheat

fair rampart
#

not saying I'm gonna cheat to do it, but I understand that some people might

hollow pier
#

to be tbh fast said absrad was impossible

solemn rivet
#

says the guy who literally cheated his way through all panths in less than 20mins after release

fair rampart
#

I have my fair share of gripes with the way godmaster was handled

#

not enough to break the game but

hollow pier
#

I was dissapointed by this addon. I expect new lagre location like Sity of Tears, new charms, new storry, characrets and quests. Maby PvP mode. I agree give money for it. But i get only upgraded version of Trial of Fools. It seems developers now interests only making more and more money by releseases on consoles. Very poor, it was nice game.
MonStahLer, try Dark Souls series, with you skill you will be very good in it.

cunning lagoon
#

I was dissapointed by this addon. I expect new lagre location like Sity of Tears, new charms, new storry, characrets and quests. Maby PvP mode. I agree give money for it. But i get only upgraded version of Trial of Fools. It seems developers now interests only making more and more money by releseases on consoles. Very poor, it was nice game.
MonStahLer, try Dark Souls series, with you skill you will be very good in it.

solemn rivet
#

nah, I think GM is fine tbh

copper nacelle
#

I was dissapointed by this addon. I expect new lagre location like Sity of Tears, new charms, new storry, characrets and quests. Maby PvP mode. I agree give money for it. But i get only upgraded version of Trial of Fools. It seems developers now interests only making more and more money by releseases on consoles. Very poor, it was nice game.
MonStahLer, try Dark Souls series, with you skill you will be very good in it.

fair rampart
#

I was dissapointed by this addon. I expect new lagre location like Sity of Tears, new charms, new storry, characrets and quests. Maby PvP mode. I agree give money for it. But i get only upgraded version of Trial of Fools. It seems developers now interests only making more and more money by releseases on consoles. Very poor, it was nice game.
MonStahLer, try Dark Souls series, with you skill you will be very good in it.

solemn rivet
#

ptk, dlk that was reddit or discussion? I forget

hollow pier
#

favourite part is always the last sentence

cunning lagoon
#

some guy on monstah's youtube comments

hollow pier
#

it was a comment on monstah's yt

solemn rivet
#

right

copper nacelle
#

753 did you get refs to work

fair rampart
#

considering I've bought HK 3 times and poured hours of my life into watching it, practicing, and getting better, I don't think I have much right to complain anyway lol

buoyant obsidian
fair rampart
#

ascendant