#Some Help To New Racing Updates

1 messages · Page 1 of 1 (latest)

gaunt blade
#

As A Racing RP Was Having Some Plans And Needed Help Making Them Work Accordingly

That Crew https://i.imgur.com/VBMoe1m.png Creation Can Only Be Visible To Race Auth God To Make A More Roleplay Out Of It.

And For That What Are The Things To Be Done

  1. Disabling The Section By Removing Which Part Of Code Apart From JS. As It Shows A Errors Of JS Which I Am Not Much Of Aware With. https://i.imgur.com/NNUNuLq.png

  2. Or How Can We Make It Only Available To Auth Players.

Secondly

Making Ranked Only Option In Setup To Be Accessed By God Auth Or Master Auth To Make Roleplay More Out Of It. And Not Make Players Grind ELO Amongst Themselves

  1. Ranked Only Race : https://i.imgur.com/P3QElUM.png
nova lance
#

Regarding limiting the creation of crews:
It's only one crew per person, I don't see the need for creation of crews being tied to auth. People can still only join one one crew or create their own so it's already super limited.

If you want to limit it, you'll have to edit the code yourself because this is not planned.
You can do it in many ways, but easiest is to just add a :disabled="!globalStore?.baseData?.data?.auth.create" ( you can change the create to whichever authority you want. Matches the config) to the v-btn on line 52 in CrewPage.vue and then do a new build.

You can't really FARM elo cause if someone loses they might even lose ELO.

I fixed the error tho. Patch incoming

#

Also, could you please not captitalize every word in the sentences haha. It's barely readable.

gaunt blade
#

any way for the ranked possibly so we can make crew races accordinyl

#

only god will make ranked and it will be serious or all races will be made ranked and everyone will be in it so just a thought for our server

nova lance
#

Exactly the same change as mentioned for the other one, but for the v-switch in SetupRaceDialog

gaunt blade
#

can u provide the link for vue thing i got zero clue of it G_w_sad

nova lance
#

The vue thing?

#

I gave you the files, just seach for them

gaunt blade
#

ok

gaunt blade
nova lance
#

Yes

gaunt blade
#

i dont know how to take out the build thing and make a build again

nova lance
#

If you're having to hard of a time you can always commission this 👍
It's not very invasive so it can be added. I just don't think theres much use in spending time on it myself.

gaunt blade
#

or beautifer the only thing i am doing for js and css

gaunt blade
gaunt blade
#

Just a silly question

how to make it give everyone the same amount mentioned here ?

#

removing the divide part works right ?

nova lance
#

Yeah

gaunt blade
#

And can we make something in it to get the top 3 racers some more then the rest ?

nova lance
nova lance
nova lance
#

Or, i think it could be simplified alot if it's always done 🤔

Like ALWAYS give pos 1 30% more and 2 20% more and 3 10% more or something

nova lance
#

Pushed a fix for these

gaunt blade
gaunt blade
nova lance
gaunt blade
nova lance
#

I also removed the split

#

cause it makes no sense LuL

#

The amount entered is given to all racers

gaunt blade
#

splits means ?

#

so as of now it wont divide if i keep 100 cash as reward then player participating gets 100 cash each and top 3 gets more of the percent right ?

nova lance
#

Yep

#

So by default. You enter 100
In order people will get this:
130
120
110
100
..

gaunt blade
nova lance
#

The split makes no sense

gaunt blade
#

what was split i meant i didnt understood

#

when does split happens like that

nova lance
#

When you commissioned the script, you asked for that the amount would be split across all racers. As i noted back then, this makes little sense as it just encourages people to NOT bring more racers to a race LuL
The split is removed now.

gaunt blade
#

o the divide part right ?

#

local amountToGive = math.floor(Tracks[RaceData.RaceId].ParticipationAmount/AmountOfRacers)

nova lance
#

Yeah

#

that's gone

#

Rn if you input $100 everyone gets AT LEAST $100

gaunt blade
#

xD

gaunt blade
#

a dnf system doesnt exist as of now right ?

#

like for a instance 1 racer finsihes the race then rest needs to complete in a certain timer

nova lance
#

It exists

#

Or wait no

#

It does not

#

There's a system that kicks people who aren't racing tho

gaunt blade
nova lance
#

Yeah thats what I said thumbup Seems awfully redundant to have a DNF system and not just let people finish their races to me haha

gaunt blade
#

If someone doesn't finish at all and using the ghosting part along roaming or we can't re host the same race again too as a on going race exist

nova lance
#

1: They'd get kicked for idling. Since idling kicks if you don't hit checkpoints
2: Ghosting should disable if non-races are close. It's only active between racers

gaunt blade
#

Distance is 20 but still we can go through all other non racer

#

Anyways it's just a good addition doesn't matter much so people will try to complete before certain tym

nova lance
gaunt blade
nova lance
#

I do have an idea that could make ghosting work better actually

#

i'll have a look

gaunt blade
gaunt blade
#

can there be a possible way to make the race start automaticaly after the racetimer

nova lance
#

What timer?

gaunt blade
nova lance
#

Ah, it does for Automated races already

#

It's somewhere in the server side setup code

gaunt blade
#

Oo ya i recall

nova lance
#

You can probably just remove the check for automated there. And it should attemt to start any race with more than 2 racers I think 🤔

gaunt blade
#

@nova lance

any way we can kick player from race if in passenger seat or dont let them get rewards ?

nova lance
#

Not currently no

#

I could add a check for if-driver when joining

#

and possibly when finishing

#

instead of kicking them it'd let them waste their time if they try to cheese it, and then just kick them at the finish line kek