#competitive multiplayer

1 messages ยท Page 1 of 1 (latest)

near pike
#

Is it possible to ether split the crew into 2 teams or have 2 ships land and you have to go against the other team to collect scrap it might have to be a full custom moon to get it to work the way in thinking but some of my friends stopped playing because it wasn't competitive enough would be cool to have a vrs. mode EmployeeThumbsUp

torpid wigeon
#

your friends

#

stopped playing

#

a horror game

#

because it wasn't competitive enough?

near pike
#

Stupid as it sounded to me too yes but I also kinda understand it's not competitive with other people just you verses the monsters but ether way wouldn't multiplayer vrs be kinda cool

torpid wigeon
#

might be the next thing i work on since i've wanted to do this before i knew moding but just forgot

torpid wigeon
#

I've decided i'm gonna make this over the weekend

#

It just sounds too good

copper yacht
#

Anything relating to the ship is complex asf ๐Ÿ˜ญ ๐Ÿ˜ญ ๐Ÿ˜ญ

#

It's probably very difficult to add a second ship landing or anything like that

#

Also changing the ship size is hard

#

You would have to code an entirely new VS mode

high aspen
copper yacht
#

ok ok

torpid wigeon
sharp light
#

i can already see hackers with god mode terrorizing this dev or someone needs to add an anti cheat

#

dev as in zeekerss

torpid wigeon
#

The one problem i'm having is that i dont know how to host 2 clients at once and also don't have any friends

#

so i'm just guessing whenever i have to code something

torpid wigeon
#

Gonna try and go host-only for this mod

torpid wigeon
#

Little update: The team you'll be put on will be announced in chat, so if you have more than 4 players you will either need for NiceChat or CompetitiveCompany (a hint will be displayed instead) to be able to see everyone's teams

#

I'm going realllll slow with this mod just because it actually need to think about stuff lol

pine mauve
torpid wigeon
#

suits working yipee (unmodded pov)

pine mauve
#

doing some cheat detections is fine but that is pretty much all that a mod can do and even then it can do a false positive on a player that is lagging

pine mauve
#

just change the name plate color ๐Ÿ˜„

torpid wigeon
#

Gonna block grabbing items in the ship during game and reset them after game, then count up the points by how much scrap one team collected, or if the other team fully died. For leaving the ship i might make it so that both teams have to pull the lever (unless 1 is dead) or just force you to go to midnight

pine mauve
#

and that can mean teams

torpid wigeon
pine mauve
#

yee

torpid wigeon
#

gonna have to be client-sided im guessing tho

pine mauve
#

then they can use any suits yaknow

#

most likely unless you find an rpc that send color set

torpid wigeon
pine mauve
#

ye you can add it as an extra for people who got the mod ya know

torpid wigeon
#

ye

#

I'm just gonna check what suit they have and give them a nametag thru that

#

also gonna do a /setteam command or the likes

pine mauve
#

ye hardest part is keep track of some kind of score lmao

#

i guess you could use my idea from a little while ago where it was to use the item add to ship function and keep track of the player team that put the item in and the worth of the item is the points score that gets added to that team

#

and later you can use those points to apply penalties for dying and what not

torpid wigeon
#

Team-wipe and loot detectors should be done, very nice

#

Mayb if the profit quota sign on top of the ship is host-side i could make it (orange's loot)/(blue's loot)

torpid wigeon
serene shore
#

very nice

torpid wigeon
#

All i gotta do now is a win/lose condition and resetting the game

high aspen
torpid wigeon
#

Gonna try assetbundling for the first time to make a scoreboard

#

hopefully i don't fuck it up

#

Tried to make it kinda lore friendly with the design by using orange? but tbf none of this mod is lore-friendly so wgas

torpid wigeon
#

Gave up trying to do assetbundle stuff. Someone's gonna have to teach me on how to add ui, I have no clue. Prob just gonna yoink some code from HealthMetrics and call it a day

torpid wigeon
#

How the fuck did it get up there

torpid wigeon
#

finnally getting to actually make the winscreen lol

#

Time to add some final ideas

#

like dropping a shotgun at the player's feet when it's nearing midnight ๐Ÿ˜ˆ

torpid wigeon
#

tee hee

torpid wigeon
#

nearing completion! just fixing sum ui

torpid wigeon
#

How the fuck did i even do that

serene shore
#

good question

#

uhh

#

nobody knows

torpid wigeon
#

When tf did blending get into this

#

I just want to numbers to line up bro ๐Ÿ˜ญ

#

how hard can that be ๐Ÿ˜ญ

serene shore
#

very

#

apparently

torpid wigeon
#

It's not what i needed but it's getting closer for sure

#

gamers the vs text is correctly aligned

#

can we get a pog and a champ

serene shore
#

pawg

torpid wigeon
#

Oh nope i just manually positioned it and forgtot

#

fuck

serene shore
#

unpawg

torpid wigeon
#

WHY DOES MULTIPLICATION NTO FUCKING MULTIPL:Y

#

I ASK FOR LENGTH OF THE TEXT

#

WHICH IS 1

#

1 MULTIPLIED BY 16

#

IS 16

#

RIGHt

serene shore
#

no?

#

it's F?

torpid wigeon
#

wait what

#

yeah

#

it's in float

#

oh

#

is that the issue

serene shore
#

ye

torpid wigeon
#

Bro fuck floats

serene shore
#

see

#

just think

torpid wigeon
#

Why cant computers just handle numbers

#

grahhh i cant speak its 10:31 pm

serene shore
#

oof

ancient oracle
#

No rush, you got this

torpid wigeon
#

so would this work? just removing the f

serene shore
#

hmmm

#

maybe?

#

idk

torpid wigeon
#

if this works i will do unspeakable things to my computer

serene shore
#

I don't have a clue about unity stuff

#

or C#

ancient oracle
#

What's the issue specifically

torpid wigeon
#

Why can't computer have number

serene shore
#

I'm used to c++

torpid wigeon
#

why floats and integer and double

#

just have number

#

very simple

#

definitely not technologically impossible

#

very easy

#

๐Ÿ‘

serene shore
#

ye

#

also no

#

in c++ you can do
int([someNumberThatIsNotInt])
to convert to an int

ancient oracle
#

The equivalent would be (int)number

serene shore
#

true

ancient oracle
#

Special care if you want specific rounding

serene shore
#

with int() you can put in an equation as well

ancient oracle
#

Then I think it's (int)Math.Round(num)

serene shore
#

you need to import a library then I think

#

Math is not something I remember being in c++

#

without libraries

torpid wigeon
#

This is possibly the dumbest debug message i've ever needed

#

Why the fuck did i add so many dots anyways did i want it to be dramatic or sm ๐Ÿ˜ญ

serene shore
#

who knows

torpid wigeon
#

It might be because i added a +1 to the length to account for the new letter

#

maybe that's the issue and it's somehow magically freeing up 16 pixels of space

serene shore
#

hmm

torpid wigeon
#

that.................
BRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA GRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA RRRRRRRRRRRRRRRRRRRRRRRRRRFFFFFFFF UUUUUUUUUUUUUUCCCCCCCCCCCCCCCKKKKKKKKKKKKKKK

#

WHAT THE FUCCCCCCCCCCCCCCCCCCCCCCCCCCCCCKKKKKKKKKKK

#

WHY

#

HOW

#

WHEN

#

WHERE

#

WHAT THE FUCK?????????????????????????????????/

serene shore
#

uhh

#

maybe try again tomorrow?

#

take a break

torpid wigeon
serene shore
#

clear your head

torpid wigeon
#

the vs text is a bit offset buit

serene shore
torpid wigeon
#

its the desired effect reight now

#

but hwo

#

]the fuck

#

is it magically cleraring up 16 pixels

#

does it know

#

is the computer watching me

serene shore
#

do you have a webcam pointing at you that is connected to the pc?

torpid wigeon
#

i don't have a webcam

#

at all

#

and my mic has been muted the entire time

serene shore
#

then it can't be watching you

torpid wigeon
#

Huh

#

that's actually a pretty smart take

#

But it's also definetly watching me

#

Seriously why and how and where is this happening

serene shore
#

because here now

#

that's my best answer

torpid wigeon
#

hollyl shit i gotta go to sleep

serene shore
#

please do

#

before you lose your mind

torpid wigeon
#

Just one more tweak

serene shore
#

that's how an addiction starts

torpid wigeon
#

and then after i do testing i can upload it to thunderstore

#

but ill do that tommorow

#

because my ass is not starting up a lobby at 11 pm

serene shore
#

dm me if you need help

torpid wigeon
#

Ight

serene shore
#

testing

torpid wigeon
#

That's about what i expected

serene shore
#

tomorrow I can afternoon

#

around 16 your time

#

and after

torpid wigeon
#

dam aight

#

Yeah

#

Well fuck me i guess

copper yacht
torpid wigeon
copper yacht
#

Wow I didn't scroll down enough

torpid wigeon
#

Yep

#

UI sucks

#

Or math for UI sucks

copper yacht
#

Pog champ anyway

torpid wigeon
#

I had to do something similar for nametags in one of my multiplayer games and i wanted to smash my fucking laptop in

#

Oh my fucking god

copper yacht
#

Bug?

torpid wigeon
#

For some reason using the "vs" text's x position wasn't working

#

so i copied the code for it

#

and

#

i removed the multiplication from it

#

ggfdgdsfgvsvsds

#

Why dont i just add up the two lengths

#

Am i acoustic? Am i dumb?

torpid wigeon
#

The solution was to multiply by 8 instead of 16 (which is the font size)

#

which yeah

#

i know the height is 2x the width

#

but like

#

hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

#

(that is not laughing that is my having a fucking stroke)

serene shore
#

oh well

torpid wigeon
#

Gamers we did it

serene shore
#

WOO

torpid wigeon
#

im going toooo

#

go to sleep

serene shore
#

nice

torpid wigeon
#

Mod releasing sometime tommorow

#

I would upload it now but it might have some fatal flaws

#

and i don't want a repeat of the handicapped company situation

serene shore
#

yeah

torpid wigeon
#

Time to ""sleep"" (play on my steamdeck until 5am)

#

I might have restarted my game one too many times

serene shore
#

lmao

#

you could just go offline on steam

copper yacht
#

LMAO

#

This chat is funny

#

It's just agmas struggling ๐Ÿ˜ญ

ancient oracle
high aspen
torpid wigeon
#

I don't know how i managed to wake up so early even though i went to sleep at midnight yesterday

#

But that means i can get back on grind earlier ๐Ÿ’ช ๐Ÿ”ฅ

#

I'm also gonna fine teams 200$ for leaving before 2pm

#

(and not allow you to leave before 2pm if you have the mod installed at all)

pulsar pumice
#

i will be using this mod

#

agmas can cook

torpid wigeon
#

#1205726816891969596 !

#

forgot to put it here

torpid wigeon
#

Anything above 1.0.7 for LLL breaks the mod
As expected for LLL...

copper yacht
#

Rip

#

I wish LLL was also compatible with LE ๐Ÿ˜”

ancient oracle
#

le is lethal expansion I think

torpid wigeon
small beacon
#

because Agmas is playing lethal company

torpid wigeon