ACE3/addons/cargo
Jasper 257d9536cc
Cargo - Add ability to add custom name to cargo objects (#8023)
* First Push

Added the ability to edit cargo objects (crates/boxes only) names. Either via in-game action on the object it self or via 3den attributes.

Added a single function which spawns the UI to edit the name and also edits it. This is an scripted UI, it could be changed to a config version if wanted, but as I'm not good in UI coding I left it on this simple version mainly for testing.

Added 4 new stringtable entries, 2 for action and 2 for 3den attributes.

* Add extra stringtable

Forgot to add the UI to the stringtable.

* Update fnc_renameObject.sqf

fixing tabs

* Show custom name only behind

Added new function "getNameItem" that will get the items name.
Put the custom name behind the original name between brackets "[...]".

* Added "Hide Rename Action" setting

Also removed an unused _itemClass from postInit.

* Apply suggestions from code review

Co-authored-by: jonpas <jonpas33@gmail.com>

* Update AUTHORS.txt

Added my name

* Applied the sugesstions.

* Fixed function crash

* Moved to dialog.

* Removed unused comment/code

* Update renameMenu.hpp

Fixed tabs to spaces.

* Update renameMenu.hpp

* move rename to common

* Update addons/arsenal/ui/RscAttributes.hpp

* style and use addActionToObject

Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-10-12 17:42:38 -05:00
..
functions Cargo - Add ability to add custom name to cargo objects (#8023) 2021-10-12 17:42:38 -05:00
UI Remove deprecated functionality for 3.12.0 (#5878) 2017-12-10 13:38:32 +00:00
$PBOPREFIX$ add PBO to load things into vehicles 2015-03-29 15:20:39 +02:00
ACE_Settings.hpp Logistics - Move to CBA settings and organize in subcategories (#6284) 2018-07-05 11:29:32 -05:00
CfgEden.hpp Cargo - Add ability to add custom name to cargo objects (#8023) 2021-10-12 17:42:38 -05:00
CfgEventHandlers.hpp Add SQFC support (#8235) 2021-09-03 19:08:34 -05:00
CfgVehicles.hpp Cargo - Fix can't load Slingload_01_Base_F (#8437) 2021-09-25 10:55:47 -05:00
config.cpp Cargo - Add ability to add custom name to cargo objects (#8023) 2021-10-12 17:42:38 -05:00
initSettings.sqf Cargo - Add ability to add custom name to cargo objects (#8023) 2021-10-12 17:42:38 -05:00
menu.hpp Convert all true/false in configs to 0/1 (#8095) 2021-02-08 04:14:45 +01:00
README.md Update contribution documents (#8382) 2021-08-16 20:17:56 +01:00
renameMenu.hpp Cargo - Add ability to add custom name to cargo objects (#8023) 2021-10-12 17:42:38 -05:00
script_component.hpp cargo - use getInteractionDistance to get better distance (#5697) 2017-11-10 15:28:12 +01:00
stringtable.xml Cargo - Add ability to add custom name to cargo objects (#8023) 2021-10-12 17:42:38 -05:00
XEH_postInit.sqf Cargo - Add ability to add custom name to cargo objects (#8023) 2021-10-12 17:42:38 -05:00
XEH_preInit.sqf Cargo - Fix loaded cargo not being deleted when vehicle is destroyed (#7851) 2020-08-18 12:42:09 -05:00
XEH_PREP.hpp Cargo - Add ability to add custom name to cargo objects (#8023) 2021-10-12 17:42:38 -05:00
XEH_preStart.sqf Cargo - Cache cargo vehicle classes (#6806) 2019-02-17 11:41:05 -06:00

ace_cargo

Adds cargo menu to vehicles and allows loading and unloading of cargo items.