#Code Rebirth [V§O∆X∆O§]

1 messages · Page 36 of 1

mild storm
#

jimothy is just following orders

crimson badger
#

is LIZ-ZIE from this mod? cause im not seeing a config to turn it off

crimson badger
#

what do you mean

#

is 999s name lizze now?

mild storm
wise stag
#

Yes

mild storm
#

look into those eyes

#

and disable her

sacred stone
crimson badger
mild storm
#

yep snail cat

#

gone forever

sacred stone
crimson badger
#

NOOOOOOOOOOOOO : C

dreamy geyser
#

@wise stag erm these don't look like laser turrets

#

should I expect to see some errors while it parses the config if it was screwed up? I copy pasted what you sent

crimson badger
#

mod is actually unplayable without the majestic snail cat

mild storm
#

im hovering over the delete snailcat button

crimson badger
#

: (

#

NOOOO

#

YOU MONSTER

#

they a wholesome cat

wise stag
#

:teehee

#

Cuz x should be from 0 to 1 for progress

mild storm
mild storm
#

im the man who put a burnt baby in the microwaves

crimson badger
#

: O

#

Wha

crimson badger
#

YOU MONSTER

#

you are diabolical

#

whats the point of playing without the glorious snailcat : C

dreamy geyser
mild storm
#

can we have zagster go over melanie's code

#

live reaction

dreamy geyser
#

I've seen a little bit ...

crimson badger
#

this is my scp 999

#

hes glorious

mild storm
#

ill tell snowy to remove his 999 mod

crimson badger
#

the real one is incredible

wise stag
crimson badger
dreamy geyser
#

wuh

#

why

#

where

wise stag
#

Part of the default config

#

Thats just how the curve is

dreamy geyser
#

it's in the freakin hazards list

wise stag
#

Unless you changed it

dreamy geyser
#

I mean

#

you sent me something to change the curve

#

anyway

#

they spawned

#

I just removed everything else and modified the curve in UnityExplorer

#

also the lasers look kinda silly changing their length in FixedUpdate

wise stag
#

Does it? Never really noticed tbh but would explain a bit lol

cedar plinth
#

oh btw might as well get this out of the way

crimson badger
cedar plinth
#

i give full permission to y'all to use Dalice for the mod for anything, as long as I am credited :3

mild storm
crimson badger
#

your the monster

crimson badger
#

you want to extinct the snailcats

dreamy geyser
crimson badger
#

they are the most glorious creature to slide across the planet

cedar plinth
dreamy geyser
#

you need to interpolate at the very least, but ideally you make it so you can run the update more often

#

also, it looks like your update method runs in .066ms for 5 turrets

#

your VFX are nuking the frame times for some reason

#

don't know why

crimson badger
#

he is glorious too but snailcat is superior

wise stag
mild storm
crimson badger
#

you demon

dreamy geyser
#

I see 3 visual effects per turret, all with the same exact name

#

name your crap xu reeee

wise stag
#

This is like the ONE thing I kept the name same on lmao

crimson badger
#

actually nevermind then that green duolingo owl knockoff is stinky

wise stag
#

But yeah I'll get rid of 2 of the 3 vfx lasers

#

They were just supplementary for looks but I can replace em with red line renderers

dreamy geyser
#

hmm

#

I mean you might be able to consolidate them too, I think visual effects can have multiple emitters

#

also you probably need to look into why it's so heavy

crimson badger
#

the mod needs the snailcat

mild storm
#

delete the laser effect

#

make it invis

dreamy geyser
#

^

dreamy geyser
#

each individual laser visual effect is running in parallel on a job thread and taking 1-1.2 ms ????

wise stag
#

Gonna have to look into how vfx's cull

wise stag
#

Never taking vfx from Gabriel again

wise stag
#

Bro sold a performance killer 😭

dreamy geyser
#

who dat

mild storm
#

if the zap turrets particle effect also kills the game im throwing rocks

wise stag
# dreamy geyser who dat

Gabriel's some vfx guy on YouTube, I happened to get a good deal on like 30+ vfx so I just bought em to use

dreamy geyser
#

oh I see

cedar plinth
#

lol

dreamy geyser
#

hm

wise stag
dreamy geyser
#

gg

#

I'm not really sure what would cause it to have so much setup time on the CPU

#

I would have to see the graph

wise stag
#

It's a fairly big graph tbf

dreamy geyser
#

hm

#

I mean

#

the graph should be running on the GPU in theory

#

all the CPU should need to do is send inputs that it's set up with

#

like properties and engine variables like time

wise stag
#

Oh, could that be because I'm inputting like 6 different floats into it on the fixed update?

dreamy geyser
#

I wouldn't really think so

cedar plinth
#

that one?
the update that's tmr at 10:00 pm?

mild storm
#

give it 9 months

#

call me wesley

wise stag
#

Hi wesley

dreamy geyser
#

@wise stag screw it, wanna show me the graph?

#

if you aren't about to pass tf out or something

wise stag
#

I'll see if i can get on pc, my brother might be playing dnd rn lol

cedar plinth
#

9 months till the creature is unleashed

wise stag
#

Yeah he's on something, so It'll probably have to be another time lol

#

My laptop definitely can't run anything in unity

cedar plinth
#

dnd is peak tho

dreamy geyser
#

all good tho

cedar plinth
#

woah dice like emergency dice

dreamy geyser
#

lol look who I found when I was searching for info about optimizing visual effects https://www.youtube.com/watch?app=desktop&v=JqWvJK1uFn8

Unity Game Effects - Performance, Improvements and Optimization Tips

This video shows you how you can improve the performance of your game effects, by giving you 10 tips and tricks that I've gathered along the way.

We talk about destroying your vfx, triangles and meshes, sprite sheets or texture atlas, render settings, draw calls, batching and...

▶ Play video
wise stag
#

Lmaoo

#

I feel like I did this method about as well as I could

#

Ignoring the fact I didn't cache the layer mask Dead

dreamy geyser
#

stop freaking calling GetMask instead of caching it!!!

wise stag
#

Imma need to go back into a lot of my code lmao

dreamy geyser
#

too late I didn't ignore it

wise stag
#

Tsk

dreamy geyser
#

not really a performance thing but if you're going to restrict hits to only one per player and per enemy, why aren't you taking the max of the damage values?

cedar plinth
#

do y'all think that Jimothy and Scrap-E will be getting a 3rd friend

mild storm
dreamy geyser
#

also you're not hitting IHittable BONK

cedar plinth
#

:fear:

wise stag
dreamy geyser
#
if (collider.TryGetComponent<PlayerControllerB>(out var hitPlayer)) {
  if (!playerDamage.TryGetValue(hitPlayer, out var damage)
    damage = 0;
  var thisHitDamage = [calculate damage];
  if (thisHitDamage > damage)
    playerDamage[hitPlayer] = thisHitDamage;
}
cedar plinth
#

"as the ac unit keeps turning" ahh cat

mild storm
#

some would say a war without reason

cedar plinth
#

holy ultrakill

tawny hare
#

that is what i wanted to write first

#

but cat is better

mild storm
#

slowno

dreamy geyser
#

@wise stag also yes a performance thing, if you want this to be non-allocating you should keep your lists in fields and clear them at the start of the invocation instead of instantiating them every time

tawny hare
wise stag
#

Icic

long foxBOT
#

Meow!

dreamy geyser
#

er sorry not lists, dictionaries

#

but also lists

#

collections

dreamy geyser
#

anything of the sort

long foxBOT
#

Meow!

dreamy geyser
#

also, you should prefer to call TryGetComponent(out _) instead of GetComponent() == null

#

but also make use of your getting of IHittable

wise stag
dreamy geyser
#

if you wanna be real smart too, you could get the distance to Collider.ClosestPoint(explosionOrigin) for the damage calculation

#

that's what I do to make small explosions not do zero damage when they're right next to the player's skull

wise stag
#

Icic

wise stag
#

That definitely helps as something I have that I've noticed acts weaker than it should

dreamy geyser
#

yeah

#

in vanilla you can just look up to not get instagibbed by lightning on an item you're holding

#

it's very silly

cedar plinth
#

do y'all think Dalice and Rodrigo the owl are best buds

#

or enemies

mild storm
#

rodrigo puts dalice in a microwave

cedar plinth
#

new microwave object: dalice ashes

cedar plinth
#

it has a single feather on the top

mild storm
cedar plinth
#

oh i meant rodrigo

#

it's the evidence of the crime

#

he's fireproof trust trust (that's why he spawns so many bombs)

mild storm
#

greed redrigo when?

ashen peak
#

ogirdor

autumn pagoda
mild storm
#

like this very instant?

knotty lynx
ashen peak
#

what about this ?

mild storm
#

the same instant you lost the game?

ashen peak
#

when

mild storm
#

tomorrow 10pm

cedar plinth
#

O_O

mild storm
#

same time as our big journey update

tawny hare
mild storm
#

where youll go from moon to moon saving gals

ashen peak
#

redrigo and wax soldier tommorow, were eating good

mild storm
#

redrigo has been in my dev test build for so long

#

and he always spammed errors

tawny hare
#

work as intended

wise stag
mild storm
#

original mod idea was a green rodrigo, follows you and demands attention, otherwise it turns in a redrigo. This was way before maneater

#

was my first mod idea

tawny hare
#

wow zeekeer just stole your idea

mild storm
#

oh an the redrigo would chase you and explode on contact greed

tawny hare
wise stag
#

Right now

tawny hare
#

why

mild storm
#

Pawso

knotty lynx
#

I didn’t even notice!

mild storm
tawny hare
#

pawsy meow at xu

long foxBOT
tawny hare
wise stag
#

Yes

mild storm
#

@tawny hare change it back

tawny hare
#

ok

#

changed

mild storm
#

ok now do the original

wise stag
tawny hare
#

tf do you mean original

wise stag
#

Or I'm kicking you out of the thread rn

mild storm
wise stag
#

No more gals for you

#

Removing acunit gal

tawny hare
#

keep yapping

wise stag
#

I will

mild storm
#

Yap Yapiaolan

dreamy geyser
#

miaolan

wise stag
#

Mu Miaolan was sealed for a reason

dreamy geyser
#

ominous

mild storm
#

sealed away forever

dreamy geyser
#

did mu miaolan commit grand theft auto or something?

wise stag
#

Worse

tawny hare
#

red dead redemption

wise stag
#

They wrote a script where they used 5 findobjectoftype<GameObject> on FixedUpdate

dreamy geyser
#

LMAO

#

you're right that is worse

fresh thunder
#

TEEHEE
Tbf i did suggest an alternative without curves but Xu went with that one anyways-

fresh thunder
#

Howww
Just have like a hardcoded "hell" chance for turrets instead
And just set a weight for that
Since that'd be the main point of having curves for traps anyways ~

wise stag
wise stag
#

Only reasonable config should've been batby's suggestion

#

But im too deep in

dreamy geyser
tacit badge
#

oh cool

#

looks cute!

cedar plinth
#

hehe

#

indeed

#

such is the limits if dreams themselves

wise stag
fresh thunder
#

From our convo-
Tbf that is more readable than spawn curve graph values, it makes sense
Its a Beefier config like mods like FairAI's but fixes the design issue with trap spawn amounts
Alternatively you could also make it so trap hell just has X chance of occuring and have it multiply the spawns by a set amount, bypassing the need for a config beyond the original one for setting the amounts-

mild storm
#

code better xu

#

i guess ill have to go help a better coder, fumo

fresh thunder
mild storm
#

@wise stag delete ac unit gal

mild storm
#

i gonna press the delete all gals button

#

(big fan btw)

fresh thunder
dreamy geyser
wise stag
wise stag
dreamy geyser
#

I thought you were sealed away, who let you out

fresh thunder
# wise stag So I'd add 6 configs to each hazard

Well, if you copy how Zehs does it for toilheads, it could be what...i think just 1 per trap?
Like MoonName:NormalSpawnAmount:HellChance:HellSpawnAmount
E.g.
Adamance:2:5:10, Offense:3:10:12 etc.
Thats close enough

tawny hare
long foxBOT
fresh thunder
#

If you make it so hellchance is hardcoded, you can even cut out that extra one

wise stag
wise stag
fresh thunder
#

And just have normal spawn amount and just the hell chance / hell amount

fresh thunder
dreamy geyser
dreamy geyser
wise stag
cedar plinth
mild storm
wise stag
#

im not good with names @dreamy geyser

grave cairn
wise stag
dreamy geyser
#

side note

#

please don't call LayerMask methods in the constructor

#

(idk if you are, but that will break debug builds)

wise stag
#

i didnt even think monobehaviours can have constructors lol

#

i've just kinda put em in my CRhandler of sorts

dreamy geyser
#

well

#

field initializers are part of the constructor

wise stag
#

ah

#

so this is bad?

dreamy geyser
#

yea

#

you will make unity very unhappy

autumn pagoda
#

How dare you

wise stag
#

so i just... put em all in my awake? lol

dreamy geyser
#

ya

#

or hardcode them

wise stag
#

wdym hardcode em?

dreamy geyser
#

not like they're gonna change, zeekerss would have a very bad time modifying them

#

write the numbers

#

they are numbers

#

you can write then as hex or binary

wise stag
#

i am not spending the next 30 minutes on this 😭

dreamy geyser
#

0xXXXXXXX or 0b101010100101

#

I mean yea you can just toss em in awake too

#

you have multiline editing down, I seen it lol

wise stag
#

i do, its vsc, ofc i do SC_cool_umaru

cedar plinth
#

made bro stand

wise stag
#

put em down

wise stag
#

i blame @grave cairn

#

twas his mesh

dreamy geyser
#

I'm curious, was it because of the mesh import settings or a prefab with a mesh collider?

full seal
#

Why is it suspended?

grave cairn
grave cairn
formal sinew
#

You've made shrumbo upset. Shame opon thee.

knotty lynx
mild storm
#

Wheres the post processing

dreamy geyser
#

I don't know if it was trying to generate a collider at runtime due to a mesh collider component or what

full seal
mild storm
#

I know that

#

But why does it look like that

knotty lynx
#

Because it's under Vow's bridge

#

duh

mild storm
#

Youve been added to my list of people to throw rocks at

tawny hare
#

wow

mild storm
#

Pawsy add fumo to my list, meow

long foxBOT
tawny hare
#

pawsy meow at him

mild storm
hasty kelp
#

Code rebirth: The last airbender

knotty lynx
#

Code Rebirth: The Last Code

wise stag
#

Code Rebirth: The Last Update

#

I miss when I used to change the thread title for every update

#

Should do that again

mild storm
#

Code rebirth : village and pillage

sacred stone
#

Xu please fix the mimic chances EvilPawsy

mild storm
#

@wise stag delay update by 9 months

sacred stone
devout junco
#

Meow

long foxBOT
wise stag
tender kayak
#

ok but you better push an update that's beyond peak after that long

wise stag
#

Me and Rodriguez do peak in a 1/10th of the time... if we weren't in school greed

sacred stone
tender kayak
#

hence "beyond peak"

tender kayak
#

Yeah the beartraps are funny

young umbra
full seal
#

I pulled the gamma value to the highest and removed the post-processing effect.

mild storm
#

Ah, makes sense

#

Ew

full seal
wise stag
#

Considering there's 0 explanation, 0 logs and nothing to go off of, I'm gonna say not coderebirth

ashen peak
#

does the config to make janitors trashcans invisible also disable their collisions?

wise stag
#

Yes

ashen peak
#

oki good to know, theyve blocked doorways and crawlspaces in the rubber rooms a few times lol

wise stag
#

Blame wesley

#

At some point imma just put a very large disclaimer that I dont control where any of this shit spawns

#

Wesley does, nikki does.
If they choose to have hazards spawn in A. Doors, B. Inside of their vents or C. In places that block paths, I can't do jack about it

ashen peak
#

im aware xd, just wanted to know if the config affected collisions

#

wosley pls..

wise stag
#

Yes, it does

#

Its not just Wesley and nikki to be clear, they're the first off the top of my head since nikki's i got a lot of reports on and wesley I like to annoy

#

I've seen it happen on other custom interiors like the cabin too, stuff just spawning on doorways

#

Wrote a script that despawns hazards if they spawn on doorways but vents aren't doors so I really can't do anything about that other than blaming the design choices of the interior dev

knotty lynx
#

iirc the nodes hazards spawn on (which I assume you use) have a radius value. I probably just put one in a room and left it. Not usually an issue with some vanilla hazards since they seem to spawn against the wall (apart from land mines).

#

I doubt many of yours really have that condition and they’re bulkier so I could see how it feels like they end up blocking doors

#

Definitely still my fault, just not super ideal that they spawn “around this general area on the navmesh”

#

Doesn’t really make an area not spawn them super nicely

feral cape
thorny shuttle
#

goes to them when he grabs you

ashen peak
#

yeah i think he's supposed to dump you in a trash can if you litter around him or something

thorny shuttle
#

hit or drop an item

ashen peak
#

i personally havent even seen it because seeing scrap e has been super rare for me lol

cedar plinth
#

code rebirth: combat update

feral cape
#

Scrap E would be cooler if trans cans only appeared when he was going to spawn that round like old birds, or if they only appeared on moons which he can spawn on.

#

Just a (great) suggestion

mild storm
#

do an experiment for me

#

spawn a scrap e and disable all but one trash can

#

and get grabbed

fresh thunder
#

What if the 1 trash can is behind a locked door or somethin

mild storm
#

test successful

#

people die when blown up

cedar plinth
#

woa

ashen peak
#

the results are in

loud mica
#

okay playing the mod and have lots of moneys-

#

what gal should I buy first?

mild storm
#

How much? greed

loud mica
#

1011

mild storm
#

Daisy is the highest priced one, 1500 and a fan favorite

#

People usually go with swrd-1

#

The og

loud mica
#

I assume she's shockwave gal?

(I haven't played with the mod alot so idk the gals actual names)

mild storm
#

Ye

loud mica
#

so what is swrd-1?

mild storm
#

Shockwave gal

loud mica
#

OH lol

mild storm
#

Daisy is terminal

haughty palm
#

Does disabling everything on code rebirth besides the giant impact performance as much?

mild storm
#

Everything disabled is not loaded on game start

haughty palm
mild storm
#

Ye

haughty palm
#

alright

#

ty

atomic seal
#

Does anybody know how to config the bear trap? The instructions are a little confusing.

mild storm
#

What it does, is it spawns X amount of bear traps dependant on the config

#

But each bear trap spawned can spawn a few around it

#

0-5 around it

#

To create clusters

#

So config rn is 0-10 clusters possible

atomic seal
young umbra
#

all the hazards are confusing

mild storm
#

So it spawns 0-10 bear traps

#

And each of those spawned bear traps have a non configurable chance of spawning 0-5 bear traps around itself

#

To create little clumps

atomic seal
wise stag
#

backburner or something - pepsiman

knotty lynx
#

What if I want every square inch to be covered in bear traps? Every. Inch.

wise stag
#

guys

#

what if i add gorp

#

to this mod

#

Code Rebirth [Gaycob controls this community]

thorny shuttle
#

yeah

high zenith
wise stag
#

@unique niche

#

@unique niche

#

@unique niche

#

@unique niche

#

@unique niche

#

@unique niche

#

@unique niche

#

@unique niche

#

@unique niche

#

@unique niche

radiant raft
#

@unique niche

#

@unique niche

#

@unique niche

#

@unique niche

#

@unique niche

#

@unique niche

#

@unique niche

wise stag
#

@unique niche

#

@unique niche

#

@unique niche

radiant raft
#

@unique niche

#

@unique niche

#

@unique niche

wise stag
#

@unique niche

#

@unique niche

#

@unique niche

radiant raft
#

@unique niche

#

@unique niche

#

@unique niche

wise stag
#

@unique niche

#

@unique niche

#

@unique niche

radiant raft
#

@unique niche

#

@unique niche

#

@unique niche

wise stag
#

@unique niche

#

@unique niche

#

@unique niche

radiant raft
flat tusk
radiant raft
#

@unique niche @unique niche @unique niche

flat tusk
young umbra
#

@unique niche

#

wanted to be included

flat tusk
cobalt mango
plush sorrel
#

does having this as false remove the items like the guitar etc from spawning too? or just the suits

knotty lynx
cedar plinth
worn whale
#

hue

odd briar
#

Did you hear that they killed Rodrigo

long foxBOT
#

Sorry, meow, the Lethal Company Modding community has restricted the ability to share links to that specific platform. Please use modmail if you have any questions or this is an important link, mew!

odd briar
ashen peak
#

the opps got him 😭

cedar plinth
#

rodrigo hired a hitman

#

can't have any competition

mild storm
#

Lies

#

Id never kill my more successful counterpart

feral cape
#

I just went into fire exit on landslide and instantly died

wise stag
#

Good

feral cape
#

Like I didnt see a frame from inside except some red

#

Im assuming it was one of the fans

#

Windows wouldnt let me clip it but it was hilarious

#

Not a complaint a congratulations

cedar plinth
#

"landslide?"

#

@mild storm innocent

wise stag
#

Before duolingo

mild storm
ashen peak
knotty lynx
mild storm
#

Evil and even more evil

cedar plinth
#

not so hehe (uncolored blood)

worn whale
cedar plinth
cedar plinth
wise stag
#

lmao

wise stag
cedar plinth
#

there was originally another speech bubble from rodrigo in that video but the quality was lowered so much that it literally didnt show up lol

knotty lynx
cedar plinth
#

indeed

#

so hyped for the next update

#

i usually find out about this mod's updates randomly but now that I know more information by being here I can get excited

wise stag
#

v0.15.0

  • Added BoomTrap
  • Improved readme yet again.
  • Optimised the following additions a bit.
    • Janitor.
    • ACUnit.
    • Biomes.
    • Hazards.
    • Seamine Gal.
    • Shockwave Gal.
    • Terminal Gal.
    • Explosions in CR.
    • Spawning of redwood titan and seed through CR weapons.
    • Anything that plays a sound a dog or other enemies can hears.
    • A lot more lol.
  • Fixed cruiser gal carrying you causing you to be spun out of existence, that was fun.
  • Separated Windy into 3 weathers, the last two arent available currently.
    • Tornado.
    • Hurricane.
    • Firestorm.
  • Gave cruiser gal a new song.
  • Optimised a lot of collision detection in a lot of things.
  • This is gonna be the last update for a while before the 1.0.0 release which will contain more content than this mod currently has, look forward to it.
#

Code Rebirth [The Penultimate]

wise stag
#

also the thread name isnt a meme, we're coming up on the Finale greed

hot light
#

thank you, guys ❤️

cedar plinth
#

boomtrap
hmm

#

intriguing

#

looks like we must investigate

ashen peak
#

boomtrap plink

#

new five night freddy character

mild storm
atomic seal
#

whats the boom trap

thorny shuttle
#

hi dou dou

next venture
#

Just added?

#

Oh

#

Nevermind lol

#

I see a changelog

mild storm
dull willow
fresh thunder
#

@mild storm You're being awfully quiet about Duolingo bird being killed off

next venture
#

tf they tryna grab

#

what'd yall do 😭

mild storm
#

Unlike a landmine, you can escape a boom trap if youre quick enough

dull willow
cedar plinth
#

throws dalice at boomtrap

next venture
#

Literally every single bear trap spawned inside and on the sides of the ship

#

There's more on walls then there are on the floor

knotty lynx
#

(I hat how Discord mobile is no longer loading most of my favorited gifs but at least this one still loads)

worn whale
#

boomtrap sounds like a tumblr fnaf oc

ashen peak
#

big froge

next venture
#

me if I locked in

valid drum
#

Are the other 2 new weathers not appearing in the config or WR for anyone else? I'm not seeing them so I'm attempting to regen my Config and see if it fixes

woeful solar
#

Wait, are there new weathers?

valid drum
#

Windy was supposed to be split up into 3 different weathers

#

But only the Tornados are showing up

woeful solar
#

Oh ok I see it now

valid drum
#

In both the Config and WeatherRegistry

#

I did a config regen and they still aren't there

#

Lol

wise stag
#

I got super sick overnight so imma be bedridden for a few days, no fixes for a bit, though I might try to fix the bear trap stuff.
I split Windy up but like I said in the changelog the other two aren't available yet

valid drum
#

It was just a bit unclear it sounded like the new ones were already in

#

My bad

#

I hope you get plenty of rest and feel better soon

autumn pagoda
#

Get better soon tho Baka Xu

wise stag
#

Lol

#

Being super you sucks

autumn pagoda
feral cape
#

As a germaphobe I absolutely hate being sick. I understand your pain.

wise stag
#

Found my new fav gif

autumn pagoda
wise stag
#

I'm beating the sick away

#

Don't u want me to get better s1ck13

autumn pagoda
#

Y u bulli me BLUBBERSWTF

wise stag
#

I just wanna be better smh

wise stag
#

Got up out of bed and updated anyway, was only a one liner

#

Was part of a big optimisation thing I was doing but I missed a thing

#

I dont actually know how much better the update would perform, but I went through like 40 scripts that use OnTrigger and made em exclude all layers except the ones that they look for, which is usually 1 to 3 different layers

#

@dreamy geyser is this type of thing ever like noticeable

valid drum
wise stag
#

Laser turrets might also be faster since I switched em from fixedupdate to update

#

Atleast I noticed em going faster anyway

valid drum
#

I was testing some stuff on a fresh save and the game felt a lot smoother

valid drum
#

XD

wise stag
#

It should, all hazards should feel better, explosions from everything like microwaves, the gals, I went through just CR entirely

hazy thicket
#

death by a thousand cuts type situation

valid drum
#

Btw do the Tornados still have the different colors? I noticed that you got rid of that config section

wise stag
#

makes sense

wise stag
valid drum
wise stag
#

rodrigo just has alot to do right now in terms of modelling, since he's having to model probably like 50+ different objects of various sizes for the next update, so didnt get to the new tornados this update

#

im also waiting on mrov to respond for the hurricane

valid drum
#

the other one sounded cool asf for Volcanic moons

dreamy geyser
#

excluding stuff means that the runtime has to do less work to calculate what to collide with and then it also avoids calling the trigger methods on things that you already know you won't find anything useful on

#

there's a not insignificant amount of overhead to calling those methods even if the check is extremely cheap (which it usually isn't cheap enough to be justified, probably on the order of 10 microseconds each not including call overhead)

wise stag
#

thats pretty good then

#

also, weird thing, i switched a raycast to a linecast and people started reporting bear traps spawning on walls??? lol

dreamy geyser
#

I couldn't possibly guess why that is without more info lmao

#

it is very funny though

wise stag
dreamy geyser
#

wait why remove the trigger interaction ignore

wise stag
#

wasnt there initially, but i assumed that was just the default settings anyway?

dreamy geyser
#

it's not

#

iirc anyway

wise stag
#

ignore trigger colliders isnt default?

dreamy geyser
#

I checked it a while ago

#

nope I don't believe so

#

you can check the decomp, all the overloads exist in managed land

wise stag
#

huh

#

then maybe it wasnt the linecast that borked it but making it ignore trigger colliders? though this also feels like it doesnt make sense

dreamy geyser
#

not sure

#

the line cast would be a cast of length 1, you switched it to a length of 100

#

idk if that makes a difference here

wise stag
#

oh, linecast doesnt just keep going?

dreamy geyser
#

wait

#

no

#

not length one

#

you're casting to the origin lol

#

line cast is a line segment with world space start and end

wise stag
#

yeah? but arent the parmaeters a start and end

#

i didnt include it in the ss but thats how i calculate th start

dreamy geyser
#

for line cast? yeah

#

that's fine, the end is the problem

#

you're treating it like the end is a direction

wise stag
#

OH

dreamy geyser
#

it's an absolute point

wise stag
#

didnt even click until now lol

dreamy geyser
#

makes perfect sense they all end up on the ship since the ship is like a couple units off the origin

wise stag
#

yea

rose veldt
#

guys, what does the "volume" in some configs mean? for example tornado volume and tornado volume in ship

knotty lynx
#

oh maybe the noise in that case

#

like how loud they are

summer plover
#

is this normal?

woeful solar
#

lol
a penny

summer plover
#

that penny is worth a LOT

woeful solar
#

for a penny indeed

mild storm
summer plover
#

but like is that the coin remake or just a bug cause i'm not sure

mild storm
#

Coins only got a model change, but uhm nothing is supposed to be different

#

They havent been remade entirely yet

summer plover
#

okay so they're supposed to be that small then

mild storm
#

No lol

summer plover
#

oh

mild storm
#

In unity editor theyre normal size

#

Dunno why it spawned small

summer plover
#

they all do

#

it's not just that single coin

knotty lynx
summer plover
#

😭

#

can't argue with you there

#

I actually think the coins being smaller is somewhat better

proven minnow
#

Where's the Boomtrap config Xu?

wise stag
#

Nonexistent

proven minnow
#

give

mild storm
#

So were not adding a config till 9 months

mild storm
#

Also xu is bedridden

#

S1ck as a boy

#

@autumn pagoda as s1ck as the one who lost the game

proven minnow
#

Hope she gets better

autumn pagoda
mild storm
wise stag
#

Dats a lot

thorny shuttle
#

Dont eat too fast you’ll choke

wise stag
#

Anyway I didnt think the new coins model was even in any past update, I remember thinking about whether it was in there cuz I built the bundle by accident once but I never checked

#

Also back to sleep I go

cobalt mango
mild storm
#

The t is clearly for microwavet rework

reef hatch
#

BTW @wise stag it looks like the Shockwave Gal model replacement suit breaks spectators, they can no longer spectate a player who is wearing it. The others work fine, tested this on Hiccubz stream today

wise stag
#

Yeah I'm actually kinda curious and might fix this, I heard about it before and was so confused lol

reef hatch
#

I'm wondering if spectator mode uses a specific bone that you didn't rig to the model or something?

#

That's my only guess tbh

wise stag
#

Oh honestly, pretty good guess

formal sinew
mild storm
#

my list is paper

#

your mind is a rock

#

meaning you lost the game

ashen peak
#

why is the cat doing that

tawny hare
cedar plinth
#

i wonder what's inside the facility 💀

ashen peak
#

new phone

cedar plinth
#

fre iphon 😍

tawny hare
hot light
#

hope this info helps, but first, get well, xu

mild storm
#

huh, i mean manor lord cant be killed in one shot, but maybe xus optimizing stuff changed a few things

#

ill do testing on my own side

hot light
#

o7

mild storm
#

shockwave shooting the manor lord had no errors

#

she couldnt kill him

#

but still tirggered mask spawned

#

no issues with seamine gal either

unique niche
#

i just realized your pfp is that green bird item

mild storm
#

the green bird item is based on the pfp

unique niche
#

that's probably why everyone talks about you when that item is found

#

everything makes sense now

mild storm
#

anyways yeah shockwave and seamine hit the manor lord and force him to his mask spawn stage but without the anim, but i didnt get any errors

mild storm
#

the plushes voice when used is mine

#

also bell crab

#

i voiced bell crab

unique niche
#

bell crabs have a voice?

unique niche
#

i thought i had a head pat of me but i could only find this

ashen peak
hot light
#

without phase progression i mean

#

beyond mask

mild storm
#

yeah hes fine for me in testing

hot light
#

hmm

#

we can solve this mystery later. not hugely important rn

valid drum
#

Maybe that might help?

hot light
#

nah this was before the update, too

valid drum
#

Ah strange

hot light
#

again, i aint worried rn

valid drum
#

Ye understandable

hot light
#

creatura

thorny shuttle
#

Will it have helicopter mode

mild storm
#

mayhaps greed

#

it will have greed mode

hot light
#

Coconikki in its mouth

thorny shuttle
#

Plink and plinktosis mode?

mild storm
#

yes plink

thorny shuttle
#

Awsum………

hot light
#

collar with a heart tag labelled "Beanie"

mild storm
#

if detected beanie steam id

hot light
#

yoiled 👍

mild storm
dry ermine
#

next code rebirth enemy be like

wise stag
#

is that cactus bird???

dry ermine
wise stag
#

i never looked closely at the old snailcat model...

glad harness
wise stag
#

@visual perch ban rodrigo before its too late

mild storm
wise stag
#

its too late

mild storm
#

his greed sickens me

wise stag
#

:(

mild storm
glad harness
#

Can I throw it

wise stag
#

no

glad harness
#

WORST MOD IN THE HISTORY OF FARM ANIMALS

#

I'm gonna go play forsaken

#

Smh...

cedar plinth
ashen peak
cedar plinth
#

snailcat outside when its a meteor shower:

cedar plinth
#

will dalice be in the next or final update

#

or is the next the final

woeful solar
# mild storm

I thought he had apple in his mouth but it's just snailbeanie greed

wise stag
#

the final update will be just like terraria's final update, if that means anything to anyone

woeful solar
wise stag
cedar plinth
#

alr cool

#

cant wait to see him

#

moon with nothing but dalice

wise stag
cedar plinth
#

lmao

wise stag
#

go to wesley for that

knotty lynx
dull tartan
#

first day in code rebirth: got stuck inside a safe after opening it x.x

wise stag
#

good

dull tartan
#

lmao

woeful solar
cedar plinth
#

you guys should make a variant of Scrap-E that looks like Burger from Planet Life

wise stag
#

this thing?

cedar plinth
#

yes

#

him

#

the boy

feral cape
#

Was the gals appearing outside the ship for clients until activated fixed or is it being caused by some other mod causing an incompatibility.

wise stag
#

never fixed, couldnt figure it out unfortunately

feral cape
#

Damn that’s a shame

glad harness
#

Appearing outside the ship???

feral cape
#

It doesn’t matter too much gameplay wise, just wondered if it was fixed and happening because of some mod incompatibility I had.

glad harness
#

That's new

feral cape
mild storm
#

Only first time or when brought out of storage

#

For clients

glad harness
#

Finally dude

mild storm
#

Bald is still broken

hot light
#

not even Rogain can fix 😔

glad harness
#

Disabled it

mild storm
#

Undisable it

ashen peak
#

theres no fix for male pattern baldness sadly

glad harness
knotty lynx
cedar plinth
#

i made a guy called "the humbled" once

#

is an entity idea

#

he basically is able to switch his arms in and out of his body to mimic most vanilla entities

mild storm
ashen peak
#

i had a similar idea, a mimic monster that pretends to be a hoarding bug, and only reveals itself once its up close

#

like the dog mimic from lost in vivo

cedar plinth
#

man i worked 45 minutes on a piece of artwork for the snailcat and it looks like trash

wise stag
#

Sharing is caring

cedar plinth
#

here have.. that

wise stag
cedar plinth
#

is alr ig

#

i have self image issues

wise stag
#

Which artist doesn't tbh

mild storm
#

greed me , im perfect

#

except half of my models plink

knotty lynx
dull tartan
#

How do the spawn weights work for the indoor traps? i want to keep them enabled but it feels they spawn way too much for my liking. atm I've just divided all the values by 4 and seeing how that works

wise stag
#

There should be a section in the readme for hazards

cedar plinth
hot light
autumn pagoda
hot light
mild storm
dry ermine
#

thanks Greg!!

#

:)

mild storm
#

we love greg

ashen peak
#

hes doign a great job

knotty lynx
cedar plinth
#

he's doing a great job

knotty lynx
#

I think we should speculate the rule he enforces. It’s probably that || we lost the game ||

mild storm
#

Sleepy snailcat

hot light
#

Gorp.

mild storm
thorny shuttle
#

Who shrunk the cat

thorny shuttle
#

Is that the satanic cultist terraria

mild storm
#

huh?

thorny shuttle
#

with antenna

mild storm
#

jimothy?

thorny shuttle
#

My fault there’s no satanic

mild storm
#

the duck is satanic ig

thorny shuttle
#

is that lunatic cultist terraria

#

with antenna

mild storm
#

my bad guys i forgot the cutiefly

thorny shuttle
#

ENDERMAN?

mild storm
#

what are you talking about

#

you scare me

mild storm
#

🧤 👑 🦋 🐌