#Lethal Resonance

1 messages Β· Page 35 of 1

small pond
#

god some of this soundapi code is cooked wtf

fallen spade
small pond
#

like wth

#

getting one step closer to the update now though

fallen spade
#

God

small pond
#

might also get some memory optimisations out of this update

fallen spade
#

Make a list of lists

#

Then list them up

#

ANd you should list those new lists

small pond
#

πŸ˜”

fallen spade
#

Evil

small pond
#

genuinly going back through and remembering that i built this in 3 days

fallen spade
#

Do what I did

#

Remake it.

#

LOL

velvet gyro
#

can i pop these? πŸ₯Ί

fallen spade
#

Filthy

velvet gyro
#

you say filthy, I say yummy πŸ˜‹

small pond
#

love when vs decides not to autofill this and instead whatever this is

fallen spade
#

Jesus...

velvet gyro
small pond
fallen spade
#
void ThisMethodWillJustTellMeIfThisThingWorksOrNot()
{
  Debug.log("It does.");
}
small pond
#

alright chat im testing after changing like 80% of how sounds are registered

still mural
#

can i have a bite?

small pond
#

turns out actually giving one of your lists the data it needs is very crucial

#

just gotta figure out this bug real quick, then its on to replacing mid sound (fr this time)

#

lol so in the live version menu.json is actually getting loaded twice, once at startup then again off main thread lol

#

update_every_frame comign to you soon :3

upbeat hound
lavish pecan
#

Gib update Bongo

#

Gib

#

:3

small pond
#

if you put update_every_frame on everything you will tank performance

#

its meant for lr meltdown

#

other than that there is a couple memory optimsations + fixed a bug that actually loaded your menu sounds twice and processed them twice when picking lol

lavish pecan
#

πŸ‘€

lavish pecan
#

Yay optimization

#

How close would you say the new update is to being pushed live?

#

You've been cooking for a bit Bongo I expect the update to contain a lot of improvements ^_^

small pond
#

itll go into a lil bit of testing

small pond
lavish pecan
#

XD oof

fallen spade
small pond
#

well wouldn't you want

void Update() {
    Graphics.Render();
    Graphics.Render();
}

and then double the fps

upbeat hound
fallen spade
#

Gosh we are GENIUSES

small pond
#

oh god

#

docs are going to be fun for this

fallen spade
#
void Update()
{
    Update();
}
#

Even better

upbeat hound
#

shouldn't you put an "else if" statement so it knows if it doesnt give more fps that there will be consequences

fallen spade
#

Else Application.Quit()

small pond
small pond
upbeat hound
#

Else delete.Path:Windows/Windows32

fallen spade
#

using System.Threading;

#

Then create a thread that don't die

#

Now closing the application won't truly close untill you kill that thread

velvet lodge
#

Me when it comes to coding:

if learnt_onlypython == True
return(OK)
else return(ERROR)

upbeat hound
small pond
# small pond 53kb of raw code les go

so with this it should be possible that you can

{
  "update_every_frame": true,
  "replacements": [
    {
      "matches": "MeltdownHandler:music",
      "sounds": [
        {
          "sound": "meltdown/in_facility.ogg",
          "condition": {
            "type": "equals",
            "a": {
              "type": "PlayerLocationType"
            },
            "b": "inside"
          }
        },
        {
          "sound": "meltdown/outside.ogg",
          "condition": {
            "type": "equals",
            "a": {
              "type": "PlayerLocationType"
            },
            "b": "outside"
          }
        }
      ]
    }
  ]
}
small pond
#

have fun with that syntax lol ;3

lavish pecan
small pond
#

actualkly thats going to just throw an error every frame

#

should really test things first πŸ˜”

fallen spade
small pond
fallen spade
#

For example: Player location

#

You can't use that outside equal

#

Player location > inside ??

#

PlayerLocation should just be the "condition" ngl

small pond
#

well i wanted to make this system expandable lol and you can pull in other stuff like the players health and use greater_than

fallen spade
#

Avoids the whole type: equal and the rest.

velvet gyro
#

it's so easy

fallen spade
small pond
#

fuck thats so much better

fallen spade
#

What I'd imagine myself doing

fallen spade
#

Use string matching

small pond
#

tommorow problem its 9pm here lol

velvet gyro
#

clean πŸ˜‹

fallen spade
#

Could be cleaner using YAML

small pond
#

im considering migrating it to pkl

fallen spade
#

Though for coding Jason is easier

fallen spade
small pond
#

but theres no easy library for c# yet i think

velvet gyro
#

yaml ewww

small pond
#

too new

velvet gyro
fallen spade
velvet gyro
#

it looks so promising πŸ‘€

small pond
fallen spade
#

LOL

fallen spade
#

LOL

fallen spade
#

Scriptable objects are all yamal

velvet gyro
fallen spade
#

Scenes are yaml

velvet gyro
#

i'm gonna pretend i didn't see that

fallen spade
#

Prefabs are yaml

#

Mostly all yaml

#

Though you can change it in settings if I'm correct

small pond
velvet gyro
#

ewwww

#

configuring my github actions was a pain in the ass

#

but it's nothing to the shitfuckery of home assistant

small pond
#

@fallen spade genuinely though if you do get pkl support in c# i will use it

lavish pecan
fallen spade
velvet gyro
lavish pecan
velvet gyro
#

it's in early development

small pond
#

that wasnt coming up when i was searching lol

fallen spade
#

Nvm

velvet gyro
#

google: "pkl" c#

#

cause it would search python stuff for me

small pond
#

i googled "pkl c#" "pkl config c#" lol

fallen spade
#

Javascript when?

small pond
#

i mean may aswell

velvet gyro
#

you need to put pkl in quotes to do exact search

small pond
#

ive joked about soundapi being an ftl spaceship to go from london to new york

velvet gyro
#

and you can filter by date of creation for the last 3 months

velvet gyro
fallen spade
#

Yummy

velvet gyro
#

this may be the future after all

fallen spade
#

JS to c#

velvet gyro
fallen spade
#

Make it extra steps LOL

velvet gyro
#

we need to add js wrapped to dotnet

#

3 layers of config abstraction

fallen spade
#

Node.js

velvet gyro
#

config abstraction

is the worst thig i've ever considered

small pond
#

dependency injection but for your configs

velvet gyro
#

i want to cry

#

you're trying to get config values

#

"package declared in file not found"

small pond
#

i want the ppm pkl package manager

fallen spade
#

I want a fluffy cat

lavish pecan
small pond
#

also because kubernetes uses yaml(?) and apple built this and already has bindings for kubernetes they literally built this as a way to remove yaml

lavish pecan
#

I did not feel good there

#

XD

velvet gyro
#

πŸ₯²

fallen spade
#

I found fluffy cat

small pond
#

how tf is most of this valid c#

#

what on earth

lavish pecan
#

I don't think I could ever learn code

#

it hurts my brain lol

fallen spade
#

Floof

#

Me happy

velvet gyro
#

||also spoilers btw||

upbeat hound
#

How about a bridge from Lua to C#?

velvet gyro
lavish pecan
velvet gyro
#

zeekers would make the whole game in roblox scripts

velvet gyro
small pond
fallen spade
#

Brainfuck -> c#

velvet gyro
#

load it into assembly and good luck

fallen spade
#

C# with braille localization

upbeat hound
#

Malbolge to C# Bridge when?

velvet gyro
#

please touch grass

fallen spade
#

I need sleep yet I'm still here

tame ledge
#

brainfuck aint that hard

#

how about piet to C#

small pond
#

wth is going on this pkl-csharp repo

upbeat hound
velvet gyro
fallen spade
#

Java -> c#

tame ledge
#

or whitespace to C#

#

or velato to C#

velvet gyro
#

let's load mods via npm package manager

fallen spade
small pond
#

that has got to be the worst idea ive ever heard

#

lets do ti

#

javascript was designed for everything and should be used for everything

tame ledge
#

i wanna see someone make a music mod using velato

velvet gyro
#

that way you couldn't remove any package from registry

#

easy

fallen spade
#

At this point Sudo install soundapi

velvet gyro
#

leftpad was there before us

velvet gyro
#

Commands are determined by the intervals between notes.

upbeat hound
#

so we sideloading or what

gentle pilot
#

Bongo Pixel Chaos and Mrov walk into a bar

#

I was too lazy to write a punchline

fallen spade
#

Guys how to make the best mod:

  • Use notepad++
  • Use C# with braille localization
  • Manually build your projects.
  • Manually patch your netcode.
  • use NPM to install your mod.
velvet gyro
upbeat hound
fallen spade
#

LMFAO

upbeat hound
#

WAIT THIS IS WRONG

upbeat hound
#

HOW TO MAKE THE BEST MOD

velvet gyro
#

Install vi using the command sudo pacman -S vi

upbeat hound
gentle pilot
#

Move aside losers

small pond
#

@fallen spade i aint got no clue how pkl-csharp works lol, seems like code gen stuff but i havent played with that much

gentle pilot
#

Watch this one

tame ledge
#

make the best lethal company mod by coding using Mac

velvet gyro
#

sheeeeesh

velvet gyro
#

no clue how the bindings work tho πŸ€”

fallen spade
#

FAQ:

  • What if I don't have any netcode?
    Patch it anyways.
  • What if I don't have NPM?
    Then get NPM from NUGET.
  • What if my screen doesn't have bumps for the braille?
    Carve them yourself on the screen. (Need spare monitors.)
velvet gyro
#

GET NPM FROM NUGET LMAOOOOOO

fallen spade
velvet gyro
#

nah, i'm done

fallen spade
#

I'm mental

velvet gyro
zealous plank
small pond
#

yes

fallen spade
#

FAQ 2:

  • What if my code won't compile?
    Recode the compiler in IL code.
  • What if I don't know IL?
    Use Binary.
  • What if I don't know Binary?
    Go complain to Lordfirespeed.
#

Hope those FAQs are helpful

upbeat hound
upbeat hound
#

I thought so

zealous plank
# small pond yes

does that make it run side effects when you import that file like python does? cuz that's one thing i absolutely hate about python

zealous plank
velvet gyro
fallen spade
fallen spade
#

LOL

upbeat hound
hallow forum
#

also please talk about your own mods in your own threads, i can allow collab talks in both threads at most

ruby saffron
zealous plank
#

lethal ressonance w

upbeat hound
fallen spade
#

It's going to be another story

lavish pecan
ruby saffron
#

Woah 800k

upbeat hound
ruby saffron
#

the last time it was 230k

#

so woah

golden path
#

Crazy?

upbeat hound
fallen spade
#

Absolutely

gentle pilot
tame ledge
# gentle pilot

wait- MUSIC MAYHEM LEVEL 3??? WHY DO YOU HAVE SUCH A HIGH LEVEL OF IT ENABLED

gentle pilot
#

I was doing

#

A balance test run

tame ledge
#

also 2470 points for all that is crazy

gentle pilot
#

And so me and my compadre of fellas

#

Were testing to see how β€œLethal” the company could get

#

My god

#

No one lived

tame ledge
#

have you figured out how the points stacked with your tests?

gentle pilot
#

Yea and now I have good enough data to balance the point system

tame ledge
#

oh i need that then

hallow forum
#

#general-chat or #off-topic-memes or #modding-general :p

hallow forum
#

also you get to have clean pins again @upbeat hound, rejoice

gentle pilot
#

Federal Officer Xu

tame ledge
#

dm

#

i need the chaos

gentle pilot
fresh steeple
#

@upbeat hound
I used your LR meltdown as a base for my meltdown music mod
but when I download it from thunderstore the file format gets all messed up
Its not in any folder
There should be Music and Scripts inside of BGN- Pizza... (what ever the rest was)
all 3 of those folders are deleted
and then i just have my music files and script in the same main folder as my manifest.json, readme, ect

#

weird thing is if I manually download it, its fine

#

from thunderstore it doesent work
or r2modman which I use

fallen spade
#

No clue why but remake those folders

fresh steeple
#

I do

#

and I uploaded it again, and it still unpacks it

fallen spade
#

Or use dynamic paths when making the mod

fresh steeple
#

how do I do that?

#

I dont know how to code, I just used lethal resosoance meltdown and replaced the music with mine

fresh steeple
fallen spade
#

Nope

#

But do you really require those folders..?

#

Or it's for organization?

fresh steeple
#

yea otherwise the music doesent work

fallen spade
#

How are your paths set up?

fresh steeple
#

wdym

fallen spade
#

Or does it not use paths..?

fresh steeple
#

i have no idea waht u mean by paths

quasi hare
# fresh steeple

Think your issue is the way you re-zipped the mod.
The folder structure you don't want mod managers to destroy goes inside the plugins folder.

fresh steeple
fresh steeple
quasi hare
# fresh steeple how do I correctly zip it then?

File structure should follow this

β”œβ”€β”€ YourModFolder
β”‚   β”œβ”€β”€ BepInEx
β”‚   β”‚   β”œβ”€β”€ plugins
β”‚   β”‚   β”‚   β”œβ”€β”€ BGN-PizzaTowerEscapeMusic
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Music
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SomeMusicFile.ogg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ AnotherMusicFile.ogg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Scripts
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Default.json
β”‚   β”œβ”€β”€ CHANGELOG.md
β”‚   β”œβ”€β”€ icon.png
β”‚   β”œβ”€β”€ manifest.json
β”‚   β”œβ”€β”€ README.md
fresh steeple
#

oh I see

#

this was my thing

#

it didnt work cause it wasent in plugins I think

#

it just was a folder containing this

quasi hare
#

yep that's why it got destroyed

fresh steeple
#

do I do the same thing with modpacks too?

quasi hare
#

for mod packs you can add a config folder to add any .cfg files you edit from mods.
plugins in not needed in for modpacks.

fresh steeple
#

ok ty

quasi hare
#

you're welcome.

hallow forum
#

n-no you're awesome

acoustic wedge
#

so ive had this mod for a while now but havent actually encountered a bracken since i got it and let me say

#

what the actual fuck

gentle pilot
upbeat hound
upbeat hound
golden path
arctic crown
#

Found out I can just manually remove the tag without even updating the mod TE_PepeNPC
I hate thunderstore with a burning passion

fallen spade
#

So how's everything going?

upbeat hound
undone seal
#

I figured people here might also know.
What exactly does this mean? And is it an issue?

upbeat hound
hallow forum
#

Probably best to report the facility meltdown error to the person working on facility meltdown too

undone seal
#

I posted it in both

upbeat hound
hallow forum
#

Yeah it's not for the relevancy im point it out, just why would pixel know πŸ˜‚

#

Least codest coder here

upbeat hound
undone seal
#

I figured you guys might know because of the meltdown sound mod was all lol
Since its related, sorta

molten bolt
#

Oof

#

In case anyone is wondering why no more updates, I'll give 3 reasons:

  1. I think we are in a very good stage rn on the mod, no more mayor bugs and we have a pretty solid amount of changes
  2. Pixel is busy with his Life rn and I am on my Final Exams
  3. I've not playing too much LC latelly, I plan to come back when Zeekers launches the update
undone mulch
#

i mean... when you feel like the mod is where it should be - it doesn't need an update . ,.
The last update was 8 days ago. Did something/someone warrant needing to explain a lack of updates for just 8 days? πŸ˜… ...
If download numbers keep goin' up, no bug report messages get shoved in here, 'n it works... It's honestly a positive blessing if it gets silent in here in a sense. So long as it doesn't get forgotten. Mod's already an essential-level mod for me (with the crowd of Hold_Scan_Button, Toggle_Mute, Health_Metrics, etc). It just needs word of mouth to keep chaining it to the rest of the community c:

gentle pilot
#

If a mod works

#

It works

#

If the meal is cooked, why put it back in the oven

tame ledge
#

if something is broken why fix it

#

tho this mod is clearly broken, it's missing door sounds!! (jk)

lavish pecan
molten bolt
#

Soon

upbeat hound
vale forge
#

downloaded new csync does this matter?

#

should i just keep both

#

@molten bolt

#

@upbeat hound

#

@lavish pecan

molten bolt
#

Hey

#

that's not our mod

vale forge
#

isnt meltdown and your meltdown sound connected?

molten bolt
#

Meltdown is made by Bongo, and it seems that's more a Csync issue

fresh steeple
#

bro really pinged teh whole sqaud

upbeat hound
#

You gonna take that?πŸ‘€

molten bolt
#

a, right

#

Bongo :,]

vale forge
#

does bongo have a mod channel?

upbeat hound
#

Yessir, facility meltdown mod release and lorforc soundapi in development resources

vale forge
#

can u tag meltdown channel for me search is being stupid\

vale forge
#

can i still run this with old csync?

#

@molten bolt

#

@upbeat hound

upbeat hound
small pond
#

just wait until i release the patched version

gentle pilot
#

@upbeat hound you ok? when u can I need some help with a meltdown mod im making

gentle pilot
#

Nvm I literally figured it out

tame ledge
#

i like how "you ok?" now is more of a "you're feeling great? nice, now go feel like shit"

cold vector
#

Nah I don’t think mi6k was crossing any lines, he asked first, and specifically mentioned only to help when they can

tame ledge
#

still feels like that

#

i didn't mean to go off as rude btw

upbeat hound
#

Lmao Yall ~~My life is on fire ~~ I’m fine . Thanks for the concern though

gentle pilot
#

Hope you make it out ok man

upbeat hound
#

Probably will, more big changes then challenges I can’t overcome

#

TLDR: shortly going to move across the continent

gentle pilot
#

That is a pretty big change

velvet gyro
gentle pilot
#

Mrov

upbeat hound
#

Fr, so just the unexpected nature of the change and the scale of the decision

gentle pilot
#

Pixel

velvet gyro
#

what? πŸ₯Ί

gentle pilot
#

Hope yall have a good day tomorrow

upbeat hound
gentle pilot
#

Yall are some great people

velvet gyro
upbeat hound
#

In fact it’s cause things are unsustainable here

#

As long as yall don’t think I’m flexing 😭

velvet gyro
#

I didn't, I tried to be funny 😭

velvet gyro
#

πŸ˜†

gentle pilot
upbeat hound
#

Lmao no worries, I’m not a sensitive soul. Anyways though, it’ll likely just cause lull in updates for awhile

gentle pilot
#

LR is perfect where it is

velvet gyro
#

understandable, take care 🫑🫑

upbeat hound
gentle pilot
#

despite some voices from the beyond saying something about a door

gentle pilot
#

Yall evil, and sick in the head

upbeat hound
#

Fr and the universe punishes us for it, but we strive on

velvet gyro
gentle pilot
#

...

upbeat hound
velvet gyro
gentle pilot
velvet gyro
#

like i broke the weather

#

completely lol

gentle pilot
#

πŸ˜ƒ

velvet gyro
gentle pilot
#

Also

#

bout to post my first mod

velvet gyro
gentle pilot
#

Its just a meltdown mod but hey it was neat to do

#

Im like

#

hovering my finger over posting the thread

#

but Im scared

#

of The Federal Agent

#

specifically

velvet gyro
#

if you don't call them by name, it doesn't pop up in search

gentle pilot
#

I followed all the guidelines

#

everything

#

Im just

#

Im gonna post it

#

and get arrested for something idk

#

whatever watch me cook

vale forge
#

oooo what mod?

gentle pilot
#

just a meltdown mod someone asked me to make

upbeat hound
gentle pilot
#

OOPS

#

accidently closed my post

#

that was scary

vale forge
#

@gentle pilot where is it?

tame ledge
gentle pilot
arctic crown
fleet flame
#

yo
i got a question
i think i am bugging or something
eyeless dog not spawning outside but inside
inside two ghost girls
which mod could this problem?

fleet flame
#

πŸ‘

fleet flame
#

all of em

#

sDefat moons
Wesley moons
Starlancer moons
Vanilla moons

gentle pilot
#

The drip go stiffy

upbeat hound
gentle pilot
#

Wym

#

Should I go bald

upbeat hound
#

No shot they gave you audio modder role for a replaced mp3 file

upbeat hound
tame ledge
#

ye

upbeat hound
#

They just be giving out to anyone these days yeesh

tame ledge
#

deserved πŸ‘

gentle pilot
upbeat hound
#

Wait wait wait, REPLACE?

gentle pilot
upbeat hound
#

So you didn’t even set up the framework? Just like a reupload?

gentle pilot
#

NO

upbeat hound
#

Oh jk I read it wrong

gentle pilot
#

I used Pizzatower like everyone else

#

shit was annoying to figure out how to make it work with LRMeltdown

upbeat hound
#

Well it’s not just you dw, I just hate how easily they tend to give it out

gentle pilot
#

im not saying it was the hardest mod in the world to make, literally anyone can do it if they have the ability to read

upbeat hound
#

Whether you deserve it or not I have no idea lmao just was shocked to see v your role change lol

gentle pilot
#

believe me dawg

#

i was shocked too

upbeat hound
#

Wild

gentle pilot
#

I joked at getting the role

#

Xu was 100% not happy with it

upbeat hound
#

And hey to be fair I made this comment when they first made the role that my only thing was β€œI’m worried if you guys do this that you’ll hand it out like candy to someone who just replaces an mp3 file or something”

#

But there were like β€œnah ofc not”

#

X to doubt

gentle pilot
#

Im too stupid to replace an mp3, I did the long and boring way of reading and formatting

upbeat hound
#

Wha

#

That’s the easy way, replacing an mp3 IS the easy way 😭

gentle pilot
#

Im too stupid to have taken the easy way is what Im saying

#

How you doing man

upbeat hound
upbeat hound
gentle pilot
#

instead of just learning a drawing / photoshop software

#

Im an idiot through and through

zealous plank
#

next bro is gonna learn to code using microsoft word

upbeat hound
#

Give yourself some credit tho

gentle pilot
upbeat hound
#

Moroxide sets up original source with CapCut before sending it to me

gentle pilot
#

Id rather go bald then sell my soul to using CapCut

upbeat hound
#

Frfr, so just because it’s a strange way doesn’t discredit the ability and vision

#

I was shocked to find out he put abyssal audio together with CapCut through and through

#

Genuinely had a heart attack finding that out

gentle pilot
#

Hey people do what they do best

#

Sometimes its not the best way to do it

upbeat hound
#

Fr

zealous plank
#

is that the audio editing equivalent of windows movie maker

gentle pilot
#

yea

zealous plank
#

LOL

gentle pilot
#

time to debug everything that went wrong during our playthrough

upbeat hound
zealous plank
#

😭

zealous plank
hallow forum
#

The role has no real meaning anymore so meh

wind hinge
#

We have @upbeat hound partially to thank for that though...
why are you blaming the staff team for handing out a role that has been chanced to allow people like @upbeat hound to also get the role and even their own speciality attached to it.
that all kind off started with you @upbeat hound when i advocated for you to get the role and then ending up changing that whole system to fit it in and improve

#

but yeah... that does mean that its a bit easier to get the modder role cuz there is a better system in place to allow that

lavish pecan
#

@upbeat hound So I had a weird dream about Lethal Company and the ghost girl was chasing me singing a creepy as fuck song, I thought it might actually be a great addition to actually be in the game πŸ˜† I know you have the creepy laughter she can do while chasing but creepy singing would be really good too πŸ‘€

#

Idek what caused me to have that dream it was horrifying though

#

LOL

arctic crown
#

Pixel’s gonna wake up tomorrow like β€œ5 pings, wonder whats been going on?”

upbeat hound
upbeat hound
golden path
neat cloak
#

can I pet that

coarse jasper
#

Just got back from vacation, is LR Meltdown depreciated yet?

lavish pecan
remote tapir
#

does LR replace boombox tracks

coarse jasper
lavish pecan
coarse jasper
fallen spade
#

@upbeat hound I think I found some bloody murder screams that I can sample....

#

Definitely using these

cold vector
#

i haven't had time to look into this one yet but it seems cool!

lavish pecan
#

I wanna see what Pixel comes up with lol

cold vector
#

same yeah :P conceptually though! Someone has made ur dream :D

upbeat hound
#

Ah that yes

lavish pecan
#

Lol

upbeat hound
#

Well I’m actually on my way home to do some work on some sounds

lavish pecan
#

Needs to happen when she chases you fr fr

upbeat hound
#

ah yes finally home with some peace

gentle pilot
#

Hello

upbeat hound
#

why hello

gentle pilot
#

How you doing

upbeat hound
#

is anyone aware of if the Sound API will support LR meltdown as of yet?

#

@small pond

upbeat hound
small pond
# upbeat hound <@400532488289648651>

yes* but it isn't released
*was going to make some breaking changes to the new stuff and just overall dn't have the motivation (plus should really be working on my math assignment)

upbeat hound
#

hmmm

#

@gentle pilot yo

gentle pilot
upbeat hound
#

I need some inspo

gentle pilot
#

What can i do

upbeat hound
#

you familar with diversity?

gentle pilot
#

Hell yea

fallen spade
#

Hi

#

I heard Diversity

gentle pilot
#

Sup

fallen spade
#

LOL

upbeat hound
#

Im working on the voicelines on the ship and Im messing with it at the moment. I want to keep the Original VA cause Im sure hes proud of his work and I dont want to totally replace everything in diversity. i think some of it only needs polish if that makes sense

#

@gentle pilot How do you picture the guy who is talking to you over the loudspeaker while in game?

gentle pilot
#

uh

#

wow

#

I um

#

How do I say this

#

Turn off the speaker voicelines

upbeat hound
#

yeesh

gentle pilot
#

Ok hold on let me think

upbeat hound
#

unhelpful

gentle pilot
#

I have heard them before in the beta

fallen spade
gentle pilot
#

I know what I didnt like about the voicelines,

#

Not the voice itself

upbeat hound
gentle pilot
#

But it directly involved a human feeling entity

#

Voice had personality

#

And human warmth to it

#

If the voice was a bit more soulless feeling

upbeat hound
fallen spade
gentle pilot
#

Because thats what I imagine the "Company" to be

upbeat hound
#

I like the personality of the voice

#

I do feel like it was a tad high tho no offense to anyone I swear\

gentle pilot
#

Voice personality could have stayed

#

But if it felt less human feeling

#

and more like

#

a machine mimicking what they think human emotion sound like

upbeat hound
#

so we feeling morgan freeman type voice

#

I gotchu

gentle pilot
#

A great example of this is GLaDOS when i think about it

upbeat hound
#

here is the current

gentle pilot
#

Gives me real 1900s vibes

upbeat hound
#

My head was more this type of voice tho

upbeat hound
gentle pilot
#

Not robots

upbeat hound
#

hear that fan in the background btw?

gentle pilot
#

Just has to give the impression its not quite human, either with errors in inflection in talking, or pauses in words that shouldnt have pauses, like its ripping voicelines and putting them together to make speech

gentle pilot
upbeat hound
#

@raw anchor yo do you by chance have the original recorded voicelines?

#

weird part it the fan is in the same hz range as the voice somehow

gentle pilot
#

what I dont like about the voicelines

#

is it feels 4th wall breaky

upbeat hound
#

can you elaborate there?

gentle pilot
#

And thats a very picky thing to me

#

But it feels more like a narrator, taunting players then a company taunting employees

#

Hinting at you suck at the game, dying, failing the run, etc

#

Am i weird for thinking about stuff like that

upbeat hound
#

If the original VA responds Ill take that into consideration. i dont think I would ahve thought of it, but now that you mention it I do agree

gentle pilot
#

Stuff like that isnt bad

upbeat hound
#

I dont think I need to overhaul what is said, more how its said

gentle pilot
#

Its just things like that I tend to pick up on, like if you added player noises to your audio

#

like breathing or screaming

#

or heartrate

#

For your sake

#

Uh

upbeat hound
#

for example instead of the taunt saying "OH DOGS OVERHERE" Id rather have it come on with him making a joke about turning on the mic and thinking its off about the dogs and him rushing to shut it off once he realizes

#

etc

gentle pilot
#

add pitch fluctuations

upbeat hound
#

I always add varaition

gentle pilot
#

Something that would work better is that if during speeches his voice would either drop or raise like its a faulty tape

upbeat hound
#

I already have that in mind as well

fallen spade
upbeat hound
gentle pilot
#

not that glitchy...

upbeat hound
#

this is isnt finished obviously

gentle pilot
#

good filters though

upbeat hound
#

just I mean like its obvious some lines are on repeat and broken

fallen spade
#

You can probably reduce the bitcrush and add more some sort of interferences maybe.

upbeat hound
#

I couldnt sleep at night if thats the version I released

gentle pilot
#

lmao

upbeat hound
#

Im just getting ideas

fallen spade
fallen spade
gentle pilot
#

WOW

#

im moronic!

#

I comepletely have the wrong drivers for my audio software and gpu

#

ahahaha im gonna blow my brians out with a 12 gauage

upbeat hound
#

this is closer to what Im thinking

gentle pilot
#

better

upbeat hound
#

maybve still a little smoother

gentle pilot
#

Still a bit aggressive with the glitching

upbeat hound
#

but you get the jist, is that kind what you think of?

upbeat hound
#

ITS NOT DONE

gentle pilot
#

I KNOW

#

IM GIVING EVOLVING FEEDBACK

upbeat hound
#

yeesh

gentle pilot
#

This is truly a "pixel when I give the slightest critique on a key drop" moment

upbeat hound
#

you are specifically why the explosive keydrop exists

gentle pilot
#

make it a 1% chance of being the audio that plays when dropping a ke-

#

NEVERMIND

#

I HAVE A BETTER IDEA

#

I or you make a 1% explosive keydrop mod

golden path
upbeat hound
golden path
#

I love the screams of the damned in my silly scrap game

upbeat hound
#

man one thing thats hard is all the lows are already cut out of the voicelines

upbeat hound
golden path
#

My b

upbeat hound
#

this is closer to what im actually thinking

#

so now feel free to give your criticism

#

with lows that I cant add cause I dont have them in the original clips

gentle pilot
#

i know you cant help it

golden path
# upbeat hound <@753382823557070970>

You know how radios kinda click at the end when you let go of the talkie switch? I think that would be the cherry on top, like a sorta end transmission at end.

gentle pilot
#

but maybe boost the mids a bit

#

a smidge

upbeat hound
#

IS THIS MAN ACTUALLY GIVING FEEDBACK?

#

WHAT IS HAPPENING

golden path
#

AHHHHHHH

gentle pilot
#

Goofy Goober

golden path
#

There isn’t anything there

#

There never was

upbeat hound
#

yo I might be slightly intoxicated but I am absolutely positive that you have never given feedback

#

man wild times

golden path
#

The sludge is coming

upbeat hound
#

crisis avoided, hes back to normal

golden path
gentle pilot
#

Hey Pixel

#

Im working on my mic noise suppression filters

#

which one sounds cleaner to you

#

Im sitting right next to pc fans

upbeat hound
#

why are the clips different?

#

pain

upbeat hound
upbeat hound
fallen spade
upbeat hound
#

anyways I secured a different VA who is working on actually doing it as a career

#

Ill prob use both people if the VA for diversity responds

fallen spade
#

Alcatras is probably sleeping atm but he'll answer 100% tomorrow morning

upbeat hound
#

Yes, but I was also thinking for variety reasons it would be useful to have a less personal connection with one person

#

and would give that corporate
touch

gentle pilot
#

:(

upbeat hound
#

do you have any issues with me using both chaos?

fallen spade
#

Absolutely not go nuts with it!

upbeat hound
#

kk sweet

#

weird conicidence I happen to know one honestly

#

@gentle pilot whats up with the recording btw

#

you wanting to be a narrator?

gentle pilot
#

no rebalancing my mic settings

#

since i realized i havent had them right in awhile

upbeat hound
#

sounds like you have a noise gate on thats set too high btw

#

oh yeah are you streaming now?

gentle pilot
upbeat hound
#

you talked about it. I wouldnt mind checking out your streams, after all I watch most of @lavish pecan 's streams

gentle pilot
#

hopefully not

#

I mean

#

I know I have to

#

I have to start posting on my youtube again

#

So the easiest way I can do that without wanting to die because I over edit my videos is to stream

upbeat hound
#

overediting isnt fun

#

just be entertaining

gentle pilot
#

never

upbeat hound
#

may as well use it

#

but you def also give off adhd vibes, im no doctor tho

tame ledge
fallen spade
fallen spade
tame ledge
#

yes

#

tell that to discord

upbeat hound
gentle pilot
#

I do not have adhd damn

#

Im just everywhere at once

upbeat hound
#

riiigghttt

#

anyways

gentle pilot
#

hm

#

my davinci dont like what i just recorded

gentle pilot
tame ledge
#

what is it

tame ledge
#

lol

gentle pilot
#

Final mic test 1

hallow forum
#

Poor alcatraz

gentle pilot
#

morning? Xu

upbeat hound
hallow forum
#

Also I was reading the part where u said you want to replace his voice entirely because you're evil

upbeat hound
#

I literally never said that

#

for the record ;-;

gentle pilot
#

My client is innocent

hallow forum
#

Your lawyer is a fraud

gentle pilot
#

Wow

#

Love you too Xu

upbeat hound
#

phoenix wrong

upbeat hound
upbeat hound
gentle pilot
#

Thats just mean

#

maybe 200?

upbeat hound
gentle pilot
#

I upload every blue moon

upbeat hound
#

whats your youtube?

gentle pilot
#

Guess

#

Actually dont

upbeat hound
#

Mi6k?

gentle pilot
#

Im ashamed of my yt channel

#

Its like a son I walked out on

upbeat hound
#

either that or "Femmployee legend Mi6k"

upbeat hound
gentle pilot
#

If only there was

#

a mysterious link to my accounts

#

attached to the very profile of my discord

upbeat hound
gentle pilot
#

Im testing

#

Also, Ive realized most modders dont have enough time to get good at the game

#

Played with qwbarch

#

god rest his soul

upbeat hound
#

excuse me Im a legend

#

@zealous plank just gonna tag this poor man

gentle pilot
#

We should play sometime if u wanan back that up

upbeat hound
gentle pilot
#

You est?

upbeat hound
gentle pilot
#

Timezone?

#

What timezone u in

upbeat hound
#

PST

upbeat hound
#

so lame

gentle pilot
#

boo

#

@upbeat hound <t:1709766000:t> today?

upbeat hound
#

so 12 hours?

gentle pilot
#

yea

upbeat hound
#

probably

tame ledge
#

and here i am, vod watcher

#

i am thankful to vods existing

upbeat hound
#

fr, lunxara's streams have been immensely helpful in figuring out key issues with LR, plus they are full of people I know here which is entertaining for me

lavish pecan
upbeat hound
gentle pilot
#

Lunxara should really hit me up.

upbeat hound
#

made the same noise and it was annoying

lavish pecan
upbeat hound
#

welcome alcatras

lavish pecan
#

So I'll be starting earlier, dunno what day yet though

upbeat hound
#

are you willing to help @raw anchor ?

lavish pecan
#

Please tell me you have seen the vods with Alcatras btw

#

Lmfao

upbeat hound
#

i actually havent in the last few days because of my personal life getting wild

#

but I'll catch up\

lavish pecan
#

Haha you're in for some chaotic fun

vast holly
#

@upbeat hound sorry for the ping, just a quick question, is there a way to have HighAction2, to have 5 random sounds with the sound API, because I tried and almost every other sound is working, but when I try with HighAction2 or LowAction, only one sound is playing

upbeat hound
lavish pecan
#

I had to unpublish one of them though cus Miku music got copyrighted 😦

#

I didn't wanna get DMCA'd

upbeat hound
#

and no worries about the ping, in fact feel free whenever to do so

upbeat hound
#

is that another mod you used?

lavish pecan
#

The emote mod

vast holly
upbeat hound
#

ah didnt know that they included copyrighted sound

upbeat hound
lavish pecan
#

Yeah they have a way of disabling it

raw anchor
# fallen spade You can replace his voice if you want honestly I'm open to everything. Though I'...

To answer questions on how I recorded it. Effects were already present while recording them. They're less of "post-edit" and more like "real-time-effects". As much as I'm proud of it, if others simply don't like it and want to replace it they're free to do so. I ain't that petty lol. @upbeat hound Also the fan in the background was probably idle fan noise from my giant pc. Turned off all other fans while recording. I'll just use another software next time to have a better noise gate. Also I do enjoy that idea about the dogs with the rushing to turn the mic off.

upbeat hound
#

its because highaction has no weighted values so there is no other room for sounds without editing the json to allow for that

lavish pecan
arctic crown
upbeat hound
tame ledge
upbeat hound
#

Dont get me wrong I have a personal friend who has been trying to become a VA that I plan to include if he can hit the quality Im looking for, but Im not looking to replace you, in fact I think I could do a far better job with your assistance if you are willing

raw anchor
upbeat hound
#

Im an audiophile and incredibly picky so dont mind me

#

not an isult, just an observation

raw anchor
lavish pecan
# gentle pilot lies

Oh no I believe him, man has been debating on how to replace the door sounds for over a month

#

Lol

gentle pilot
#

lmao

upbeat hound
#

and for the record that hasnt been a month

raw anchor
upbeat hound
gentle pilot
#

I can't hear 1900s radio announcer and not hear Alastor

upbeat hound
#

keep in mind this is on your own time with infinite takes

arctic crown
#

Its not just the filter, even all the joke lines fit alastor perfectly

raw anchor
upbeat hound
#

Thats a good answer though nonetheless and Im 100% willing to try it out

#

I'll have to put together some lines and make some minor modifications (and new major ones) to the scripts

#

including having you interact with my other VA because in my opinion have 2 of you would really up the comedy and quality

#

Not directly, but like having lines that are meant to respond etc

#

are you free tomorrow @raw anchor

#

?

lavish pecan
upbeat hound
#

2 weeks surprisingly

lavish pecan
#

Lol feels longer for whatever reason

upbeat hound
#

ever since I found out I gotta move is around when it was brought up

#

and that was about 2 weeks ago

lavish pecan
#

Oof

raw anchor
lavish pecan
#

I've definitely brought it up more often than that, cus wasn't 2 weeks ago when the drama and everything happened?

upbeat hound
upbeat hound
#

for now Im considering just temp readding door sounds with a config option

#

I'll have to talk to moroxide for the json editing since Im not so savvy yet at it (I might have been avoiding it) and see how his schedule looks

lavish pecan
#

I think 2 weeks ago was when Xu also mentioned they wanted the replacement door sounds, so maybe you took Xu more seriously πŸ₯² πŸ˜†

raw anchor
upbeat hound
upbeat hound
upbeat hound
lavish pecan
#

How can you get bored of Alcatras' voice?

#

He's too entertaining

upbeat hound
#

but for anyone, hearing the same thing must get annoying no matter what it is at a certain point

#

at least if its too often

lavish pecan
#

I hope to play with him again soon tbh lol

upbeat hound
raw anchor
#

Gotcha gotcha, makes total sense. The Speaker in Diversity acts that way due to the on-coming lore from Chaos' game. It'll be explained on why he acts like he does later on. But that vibe I can 100% do lmao. The whole "I hate my job and couldn't give less of a f*** vibe" is one I live so warping it to my own version of the character should be easy enough.

lavish pecan
#

He already told me he would DM me what days he has free when he can dw dw

upbeat hound
lavish pecan
upbeat hound
#

that how I plan to make you interact with the other VA as well. like a small conversation or a " hey dude your board has a red light. So? OH SHIT THE MICROP..."cut type thing

#

maybe not a curse word, but you get it I figure @raw anchor

#

just wanted to give you a heads up in advance of what I was thinking etc

raw anchor
#

Oh yeah for sure. I get what you mean.

upbeat hound
#

sweet

lavish pecan
#

Cursing is Alcatras' specialty he bleeps them out so well lol

upbeat hound
#

he bleeps them out?

#

what could this possibly mean?

lavish pecan
#

Yes

#

Lol omg

#

Lemme find you an example

lavish pecan
#

πŸ˜†

#

I still can't hear the fan you said you hear btw

#

Lol

arctic crown
#

The switch in energy from bouncing around emote to alastor is crazy

lavish pecan
#

XD

upbeat hound
#

I swear I'll play with you at some point @lavish pecan I just dont know when yopu stream tbh

lavish pecan
#

Usually everyday at 8 pm EST

upbeat hound
#

what is that in PST

lavish pecan
#

5 pm

#

cus I have a friend that's on PST

#

Lol

upbeat hound
#

okeeee

#

I think im playing with @gentle pilot at 3ish tomorrow

#

who knows tho

gentle pilot
#

you man 3pm today?

upbeat hound
#

ah yes

#

mybad

#

true

gentle pilot
#

time is a line

lavish pecan
#

Brain go brrrr?

gentle pilot
#

im about to fall off it

upbeat hound
#

no I base days on sleep

#

its 5:30Am

#

but I got sounds to catch up with

#

also if anyone wants to help with scripting ideas for the Diversity work please let me know or casually send Ideas here

#

I tend to find it turns out better with community involvement

gentle pilot
lavish pecan
raw anchor
arctic crown
#

Cheers to that

lavish pecan
#

Even the Bracken that stream wanted to join in on the chaos 🀣🀣

#

But yeah playing with Alcatras is always great chaotic vibes

raw anchor
upbeat hound
lavish pecan
#

that perfect cut off too

#

XD

#

"Even though Eclipsed has been" Boom

lavish pecan
#

Tf? lol

gentle pilot
#

I should have parried

#

πŸ˜”

lavish pecan
#

I will say that may be the only thing I miss from AC is the spectator screen, I don't miss how it made voices quieter in spectator mode though that always bugged me

gentle pilot
#

I mean I get why it does

lavish pecan
#

I don't, but that's cus I adjust volumes so it made people way too quiet sometimes lol

lavish pecan
#

Who pinged me then deleted their message?

#

πŸ‘€

arctic crown
#

Someone who mentioned [REDACTED]

arctic crown
#

you think thats a lot?

lost kindle
#

goodness

#

what mod is this?

arctic crown
#

mikestweaks + some others

trim pilot
arctic crown
#

missed the joke, but yeah it is a good mod