#[Ported] Giant Specimens

1 messages · Page 11 of 1

calm widget
#

@ebon flower here watch this

#

registered it purely with LGU

calm widget
#

ill try using the sample you gave me

dim roost
#

me or snacks? if me, what i sent was only a concept XD
use the vision you want.
if snacks, disregard the previous statement

calm widget
#

nice spelling btw but this is so weird lol

#

oh wait im stupid, i need to bnuy hunter upgrade forgot

#

huh the sample works just fine

#

:c something is breaking and i cant figure out what

ebon flower
#

😦

calm widget
#

okay made in the same way in code

#

scan node is fine in unity, the audiosource doesnt matter

#

i guess i can move the body up to the parent but that shouldnt matter

#

the sample doesnt have the body in parent anyway

ebon flower
#

Maybe the heart script?

calm widget
#

thats what im thinking if its not the scriptable object item

#

but sample doesnt have a script

#

ill try putting the heart script into the same and seeing whta happens

#

actually ill remove the heart script from the heart and see what happens

#

yeah it was the heart script

#

something about how you guys handle the script just like kills position

#

ill have to do my own logic for spawning my scrap on death on top of the enemy for this to work lol

calm widget
#

also i hate weight math, like genuinely wtf is (input - 1) * 105

silver wedge
#

105?

low girder
#

I’m offended

low girder
#

The first sound just took an hour, what do you mean 😭

hushed fox
calm widget
calm widget
#

and idk why but if i register it with lgu, it just breaks that script entirely and makes its dropping position weird

#

without that script it all works fine

#

i didnt change anything in the script that would make it a problem on my end

silver wedge
#

I wonder what happens when you register twice to the network prefab, lol.

calm widget
#

probably not a problem, i registered the driftwood sample on my side the same way owo_think

#

unless having a script means it registers the network prefab

silver wedge
#

Right now it doesn't care about what components you put in the prefab.

calm widget
silver wedge
#

I'm just saying that it doesn't even know that you put stuff in it.

#

So it can't mess with it even if it wanted to.

low girder
calm widget
calm widget
silver wedge
#

Could be registering things, haha.

#

I wonder if the registerNetworkPrefab even makes sense because of the components I add to it.

calm widget
#

hmm i could make it so that if its doing things through lgu, i give it a prefab that has no script, but on my side it'd have a script (unless you guys want me to do samples on your end)

#

i remember a while back you sent me the code that spawns in items on top of where i wanted em to spawn lol

amber parrot
#

Driftwood today.

#

Okey no. xD

calm widget
#

lol, i dont wanna overwork pixel

#

would this have the same effect as deleting a script? @silver wedge

silver wedge
#

Uhhh.

#

I think so?

calm widget
#

perfect okie

silver wedge
#

You can always look at the gameObject through UE and see what it spawns with.

calm widget
#

okay what part of this does it think is a plushie 😭

silver wedge
#

You would need to change the scan node properties thing.

calm widget
#

genuinely what is going on with lgu's registering

#

oh

#

uh

#

no

#

not me

#

uhhh

#

imma run

silver wedge
#

Damn.

calm widget
#

okay that MAY have been my fault

#

but i think weirdly enough its fine with the scrap rn

#

though ofc, the driftwood sample glitched out

#

nvm this game just picks and chooses which item it wants to break

silver wedge
#

Now it works?

calm widget
#

it worked without needing to disable it one time (i might've forgotten to build the one where i re enabled maybe)

#

ill try disabling both again

#

disabling breaks it with grabinvalidated error lol

#

i gotta look up how to delete a component

#

time to try this

#

okay this works

#

god, finally

silver wedge
#

Oh wait

#

I might know why lol

calm widget
#

yeah go ahead and figure it out after im done finding a shit solution

silver wedge
#

Yeah, I always wondered what would happen when an item has two grabbableObject components in it.

calm widget
#

now you know

#

i guess the fix is to not apply a grabbable object component if theres already a script Facepalmlmao

silver wedge
#

I completely forgot that MonsterSample is a physicsProp tbh.

#

I can just make it not add that and add other thing where it does a callback to the relevant scrap things.

calm widget
#

maybe, i just want my script there so the item can properly do cool things lol

silver wedge
#

Because you will likely only need this part.

#

For the scrap value.

#

Anything else like shiny things, you can do your own script.

#

So yeah, that's a thing I need to change on the API when I come back.

calm widget
#

where are you?

silver wedge
#

Doing uni stuff.

calm widget
#

ah, fun

silver wedge
#

One week due to have stuff done.

calm widget
#

yeah i have a couple mocks next week, further maths i just dont care about revising anymore KaguyaPensive

silver wedge
#

I sometimes touch LGU during breaks but just little a bit.

calm widget
#

@silver wedge so im using this to spawn the heart, any idea how i would give it a scrap value?

silver wedge
#

As in changing the scan node properties component?

calm widget
mortal moss
#

is the driftwood released? i noticed it has configs but i can't find it

abstract relic
low girder
#

IM GOING AS FAST AS I CAN ;-;

mortal moss
#

ah

low girder
#

however Xu told me that he only wants 1 or two more after this next one so I figure its close

abstract relic
#

Yo ever since you guys talked about the Redwood spawning sound sounding like a shopping cart I can't unhear it lmao

low girder
#

I literally used Trees being cut down as a base for audio, its not my fault :S

#

blame Xu

mortal moss
#

did a redwood really spawn if nobody was around to hear it?

fluid trench
#

is it possible to add a config so you can only hear the redwood footsteps (and spawning sound) outside of the facility

calm widget
calm widget
#

Anyway driftwood release is very soon, pixel cooked

modern jetty
forest mulch
#

i am going to single handledly delay it

calm widget
thorn sage
#

wait is that the 3rd giant?

#

or the one that can jump around (i think)

abstract relic
#

the one that moves like an ape

thorn sage
#

ah

low girder
#

Make new LR sounds Make Giants sounds for someone else✅

ebon flower
#

unless whitespike will also update lgu with the api code

calm widget
#

OH

#

Wait I see what u mean lol

ebon flower
#

you are using an unrelease version xD

calm widget
#

Yeah I just remembered lol

#

I'm still in a state where I can't fully release it though you reminded me I gotta figure out how to fix scrap value with the items I spawn

ebon flower
#

this one don't work?

calm widget
#

It does if I use lgu's registersample

#

But trying to do it on my own if you wanted to check pinkgiantai.cs

#

With instantiating it

#

Doesn't give a value for scan node

#

Not sure if it actually does have a value or not

silver wedge
#

You will have to change the respective scrap values when spawned.
Because the thing about min/max value is that they are only used when spawning them after level load.
I use them when spawning from an enemy, you will have some sort of mechanism of when they spawn, you set the value for everyone to see.

calm widget
silver wedge
#

Should be ScrapValueSyncer.

calm widget
#

Okie ty

ebon flower
#
node.scrapValue = go.GetComponent<GrabbableObject>().scrapValue;```
#

ops

#

that

#

thanks zeus, very cool

calm widget
#

Loool

calm widget
ebon flower
#

yep

#

did you change something with the lightining code?

calm widget
#

That's great :3

ebon flower
#

it's not stopping

#

._.

calm widget
#

That's weird

#

It's only running off of animation events so I can't see why it wouldn't stop

#

Though ik there's a bug with metal near that lightning and I'm changing how the lightning works when I'm back on pc

ebon flower
#

and the hearts teleport to that location haha

hushed fox
#

i feel like i'm being summoned there

#

what the fuck is broken with the weather?

calm widget
ebon flower
#

xD

#

yes

calm widget
#

Yeah go fix it mrov

hushed fox
#

fix what

ebon flower
#

merged your latest commit

calm widget
#

You're using hunter right?

ebon flower
#

yes

calm widget
#

Though spawn lightning freaks out when there's a metal object nearby I think but I'm gonna do things differently later

calm widget
calm widget
#

Destroy(RedWoodHeart.spawnPrefab.GetComponent<RedwoodHeart>();

#

Did you get rid of this line of code

#

Because it needs this to work with lgu

#

Since lgu makes a grabbable object component on the sample items

#

BECAUSE OF COURSE IT DOES

ebon flower
#

that should go inside the sample register?

calm widget
#

Yes, the way I left it

ebon flower
#

you didnt xD

calm widget
#

Because that way it destroys my script

#

Wait what

#

Baka I'm looking at the code rn

ebon flower
#

register also add sampleItem.spawnPrefab.AddComponent<ScrapValueSyncer>();

calm widget
#

Hmm

#

I hope I won't need thay but I prob will

silver wedge
ebon flower
silver wedge
#

It has particles in it so the person made a script to toggle them on/off depending on item action.

ebon flower
#

that's some testing

silver wedge
#

It's not my fault it was already there when I joined.

calm widget
calm widget
#

I doubt it'll work since you have to delete my script

#

But worth a shot

ebon flower
#

it does not work

calm widget
#

Rip

ebon flower
#

but i tried it before deleting

calm widget
#

It does a fancy colour change

ebon flower
#

yep

calm widget
#

Obv it's not final

#

I need to mess with emissive map

#

And make it change the intensity

#

So that it "pulsates"

low girder
#

Where sound update?🧍‍♂️

calm widget
#

When you get back to work AG_Yummy

dim roost
#

so in sellbodiesfixed, regular giants drop a sapling. since Redwoods give you their hearts, that would lead one to think that each giant leaves something different. this subsequently leads me to suggest this for Driftwood (if something aint already modeled). their arm, which would probably do more damage than a shovel

#

of course, thas just me spitballin

calm widget
dim roost
#

i may or may not have a weakness for enemy dropped weapons (double-barrel and kitchen knife being prime the sole examples)

calm widget
#

Ahhh icic

#

It's possible, I'll give it a thought

#

It's just gonna be a lil weird when making compatibility with lgu lol

dim roost
#

aaaaah

calm widget
#

It'll probably doable as a scrap and item

#

Double*

#

But rn not possible if you wanted to use lgu's hunter (not possible rn anyway since update isn't out)

dim roost
#

yea, it would need an if/then sort of deal in the coding

#

i assume, at least

calm widget
#

It's a bit more complicated lol

dim roost
#

more than figured

#

changing subject, kinda curious how that "Dragon Giant" Masa pitched would look like. cant imagine it would be easy combining a draconic build with the "face in torso" style of a Forest Keeper

ebon flower
#

Ithink I will dream with the shopping cart sound today

lime lava
#

is the redwood killable yet?

thorn sage
#

what has the redwood done to u that'd make you want to commit genocide 😢

heady zenith
#

Bro does that john look killable

#

I love this mod - straight my favorite monster

low girder
#

YOU DONT NEED THE OTHER REDWOOD ONES YET “PATIENCE IS A VIRTUE” RIGHT?

calm widget
#

I just woke up lol

#

Fine fine fine

#

Just send me variety footsteps, and if u can, variety taking damage

low girder
#

I’m not home :S

#

Make a separate variant update laterrrrrrr

#

I’ll do it tomorrow

low girder
calm widget
low girder
#

(It’s 10:37Pm rn for me)

calm widget
#

Yeah yeah I remember your timezone, idk why ur out at nearly 11pm though

#

Also I paid my due diligence :p

calm widget
low girder
#

Means a lot really

calm widget
#

AG_Pray I hope things go well for you, I gave what I could

low girder
#

(It’s rare anyone goes there lmao so I stopped checking often)

calm widget
#

Lol

low girder
#

Thank you! The variant sounds and others will be done tomorrow

calm widget
#

That's perfect

low girder
#

I still think the redwood death animation should be changed tho

#

strongly

limpid whale
calm widget
#

Think maybe but it's pretty hard to get that changed at this stage

low girder
limpid whale
#

Eh

#

I feel like it fits

low girder
#

I vehemently disagree

limpid whale
#

Lmao

low girder
#

But maybe I’m too harsh on it

limpid whale
#

and you don't think Siren Head ascending from lightning strikes is weird?

#

XD

low girder
#

Hmmm I guessssss I’ll make the sound for the redwood death animation

limpid whale
limpid whale
#

Siren Head's people needed him

#

Lol

limpid whale
low girder
limpid whale
#

We all missed you

#

XD

low girder
#

I’m just trying to LIVE 😩

#

Why is everything so expensive ffs

limpid whale
#

I blame Xu

#

Lol

low girder
#

Same

#

Ruined the entire us economy

limpid whale
#

XD

calm widget
#

It happens sometimes

thorn sage
#

xu out here making lives harder

#

i still gotta play a game of lc with u pixel 🥺

#

later on when ur free we gotta hop on lunxara's group

hushed fox
#

@calm widget what's your current code for the lightning?

calm widget
#

this turns on the stormy object (i dont know if you believe this to be a bad thing or not, i wont do it if its bad) and lets me strike lightning just fine

#

but i think its client side

#

i havent tested but the person whos code i referenced managed to do RoundManager.Instance.SpawnLightningServerRpc(position);

#

and i couldnt

hushed fox
#

this turns on the stormy object
you're literally changing weather 😳

#

i'll try to make something less disruptive 🥺

calm widget
thorn sage
#

mrov to the rescue

calm widget
thorn sage
#

i dont need to look at it anymore 😳

hushed fox
#

i will not let anyone fuck with the weather >.<

calm widget
#

i've been coding for a bit of a while today so i cant think of a way of how to do that lol

thorn sage
#

wait true that screws up weathertweaks lmao

hushed fox
#

DigitalRuby.ThunderAndLightning.LightningBoltPrefabScript

calm widget
#

keep in mind i've been juggling like 3 different features for giantspecimens

hushed fox
calm widget
#

adding sounds, adding droppable items on death and making them sync'd etc, messing with the weather on the redwood

#

AND LGU compatibility

thorn sage
calm widget
#

noooo

hushed fox
#

prepare for weathertweaks soft-dependency tbh

calm widget
#

heh scrap spawning works

thorn sage
calm widget
#

you're forking my code and writing the code for that

#

i'm tired of soft depending on mods 😭

thorn sage
#

get to work mrov the slave

hushed fox
calm widget
#

dont forget, LLL is gonna be added as well :p

calm widget
#

also wheres the EnumUtils dependency?

calm widget
#

so mean

thorn sage
#

mirage soft dependency next

calm widget
#

plus i gotta make a soft dependency with coroner later KaguyaPensive

hushed fox
#

you have a lot

#

nvm, i have more

thorn sage
#

wheres the lobbycompatibility soft dependency

calm widget
#

you dont though, i just forgot to add dependencies lmao

calm widget
hushed fox
#

and it's not that important

thorn sage
#

smh my head

#

:(

hushed fox
#

why angie

calm widget
#

i've seen some make it a hard dependency

#

and i might

thorn sage
#

not enough dependencies

calm widget
#

oh im also waiting for achievements mod

#

gonna make that a dependency

thorn sage
#

yeah mirage is gonna have it as a hard dependency in v2

#

cuz of reasons

hushed fox
#

lol

calm widget
#

whats the difference?

hushed fox
#

that it will be downloaded automatically creating supremacy

#

but it's not gonna be needed needed

calm widget
#

icic

#

i guess its fine as it is now then, thats how it is lol

thorn sage
#

dont actually do that 😭

#

yea

calm widget
#

not me listening to barch about making it a hard dependency and him being malicious

#

smh

thorn sage
#

wait no i was just referring to having a soft dependency and then making it required on TS 😭

#

soft dependencies should always be optional

calm widget
#

fix your language

limpid whale
#

LOL

#

bad Barch

calm widget
#

yeah barch

thorn sage
#

i have reasons for it

calm widget
#

how could you

thorn sage
#

i need to make sure players who dont have the AI mirage mod arent in the same lobby

#

easiest way to do that is by using lobby compat

hushed fox
#

fair

calm widget
hushed fox
#

also bad! boo!

limpid whale
#

I mean

#

Shouldn't Mirage just require everyone to have it?

#

Easier

hushed fox
#

bruh

thorn sage
limpid whale
#

Don't forget to revert that change for WeatherTweaks lol

thorn sage
#

bad! boo!

limpid whale
hushed fox
#

OH 🤭

#

right

limpid whale
#

XD

#

You said to remind you to fix it

#

LOL

hushed fox
#

whose id should be there instead?

#

the feature cannot go to waste

#

🤭 🤭 🤭 🤭 🤭

calm widget
#

what did you do

hushed fox
limpid whale
calm widget
limpid whale
#

Debby redeemed for me to time him out yesterday, and for whatever reason the timeout button banned him so I had to quickly unban him and his response to troll was that

#

XD

#

I felt so bad

#

Lmfao

hushed fox
#

i got rug-pulled

calm widget
#

oh lol

hushed fox
#

that's how they treat people giving them their own money

#

let's gift some subs then 🤭

limpid whale
#

It was an accident you know I love you mrov 😭

hushed fox
#

i know it wasn't intended

#

still funny

limpid whale
#

Lmfao

hushed fox
#

🤭

calm widget
#

smh

#

as usual mrov causing trouble

hushed fox
#

~~@calm widget how much money would you want to make weathertweaks a hard dependency? 🤭 ~~

calm widget
#

my update is coming in in a couple hours probably :p

limpid whale
#

GiantSpecimens update let's go

calm widget
hushed fox
#

.<

calm widget
#

i dont wanna get complaints later

limpid whale
#

No more Redwoods dying to Baboon Hawks

#

😆

calm widget
#

redwoods might still die to baboon hawks

#

idk why they didnt die before

hushed fox
calm widget
#

baboon hawks are actually using an advanced technique

#

known in gaming as

#

"kiting"

limpid whale
#

I still love how that Baboon Hawk taunted you after

#

XD

calm widget
#

not sure where they learned how to kite

calm widget
#

besides

#

i already brought up a solution

#

:p

#

idk if itll work, it probably wont and idk how i'd make it actually work

daring rapids
#

baboon hawks are the true apex predator

limpid whale
hushed fox
#

😳

#

i mean

#

i'll see what i can come up with

limpid whale
#

There

calm widget
#

great, cuz the update with it is gonna be up soon AG_AnimeXD

limpid whale
#

LOL

calm widget
limpid whale
#

Probably lol

calm widget
#

yeah zeus isnt happy with his children dying

thorn sage
#

but zeus neglects his kids 😢

calm widget
#

if only commits counted as changelogs

#

also im so glad they removed the message limit on commits

#

that was painful last year

thorn sage
#

you typically dont want long commit messages though

#

if you have a long list of changes your commit is doing too much at once

calm widget
#

hmmm not really

hushed fox
#

you can set commit descriptions

calm widget
#

yeah ik

#

but those need like, an arrow button to view in github

thorn sage
#

wdym not really, if you have way too many changes you should be spreading them across multiple commits 😭

calm widget
#

ah yes, let me delete my code so i can ctrl z and make another commit for it

thorn sage
#

im talking about in the future

#

it's better to just commit more often so you can easily go back to a checkpoint when u need to

calm widget
#

i do commit often

hushed fox
#

not ofter enough it seems like 🥲

calm widget
#

in like what, a month?

hushed fox
#

what

#

nvm

calm widget
#

im constantly committing lol

thorn sage
#

ok yeah that looks pretty normal

#

i thought u were doing like

#

1 every blue moon

#

with a long ass description like that

calm widget
#

no im all for committing constnatly lol

hushed fox
thorn sage
#

😳

calm widget
#

go figure out lightning before you get blue balled by all the bug reports on weather tweaks when i launch my update

hushed fox
thorn sage
#

i mean, you did make weather tweaks afterall xu

#

so it's all your fault 😢

calm widget
limpid whale
#

XD

calm widget
thorn sage
#

with the lightning strikes

hushed fox
#

#1208964227835109407 message

#

so true

calm widget
hushed fox
calm widget
#

"technically" im changing the weather

limpid whale
#

Why does this mod need lightning strikes?

#

🤔

calm widget
#

which yeah, ofc

hushed fox
calm widget
#

people whos in that server can see it etc

hushed fox
#

the point still stands

calm widget
#

technically i can override the prefab of lightning for something but im not sure what would be better than zeus

calm widget
limpid whale
thorn sage
#

i think lightning strikes are a nice touch

calm widget
#

or adding the ground shaking

#

or adding dust particles

#

lightning will do little to not damage and itll surround the redwood, but it will look cool

limpid whale
#

XD

#

I still don't understand why they can't path in those Warehouses

hushed fox
#

9.0 - Advertising
Advertising through discord servers,** links to social media** and other off-platform sites is strictly prohibited inside of the server. The only official form of advertising is through ⁠content-creators. Anyone using our server to advertise, even in DMs will be removed.

thorn sage
#

mods, get her!!!

calm widget
#

idk what you're not understanding

#

it doesnt link you an invite to another server, or a social media

hushed fox
#

let's report it then and see what's the official viewpoint

calm widget
#

go for it

#

you're annoying me now

limpid whale
#

mrov is a lonely man he has to have fun somehow

#

XD

hushed fox
limpid whale
#

Idk

#

LOL

hushed fox
#

@calm widget what about

    public static void SpawnLightningBolt(Vector3 strikePosition)
    {
      // This will ignore if the strikePosition is inside something
      // oh well :)
      LightningBoltPrefabScript lightningBoltPrefabScript;
      UnityEngine.Vector3 vector = Vector3.zero;
      System.Random random;

      random = new System.Random(StartOfRound.Instance.randomMapSeed);
      float num = (float)random.Next(-32, 32);
      float num2 = (float)random.Next(-32, 32);
      vector = strikePosition + Vector3.up * 80f + new Vector3(num, 0f, num2);

      // get stormy from the GameObject children method
      // TimeOfDay.Instance.effects[(int)LevelWeatherType.Stormy].effectObject;

      StormyWeather stormy = UnityEngine.Object.FindObjectOfType<StormyWeather>(true);
      lightningBoltPrefabScript = stormy.randomThunder;

      lightningBoltPrefabScript.Source.transform.position = vector;
      lightningBoltPrefabScript.Destination.transform.position = strikePosition;
      lightningBoltPrefabScript.AutomaticModeSeconds = 0.2f;

      lightningBoltPrefabScript.Trigger();
      stormy.PlayThunderEffects(strikePosition, stormy.randomStrikeAudio);
    }
#

keep in mind: this might be (almost certainly is) client-side

thorn sage
#

that can easily be fixed via rpcs anyways

hushed fox
#

i've looked at the roundmanager rpc

thorn sage
#

naw i meant defining ur own rpc

#

just run that locally and then tell all other clients to do it as well

hushed fox
#

server -> client -> stormy method

#

and it would theoretically not require enabling stormy weather in the first place

hushed fox
thorn sage
#

oh yeah thats mb i thought u were talking about something else for a sec there

hushed fox
#

roundmanager rpc calls

Object.FindObjectOfType<StormyWeather>(true).LightningStrike(strikePosition, true);

which triggers

        if (useTargetedObject)
        {
            random = this.targetedThunderRandom;
            this.staticElectricityParticle.Stop();
            this.staticElectricityParticle.GetComponent<AudioSource>().Stop();
            this.setStaticToObject = null;
            audioSource = this.targetedStrikeAudio;
            lightningBoltPrefabScript = this.targetedThunder;
        }
#

and the rest of stormy code: raycheck for the roof, spawning explosion (damage) and so on

#

so the best solution (if you're going purely for visuals) would be to get the lightning bolts+sound only

#

and transpiling that method would still require enabling the weather itself

thorn sage
#

the weather goat 🐐

hushed fox
#

i'm testing if that approach even works

hushed fox
#

now i need to decouple that from the stormy weather references

#

I GOT IT

#

it's working without stormy weather enabled and the audio is working as well

#

@calm widget

calm widget
#

ty AG_Pray

#

but for personal reasons, driftwood aint coming out today, maybe tmrw

amber parrot
#

Did you finish making the Driftwood sounds?

calm widget
#

he pretty much did yeah

low girder
calm widget
low girder
calm widget
#

i might be able to delay it later depends on how it goes

low girder
#

This is a confusing sentence lmao

calm widget
#

oh whoops

#

i might be able to do it later not delay it later lol

lime lava
#

grrr

#

i want to kill giants

#

:(

calm widget
#

update soon

full ruin
calm widget
#

https://thunderstore.io/c/lethal-company/p/XuXiaolan/TheGiantSpecimens/

v 2.0.0 NEW ENEMY UPDATE

  • Added Zeus, kinda, just keep an eye out for what the redwood does lmao.
  • Fixed a few bugs that I can't fully remember.
  • Added compatibility with hunter from LateGameUpgrades. (for their next big update, not this one).
  • The Redwood Giant and Driftwood Giant spawn their heart on death.
  • oh and added the driftwood giant lol.
  • Fixed a few sound bugs.
  • Added a new icon for the redwood plushie (someone come make a driftwood plushie thanks).
#

theres gonna be bugs for sure

#

let me know and ill try and fix em

limpid whale
dim roost
#

maybe, but didn know if you knew

calm widget
#

its up now

dim roost
#

lookin forward to testing it with the crew tonight (assuming it spawns)

low girder
#

I would love to see some video footage to see the sounds in action in game

#

if anyone sees this and has a clip recorder installed😩

#

for the driftwood

low girder
calm widget
#

was it in the readme?

copper lava
#

"Find in all" in vscode 🙃

#

But yes under credits

mortal moss
#

no setting to disable redwoods eating old birds 😔

abstract relic
#

@calm widget No giants?

low girder
#

put that redwood giant death animation and falling hazard to good use

calm widget
dim roost
#

logs about trees? or logs from trees?

low girder
dim roost
#

trojan giant. just a regular giant but it stands completely still and does nothing

calm widget
#

ahh i forgot to make it a hard dependency in the actual thunderstore, lethalmoddatalib needs to be added

copper lava
#

Quick 2.0.1?

calm widget
#

yeah im gonna remove it since its not needed, i had added it for LLL port but since its not stable yet i didnt do the port

lime lava
#

im tryna spawn giants

#

they wont show up

copper lava
#

Don't think the mod will work without it

lime lava
#

oh

copper lava
#

Could wait for the quick update instead though

calm widget
#

you can manually update atleast :p

lime lava
#

dawg

#

make the poor driftwood fight back

#

he just was walking away while i was hitting him with a shovel

hardy yacht
#

Driftwood Giant is out? 😮

#

🔥

calm widget
#

yess

calm widget
#

he has an awareness bar its not immediate lol

#

though i should make it if its a shovel hit or smthn its immediate

lime lava
#

i killed him before he became aware

calm widget
#

were you keeping like a distance?

lime lava
#

no

#

straight up under him

calm widget
#

post your log

#

it should detect you in a certain range no matter where its looking

#

and detect you from a decent distance when looking

lime lava
#

the dogs are biting the poor driftwood while on the ground

#

uhm

#

he just screamed and started running in random directions

#

hes punching birds dawg

novel lance
#

bro is a crack addict

#

hes tweaking

lime lava
#

dawg i spawned so many

#

they dont even wanna attack me

#

they just punching birds

#

what the birds do to deserve this

calm widget
#

lol

#

yeah seems like theres a bit of a thing going on with targetting rn

#

i dont have logs tho so i cant tell exactly where its going wrong

lime lava
#

i might sound dumb but where do i get logs

calm widget
#

mf is targetting manticoils

#

who cant die

lime lava
#

they can die but like

#

they just spin when hit

full ruin
#

and here I thought I would have another manticoil farming giant with sellbodies

lime lava
#

sellbodies might fix it but i dunno

#

all i know he just punches birds

tranquil yacht
#

wait new giant?

full ruin
#

yeah I'm fairly certain it will, but in vanilla it will be stuck like that

lime lava
#

driftwood when he sees bird

calm widget
#

fr

#

imma do a couple things that should improve the giant, apparently people dont like zeus mode

somber sleet
calm widget
abstract relic
#

Is the mod no longer detected is LethalConfig or am I blind?

#

It's not there anymore

somber sleet
#

also i think the tracking is busted

#

i was inside the facility, came out and it was already deadsprinting straight for me around a corner

#

didnt even see me yet

#

also driftwood death anim is broken

#

its just stuck walking

ebon thistle
#

it's fine though as long as you remove that shit

somber sleet
#

(also it was like 3 hours before)

abstract relic
#

What does Zeus mode do?
can't test it rn

ebon thistle
ebon thistle
abstract relic
#

bruh wtf

#

XD

ebon thistle
#

like, the redwood giant does

calm widget
#

ayo spoiling it already KaguyaPensive

ebon thistle
#

you legit can't hear shit cuz lightning happens every half a second

calm widget
#

i cant wait to dog on your mod when it comes out

ebon thistle
#

you betta remove that shit g i'm sorry

ebon thistle
calm widget
#

ill do it now

ebon thistle
#

i actually accept feedback unlike other people wink wink

calm widget
#

shit model, shit animations and shit sounds

ebon thistle
#

||im kidding lmao lmao||

calm widget
#

👍

abstract relic
ebon thistle
calm widget
ebon thistle
#

i made none of those so it does not affect me

calm widget
#

i shouldnt have done anything that would change it

calm widget
#

also the more you shit talk here the more i spend time replying and not updating 🤭

ebon thistle
#

||also i'm just giving feedback i didn't mean to insult you||

#

||except for when I directly insulted you but y'know||

abstract relic
#

Oh, mb r2modman didn't update the mod to 2.0.1 yet

calm widget
#

2.0.2 is on thunderstore, itll update in like 40 ish minutes

abstract relic
#

what does 2.0.2 changes?

calm widget
#

fixes targetting with manticoils and anything that cant die

#

also zeus mode got removed cuz those guys wouldnt stfu

lime lava
#

ngl

calm widget
#

imma be out of the pc for the next 8 hours or so probably, lets just hope there arent more bugs :p

lime lava
#

just make the redwood spawn lightning or use lightning sound effect when he dies

calm widget
abstract relic
#

I originally thought you only wanted a lightning for when the giant spawned, not every steps lol

calm widget
#

i just disabled it on movement until i mess with it more with sound etc

calm widget
#

plus i kinda wanna mess with the lightning more, give it particles, change colour

#

and more stuff

#

i've been trying to turn it red for a couple hours but cant find hte right way

full ruin
low girder
#

why didnt I see the volume warning😭

full ruin
#

I should've highlighted it sorry 😭

calm widget
#

Zeus is not as loud as this lmao

low girder
#

I just finished making sound variants for Xu so my headphones were maxed ;-;\

calm widget
#

It's like 1/4 of that jeez

somber sleet
#

which is feedback

#

shit talking would just be making fun of the mod and not saying anything to improve it

calm widget
#

It was feedback the first time it was said

#

Then maybe you could argue the second

#

Then it was a headache when it kept being repeated

elder coral
#

Why is there lightening striking the redwood?

somber sleet
#

literally zero idea

#

😭

calm widget
#

Don't listen to them KaguyaPensive

elder coral
#

||Also the way the driftwood walks is so creepy||

calm widget
#

I disable it in the version that comes in 30 minutes on thunderstore

elder coral
#

Ight

calm widget
elder coral
#

Especially when it spawns

calm widget
#

Ikr amazing sound designer

somber sleet
calm widget
#

@winged trench @low girder get ur praises

somber sleet
#

wasnt even meant to be an insult

low girder
calm widget
somber sleet
#

we werent

elder coral
somber sleet
#

we gave you feedback prior to release, you released it, said our part again, and your response was to say "ill shit talk your mod when it releases"

low girder
#

speaking of which I should prob make those old bird sounds now

calm widget
#

I loved the lightning, and other feedback I got told me it's well liked, so I'll make it a config option, but yall didn't have to spam my ears that you didn't like it

somber sleet
#

like bro 😭

calm widget
elder coral
#

Because the first time I played with your mod, combined with the insanity remastered, it made the game so much more scary

lime lava
#

driftwood should chuck rocks at the redwood

low girder
somber sleet
low girder
#

anyways, off to make sounds

somber sleet
#

the lightning just makes no sense especially when its clear, and it made anything impossible to hear

#

and i gave feedback outside of that too

#

about how the driftwood seemed to have issues with tracking

calm widget
#

I dont trust those bugs with that modpack, I got errors every 3 seconds 💀

#

It's a miracle that modpack hasn't caused massive desync and problems

somber sleet
#

i mean thats fair but when i go inside and then come back out two seconds later its kind of concerning to have it run halfway across the map to my exact location

elder coral
#

You can just shank the driftwood from behind and he wont care, its kinda funny lol.

somber sleet
#

didnt even kill me properly it just ran up, walked in place, and i deid

#

died*

calm widget
ebon thistle
elder coral
ebon thistle
#

just don't see why it was added but it's your mod so you can do whatever you want

calm widget
#

There's nothing in the code that just kills you instantly

somber sleet
#

meant 2 minutes

#

not 2 seconds

elder coral
#

It threw me just fine, unless does it have a kill animation like the giant?

tranquil yacht
#

Driftwood is most likely to appear on which moons?

calm widget
ebon thistle
calm widget
ebon thistle
#

but you good, don't worry

ebon thistle
#

it like, just came out, of course there's gonna be some ironing out to do

full ruin
calm widget
#

To be clear the people in my server weren't the only feedback I received, so considering that the latest dislike was only a couple hours before release, I didn't think too much about it

ebon thistle
#

nothing to see here

elder coral
#

Do easter eggs work on driftwoods?

copper lava
#

Wait they work on enemies?

calm widget
#

But Easter eggs apply force I think

elder coral
#

Yeah they can kill anything that is killable

copper lava
#

Oh damn

ebon thistle
calm widget
elder coral
#

When you throw one at a giant, ||they get caught on fire and slowly die||

#

I've used easter eggs to kill nutcrackers too

#

Instant kill

#

Generally I save eggs rather then sell them

calm widget
elder coral
#

Honestly driftwoods could be kinda helpful

calm widget
#

They do kill other monsters, but other monsters also kill them

elder coral
#

Hold on I have an idea

#

A dumb idea

#

Ima test it out

calm widget
#

Btw were u the one who got thrown? I can't find that message from earlier

elder coral
#

Yes

calm widget
#

Did u die?

tame adder
#

Havent seen what the new stuff is all i know is that a damn greek god has decided to show up apparently

elder coral
#

Uh no because I had Devtools on for testing it

calm widget
#

Rn does 50 fall damage

tame adder
#

What is the "Zeus" entity?

calm widget
#

But I got rid of it lol

tame adder
#

Rip

somber sleet
#

no theyre just talking about how every step the redwood takes it strikes lightning

elder coral
somber sleet
#

no zeus entity sadly

calm widget
#

Damn you wanna tell em what else is new KaguyaPensive

tame adder
#

Also i forgot to send something about the old bird

calm widget
#

It's a pretty fast entity so I don't want it to be an instant death sentence

tame adder
calm widget
#

But yeah I was messing with some experimental stuff

#

I've tempo removed it but I'll re add it later when it's more refinrd

tame adder
#

||When the old bird gets eaten by the redwood giant it leaves leaf like particles and just kind of dissapears instead of a wacky eating effect||

somber sleet
calm widget
somber sleet
#

also make it quieter

tame adder
#

neato, just wasnt sure if you knew about it

somber sleet
#

since well

#

you heard

tame adder
#

didnt the redwood giants shake your screen when they walked at one point?

calm widget
calm widget
tranquil yacht
#

are this is a lst update?

tame adder
#

Havent seen it, maybe its because i cower in the ship when i see one because despite knowing theyre neutraland they terrify me

#

being a pancake sounds delicious but painful

calm widget
elder coral
#

Driftwood doesn't care about me

#

Just minds his own

#

I do get the insanity sound when he is looking at me from a straight angle

#

But nothing happens

#

He just keeps walking

calm widget
#

It was my solution for ship camping

tepid knot
#

whats zeus mode?

elder coral
low girder
#

wait from reading some earlier stuff does the driftwood giant throw other monsters too?

calm widget
# tepid knot whats zeus mode?

Redwood got a lil upgrade, but I temporarily removed it in the latest version due to complaints about it being too much of an experimental

calm widget
tepid knot
#

whats the upgrade tho

tame adder
#

btw wanted to say before i vanish
Keep popping off with this incredibly insane mod, absolutely peak

calm widget
low girder
calm widget
calm widget
low girder
calm widget
#

And it would've been a perfect fit, driftwood is monkey like

low girder
#

complexity?

calm widget
#

Yeah plus I wanted to make it playful rather than smart and commanding

low girder
#

this is clearly the AOT mod not the giantspecimen mods

calm widget
#

It doesn't eat or kill the player

#

Well it sometimes kills the player

elder coral
elder coral
#

Also he kept trying to hit the manticoil after it was dead

calm widget
#

In the latest I patched that

#

Manticoils can't die though afaik

elder coral
#

They can

#

They just don't have a proper death pose/animation

calm widget
#

Hm, it doesn't target dead enemies though, it has a special animation when it kills an enemy

#

Can you post logs maybe?

unkempt meteor
#

is there a bug where the redwood spawns lightning on footstep? could that be like an incompat or something

elder coral
#

I just got the lastest patch, I'm updating now thats why

calm widget
#

Hmm

calm widget
elder coral
#

I was playing on the previous patch haha

calm widget
#

It was experimental feature

calm widget
#

Thank god

feral kettle
#

ive got 3 driftwoods stuck punching manticoils on aquatis. 2.0.2.

calm widget
#

Hmmm post logs?

#

I know how to extra fix it but my solution shoulda worked

elder coral
#

He's still punching dead manticoils and is going after locust

feral kettle
elder coral
#

Though his vision seems to be better

low girder
calm widget
#

I didnt upgrade his eyes lmao but that's great

low girder
#

(I just want to see a cult of 3 driftwood bois beating a bird corpse)

calm widget
#

I'll try seeing if I can post a fix rn

feral kettle
#

it was really noisy

elder coral
#

Well I get the full on panic insanity thingy when a monster is around or a dead body

low girder
feral kettle
#

ill reland and record it, just 4 u LRchad

low girder
calm widget
#

There, hotfix released

#

No more hotbfixes for today

tranquil yacht
#

What does Driftwood do? he just slammed the ground with the manticoil in his hand?

tranquil yacht
#

oh

calm widget
#

Yeah I posted one more fix that ignored docilelocusts and manticoils

#

Should be up later

tranquil yacht
#

but from morning until night he just sat still and hit the ground

#

is that a bug?

calm widget
#

Yeah that's the manticoil bug

#

Fixed in 2.0.3

tranquil yacht
#

I'm waiting

elder coral
#

I have a theory on a bug

#

Ima test it further tho

#

Ok

#

So when I'm not invincible

#

He just insta kills me

#

Doesnt even throw me

#

But when I do have it on

#

He does throw me

elder coral
#

Ok

#

So I wouldn't recommend flying with a jetpack after you get thrown

#

You'll clip through the ground

calm widget
elder coral
#

That was my idea

#

Get yeeted

#

And then fly with the jetpack

near portal
#

Let's gooo only one giant remaining

low girder
mortal moss
tame adder
#

are the driftwood giants supposed to oneshot?

wintry minnow
#

I CANT GET THEM TO SPAWN NATURALLY

dim roost
#

one spawned naturally for me... but the redwood caught it XD

tame adder
#

i think you take alot of fall damage the moment you get thrown

near portal
#

For me the driftwood now target roaming locust instead of the player

dim roost
#

so what does 2.0.3 do? changelog aint updated

peak lotus
wintry minnow
#

Also the giant doesnt even behave right

limpid whale
#

This

dim roost
#

thanks

tame adder
#

both giants seem to be unable to target anything for my friend whos sharing clips

#

theyve been trying to test the driftwood giant but even standing infront of them doesnt alert them sometimes

wintry minnow
tame adder
#

redwood doesnt seem to be attempting to attack other giants either

wintry minnow
#

im gonna try again without debugging tools

#

to try and get a naturally spawning one

tame adder
#

i dont doubt that debugging tools are somehow causing issues

wintry minnow
#

Spawned a redwood and it didnt do shit

tame adder
#

i had redwoods spawn with control company attack stuff yesterday but this time they just arent doing anything

wintry minnow
#

hm

#

yea seems like it broke with some mod

low girder
wintry minnow
#

hey me

low girder
wintry minnow
#

Hello

#

Sir yes sir

somber sleet
lime lava
#

dawg

#

dawg

calm widget
tame adder
#

clearly he just grips you so hard you die from fall damage because thats how it works

calm widget
#

Fall damage math is weird in this game

#

:p

tame adder
#

perfectly functional

somber sleet
#

even outside of that he said it didnt even play the animation 🤷‍♂️

calm widget
#

I know what's causing the insta kill

#

The animation does play

#

Any problems is with that modpack that gave errors every 4 seconds

#

I would literally be afk and my entire console would be red with random mods, that modpack had it coming

tame adder
#

modpack?

#

what modpack

calm widget
# tame adder modpack?

They were playing some super unstable modpack and added my giant and was shocked that there was a bug with animation

tame adder
#

wild

lime lava
#

me when driftwood crushes my bones instead of throwing me

#

ngl driftwood should just continuously slam a player into the ground until they die or get saved by shovel

tame adder
lime lava
#

ngl i think cactus giant should do that

calm widget
#

I do prefer perfecting the throw cuz it's a lot funnier watching it