Page MenuHomeFeedback Tracker

Missing Furniture from Livonia
Closed, ResolvedPublic

Description

In the Enoch Folder called "structures_f_enoch_furniture" none of the objects in there exist in the Eden Editor or able to be placed within the simpleobject command.

At https://community.bistudio.com/wiki/Arma_3:_Livonia_Props and https://community.bistudio.com/wiki/Arma_3:_createSimpleObject/objects the props are listed, but the paths dont work.

The Objects from structures_f_enoch_industrial, structures_f_enoch_military, structures_f_enoch_civilian work, but none from the folder "structures_f_enoch_furniture"

not sure if this was made on purpose or by mistake.

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Eden Editor

Event Timeline

AryxRayx created this task.Mar 3 2023, 7:03 PM
AryxRayx updated the task description. (Show Details)
NikkoJT added a subscriber: NikkoJT.Mar 3 2023, 7:37 PM

I have no problem creating them though:

_p = getPosWorld player;
_dx = 0;
_dy = 0;
[...] findif {
    _o = createSimpleObject [_x, _p];
    _bb = boundingBoxReal _o#2;
    _dx = _dx + _bb;
    if (_dx > 20) then {_dy = _dy + _bb; _dx = 0};
    _o setPosWorld (_p vectorAdd [_dx, _dy, _bb]);
    _b = isNull _o;
    _b
}

[...] is the array of models from that wiki page.

Leopard20 added a comment.EditedMar 4 2023, 6:09 PM

Are you sure you have not uninstalled the DLC or something? If not, try verifying the game data via Steam. If you have, you can install it again from: Right Click on Arma in Steam > Properties > DLC

disabled and reabled contact dlc and it worked, strange. thank you

Wulf closed this task as Resolved.Mar 7 2023, 12:52 PM
Wulf claimed this task.
Wulf added a subscriber: Wulf.

Closing as the issue was resolved.