RHS Feedback - AFRF
View Issue Details
0000596AFRF[All Projects] Generalpublic2015-05-03 01:082015-05-03 15:03
abelian 
MistyRonin 
normalminoralways
closedno change required 
 
 
No
1.42
No
0000596: VDV recon infantry are not createable
AFRF contains unit class definitions for VDV recon troops:

rhs_c_troops.pbo:

rhs_infantry_vdv_recon.hpp

/ /VDV Recon Infantry - Added by Stagler - PLACEHOLDERS AWAITING PROPER UNIFORM AND EQUIPMENT
    
class rhs_vdv_recon_sergeant : rhs_vdv_rifleman
...

They are added to the "rhs_vehclass_infantry_recon" vehicleClass. However, in the editor, this vehicle class does not appear under the VDV faction.

Additionally, when I try to create them using createUnit, I get the error message

15:55:40 Cannot create entity with abstract type rhs_vdv_recon_sergeant (scope = private?)
15:55:40 Cannot create non-ai vehicle rhs_vdv_recon_sergeant,
Run the following code in the debug console:

_drop_group = createGroup EAST;
_soldier = _drop_group createUnit ["rhs_vdv_recon_sergeant", position player, [], 0, "FORM"];
No tags attached.
Issue History
2015-05-03 01:08abelianNew Issue
2015-05-03 15:03MistyRoninNote Added: 0001328
2015-05-03 15:03MistyRoninStatusnew => closed
2015-05-03 15:03MistyRoninAssigned To => MistyRonin
2015-05-03 15:03MistyRoninResolutionopen => no change required

Notes
(0001328)
MistyRonin   
2015-05-03 15:03   
They are not meant to be, yet.