#archived-modding-development

1 messages · Page 285 of 1

copper nacelle
#

because

#

multiple pantheons exist

#

and they don't provide orig values

#

they provide last used

solemn rivet
#

yup

copper nacelle
#

ax2uMS🔫

solemn rivet
#

while you're doing that

#

make benches work as checkpoints

copper nacelle
#

x

solemn rivet
#

just to make everyone mad

copper nacelle
#

i fixed it

#

i rewrote all my dict code

#

to use my own class

#
    internal class FirstLast
    {
        public BossScene First;
        public BossScene Last;

        public FirstLast(BossScene first, BossScene last)
        {
            First = first;
            Last = last;
        }
    }
#

weary

#

and then the dict

#

and

#
        private static BossScene Last
        {
            get => string.IsNullOrEmpty(_name) || !_firstLast.ContainsKey(_name) ? null : _firstLast[_name].Last;
            set
            {
                if (_firstLast.ContainsKey(_name))
                {
                    _firstLast[_name].Last = value;
                }
                else
                {
                    _firstLast[_name] = new FirstLast(null, value);
                }
            }
        }
#

enjoyable code

#

at least it works

#

or at least

#

i think it does

flat forum
#

56

#

do you are have Nitro

copper nacelle
#

no

flat forum
#

sad

copper nacelle
#

u

flat forum
#

Yes I am sad

copper nacelle
#

.

flat forum
#

Then how did you use ax2uMS?

copper nacelle
#

@solemn rivet is this nightmare god mawlek

flat forum
#

:ax2uMS:

cunning lagoon
#

56 any server with FeelsOkayMan

copper nacelle
#

there was one but they got rid of it

cunning lagoon
weary oyster
#

lmao imagine not having ax2uMS

copper nacelle
cunning lagoon
#

🙂

flat forum
#

Ax2u

#

why

hazy sentinel
#

funny that's exactly ax's reaction to my maggotsmile edit

cunning lagoon
#

hmm i haven't seen this maggotsmile edit you speak of

#

can you send it here so i can check it out?

weary oyster
#

no

cunning lagoon
#

why not Ax2u 🙂

azure vessel
copper nacelle
#

dash

azure vessel
#

yes 56

#

hot

#

🤔

ornate rivet
#
[ERROR]:[API] - Error: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
  at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
  at System.Reflection.Assembly.GetExportedTypes () [0x00000] in <filename unknown>:0 
  at Modding.ModLoader.LoadMods () [0x00000] in <filename unknown>:0 

???
Why does modlog say that when loading my mod

copper nacelle
#

because the classes in the module cannot be loaded

ornate rivet
#

but why

copper nacelle
#

are you building for .net 3.5

#

do you have something ref'd which you aren't using

ornate rivet
#

4.6.1

#

should I change it to 3.5?

copper nacelle
#

Yeah

ornate rivet
#

yay it works now thanks

azure vessel
#

np

gentle edge
#

:help:

#

HALP

azure vessel
#

@gentle edge ?

gentle edge
#

sorry

#

something wonked out in my head

azure vessel
#

you ok bro?

gentle edge
#

yeah

#

100%

azure vessel
#

okay..

ornate rivet
#

what to do if your mod seems to be more rng than ngg?

copper nacelle
#

ngg's 1st phase isn't very rng

#

2nd phase is just

#

eeeee

ornate rivet
#

phase 2

copper nacelle
ornate rivet
#

I am going to assume I am just bad and will keep on adding to it

cunning lagoon
#

saleh's mod is bullshit and rng

copper nacelle
#

just ask kurosh to test it

#

easy

ornate rivet
#

I'll ask when I finish

#

I still haven't added weaverlings

#

and mantis boomerangs

#

and hive knight bees

civic hare
#

everyone's better at my mod than me

#

there was still some bullshit i had to patch though

supple sigil
#

what was the health values for the phases of regular radiance again

#

not absrad

#

regular rad

fair rampart
#

Why does the OnRecieveDeathEvent hook not seem to work for Grimm?

#

It works for any other boss I try it on

cunning lagoon
#

don't worry everyone's better than 56 at his mods too intenseface

copper nacelle
#

u

#

You could just hook HealthManager's Die @fair rampart

#

why the fuck are there so many aa(s)

cunning lagoon
#

aaaaaaay

#

just do at abyssal or at angle

fair rampart
#

It was Angle's idea

cunning lagoon
#

you mean AA's idea?

trim totem
#

aa

fair rampart
#

It was a good idea

copper nacelle
#

no

civic hare
weak lodge
#

AalEek i have ideas for ultimatum radiance tokyo drift

trim totem
#

56 make pp

fair rampart
#

go up

cunning lagoon
#

56 make my pp big

weak lodge
#

56 increases my SetupBossScene

mortal trout
#

kurosh that'd make you a pedophile

cunning lagoon
#

good

fair rampart
#

oh right, I forgot he's 15

weak lodge
#

AA

#

avenging angle

#

alt account confirmed

compact sedge
#

shh

weak lodge
copper nacelle
#

not sl1

#

reeeeeeeeeeee

trim totem
#

they're using the farron greatsword, pretty much the same thing

weak lodge
#

where do i go now?

copper nacelle
#

xero

fair rampart
#

It sort of looks like you punched him with your healthbar

solemn rivet
#

are you playing DS3 for the first time, dlk2.0?

copper nacelle
#

wtf

#

why

#

is

#

first null

#

please

#

oh

#

i c

#

i love how testing this takes about a year

solemn rivet
#

chosen undead

fossil oxide
copper nacelle
#

yes

#

it works

#

finally

#

killed the dupes, the missings, and you can now go between pantheons without it fucking up

solemn rivet
#

inb4 Panestheon

copper nacelle
#

bread gods

solemn rivet
#

the most pan of the theons

hazy sentinel
#

pain of the patheon

ember bloom
#

DS3 aka dogshit zote

#

Why are you dying to Dung Defender

copper nacelle
#

because going through the pantheon takes 80 years

hazy sentinel
#

death to vengefly king

copper nacelle
#

i'd like to finish testing before i die

ember bloom
#

Cut it to 60 and blame reddit

civic hare
#

what's a good way to duplicate an fsm action

hollow pier
#

ctrl c

copper nacelle
#

make a new fsm action using an object initializer with the same fields

#

Adding the same one again might work

#

tbh

#

A decent amount of them have copy constructors

fair rampart
#

I gave Fury + CMelody an interaction where you get a chance to crit, which increases the lower your health gets

#

And it feels like the chance is increasing WAY more than it should

#

The chance should only be increasing by about 2% for each lost mask

hollow pier
#

that's what we call the bonfire effect

fair rampart
#

but after losing only around 4 masks or so, almost every swing is a crit

#

Which shouldn't be happening

#

I'm going to try commenting out everything after the first lost mask, and see what happens

#

Nope, that just makes the crits stop all together

vapid cape
#

alright, I'm up

#

I'll help test your thing again

vapid cape
#

lmfao

#

Absrad as fight 2. I think there's still an extra absrad fight mixed in p5

#

And by "think," I mean, "know," cause I'm looking at it.

civic hare
#

i might need to tone down the rate a little, but weaving between the alternating waves is really fun

ornate rivet
#

looks like it is

#

there should be a phase where a bunch of grimmchilds start attacking you

compact sedge
#

this is terrifying

#

I love it

vapid cape
#

Yessss!

delicate ether
#

We need more bosses with obligitory hits.

#

And no heal zones.

#

Afterall, hearts/masks are just a crutch. primalaspid

solemn rivet
#

and also make those bosses radiant

vapid cape
#

mod bosses are bullshit and RNG

#

also Daughter of Hallownest when?

ornate rivet
#

soon

#

I won't be able to work on it more than 30 minutes on week days

weak lodge
#

i love those

#

can i steal

#

kthx

ember bloom
#

Radiance should shoot mini Marmus instead with their Radiant health

#

That never disappear unless killed

copper nacelle
#

Is this deaths gambit

civic hare
#

I should give Radiance a dreamshield

ember bloom
#

No

#

Death's Gambit is Game Maker same as Undertale

#

"encrypthed emulator blaaah"

#

56

#

Make singular Dreamshield and 2 Markoths rotatting around

copper nacelle
#

is this god

ember bloom
#

No

#

God would be Spike shooting Radiances

solemn rivet
#

NKG, but the bats shoot NKGs which in turn shoot bats which shoot NKG etc.

civic hare
#

nkg but bats home in like radiance orbs and are never destroyed

iron crown
#

We need lost lord to not look gay

rain cedar
#

@solemn rivet Is it gonna cause issues in the installer if there's a naming conflict in mod files or will one just overwrite the other?

#

Because I'm making something that will have to have websocket-sharp in it, same as the pd dump

copper nacelle
#

bool array uint 8 goes web ready

rain cedar
#

I think I'm actually overcomplicating this so there should be no issue with same file names

#

Gonna try to just use the stuff in System.Net.Sockets

trim totem
#

that radiance attack looks pretty rad

cunning lagoon
#

Khnn is a mod now GWfroggyPoggers

#

Ban me daddy

vapid cape
#

Yeah, ban him!

azure vessel
#

khan mod

civic hare
#

alek mod 👀

cunning lagoon
#

alek modding mod GWfroggyZoomeyes

flat forum
#

a modder mod modifies Maud the modder's mods

azure vessel
#

?rank racer

#

?role racer

#

ok

thorn comet
#

@azure vessel try with a capital R

?rank Racer

azure vessel
#

?rank Racer

autumn shardBOT
#

@azure vessel, you joined Racer.

azure vessel
#

T. Hanks

floral furnace
cunning lagoon
#

looks great hklove

flat forum
#

💖

#

this is like so good

azure vessel
#

very nice

solemn rivet
#

can we rename hklove to :papers: for obvious reasons?

cunning lagoon
#

can we rename dungo to :gradow: for obvious reasons?

solemn rivet
#

too obvious

cunning lagoon
#

i am just kidding, i love you gradow 😄

solemn rivet
#

I'd rather you hate me

#

cause then it'd be mutual

cunning lagoon
flat forum
#

can we rename mylajoy to :Gradow: for obvious reasons?

#

...can we

#

rename

#

to

#

:PapersAspid:

river eagle
#

@floral furnace Looks great! Where did you get the sprite for the m4

floral furnace
#

fuck i uhh i was distracted for hours, uhh got it from rimworld but might change it given that i dont know how the entire "you cant use asset stuff from other games" laws or dunno, not like theyll give a shit tbh

hazy sentinel
#

@rimworld_devs

cunning lagoon
#

my dad is rimworld so i will call him and you will go to jail

floral furnace
#

if you do ill leak your pop wr secrets

river eagle
#

tbh doubt they'd even ever get to know that you stole their sprite

floral furnace
#

tbh doubt they even know what hollow knight is

cunning lagoon
#

,anu leak this 🖕

hazy sentinel
#

commaanu

flat forum
#

Veru

hollow pier
#

reporting for duty ,nder

iron crown
#

vervlean

cunning lagoon
#

@hollow pier what do i spam for the elevator clip in cot

#

menu or map

hollow pier
#

menu dungo

cunning lagoon
#

i got it GWfroggyPoggers

hollow pier
#

that one's free

#

learn the shade soul clip

cunning lagoon
#

i am on it

hollow pier
#

good good

weary oyster
#

oh no

#

dont corrupt kurosh

#

pls

river eagle
#

is there anything even left to corrupt?

cunning lagoon
#

this storage thing is actually kinda fun 👀

#

i think its highly unlikely that ill end up running other things

#

i just wanted to mess around with glitches for a bit

cunning lagoon
#

maybe i'll bop pete in gh% but that's about it

daring snow
#

I have GH% WR currently tdogRat

cunning lagoon
#

then i guess i'll bop you too

daring snow
#

my SoB is 7:15 but I haven't really put much effort into running it

#

other than finding the airwalk strat and a faster GH kill

cunning lagoon
#

i have gotten the blue lake superslide 1/1 times so that means i'm 100% consistent at it

#

prepare to get bopped

daring snow
#

I haven't gotten it either

#

I think my SoB is without that slide

cunning lagoon
#

also how do i mnake the corny textbox go away

daring snow
#

you don't

#

that's slow

cunning lagoon
#

damn

daring snow
#

if you want to remove it, just wait until you hear the money sound

#

and then walk through the transition

#

but for this category you only have itup until VS

#

so it's not that bad

hollow pier
#

the text leaves after vs anyways

#

the map would stay until hornet

cunning lagoon
#

so when can i go to the transition

#

like

#

when do i have the map

hollow pier
#

any time after you buy it

cunning lagoon
#

ok so when i say yes i just leave?

hollow pier
#

if you leave early you have the map get stuck on screen

#

leave late and you have the text i think

#

or just screw something up

daring snow
#

I just said leave when you hear the money sound

#

if you don't want the map up

cunning lagoon
#

but you also said that's slow

daring snow
#

Yeah, for this category just walk through the transition

#

and leave the map on

cunning lagoon
#

alright

#

ty

daring snow
#

if you're doing other categories where you need to get dash

#

it's more annoying

#

it carries all the way to hornet

cunning lagoon
#

got a<n 8:25 GWbratWhy

#

what's rekky

#

@hollow pier also whats ur time

#

this is actually kinda rfun

daring snow
#

7:45 atm with an awful run

#

can get really close to a 6

cunning lagoon
daring snow
#

I would highly recommend myla% NSOOB if you want a short meme category that's really glitchy tdogRat

young walrus
#

no

cunning lagoon
daring snow
#

Mick doesn't approve of my memeing endeavours

#

except when it's 100%

hollow pier
#

mine's 7:47

#

i got both slides but i have a shit early

#

and stay has a better airwalk

#

my fight is still god tho

cunning lagoon
#

doesnt matter

#

im bopping you both at the same time

#

how convenient

daring snow
#

I still want to see this god fight

#

kuro bonus points if you kill two at once

cunning lagoon
#

lmao nice

ember bloom
#

Get back to your speedrun category shiet

daring snow
#

zote% stayAngery

ember bloom
#

You canadian wanker

daring snow
ember bloom
daring snow
#

lmao

ember bloom
#

C is shit too zote

daring snow
#

that's so good

#

what are you coding in C?

ember bloom
#

Mods 💢

#

Because i don't wanan fuckin do challenges

#

And Pantheons succ

#

Also 56 not doing Markoth 4 shields

#

shaking my smh head fuckin

daring snow
#

one shield, 4 markoth

ember bloom
#

Shield with platforms rotating around shooting Markoths with nails as platforms

daring snow
ember bloom
#

Wait

#

Where is my gfycat meme

compact sedge
#

wtf do you do if your dorm room ethernet server gets assigned a new ip address?

#

radiance.host is down because of this

#

I need to find the new ip address so I can setup noip on it

#

can

#

someone help me wake up 56

cunning lagoon
#

@copper nacelle

compact sedge
#

I need them to run ip addr on the bot to get the bot's new ip address

#

@copper nacelle wake up

#

@copper nacelle grab a brush and put a little makeup

cunning lagoon
#

i can turn vsync on for superslides right

young walrus
#

yes

cunning lagoon
#

sick

young walrus
#

only in-game tho

#

no external frame cap changing

cunning lagoon
#

but i can still cap my framerate right

young walrus
#

yes.

cunning lagoon
#

jhust not change it midway through the run

young walrus
#

but you set it, and can't change it mid-run

cunning lagoon
#

alright tyty

daring snow
#

120 / 240 are common

#

120 you start to feel the game running like shit though

young walrus
#

69 better

cunning lagoon
#

i might stick to 120

spark burrow
#

is there like a collective mod list anywhere that i can take a look at

young walrus
spark burrow
#

ty

pliant hawk
#

Couldn’t you like access the router’s settings through it’s ip and see the list of ip’s that have connected to it?

compact sedge
#

no uh the real problem is this

#

and I really need advice on what to do

#

I'm on uni ethernet

#

and after a certain amount of time

#

they force me to login again

#

to continue using it

pliant hawk
#

Ooh, I see.

compact sedge
#

I had to boot into an xubuntu stick just cuz I don't have a webbrowser on the server

#

and their shitty 2fa requires js

pliant hawk
#

O o of

#

Wait, 2fa captive portal Ethernet?

#

What even

#

Or do you just mean like the captive portal/login page itself?

compact sedge
#

mandatory 2fa and captive pages with ethernet cables

#

anyway uh radiance.host should be back up and I'ma get in contact with them about it

copper nacelle
#

automate the log in with selenium

#

Easy

compact sedge
#

yes

#

except

#

the 2fa codes

#

I have a way to generate them on a pc

#

because I bought a robot phone number

#

but it needs internet

#

for me to actually get the 2fa codes

#

I have it linked to my noip domain on my laptop

#

2fa doesn't use something smart like oauth btw

#

it uses

#

duo

#

propritary af

#

phone thingy

copper nacelle
compact sedge
#

https://duo.com/ this shit

Duo Security

Duo’s Unified Access Security (UAS) solution is a user-centric zero-trust security platform to protect access to sensitive data at scale for all users, all devices and all applications.

#

and it's mandatory

copper nacelle
#

spoof your Mac address to another machine's

#

easy

#

no login

compact sedge
#

that's why I bought the phone number because fuck using a real phone

#

I wanna login when I forget to bring my phone

#

it's more common than you think when you have a dumb phone

#

and literally only use the dumb phone for calls

#

basically duo lets you generate 10 codes at a time and I use them up for just normal stuff like logging in to access my exams and stuff. You can't store more than 10. whenever you generate new ones any old ones become invalid so I can't just keep a text file with good codes on the server

#

Also I can request a linux server from my uni, but I read the terms and conditions and in it is: you may not use elevated permissions unless instructed and I thought of you @river eagle

cunning lagoon
#

thats rough

compact sedge
#

my school has a linux user's group but it got completely dissolved

#

they still have good hardware

#

I will seek the individuals in it out if I can't get permissions

#

as aa backup plan

#

idk where to find them except that one of them is active in the mechanical keyboards discord so I guess I'll start there

pliant hawk
#

Unholy fuck. Captive portal on Ethernet is already quite the rarity, but 2fa captive portal on Ethernet actually in use?
Literally didn’t ever hear of it until now.

But uh, unless you talk to your uni and they grant you the permission, I have no idea what else you could do.

#

Oh, that’d work too—

compact sedge
#

look, it's not a very good trail but I'ma have to private detective the fuck outta this if plan A fails (well plan b, plan a was just hoping they wouldn't have captive ethernet)

#

also god knows if they still use that discord. it's been 5 months since I talked to them

#

good thing discord search has before:date

#

I have a plan d too

#

but that one involves a LOT of socializing

#

and smooching

#

and I'm bad at both

#

(not literal smooching thank god)

iron crown
#

why did I think angle was the other aa

compact sedge
#

I am the other AA

iron crown
compact sedge
#

also if y'all can come up with a plan e lmk

pliant hawk
#

Pfft
I’m sure that if it did come to it, it wouldn’t be too bad as long as you can prepare accordingly. I’m also bad at socialising—

#

But I doubt you’d be denied permission tbh.

compact sedge
#

ayy I found the person

#

active as of last monday in the keyboard server

#

I'm a good private detective/ finding people is reallllllly easy if you know what you're looking for and can read through thousands of messages sent by people not thinking about covering their tracks which is everyone who uses discord period

buoyant obsidian
#

You gotta petition the fuck out of everyone at your university and get that shit fixed

#

that's unheard of

cunning lagoon
#

753

#

you are mom

ornate rivet
#

Alright angle, I am going to enter that server and tell them all your secret plans

compact sedge
#

Update

#

IT people say they whitelisted my device by its mac address

#

hopefully this never happens again

buoyant obsidian
#

now change your MAC and complain again

hazy sentinel
#

now become an IT person

compact sedge
#

oh uh

#

I figured out an amazing lifehack on that note

#

networkmanager has an option for any wifi network that when you connect to that network it randomizes your mac address

#

so if youadd that option to say: airport wifi 427 that gives you 30 minutes free and then charges you

#

you can just disconnect and reconnect and no terminal hacking needed

#

nmcli connection modify PROFILE_NAME wifi.cloned-mac-address random

#

@hazy sentinel tbh doing IT sounds like actual hell. esp since I'd have to work with people using windows.

rain cedar
#

I might kill myself

buoyant obsidian
#

Windows is e z

copper nacelle
#

now that you put it like that sean

#

IT sounds like death

buoyant obsidian
#

you don't have to worry about fixing stuff in Windows because it's gonna be broken anyways

ornate rivet
#

I hate Linux
I've had to use it because Cuckoo Sandbox documentation only exists on Linux and I can't get anything done

buoyant obsidian
#

so much stuff only has documentation on Linux it's awful

compact sedge
#

so much stuff only exists on Windows it's awful

rain cedar
#

Just use wine :)

compact sedge
#

it works better than you'd expect

#

but eh I don't bother

ornate rivet
#

everything should only exist on windows

#

simple hollowface

copper nacelle
#

can we ban saleh

ornate rivet
#

pls no I still need help with my mod

copper nacelle
#

You still can't run .NET 4.7 or something using wine right

hollow pier
ornate rivet
#

the only thing good about ubuntu is the tapping sounds it makes when you hit backspace on an empty terminal

#

I love it

copper nacelle
#

x

#

the existence of package management is pretty good

ornate rivet
#

who's Pakaje Manajimenth?

copper nacelle
ornate rivet
#

forgot to capitalize the poor person's name

compact sedge
#

eww disable the bell you disgusting individual

#

you know you've gone too far when light theme mcgee calls u disgusting

ornate rivet
#

what bell

compact sedge
#

on ubuntu

ornate rivet
#

that's a bell?

compact sedge
#

well that's what it's called

ornate rivet
#

it sounds nice though

compact sedge
#

ok im not gonna judge

#

anymroe

ornate rivet
#

ok fuck ubuntu
the guide I am using tells me to make a new user
then it tells me to install something with the new user but you need sudo to install so how am I supposed to install with a new user that doesn't have root access

#

this guide is shit

#

why cant it just tell me exactly what to do step by step

compact sedge
#

what are you even trying to do

#

and why is this a vm

ornate rivet
#

what is?

#

trying to get Cuckoo Sandbox working

compact sedge
#

have you tried

#

logging in as root

ornate rivet
#

what's that

compact sedge
#

idk but I do know you set a password for it instead of leaving the password field blank like the fucking ubuntu installer recommends

#

anyway let's get your system back on track

#

go ctrl alt f2

#

login as username root

#

password whatever u set

#

when you did the install

#

and edit /etc/sudoers

copper nacelle
#

isn't the default ubuntu user in wheel

#

the fuck

compact sedge
#

you could use visudo like a smart person but lets be real you don't know how to use vi and you don't wanna learn so do nano /etc/sudoers. anyway edit it uncomment the line that says uncomment this to allow wheel to have superuser and save it.

copper nacelle
compact sedge
#

don't uncomment the line that literally says "uncomment this to allow wheel to have superuser" uncomment the thing after it that has the simple shell code on it.

copper nacelle
#

have you heard of

compact sedge
#

arch

copper nacelle
#

not that but sure

compact sedge
#

btw I use that

copper nacelle
#

ok

#

EDITOR=nano visudo

compact sedge
#

this is the proper thing to do tbh

copper nacelle
#

isn't there sudo -e as well or something

#

or is it sudoedit

#

i can't remember

ornate rivet
#

there is no line that says that

copper nacelle
#

why aren't you just using docker or something

ornate rivet
#

wtf is that

copper nacelle
ornate rivet
#

I installed this dumb thing like a week ago

#

and I am pretty sure the file I used to install ubuntu was corrupted

#

because updates dont work

ornate rivet
#

when I try to get access to a folder with a space in its name, the terminal thinks it's another command/parameter

#

what am I supposed to do?

copper nacelle
#

there are 2 ways you can go about it

#

cd /etc/my\ folder\ name/

#

or

#

cd "/etc/my folder name"

ornate rivet
#

big thanks

copper nacelle
#

also

#

remember that you can do

#

cd /etc/my<TAB>

#

and it'll auto complete the rest

#

with the backslashes

ornate rivet
#

woah

ember bloom
#

Why there is no Sans in Hollow Knight

hollow pier
daring snow
#

I knew it was coming

hollow pier
rain cedar
daring snow
#

my life would be better sans this image

ember bloom
#

Turbo gay

#

Go make Salt and Sans mods

copper nacelle
#

where's the 3v3 skullgirls

rain cedar
#

I'm still down

ember bloom
#

Wheres Markoth

rain cedar
#

I will also accept 1v1 in lethal league

hollow pier
#

sean stream skullgirls

rain cedar
#

Or lethal league blaze

ember bloom
#

Skullgirls would be hard to play

#

Because i don't have it zote

rain cedar
#

Interesting strategy

ember bloom
#

Got exposed milliS

solemn rivet
#

is the new lethal league any good?

#

I really enjoyed the first one

rain cedar
#

It's much better yes

solemn rivet
#

oh

#

nice!

#

maybe I'll get it then

leaden hedge
#

1v1 me melty blood

rain cedar
#

They added an hp system and a grab

#

The hp makes no difference at high speeds, it just prevents super fast rounds

#

And the grab makes parries not OP because grab beats parry

solemn rivet
#

oh finally

rain cedar
#

Grab isn't OP either though because not parrying beats grab

solemn rivet
#

right

#

and is there a stun if you grab a non-parry?

leaden hedge
#

is it one of those games where no input beats grabs

rain cedar
#

Yeah it does the same thing as getting parried

solemn rivet
#

nice

#

that's really really nice

rain cedar
#

If you grab a parry you just chuck the ball into their face and they die

#

Really punishing of parries

solemn rivet
#

can't wait to play it

rain cedar
#

The grab is about as fast as a bunt at neutral as well, except the ball comes out really fast instead of really slow

#

It's pretty fun to just chuck the ball at people

solemn rivet
#

oh, you can just grab the ball?

rain cedar
#

Yeah but the hitbox is pretty small

solemn rivet
#

and does it increase speed or...?

rain cedar
#

It's a temporary speed increase

#

Like you chuck it out fast but it goes down to the old speed

#

Throwing downward instead of sideways makes it lose speed

solemn rivet
#

right

#

is Switch still a shit character?

rain cedar
#

They gave him a new super

#

But you can still do the old one

#

And every character has a double jump

solemn rivet
#

oh

rain cedar
#

Except sonata has triple now

#

So nah switch is way more usable

solemn rivet
#

I liked using him when playing with friends

#

ty for the info sean

#

I'll definitely grab it as soon as I get some free time

leaden hedge
#

wtf no discount for owning the old game

#

what is this sfv

compact sedge
#

wait

#

I'm dyslexic

copper nacelle
#

single transferable vote GWchadMEGATHINK

leaden hedge
#

f = transferable

copper nacelle
#

woke

leaden hedge
#

press f for reading ability

compact sedge
#

hey y'all ever wonder why I'm avenging angle

copper nacelle
#

cause you mistyped tvenging tngle

floral furnace
#

because sides killed your family of angles

compact sedge
#

want a serious reason

#

or nah

#

it's really lame

floral furnace
#

yes

copper nacelle
#

sure

compact sedge
#

there was this game I played with a villian whose name was satan backwards (natas) and I really liked the game so I named myself after natas but I misspelled it as natis by mistake but natis was taken so I put natis1 and that's how I got the name natis1. and my discord name is a reference to that.

copper nacelle
#

nice

floral furnace
#

🤔

solemn rivet
#

wut

#

I must have missed something

floral furnace
#

you missed all the shots you didnt take

compact sedge
#

no this is seriously both where avenging angle and natis come from

floral furnace
#

im guessing its supposed to be avenging angel GWchadMEGATHINK

ornate rivet
#

^

solemn rivet
#

so AA is confirmed satan sitan

compact sedge
#

because I wanted to make a reference to that time I misspelled satan backwards

solemn rivet
#

o

ornate rivet
#

but where does avenging angel come from

compact sedge
#

the bible I guess

#

idk

leaden hedge
#

you mean the bibel

solemn rivet
#

satan means adversary iirc

ornate rivet
#

so you went from Sitan to Angle

solemn rivet
#

I mean

#

I get it, sure

#

that's a long stretch but

#

ok

floral furnace
#

setan, satan's used car salesman cousin

compact sedge
#

well avenging angle was an inside joke

floral furnace
#

or is it sedan 🤔

dusky lion
#

satin, a fabric

compact sedge
#

I really did fuck up unintentionally when I picked natis

solemn rivet
#

and what was the game

compact sedge
#

motherlode

#

it was a flash game

#

from xgen studios, a christain flash game company

#

before godlimations

solemn rivet
#

nice

compact sedge
#

godlimations was a million times better because they got the dan mc neeley guy on every one of their projects and omg is he an awesome voice actor

floral furnace
#

come to think about it we still dont have a christian based metroidvania

solemn rivet
#

this reminds me of my 11 yo self realizing that alucard is dracula backwards

ember bloom
#

I realized it year ago

#

Why there is still no Markoth mod

compact sedge
floral furnace
#

have you tried black mailing 56

#

hes like goddamn Yuri Lowenthal in every fantasy/rpg games ever

ember bloom
#

No but i hope he makes Sans mod

floral furnace
#

that or anime

ember bloom
#

Because sans is cool

compact sedge
#

also machinima

#

back when that was popular

floral furnace
#

and their vids was filled with pop up annotations of unrelated "WWE LIVER SHOTS"

copper nacelle
#

markoth mod soon tm

ember bloom
#

I don't live that long

weak lodge
#

Avenging angle more like

ember bloom
#

Probably faster than Diablo 4 still

compact sedge
#

https://youtu.be/j422wSeFCnk?t=159

I'm sad because there was a video from like 08 where the voice actor himself and some people from somethingawful made fun of this flash and it is lost to the internet and it was the greatest damn thing ever.

weak lodge
#

Respectful individual

compact sedge
#

no

#

you're respectful

weak lodge
#

u

compact sedge
#

I'm just a lowly half-modder

floral furnace
#

just get grim dawn

compact sedge
#

more like

weak lodge
#

Excuse me sir

compact sedge
#

grimm dawn

weak lodge
#

You misspelt grimm

floral furnace
#

yes

solemn rivet
#

I feel very ashamed of the flash videos I used to watch when I was just a kid

weak lodge
#

Tttttttaccccccccco

floral furnace
#

yes knightmere thanks

#

Counter Strike for kids will still be the best tbh, even if it wasnt flash

compact sedge
#

super crazy guitar maniac deluxe 4 is still a good flash 10 years later

#

not really it's actually kinda trash

#

in hindsight

floral furnace
#

3 was good what

compact sedge
#

but you know what is still a good flash

#

anti-idle the game

floral furnace
#

Sonny- oh ok]

weak lodge
#

@compact sedge is my name good now

compact sedge
#

your name is always good

#

because you are good

#

SCGMD 2-4 are all great but they desync.

#

oh also there was a game about driving a car and running over zombies

#

that game is good af

#

forgot the name

weak lodge
#

Ok now

compact sedge
#

it was pseudo 3d

floral furnace
#

i only played 3, but i remember loving Trainwreck as the song, but then i realized how fucking awful the singing is

compact sedge
#

oh road of the dead

#

I found it

#

good game

#

also 4 second fury or w/e with all the 4 second minigames

weak lodge
#

Death road to Canada

compact sedge
#

that game is also good

#

oh and

#

MAD

#

that is a good flash game too

#

really hard tho

#

there's a lot of flash games that I think hold up

floral furnace
#

Sonny is still my fav flashgame of all time but its a shame Kirin when mobile and rebooted the entire story

compact sedge
#

you know what else is a shame

floral furnace
#

also the mobile only reboot has Sonny having anime muscles

compact sedge
#

last stand and last stand 2 were amazing games

#

and 3 and 4 ruined it

weak lodge
#

Ok ill settle on this nickname

floral furnace
#

Union city was good tho

#

tbh

compact sedge
#

ehh

#

union city would have been good if I could play it offline which I needed to on my emac

#

which was on really crappy internet

floral furnace
#

i played Dead Zone i only played a bit but the amount of "PAY TO GET RESOURCES" crap was what killed it

compact sedge
#

and now you literally cannot play union city at all

floral furnace
#

oh thats why

compact sedge
#

but the gameplay of 1 and 2

#

those games

#

are freaking good

#

esp with 2 how you can move between towns

floral furnace
#

not a fan of wave shooters hence i didnt get invested with 1 and 2 but loved Union city due to the rpgish nature

#

even if its too close

#

and it had a 5 dollar dlc

#

probably the first flashgame i saw incorporate the dlc system

#

that and Stick RPG 2.5

compact sedge
#

eww paid flash games

floral furnace
#

5 dollars boi

compact sedge
#

boi

#

but I love anti idle the game

#

because it has all the f2p stuff you see in f2p games

#

from every genre of f2p game all at once

#

and yet no microtransactions

#

and it's balanced so it doesn't need them

#

and when I say every genre of f2p game I mean it

#

and this from back in what 08 long before exploititive p2w stuff was even a thing

floral furnace
#

wait i think i played this a bit years ago

#

but i didnt really get far

compact sedge
#

it's basically a giant collection of minigames

floral furnace
#

so its like a parody of the p2w stuff? just like how Upgrade Complete requires you to upgrade in order to get the mute button?

lunar pollen
#

oh my

#

ur giveimg nostlga

wanton hawk
#

Modding Idea
Only one thing changes. When you fight No Eyes, the ominous singing is replaced by a harmonica playing the same tune.

copper nacelle
lunar pollen
#

they will never see it comming

wanton hawk
#

Modding Idea
Fuck it, all the dream warriors get harmonicas.

dusky lion
#

Modding Idea
The game crashes

wanton hawk
#

No yours is better

copper nacelle
#

modding idea

#

stop having garbage modding ideas

dusky lion
#

Modding Idea
copulation

wanton hawk
hazy sentinel
#

Modding Idea
Cherry madness and in it:
Now locations: West Berryier, Snail home and bone forest
Explore the old bug farm giving the food for all rest of kingdom. Now doomed by plague is full of bloodlust plants, farmers ready to harvest soul from others and more!

vagrant leaf
#

Modding Idea
yes

rain cedar
copper nacelle
#

Same

inner prairie
#

Modding Idea Zote with a gun

rain cedar
#

he hand too big for he got damn bod

pliant hawk
#

He been working out swinging life ender around

#

bretta bretta approves

iron crown
#

Oh are we thinking of bad mod ideas

#

I have one

#

Lightbringer 2

flat forum
#

I have a mod idea

#

I actually finish DeadHallownest

young walrus
#

mod @idea

fair rampart
#

Hey fellas

#

Or is it free?

floral furnace
#

uhh C++ isnt a software, its a language, so no its not paid

fair rampart
#

Nvm

#

Yeah I meant

#

wait a sec

#

Wait

#

Ohhh wait

#

It’s visual studio

#

Sorry mixed up the language with the software

#

But is it free? (Visual studio)

floral furnace
#

VS is free yeah

#

Community Edition

#

the other version more oriented for business ofc are the ones that arent free

#

2017 should be the latest VS version

hollow pier
#

shade soul should be the latest vs version

floral furnace
#

lmao thats not how you spell descending dark lmao

cunning lagoon
#

these pfps are getting better and better

compact sedge
#

it's also c# not c++

#

which does require a software to run

#

unlike say c++ which can be compiled to run on a kernel and nothing else

#

c# needs mono/.net. this because it's not a fully compiled thing, more like java.

floral furnace
#

might be wrong here but is it because in some way c and c++ are (again might be wrong here just guessing) integrated (i think) unlike C# or Java which requires the frameworks?

compact sedge
#

c and c++ are languages which you can compile to pure assembly

#

c# and java are compiled to bytecode which needs to be interpreted by a program

#

the thing c# compiles to is not assembly which is why you can decompile it and recover things like function names

floral furnace
#

huh til then

cunning lagoon
#

until what

hazy sentinel
#

then

compact sedge
#

but the languages themselves. they're just human languages that have a program that turns them into non-human languages.

floral furnace
#

today i learned GWchadMEGATHINK

#

i think i kinda recognize the language to intermediate stuff in my class if only sir isnt such a fucking unengaging monotone teacher

hazy sentinel
#

sir

cunning lagoon
#

whaT

compact sedge
#

honestly nobody knows how compilers work like you can learn in theory and know enough to make your own but they are so goddamn advanced at this point. like gcc has a library that uses linear algebra to optimize functions. like what?

leaden hedge
#

i mean you can make one if you don't want it to be super optimized 🤔

hazy sentinel
#

Anglelib uses lack of testing to make quick cast use no soul

floral furnace
#

yeah i think ill stick with a 10k web design job

compact sedge
#

you make 10k making websites?

floral furnace
#

in 6 months

#

not in usd either

#

well i dont

#

but if the job selection starts getting filled up in the future with how much is going for comsci, well its not like i have a choice i guess hollowdab

hazy sentinel
floral furnace
#

yes

#

i <3 inflation

compact sedge
#

hey ttacco

#

can I pay you to make my website less shit

#

serious question

river eagle
#

That's like 166€ GWmythiFeelsBadMan

leaden hedge
#

isn't that probably just converting all other actions to a bunch of mov commands

floral furnace
#

implying i still remember my css then 100% no

river eagle
#

So that would be 27€/month

leaden hedge
#

I mean its not that dumb anyway considering you can do literally everything a computer does with a shit tonne of nands

river eagle
floral furnace
#

didnt get too invested with the web creation stuff but we only delve on light stuff like sessions and stuff

leaden hedge
#

whats wrong with your site

floral furnace
#

also MVC architecture, fuck that

leaden hedge
#

other than the fact its ugly af

floral furnace
#

use bootstrap

leaden hedge
#

fk twitter

#

they gay

cunning lagoon
#

so if i move there i will have thousands of money GWfroggyPoggers

compact sedge
#

well that it's ugly, duh

#

yeah but then you won't be living with gradow, dl

river eagle
#

I could finally be a millionaire if I moved there 😩

compact sedge
#

I could be a thousandaire

cunning lagoon
#

wehat if i we all move there

#

@solemn rivet what u think

leaden hedge
#

milli is thousand

compact sedge
#

thousanth

river eagle
#

kilonaire thinkgrub

fair rampart
#

I’m using godot right now

#

It’s the only software that isn’t kicking my brain

compact sedge
#

you're making a game? :radblush:

cunning lagoon
#

No I'm making a game 🙂

fair rampart
#

Uhm

#

I want to

#

But I won’t say I will

compact sedge
#

me irl

fair rampart
#

I no next to nothing

#

*know

compact sedge
#

I have no motivation for making games because all my awesome ideas were done already

#

by much better devs

hazy sentinel
#

that didn't stop TC

fair rampart
#

Why does programming have to be hard tho

#

Like isn’t there a simple object oriented software for games

#

Like programming games

compact sedge
#

making games is easy af

#

wdym

#

I mean like

#

not easy

#

but like

#

the tools make it really easy

fair rampart
#

So you know c++?

leaden hedge
#

make your header smaller, lock your footer to the bottom, make the bg darker, change the header colour to be not ugly, change the font to be something that looks good in all caps like oswald or smth

floral furnace
#

its all about bashing your head in the wall until it breaks tbh

compact sedge
#

no but godot is c#

leaden hedge
#

if games are so hard how did people make them in 1980 with nothing but asm 🤔

compact sedge
#

and both c# and c++ is object oriented

fair rampart
#

Yeah but

leaden hedge
#

like the mechanics behind games are super easy for pretty much everything you would ever want to do

#

if some japanese guy 30 years ago can make games with no documentation on how a computer works I think you can too

fair rampart
#

What’s a simple programming software tho?

#

Free

#

And ain’t paying

leaden hedge
#

all programming software is free

fair rampart
#

*I

#

Not all

leaden hedge
#

you can get a compiler for every language for free

floral furnace
#

rewrite dwarf fortress where it doesnt run like shit

fair rampart
#

What’s the simplest one

leaden hedge
#

they are all equally simple

fair rampart
#

I don’t think so

compact sedge
#

python probably. won't make ur games run well but it's p easy af to use

floral furnace
#

yeah but debuggin tho

leaden hedge
#

python won't make it easier

fair rampart
#

Dam

leaden hedge
#

its just easier to remember the syntax for what you want to do

compact sedge
#

honestly you know one language you know em all

leaden hedge
#

if you don't know what to do

#

python won't help you

compact sedge
#

like learning new ones takes barely a week once you know at least one

fair rampart
#

I wanna learn c# or c++

#

But how

leaden hedge
#

and if you know what to do, just google it with the language

floral furnace
#

yeah its better to understand what you do with your code rather than remembering what your code is

compact sedge
#

guides, but not video guides. text guides

#

that you read through

#

with examples and stuff

fair rampart
#

Where can I find those

floral furnace
#

anywhere

compact sedge
#

presumably the same place you find porn

fair rampart
#

Here?

floral furnace
#

like theres tons of resources right now

hazy sentinel
compact sedge
#

eww paid shit

fair rampart
#

Oh yeah

#

That

#

Oh it’s paid

floral furnace
#

searching "c# tutorial" gives you a ton of resources

#

like a shitton of it

fair rampart
#

So is

#

Wait

#

C# is supported for godot right?

compact sedge
#

C# is the godot language

fair rampart
#

I see

compact sedge
#

it's the thing you gotta use if you wanna do gameobjects with behaviors and stuff

#

you can mod godot itself with c++ but that's editing the engine and you want to make games

fair rampart
#

Ye

leaden hedge
#

do you actually not know how to program at all

#

or just don't know how games work

fair rampart
#

I do

#

But robots

#

I’ve never programmed games

#

Like sumo robots

#

Y’know those?

#

It’s easy

floral furnace
#

well, you have a head start i guess

fair rampart
#

Switches, Loops, motors, sensors, and all that

#

You gotta start somewhere right?

leaden hedge
#

just pick something pre ps1 era and try to replicate its mechanics

fair rampart
#

I’ve this video

#

That shows you how to program a simple breakout game

#

And it seems simple

#

But I wanna make a game

compact sedge
#

then do so

fair rampart
#

What do you use btw?

compact sedge
#

assuming I made a game

#

I mean I started making a game

#

and lost my motivation to finish it

floral furnace
#

shouldve added it to early access then ran away with the money

compact sedge
#

dunno people are paying money for terminal only stuff that is linked to a library that doesn't exist on windows

fair rampart
#

I’ve basically designed the Mc of my game

#

And the layout

#

Plot and all that

#

But the only thing I’m scared of is

compact sedge
#

honestly

fair rampart
#

Accidentally copying other games

#

Like subconsciously

compact sedge
#

if I ever make a game the only way I'm finishing it is collaborating with other people

fair rampart
#

It can happen

compact sedge
#

js ttacco if ya wanna hmu

floral furnace
#

uhh what

leaden hedge
#

why does that matter

fair rampart
#

What language?

buoyant obsidian
#

what about the core gameplay mechanics

#

aka the only important part

leaden hedge
#

its not like you can own mechanics or ideas

fair rampart
#

Yeah I know

#

My friend and I

#

We’re both working on the gameplay mechanics

#

But our subconscious minds will eventually butt in and start introducing mechanics and designs that are already overused in other games

#

Which is something we don’t want to happen

#

Btw

#

My friend said that this game should be a 2D open world....

#

....how?....

buoyant obsidian
#

🤢

fair rampart
#

I’m still tryna understand

#

He’s probably joking

#

Most probably

buoyant obsidian
#

Darkwood is kinda open world for example