Page MenuHomeFeedback Tracker

Cannot create entity with abstract type placed_chemlight_XXX
Feedback, WishlistPublic

Description

"placed_chemlight_green"
Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/placed_chemlight_green/
Cannot create entity with abstract type placed_chemlight_green (scope = private?)
Cannot create non-ai vehicle placed_chemlight_green,
"placed_chemlight_red"
Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/placed_chemlight_red/
Cannot create entity with abstract type placed_chemlight_red (scope = private?)
Cannot create non-ai vehicle placed_chemlight_red,
"placed_chemlight_yellow"
Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/placed_chemlight_yellow/
Cannot create entity with abstract type placed_chemlight_yellow (scope = private?)
Cannot create non-ai vehicle placed_chemlight_yellow,
"placed_chemlight_blue"
Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/placed_chemlight_blue/
Cannot create entity with abstract type placed_chemlight_blue (scope = private?)
Cannot create non-ai vehicle placed_chemlight_blue,

"placed_B_IR_grenade"
Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/placed_B_IR_grenade/
Cannot create entity with abstract type placed_B_IR_grenade (scope = private?)
Cannot create non-ai vehicle placed_B_IR_grenade,
"placed_O_IR_grenade"
Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/placed_O_IR_grenade/
Cannot create entity with abstract type placed_O_IR_grenade (scope = private?)
Cannot create non-ai vehicle placed_O_IR_grenade,
"placed_I_IR_grenade"
Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/placed_I_IR_grenade/
Cannot create entity with abstract type placed_I_IR_grenade (scope = private?)
Cannot create non-ai vehicle placed_I_IR_grenade,

Details

Legacy ID
2422373159
Severity
None
Resolution
Reopened
Reproducibility
Always
Category
Config

Event Timeline

kju-PvPscene edited Additional Information. (Show Details)
kju-PvPscene set Category to Config.
kju-PvPscene set Reproducibility to Always.
kju-PvPscene set Severity to None.
kju-PvPscene set Resolution to Reopened.
kju-PvPscene set Legacy ID to 2422373159.May 7 2016, 4:29 PM
Bohemia added a subscriber: AD2001.Sep 4 2013, 7:35 PM

In my rpt today:

Cannot create entity with abstract type ParachuteEast (scope = private?)
Cannot create entity with abstract type ParachuteEast (scope = private?)
Cannot create entity with abstract type ParachuteEast (scope = private?)
Cannot create entity with abstract type ParachuteEast (scope = private?)
Cannot create entity with abstract type ParachuteEast (scope = private?)
Cannot create entity with abstract type ParachuteEast (scope = private?)
Cannot create entity with abstract type ParachuteEast (scope = private?)
Cannot create entity with abstract type ParachuteEast (scope = private?)

@DasAttorney are you using chunks of code from arma 2?

Ollem added a subscriber: Ollem.May 7 2016, 4:29 PM
Ollem added a comment.Oct 17 2013, 1:55 PM

In my rpt:

Cannot create entity with abstract type ParachuteWest (scope = private?)
Cannot create entity with abstract type ParachuteWest (scope = private?)
Cannot create entity with abstract type ParachuteWest (scope = private?)
Cannot create entity with abstract type ParachuteWest (scope = private?)
etc

I'm not aware of any specific A2 code used.

Reopening on reporter request.

Still true in 1.04.

These cfgVehicles classes are set scope=2/public.
Something seems wrong with them.

@ Killzone Kid - Here is the code I wrote: (Should be all A3 specific):

_para = createVehicle ["Steerable_Parachute_F", [0,0,0], [], 0, "none"];
_para disableCollisionWith _chop;
_para setPos _pos;
_un moveInDriver _para;
_un allowDamage true;

And I got the class from the config browser:

configfile >> "CfgVehicles" >> "Steerable_Parachute_F"

Hope that helps you.

Cannot create entity with abstract type ParachuteEast (scope = private?)

Still present in version 1.14 stable; happens when an AI crewed To-199 Neophren is shot down and the AI crew is trying to bail out and deploying a prachute.