Page MenuHomeFeedback Tracker

Shift-Ctrl-C-Export from Arsenal won't export weapon attachments, uniforms
New, WishlistPublic

Description

Besides the normal export, the arsenal also features an export via ctrl-shift-c, which exports the custom loadout in a syntax suitable for "CfgRespawnInventory", which means, that it can be used in decription.ext, to define custom respawn classes WITHOUT the use of zeus.
this is essential for having the classes available when starting the mission.

The problem is, that this way of exporting does not export weapon attachments and uniforms. The "CfgRespawnInventory" expects weapon and attachments in one class (for example: "arifle_MX_ACO_pointer_snds_F"), while the arsenal would only exports the base weapon ("arifle_MX_F") and ignore the attachments.

For the uniforms, the arsenal exports "uniform" instead of "uniformclass". This can be easily corrected of course, by manually changing the line to "uniformclass"...

Details

Legacy ID
641526580
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  1. Open Arsenal
  2. Create custom soldier with weapon attachments
  3. Press shift shift-ctrl-c
  4. Open Text-Editor and paste from clipboard
  5. Notice the missing clothing and weapon attachments
  6. Alternatively set up multiplayer-mission with "CfgRespawnInventory" and notice the lack of clothing and attachments ingame:)

Event Timeline

twistking edited Additional Information. (Show Details)
twistking set Category to Scripting.
twistking set Reproducibility to Always.
twistking set Severity to None.
twistking set Resolution to Open.
twistking set Legacy ID to 641526580.May 7 2016, 8:10 PM
Bohemia added a subscriber: alef.Jan 27 2015, 2:59 PM
alef added a comment.Feb 17 2015, 1:09 AM

It should save the weapon attachments in "linkedItems[]".

zolop added a subscriber: zolop.May 8 2017, 1:07 AM

it does not save the attachments in the linked items still.

zolop added a comment.May 8 2017, 1:08 AM

this is in ctrl+shift+c copy and paste format for clarification.

aledmb added a subscriber: aledmb.Nov 29 2017, 3:23 PM

hello, any news on this? arsenal exports incomplete information when you use CTRL+SHIFT+C.