RHS Feedback - USAF
View Issue Details
0004813USAF[All Projects] Generalpublic2019-02-28 15:192019-02-28 18:08
By-Jokese 
reyhard 
nonetweakN/A
closedno change required 
 
 
Yes
1.88
Yes
ACRE2
0004813: Humvee and other transport vehicles, ACRE rack radio access for "copilot"
Right now, I belive that humvees have: pilot, gunner, and passengers.

And that does not allow the copilot of a humvee to use the radio. I makes sense to allow the copilot to access the radio stack as should be the one using them, as pilot is driving and gunner is aware of other things. Plus normally the leader sits down on copilot seat.

After talking with ACRE2 Developers, seem that Rack access is granted to "pilot", "copilot", "gunner" or "commander" slots, depending on vehicle type.

Could the humvee and similar vehicles be updated so "copilot" slot is called that way instead of "passenger"?

ACRE2 Conversation (with code reference): https://github.com/IDI-Systems/acre2/issues/633 [^]
No tags attached.
Issue History
2019-02-28 15:19By-JokeseNew Issue
2019-02-28 15:20By-JokeseSummaryHumvee and other transport vehicles, ACRE rack radio access fo "copilot" => Humvee and other transport vehicles, ACRE rack radio access for "copilot"
2019-02-28 15:52reyhardNote Added: 0008972
2019-02-28 15:52reyhardAssigned To => reyhard
2019-02-28 15:52reyhardStatusnew => feedback
2019-02-28 16:24By-JokeseNote Added: 0008973
2019-02-28 16:24By-JokeseStatusfeedback => new
2019-02-28 16:29By-JokeseNote Edited: 0008973bug_revision_view_page.php?bugnote_id=8973#r5897
2019-02-28 16:29By-JokeseNote Edited: 0008973bug_revision_view_page.php?bugnote_id=8973#r5898
2019-02-28 16:38reyhardNote Added: 0008974
2019-02-28 16:38reyhardStatusnew => feedback
2019-02-28 17:25By-JokeseNote Added: 0008975
2019-02-28 17:25By-JokeseStatusfeedback => new
2019-02-28 17:26By-JokeseNote Edited: 0008975bug_revision_view_page.php?bugnote_id=8975#r5900
2019-02-28 17:26By-JokeseNote Edited: 0008975bug_revision_view_page.php?bugnote_id=8975#r5901
2019-02-28 18:08reyhardNote Added: 0008976
2019-02-28 18:08reyhardStatusnew => closed
2019-02-28 18:08reyhardResolutionopen => no change required

Notes
(0008972)
reyhard   
2019-02-28 15:52   
It's not clear to me how it's determining if some seat is co pilot or gunner? If it's based on class name then any change is not possible. If it's some additional parameter then it's up to compatibility packs authors to add such thing.
(0008973)
By-Jokese   
2019-02-28 16:24   
(edited on: 2019-02-28 16:29)
Indeed is part of the vehicle config. You define what roles the vehicle has: Driver, Gunner, etc.
Some vehicle have the copilot role, but hunvee does not.

They only have Driver and Passengers.

ACRE does add this parameter so it can detect if certain seat can access the radio rack or not:
       allowedPositions[] = {"driver", "copilot"};
But Humvees do not have a copilot slot, they only have driver and passenger.

I'm suggesting to add a similar approuch of how helicopters are done. They do Have Driver (Pilot) and copilot.

That way other mods, ACRE2 in this case, could give the copilot access to radio rack.

(0008974)
reyhard   
2019-02-28 16:38   
Question is how they are determining if something is copilot or passenger?
(0008975)
By-Jokese   
2019-02-28 17:25   
(edited on: 2019-02-28 17:26)
Well the name of the slots says by itself, doesn't it?
I have not developed any vehicle, but seems like arma has: driver, codriver, gunner and commander, and then cargo slots that are shown as passengers. Correct me if I'm wrong.

ACE does also have a system to get in using their iteraction menu and there you can see all the vehicle available positions in a vehicle.

(0008976)
reyhard   
2019-02-28 18:08   
Well, I don't know - that's why I asked. Anyway, it's up to compatibility addons creators to configure it properly.