#Transition PlatCo to XO; Add CO as WL

1 messages · Page 2 of 1

tall wharf
#

^

arctic patrol
#

ight bro ur ignoring their points

#

lol

tall wharf
#

what is the point

rancid echo
#

^

tall wharf
#

that generals don't fly?

arctic patrol
#

read the words bro

tall wharf
#

my point is generals can fly

rancid echo
#

^

arctic patrol
#

reads the words and u understand

rancid echo
#

^

finite ocean
#

Like yeah technically air force pilots occasionally fly planes at super high ranks, that's not the point, the point is that those guys are commanding their own entire bases

main hill
#

wouldn't it be fucking stupid for a Major pilot to fly your dropship in a heated engagement? Like, your pulling a Major out of your ass to deploy him as a transport pilot

finite ocean
#

They aren't deployed to a warship in the frontier to ferry marines around

main hill
#

risking a MAJOR, to fly.

tall wharf
#

so this message is me saying there's no reason for the DP/GP attache to be higher than Major

finite ocean
shy fog
tall wharf
#

Majors fly literally all the time

#

LtCols fly into combat action all the time

shy fog
#

tru

#

but prolly as wing COs

tall wharf
#

a Major attache piloting a combat transport is beyond believe it is precedential

shy fog
#

or whatever they call ti in the usaf

tall wharf
#

what is even the point

rancid echo
#

yea they r formation commanders dude

#

thats a completely different THING!!!

main hill
#

with a formation, and a squad of their own.
You're literally, deploying a singular fucking guy

rancid echo
#

theres a difference between being an ATTACHEE and LEADING A FORMATION!!!

finite ocean
tall wharf
#

I want you all to do me a favor

#

and find the message

finite ocean
#

They lead entire formations of aircraft, which the DS is not

tall wharf
#

where I said the GP/DP should be higher than a major

#

because I feel pretty certain I never said that

grizzled valley
#

no i think their point is that major is already too high i think

finite ocean
#

Major is the last rank I'd expect to be in an aircraft on the front line and not leading a formation

grizzled valley
#

i think they get that you mean major is cap but that major is already too high of a cap

finite ocean
#

That's the limit

main hill
wanton widget
#

better yet, what do pilots have to do with this feedback post

finite ocean
#

And that guy wouldn't by flying a lone transport out of a destroyer

grizzled valley
#

realism

#

realistically truth

#

we should probably move this to another discussion yo ✌️

shy fog
rancid echo
#

cuz 1 guy brought it up

#

so here it is

main hill
#

I just don't want ranks to go up to CPT, or Major. That's not their authority. At best, they can go to First LTs.

wanton widget
rancid echo
#

the conclusion to the actual topic of this thread has been already reached

tall wharf
#

christ save us all

main hill
#

at the end.

XOs should be 1st LTs to Cpt. and take over the operation themselves.

JOs should be jobs instead of kits.

CO will probably, eventually, someday end up as a WL'ed role to support operations.

#

and oh, yeah.
Make rank-time roles BE REASONABLE.

shy fog
#

ok

main hill
#

my 2cent sire.

wanton widget
#

real end:

XOs is role bloat

JO roles instead of kits is bloat

CO doesn't need WL, it's already held to a higher standard than our current HRP WLers

main hill
#

fire.

shy fog
#

Adjutant is capped at 1, the rest are 2

#

I'll add new role icons and rework kits

grizzled valley
shy fog
#

so JOs will get cag

#

i mean ADJ

#

Once i rework rank system ADJ will get 1LT rank instead of 2LT

main hill
#

at this point just make it a job, man.
So, any JOs can be Adjutant or whatever the fuck it's called?

shy fog
shy fog
grizzled valley
#

what cap is JO rank actually

shy fog
#

2LT into 1LT

main hill
#

once they get the kit

#

they get a rank increase?

shy fog
#

No

main hill
#

Okay, just making sure.

#

I'm makign sure.

shy fog
#

Right now rank increase is only by time

main hill
#

cuz' holy fuck that would've been so stupid I might've just closed discord.

shy fog
#

Cuz yeah kind of silly

main hill
#

That's why

shy fog
#

"Yeah guys im now ADJ give me 1LT"

main hill
#

Job

#

suggestions

shy fog
#

yuh

upper forge
#

Not in the aliens universe though

#

Dropship is flown by a corporal in aliens 2

tall wharf
#

irrelevant per Troy

#

and an unbelievably stupid writing decision anyway, who wouldn't retcon that

upper forge
#

Its the future dawg

#

I doubt flight is nearly as hard

tall wharf
#

dude they have to know avionics in atmosphere and in space

upper forge
#

I’d say they’re probably more akin to tank commanders than todays pilots

tall wharf
#

orbital maneuvering

#

reentry maneuvering

#

you can say it all you want but it doesn't change the fact that unless the vessels are piloted by synths or AI they would need an exceptionally academically skilled individual with leagues of training to use especially with combat variables

upper forge
#

They’re probably heavily heavily AI assisted

tall wharf
#

regardless and no evidence it would still require a competent individual with the ability to learn academic concepts which is why Officers require degrees and pilots are Officers

upper forge
#

Like didn’t a bunch of kids literally fly to a space station in one of the movies

#

Like its not that complex

upper forge
#

For the dropship

#

Like jobs sometimes go from high-skill to just skilled due to automation

#

Like hell Bishop literally remote controls a dropship

tall wharf
#

Officers need the authority to control their vessel and the competence to back it up regardless of how autonomous it is

#

and the officer needs to be skilled enough to control their vessel themselves

#

which means they need to be an accredited, prepared trained, learned officer

vernal sonnet
#

Why are we arguing about this of course pilots are officers

tall wharf
#

I don't even know why I am engaging you this is irrelevant

#

not you anne

shy fog
upper forge
#

Nice change

zinc sequoia
#

Peak

zinc sequoia
#

Chat its over

marsh blade
#

nvm

#

he lucked out

#

unrelated

zinc sequoia
#

Gg

shy fog
marsh blade
shy fog
main hill
shy fog
median timber
#

Giving me maint was a horrible idea I have no idea what the fuck I’m doing.

marsh blade
#

😭

marsh blade
#

so sr contrib

#

😔

#

might just have to pay off troy

chrome reef
#

if (!_jobWhitelist.IsAllowed(player, job))
return false;

    var ev = new IsJobAllowedEvent(player, job);
    RaiseLocalEvent(ref ev);
    return !ev.Cancelled;
#

@marsh blade nice c# nerd

#

private void OnIsJobAllowed(ref IsJobAllowedEvent ev)
{
if (!_manager.IsAllowed(ev.Player, ev.JobId))
ev.Cancelled = true;
}

#

one day you’ll get it

marsh blade
#

(I still have no fucking idea if it worked)

chrome reef
#

See how they both use IsAllowed

#

Its the same thing

marsh blade
#

in my head it should of worked

chrome reef
#

Isallowed(player, job) is same as isallowed(event player, event jobid)

#

Hmm?

marsh blade
#

o you deleted it

chrome reef
#

I didnt see the comma

#

I thought it read isAllowed(playerJob)

#

But both are literally the same thing

marsh blade
#

the issue i was tryna fix is that it doesnt check WL for gohst roles

#

and i dunno why

#

so i thought that vers would fix it

#

i guess it just

#

didnt

marsh blade
#

13th reason

#

ill do

#

another pr

#

fixing it

#

:)

chrome reef
#

Remove the one you added

#

And just use the eventhandlwr

marsh blade
#

why dont you do it

chrome reef
#

Im doing objectives

#

Shit was NASTY

marsh blade
#

fair nough

chrome reef
#

like we talking

#

Duplication

#

Dead code

marsh blade
#

govfor got 16 objectives in oen round

#

somehow

chrome reef
#

Straight up weird fucking spaghetti

marsh blade
#

how does this even happen

zinc sequoia
#

Evil shit

chrome reef
#

Evil fucking shit

chrome reef
#

And possibly luck, it spawns minor/major/neutral objd

zinc sequoia
#

How do you even cause this without completely chopping out vital parts of the code bro

#

And not get errors in return

#

Impressive shit

chrome reef
#

Some code never runs, so thats just an easy chop

shy fog
#

or is it just fucked up tabs

shy fog
#

fuck yeah

#

i did very silly

#

i should make a proper check for any roles

#

@chrome reef brother how can we make it universal

#

because i feel very annoyed that its bloat code

#

the original check is very straight forward but i dont think scalable

chrome reef
#

I’m on mobile rn

#

I’ll look tomorrow

#

Dictionary<int, int> should be fine but it may move indexes and fuck shit

#

String, int cant go wrong

#

And how are u setting limits

#

Might wanna add a field like maxGlobalVends or smt

#

There’s only 1 JO vendor per map I think, u can go the lazy route, its what I was thinking just lock it on the vendor

#

Cause what you’re doing is unknowingly designing a system that will be used for all vendors eventually as we want global equipment/weapons etc. Instead of varisble per vendor

shy fog
#

Code works fine

#

Issue is, RMC code was only for 1 type of kits, which are specs

#

So i lazily copied it and adapted for JOs, removing stuff which was useless

shy fog
#

And limits are global because of that

#

Because code checks every vendor

chrome reef
#

Yeahhhh

full aurora
#

totally off topic

upper forge
#

Tbh I don't really care about any of that, and you are right.

#

This whole argument of pilot rank doesn't effect me at all because I don't play roles involved with it.

#

At this current time.

marsh blade
#
poll_question_text

JO kits should be...

victor_answer_votes

8

total_votes

11

victor_answer_id

1

victor_answer_text

Jobs

fallow jetty
#

Different maps should have different leadership role names. Similar to whiskey outpost

tall wharf
#

why?

fallow jetty
# tall wharf why?

thought it'd be cool we have a shipside base and a groundside base and whiskey outpost had different names for their roles

zenith bear
#

I like it as a non whitelist

#

A higher ranking roll or a divide bettwen platco and there xo would be nice

#

as long as its not whitelisted it dosent matter to me.

zinc sequoia
#

like UPP roles need their own titles, weyland needs more corpo titles, etc

#

it would be so awesome

tall wharf
#

#1512460455434649682

#

potatoed is introducing rank pins which will attach like patches to uniforms and will be what displays rank, which allows for disguising but also for faction unique ranks and titles

#

so CIU will be deputies, RMC will be Brits, etc

#

UPP SEA is a commissar

whole quiver
#

Neat

shy fog
#

SEA has them but i havent figured how to add an override

chrome reef
#

Platoons.yml has joboverride

#

But it doesnt seem to work very well

shy fog
#

It only overrides gear

chrome reef
#

What, the joboverride doesnt override jobs

#

Guh

#

Any reason why its in test mode?

#

I’ll look into fixing when I cleanup my PRs

#

Ranks/chevrons, custom roles and all that wont work without it

shy fog
chrome reef
#

Alr

#

Lemme just fix battlebuddy stuffs

slim void
#

I'd be okey with this

#

if XO gets their mateba and execution skill aswell

#

thats all I can really say bout this

crystal ravine
#

There’s ( imo ) no reason for this as it works fine rn

#

Adding some more playtime requirements later would probably make it smoother

crystal ravine
#

ASO will never be added Sonion

shy fog