Page MenuHomeFeedback Tracker

create3DENEntity is not working properly. VERSION 1.55.133280
Closed, ResolvedPublic

Description

VERSION 1.55.133280

---FIRST ISSUE---
When using create3DENEntity for creating Props objects, they are not added to all3DENEntities.
Instead, empty Civilian group created at [0,0,0] and added to all3DENEntities.
However vehicle is still created and placed properly, but stays not editable, like it was createVehicle`d.
This is true for all kinds of objects (weapons, buildings, items,...) BUT not for Animals, animals added well.

---SECOND ISSUE--- (maybe relative to first)
If not existing classname is provided, empty OPFOR group is created at [0,0,0].

Details

Legacy ID
281596158
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Eden Editor
Steps To Reproduce

in EdenEditor

---FIRST ISSUE---

  • point camera to terrain surface.
  • execute create3DENEntity ["object", "Land_GarbageBags_F", screenToWorld [0.5,0.5]]

---SECOND ISSUE---

  • point camera to terrain surface.
  • execute create3DENEntity ["object", "no_such_class_in_game", screenToWorld [0.5,0.5]]

Event Timeline

mind edited Steps To Reproduce. (Show Details)Nov 11 2015, 12:04 PM
mind set Category to Eden Editor.
mind set Reproducibility to Always.
mind set Severity to None.
mind set Resolution to Fixed.
mind set Legacy ID to 281596158.May 8 2016, 1:04 PM
mind edited a custom field.
mind added a subscriber: mind.
mind added a comment.Nov 15 2015, 1:20 AM

As of 1.55.133346 (or a bit earlier) command is working fine. Tnx Karel!