#plugins-dev-chat

1 messages ยท Page 117 of 1

plain gazelle
#

ill just do a foreach and ServerAddItem

celest thorn
#

Helo chat

restive turret
#

suffering

magic gate
celest thorn
#

Don't worry

#

i have the real suffering

#

im building tools to do camera etc... in Three.js

restive turret
#

I learning abstract math

celest thorn
#

imaginary numbers?

restive turret
#

"formal languages"

#

i think you at better state then me

celest thorn
#

Oh is that

#

the thing they use in animal crossing??

true quest
celest thorn
#

for letters?

celest thorn
restive turret
#

bro i dont know

#

its abstracted away from everything, there is no fucking EXAMPLE

celest thorn
# restive turret its abstracted away from everything, there is no fucking EXAMPLE

Every letter you send to a resident villager in the original Animal Crossing is internally scored to determine how a villager will respond. The scoring algorithm defaults to a point-based system, but changes to a rank-based system when you send a letter as part of a "quest" (i.e. when a villager specifically requests you to write to them). Type your letter's body text in the input field to see how your letter will be scored by the game!

#

you can read here how it works

#

it tries to detect words to make you good at writing lol

restive turret
#

kinda idk

#

i only get some part cus of programming

#

but like

#

fucking hell why not showing me NOT the abstracted stuff

celest thorn
#

ai knows better than you do

restive turret
#

at this state AI knows better than the teacher who "teacher"

#

as said million times
who doesnt know teaches

celest thorn
#

Yea

#

thats so true

#

YIPPE

#

all of the textures are from the game lol

tulip kiln
#

Most if not all on Animal Crossing

tulip kiln
celest thorn
#

i follow him

#

because i love old games

#

and its interesting to know

restive turret
#

I still have zero clue what this guy want me to learn.
might aswell ask ai or check on YT for better explanation that this guy

royal mica
#

Does Coroutines eat exceptions?

#

Or do they throw them normally?

unique crane
#

They throw them normally

royal mica
#

Still trying to fix the NRE related to the get_radius in PlayerRoles.FirstPersonControl.FpcStateProcessor.UpdateMovementState

unique crane
#

but usually dont appear in RA

#

check la logs

royal mica
#

Yeah it's on LocalAdminLogs

#

when exception happens

#

I know that

#

but I'm receiving irrelevant stacktrace and since I use OnUpdate event sub, it might cause that

#

I highly doubt the recent patches causes that, cause none of them interract with the playyer

#

yet this always freezes the game

#

and it is driving me insane

tepid sluice
#

i did this

#
[HarmonyPatch(typeof(FirstPersonMovementModule), nameof(FirstPersonMovementModule.UpdateMovement))]
public static class MovementPatch
{
    static bool Prefix(FirstPersonMovementModule __instance)
    {
        try
        {
            return __instance.Motor?.MainModule?.CharController != null;
        }
        catch (Exception)
        {
            return false;
        }
    }
}```
royal mica
#

What sideffects does this introduce?

#

Cause I assume something goes very wrong with the character handling

tepid sluice
#

never met idk

royal mica
#

Interesting. Seems very weird why it goes full null

#

I wish we could have a breakpoint there for debugging

tepid sluice
#

Eve told me this is a plugin broken

#

but i rly don't know what's wrong with my code

#

so i could only do patch

royal mica
#

well I gathered much

#

but what part of is broken is the big question

#

I wish I had an exception or something while my code is running but nothing

#

and it did not happen for months, then it came back

#

like ???

tepid sluice
tulip kiln
#

Is Scp914Activaing and Scp914KnobChanging's IsAllowed function not working or is the client ignoring the result?

#

I can see that it's disallowed but it still changes

#

not sure if another POV sees it or not

worthy rune
#

most likely not working, i dont think the client forward predicts anything for 914

#

are you able to try it with no other plugins/frameworks installed

tulip kiln
#

No other plugins installed seems to work

#

I'll have to check out what may have caused this

upper vapor
tepid sluice
#

crash moment

upper vapor
#

Why does the website not reset the scroll position when navigating

#

Stupid router

royal mica
upper vapor
#

It should yeah

royal mica
#

And also I only use Timing.RunCoroutines so those are already not in that thread

upper vapor
#

Show me the whole codebase

royal mica
#

I cannot

#

I can do an mock version to see the pipeline, but

upper vapor
#

Coroutines run on the main thread

royal mica
#

It gives a very different stacktrace

upper vapor
#

Cuz it's ran by MEC and the exception is caught by MEC

celest thorn
#

they are animated by the wind too

static meteor
#

Grass

celest thorn
#

i know for now its just grass

static meteor
#

The horrors

celest thorn
#

its a simulation of grass with a shaders with 35000 grass blades

#

inside a browser

#

but yea i wanna know does it look bad or good?

#

the tree is not gonna change that is the only thin i will not chnage

fathom charm
#
        public void OnPlayerInteractingDoor(PlayerInteractingDoorEventArgs ev)
        {
            if (BreakDoors.BreakDoor.Contains(ev.Player))
            {
                if (ev.Door is IDamageableDoor damageableDoor)
                    damageableDoor.ServerDamage(65535f, DoorDamageType.ServerCommand, default(Footprint));
            }
        }

Who knows why this method does not work and if there is another method?

unique crane
#

ev.Door is IDamageableDoor damageableDoor will aways be false

static meteor
#

Check if the door is BreakableDoor not IDamageableDoor

unique crane
#

^

#

or ev.Door.Base is IDamagableDoor

static meteor
#

Then BreakableDoor::TryBreak()

fathom charm
#

bruh

#

work

#

ยฏ_(ใƒ„)_/ยฏ

#

thx

pure crag
hearty shard
#

what are you looking for

#

this was hubert posting the source of SSSS classes (which are all part of SL rn)

pure crag
hearty shard
#

ngl i dont recommend using the basegame version of it, use a wrapper

royal mica
upper vapor
celest thorn
#

like look at this banger

#

of a website

#

rn

upper vapor
celest thorn
#

idk i like it alot

celest thorn
#

like how does it look like?

upper vapor
#

It looks like grass

celest thorn
upper vapor
#

Eh

celest thorn
upper vapor
#

Looks off

celest thorn
hearty shard
#

not realistic enough

#

pls fix

celest thorn
#

but its not even complete

upper vapor
#

Maybe bc I'm comparing it to nature and not a video game

celest thorn
upper vapor
celest thorn
#

you wanna see the rest?

upper vapor
#

I wanna run away

celest thorn
#

lol

#

this is the rest

#

kinda an amazing paradise

#

my objective is to make that section look good

#

the rest will not be used for sure

upper vapor
celest thorn
#

and btw the grass is a shader

#

its the most optimized way to create grass

#

and idk for me it looks alr

#

just wanna know what people think because,

  1. is cool to share progress on somethign so hard like this
  2. i wanna know what people think and it might be even cooler at the end
#

now its time to go back to blender

#

and add change the model ig

hearty shard
#

just like you would normally

#

and then just

#

using UserSettings.ServerSpecific;

celest thorn
pure crag
hearty shard
#

also i dont believe its required at all

pure crag
hearty shard
#

what project

pure crag
hearty shard
#

ur not meant to download that

random scaffold
#

why

hearty shard
#

Reference Assembly-CSharp.dll
just like you would normally
and then just
using UserSettings.ServerSpecific;

#

i said this

random scaffold
#

eve moment

hearty shard
#

reference the Assembly-CSharp.dll and add it to your plugin that you are coding

#

then in your file that you are creating settings do using UserSettings.ServerSpecific;

worn gull
#

Where is searching handled in the base game code? I'm asking it because I want to set an InteractableToy's search time but when I do it in OnSearchingToy it's partly work.

#

The time and the search circle is not in sync

upper vapor
upper vapor
celest thorn
#

and united

#

nothing changes

#

but god if three.js is shitting itself

upper vapor
#

Yeah that's uh
FPS?

#

No difference?

celest thorn
upper vapor
#

It might be cheaper to render one model

celest thorn
#

difference in fps none

#

god chatgpt fixed it

#

i had a problem importing model i just sent a picture code

#

and fixed the materials to be compatible

upper vapor
#

๐Ÿ˜ญ

celest thorn
#

Bro

#

wanna see a picture?

#

this is how it looked

#

for no reason

worn gull
celest thorn
#

and now

upper vapor
#

That should not happen

celest thorn
#

i probably will import the other one back

celest thorn
#

why it did

#

ig some sort of nintendo shit again with materials

#

now i need to understand how to make the arm just not tpose every time

upper vapor
worn gull
upper vapor
#

Bruh

#

Why do you set it in the event

worn gull
#

There are some code before it for me

upper vapor
#

At that point the client has already begun the search

worn gull
#

Ah

upper vapor
#

Therefore it has a SearchCompletor

#

Which won't be modified unless they start searching again

#

Why can't you just set the duration after creating the toy

severe grail
#

where do i find the different Prefabs?

hearty shard
severe grail
severe grail
upper vapor
severe grail
#

I also just make my plugin to create a txt file will all prefabs

celest thorn
#

it took me alot of time to get everything right

upper vapor
#

add randomness to the grass

#

phase offset

celest thorn
#

wdym?

upper vapor
#

the wave

celest thorn
celest thorn
#

yea i could add that

#

ig i cooked even more than nintendo lol thats the original scene

vivid thorn
#

Where is the code for this stored?

hearty shard
upper vapor
#

ServerRoles

#

something

#

colors

#

oh for spectator uhhh

#

thingy?

#

idk

#

ask david :3

hearty shard
#

its the global voice thing

#

i forgot what its called

icy knoll
#

if you wanna change what is showed, you either have to nickname the person or cancel the msg from being sent and pipe it through a dummy :3

cedar jungle
#

Is it possible to convert a textmeshpro into a gameobject? I'm trying to parent a textmeshpro to a player.

upper vapor
#

TextToy

cedar jungle
#

And most importantly, how do I change the text for each frame? I was thinking of using Time.Deltatime

hearty shard
#

StaticUnityMethods.Update += OnUpdate;

upper vapor
hearty shard
#

or

#

a component

upper vapor
#

coroutine or component

hearty shard
#

or coroutine

#

or kill axe

vivid thorn
hearty shard
cedar jungle
# hearty shard or kill axe

but if for each frame I delete the textmeshpro and create another one?, I don't know how to change the text.

upper vapor
#

TextToy

hearty shard
#

just a TextToy with what axe said

cedar jungle
upper vapor
#

then just

#

toy.TextFormat = newText

hearty shard
#

.TextFormat no?

cedar jungle
#

alrr

#

thx

upper vapor
#

if you have a consistent format and you only wanna change its content, use arguments
text = {0} arg 0, then arg 1 {1}
arguments = ["one", "two"]

vivid thorn
cedar jungle
hearty shard
hearty shard
#

but youll have to fake the player position

upper vapor
#

use your IDE

cedar jungle
upper vapor
#

๐Ÿ˜ญ

restive turret
#

when my text is pro

hearty shard
#

Rider / Visual Studio

cedar jungle
#

ahhh

restive turret
#

or notepad

hearty shard
#

vsc can also do it afaik

restive turret
#

or vim

upper vapor
hearty shard
cedar jungle
#

that he dosent help me

upper vapor
#

well

#

ctrl+space

hearty shard
#

ctrl + left click

cedar jungle
#

what he do?

upper vapor
#

visual studio skill issue

slate flume
upper vapor
#

it's on github

upper vapor
unique crane
#

^

slate flume
#

Which is why I asked it

restive turret
#

create a dummy player

slate flume
restive turret
#

use host to speak

slate flume
hearty shard
upper vapor
#

they wanna remove the box

cedar jungle
restive turret
#

imagine the Dedicated_Server is telling you to shut up ๐Ÿ”ฅ

slate flume
#

It's dead chat

slate flume
#

Pos doesn't need to be faked

hearty shard
slate flume
#

Pos is 0,0,0

hearty shard
#

so use proximity chat....

#

well

#

ig

#

tru

#

me when dead players

#

i was giving a more general answer than just specifically dead chat, global chat in general

#

which is to not use global chat Trol

celest thorn
#

helo

hearty shard
slate flume
#

Player.Host.Ban() troll

hearty shard
#

radio

#

uho h

restive turret
#

radio still show the speaker

hearty shard
celest thorn
hearty shard
#

does it always do that even if its proximity message?

upper vapor
hearty shard
#

wait why would it

restive turret
#

idk

slate flume
hearty shard
#

why im confused

restive turret
slate flume
celest thorn
#

Nothing

slate flume
slate flume
#

Cause I'm actually god

#

You just don't understand

slate flume
celest thorn
#

@slender lynx SEE YOU SAID THIS GIF WOULDN'T work i saw it soooo many times

upper vapor
celest thorn
#

i based it on this one

celest thorn
upper vapor
#

spreading

restive turret
#

Uuh

upper vapor
#

getting popular

#

ลฑ

celest thorn
#

Nah CHEATERS ARE USING IT???

cedar jungle
celest thorn
#

Ngl this is funny

#

the clan raided our server

cedar jungle
#

watch the seconds 00.09

celest thorn
#

and now they are using my gif

#

oh wait i know those guys

#

i already banned their accounts

#

i love my italian community

celest thorn
cedar jungle
#

i always say this word

celest thorn
#

lol

cedar jungle
#

he really sound nice

celest thorn
#

ngl this is funny

slate flume
restive turret
celest thorn
#

its hard asf

cedar jungle
#

you can find me there

slate flume
#

And the vatican

restive turret
#

Find a partner instead

upper vapor
cedar jungle
slate flume
cedar jungle
#

LIKE A REALLY ITALIAN

celest thorn
upper vapor
#

not happening

celest thorn
slate flume
#

Meet me in the gladiator tunnels and we can duel

upper vapor
hearty shard
#

GUH

celest thorn
restive turret
#

Merry xmas

celest thorn
#

woah

#

thats a crazy gif

restive turret
#

???
Mods

celest thorn
#

idk what the fuck is that

#

and i don't wanna know

celest thorn
#

go complain with your t2 patreon lol

cedar jungle
#

That gift is not rappresenting nothing bad

celest thorn
#

to do their job

#

technically you are paying them

celest thorn
upper vapor
hearty shard
#

you wanna say

cedar jungle
#

miss click

celest thorn
#

Idk but i think to know

hearty shard
#

who was it

celest thorn
#

who it might be

cedar jungle
#

Idk

celest thorn
upper vapor
celest thorn
#

but ngl i don't care enough to know

cedar jungle
#

someone send me that gif in the italian community

celest thorn
#

and i don't like the italians

#

too toxic

upper vapor
#

we're on the same page

#

as in ff

celest thorn
#

SCP:Sl italia is like
Cheaters
Owners
Kids

#

thats it

cedar jungle
celest thorn
#

without alt

upper vapor
#

now we know

celest thorn
#

im gonna dm alex asking for all of the polish community until i don't find you

restive turret
celest thorn
cedar jungle
celest thorn
#

and im not amazed

upper vapor
cedar jungle
restive turret
celest thorn
cedar jungle
celest thorn
#

idk who that guy is

cedar jungle
#

a example is that server

#

orr

celest thorn
cedar jungle
#

a server named elevium (the owner is 12 years old)

cedar jungle
upper vapor
celest thorn
#

and italian server are plagued with them because of popular youtubers

upper vapor
celest thorn
upper vapor
upper vapor
#

meme but no meme

cedar jungle
# celest thorn and italian server are plagued with them because of popular youtubers

O forse no...
Nome server: ITA PROJECT FRIENDLY #meme
ORDINA IL NUOVO FUMETTO di GABBY: https://amzn.to/3zr9yPj
Video editato da: ttps://www.youtube.com/@HelloGamer1241

Altri Fumetti:
https://amzn.to/3rpyvXg
https://amzn.to/43OY4iG
https://amzn.to/3Nf7DQJ

Instagram โ–บ https://www.instagram.com/gabby16bit_official/
Facebook! โ–บ http://bit....

โ–ถ Play video
slender lynx
celest thorn
#

Gabby is a CHILDREN youtuber

slender lynx
#

then u made nw version

restive turret
#

CrAzY

celest thorn
#

btw the clan uses it

#

and they raided US

languid temple
#

@cedar jungle Please avoid posting suggestive gifs

slender lynx
#

@cedar jungle no bad words

celest thorn
#

btw maro i need to write in dms to the mastermind who made this video

slender lynx
#

ok well im going to class in 5 ao

#

just send it and ill look later

celest thorn
#

sadly

slender lynx
#

what

#

?

celest thorn
#

to let him know the gif he used was made by the "word" and the other "word"

slate flume
slender lynx
#

just dm me the word

#

idk wtf u mean

upper vapor
cedar jungle
#

i deleted it

slate flume
hearty shard
celest thorn
cedar jungle
#

really bad thing

upper vapor
celest thorn
upper vapor
celest thorn
#

i wanna just exchange a few words

#

lol

hearty shard
#

same w exiled

celest thorn
upper vapor
#

so you're not average

#

easy

hearty shard
celest thorn
cedar jungle
hearty shard
celest thorn
#

i wanna let them know Trolley

#

you shouldn't post this here

#

delete

#

it

#

trust me

#

yea

#

its gonna get you banned

#

i mean sadly im banned from their discord

cedar jungle
celest thorn
#

so im gonna just dm the guy directly ig

#

remove it

#

or just you could've dmed me that

cedar jungle
#

go head

upper vapor
celest thorn
#

im already blocked

#

the guy instantly blocked me

cedar jungle
#

btw is italian just like us

celest thorn
#

i already know their community and all of their associates are banned from our servers

#

i scrape their server every 30 days

upper vapor
celest thorn
#

ready to use

cedar jungle
#

with no reason

hearty shard
#

holy macaroni

hearty shard
#

he what

upper vapor
upper vapor
#

serious

hearty shard
#

at least ax is normal.. ish

cedar jungle
#

i have to go

upper vapor
cedar jungle
#

goodbye everyone

upper vapor
#

good

hearty shard
restive turret
hearty shard
upper vapor
hearty shard
#

ur fired

upper vapor
hearty shard
#

maybe an oven

#

maybe a big bon fire

upper vapor
#

death SteamHappy

hearty shard
#

damn...

upper vapor
#

bon bon

#

fire

hearty shard
#

look at her

#

i cant even tell the emotion here

hearty shard
#

that is accurate

upper vapor
upper vapor
#

ew

hearty shard
#

what...

restive turret
#

Mods

hearty shard
upper vapor
hearty shard
upper vapor
#

cuz

icy knoll
#

dude has 10 cinnamon rolls in his mouth

upper vapor
hearty shard
#

lel

celest thorn
#
  1. Im having a lovely discussion with our boy there
restive turret
hearty shard
#

oh okay

restive turret
#

i showered

#

i drank it all

hearty shard
#

you

#

drank it all?

#

good to know

restive turret
#

YES

restive turret
#

this exact gif i was saerhcing

upper vapor
#

let's go

upper vapor
#

i'm the gif lord

upper vapor
hearty shard
upper vapor
#

idk what i wanted to imply with that

slate flume
upper vapor
#

probably

upper vapor
slender lynx
#

freaky ass devs

#

ok thats just worse

restive turret
#

real

cedar jungle
#

btw i know zerotwo

upper vapor
#

istg why did people adopt a furry saying ๐Ÿ˜ญ
it's not freaky in every context but like
if you don't know them well

cedar jungle
#

I've known him for 2 years? 3? idk.

upper vapor
upper vapor
restive turret
#

oy yo have leisense for that?

upper vapor
#

ultimate fail

cedar jungle
slate flume
#

Good girl / good boy is not a furry saying bro

#

Saying it is not "adopting a furry saying"

upper vapor
slate flume
#

Dawg no

#

You're just wrong

upper vapor
#

idk i'm guesssing

#

why did like everyone start using it on other people then
how did it become widely used

#

yes we used it on pets but not "normie" people ๐Ÿ˜ญ

slate flume
#

Still do actually

upper vapor
#

right

#

children

slate flume
#

Yes

#

Someone can have a thing for being called a good girl or good boy without being a furry

cedar jungle
upper vapor
#

but not many people used it generally

#

up until some point

slate flume
#

Saying good girl in that context was more mainstream earlier than furries

languid temple
#

Can you guys return to talking about code stuff

upper vapor
#

yyyyyyeeeaa

restive turret
#

:DD

hearty shard
#

OMG MILLER

slender lynx
#

miller is this ur main mod spot now

slate flume
slender lynx
#

who watchin general ๐Ÿฅ€ :

languid temple
slender lynx
#

we're in the midsts of a civil discussion

upper vapor
restive turret
#

general cat

upper vapor
#

but where are the cats

languid temple
#

But yea tbh this is probably my second most watched channel lmao

cedar jungle
#

How do I write code? With my hands?

#

idk

upper vapor
languid temple
#

smt like that yea

restive turret
#

real

upper vapor
icy knoll
slate flume
upper vapor
slate flume
#

Discord mods hate my ass

cedar jungle
slate flume
#

The funny thing is I'm also a discord mod so I'm talking mad shit to someone who deals with the same shit

upper vapor
#

rip keyboard cat ๐Ÿ’”

upper vapor
#

โŒ friendly fire
โœ… you can shit on your own kind
-# does not apply to all cases

languid temple
upper vapor
#

miller

#

you mill

cedar jungle
upper vapor
#

you ล‘rl

slate flume
languid temple
upper vapor
#

xd

languid temple
#

worst joke

#

I've ever heard

#

on god

upper vapor
#

you're welcome :3

languid temple
#

Thank you

languid temple
upper vapor
#

is that

#

house

#

๐Ÿ˜ญ๐Ÿ˜ญ

upper vapor
#

what the shitty

slate flume
#

I have a lot of House gifs saved that are just fan edits lmao

languid temple
#

silly airplane

restive turret
slate flume
#

It's so funny pulling that out of nowhere

upper vapor
#

BRUH

languid temple
#

wrong reply

slate flume
#

You're fooling yourself

languid temple
#

but...

#

gambling

#
  • beer
slate flume
#

I like drinking beer

#

Cause it gets me drunk

#

I don't like the flavor

#

Never have

hearty shard
#

alcohol sometimes is good

#

not always

slate flume
#

True

#

Melon schnapps fucking slap

restive turret
#

huh

upper vapor
restive turret
#

i drink more heavy alcohol drinks

hearty shard
icy knoll
#

this channel never talks about development stuff i swear to god ๐Ÿ˜ญ

hearty shard
#

but that works too

slate flume
#

I'm drinking a jack and coke rn

upper vapor
slate flume
#

Cause I'm lazy

icy knoll
upper vapor
#

not for you, for others

restive turret
slate flume
upper vapor
#

so you can inject them with

#

alcocureium

restive turret
slate flume
upper vapor
slate flume
#

And that's ABV not proof

#

So typically around 40 proof

restive turret
#

i drink 62 or 72

upper vapor
restive turret
#

after i drink it ye

slate flume
restive turret
#

tatra tea, or pรกlinka

#

or maybe vodka?

slate flume
#

Does it taste good

restive turret
#

first 2 yes, last not particular

slate flume
#

It's strong

#

Beer is like 2-5% ABV

#

20% is insane to someone who drinks beer

slate flume
#

Never heard of them before

#

Expensive?

restive turret
#

pรกlinka is homemade and usually comes from here (hungary)

#

other is around 10k huf

#

~25 euro

#

0.7l

slate flume
slate flume
#

I pulled up my currency exchange app as soon as I saw your message lmao

restive turret
slate flume
#

It's like $30

#

Yeah

#

Well I'll try it sometime and then let you know if you're insane for thinking it tastes good

restive turret
#

well or try jagermeister

slate flume
#

At least

#

From what I know

#

I have only ever had Jager as a Flying Hirsche, so I don't know much about the taste

#

But it's been described to me as black licorice

#

Or moreso black licorice and cough syrup combined

#

Wha

#

Are we serious

subtle ravine
#

"hate"

#

and word after

unique crane
#

hate black

slate flume
#

LMAO NO WAY

unique crane
#

nah

#

that works

slate flume
#

Yeah

unique crane
#

black licorice

subtle ravine
#

yep

mild ice
# slate flume

Start of that sentence isn't usually used in an innocent context kek

slate flume
#

I think it's the

unique crane
#

Welp

slate flume
#

Yeah

unique crane
#

Lucid likes black ricolice I guess

#

so they banned it

slate flume
#

It's the combination of
I
Hate
And the last one

unique crane
#

I know...

slate flume
#

The fourth word doesn't matter

subtle ravine
#

what the fuck is that tho

unique crane
#

You dont know what lecorice is?

slate flume
#

Never had a twizzler?

#

Twizzler = licorice

subtle ravine
#

no...

upper vapor
unique crane
#

these

subtle ravine
#

what is that

unique crane
#

be glad

subtle ravine
#

metal wire or smth shit

restive turret
unique crane
subtle ravine
slate flume
glad pagoda
slate flume
subtle ravine
#

some candies ?

glad pagoda
#
  1. it's lukrecja in polish @subtle ravine
slate flume
subtle ravine
#

ah

#

ew

slate flume
#

That's embarrassing

subtle ravine
restive turret
glad pagoda
restive turret
#

but idk if in US you can do that

subtle ravine
#

Petris is Polish

slate flume
celest thorn
#

but yea

restive turret
#

sorry *jam

slate flume
#

Oh JAM

#

Yeah I've had homemade jam

subtle ravine
celest thorn
#

oh i know

slate flume
subtle ravine
#

bruh

restive turret
#

kinda the same method to create a pรกlinka but much more sugar and much much more heat

#

idk if you can order one for yourself

celest thorn
slate flume
# subtle ravine bruh

Lmao my heritage is like 30% polish I just think it's funny hating on people for not being American

#

I love playing up the dumb American thing

slate flume
#

The stereotypes against Americans deserve to exist and I want to play into them

restive turret
#

my heritage is 1000% dumb

subtle ravine
upper vapor
celest thorn
#

NO

slender lynx
#

woah

restive turret
slate flume
slender lynx
#

theres no reason for the agression

celest thorn
celest thorn
subtle ravine
#

she bites

slender lynx
#

fire him

subtle ravine
#

NO

slate flume
subtle ravine
celest thorn
subtle ravine
#

good

plain gazelle
#

ReferenceHub.playerStats.GetModule<AdminFlagsStat>().SetFlag(AdminFlags.Noclip, value);

This is how Noclip is set
How is this sent to clients? Cant find any syncvar going down the methods. Not sure how this works

celest thorn
#

Player::IsNoclipEnabled = true

plain gazelle
#

Yes i know

#

I want to fake sync it

restive turret
#

@slate flume so i found maybe a way to ship pรกlinka into us but idk if able to do it or something might ask some bar or idk

#

good luck with it

slate flume
#

Just it'd be fully illegal for me to make it

restive turret
#

prob you can ask one of them to ship it

restive turret
#

or smth

plain gazelle
#

class SyncedStatBase
thats how values are set
but i dont understand how this information is sent to clients?

slate flume
slate flume
#

You know

#

The function that gets called when you set the value

restive turret
restive turret
#

nvm the thing is something ekse

unique crane
#

send value

plain gazelle
restive turret
#

i think i send what should be done so

plain gazelle
#

oki

plain gazelle
# unique crane Every frame

Not too sure what dirty values are or what they mean
But does this mean i need to use Slejmurs code above every frame?

unique crane
#

Every time it changes

#

Change -> send value

#

There is update /fixed update where it gets sends to the client

#

base class most likely

restive turret
#

get the afs as before
ValueToFake is just
cast to float

AdminFlags yeet = AdminFlags.Noclip;
float ValueToFake = (float)yeet;
restive turret
#

it will not change not send anything

#

i believ

plain gazelle
#

I should probably do the setting with OR/ANDs to keep the flags i dont care about

restive turret
#

i guess

celest thorn
#

should we

#

explode

restive turret
#

ye

plain gazelle
#

oh wait

#

nvm i dont know

restive turret
#

Ah just set that to None

#

Or just type 0f

plain gazelle
#

Ah i think like this

#

Get the current flags and remove Noclip from it, so the others stay

celest thorn
#

yo guys whats your favorite game

static meteor
#

Space engineers

celest thorn
#

ngl i saw just an edit, with like 40 games i've played with finali and amazing

celest thorn
#

Honestly i play alot of modded mc

#

so it might be a good idea

restive turret
static meteor
#

Rimworld is a close second

celest thorn
#

honestly

#

i don't know a favorite

#

i just love every game i play

#

for a reason or another

restive turret
#

Second might be dungeon keeper 2

#

3rd is UT99

#

Honorable mention is Factorio

restive turret
static meteor
celest thorn
#

i must be honest the best game for story is RDR2

#

i've ever played

restive turret
#

I never played it

celest thorn
#

honestly it tought me alot of stuff and still an amazing game

restive turret
celest thorn
restive turret
celest thorn
slate flume
celest thorn
#

because i didn't believe it

slate flume
#

Thoughts?

static meteor
#

I think i got that for free on epic

celest thorn
#

never heard of it

static meteor
#

Never played it

slate flume
restive turret
# slate flume Thoughts?

It got the resource management stuff but lacks of idk something, played like 2 or 3 round and left

celest thorn
#

honestly guys

#

Minecraft modded >>>> anything else factory

restive turret
celest thorn
#

bro i know about the storage

#

ngl i wanna cry sometimes

static meteor
#

My 1070 played it fine at high settings

celest thorn
#

balls of the horse in RTX

#

amazing