-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addon: ace_miscitems #2324
Addon: ace_miscitems #2324
Conversation
vehicleClass = "ACE_Misc_Items"; | ||
}; | ||
|
||
class ACE_MiscItems_FMRadio_Item: ACE_MiscItem_F { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can use GVAR(FMRadio_Item)
.
That's A LOT of items! |
Not sure this falls into ACE design goals, @Glowbal @NouberNou You guys probably know better than I do |
This has the same design scope as the Slideshow module. It will enable mission makers (and ACE) to use the various items that are already in the game without having to add more models. Currently, missions that involve logistics are severely limited by a lack of manipulable items. Realistically, a huge portion of military endeavours are logistics related. |
I kinda like this. As long as they have their own category, so they don't clog up the editor. A purpose for a lot of these could then be added later. Example:
That way it's would be easier to move them in a different PBO, should we find a use for any of them. (E.g. cellphone for explosives?) |
scope = 2; | ||
scopeCurator = 2; | ||
displayName = CSTRING(FMRadio_DisplayName); | ||
author = ECSTRING(common,ACETeam); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be Bohemia Interactive
, shouldn't it? ACE just makes them accessible. Dunno... just an idea.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shows how limited the author entry is. My policy is to add me as author if the config is made by me.
Consensus on who the author should be? Also: thoughts on adding the barrels & containers? Obviously they would need to be impossible to put in backpacks, but if they could fit in cargo spaces... Should that be left up to the logistics coders? |
Maybe get a string
I'd say that should be added to |
As a mission maker having props like money would be neat, but I worry about confusion.
Maybe in all of the items descriptions we can add "This is just a prop, with no functionality" |
How about: a) Remove the egregious item duplicates: bloodbag, bandage, (painkillers?). |
👍 voiperr, just precise that it's a prop item. |
b) and obviously keep them far away from the medical supply box. |
Love the idea but this will probably not fit within our scope. Feel free to leave this PR open though - I will eventually get around to this. |
😞 Dumping this in optionals? |
This would be a good canidate for acemisc: https://github.com/acemod/ace3-misc |
Original PR acemod/ACE3#2324
Closing in favour of acemod/ACEX#8 |
Original PR acemod/ACE3#2324
Purpose:
Arma 3 has many interesting items from the
small_items
vehicleClass that can be placed in the editor by mission makers. Unfortunately, they're all static vehicles that cannot be picked up or moved by players. This addon adds an item version of almost all of those items, for use by mission makers and ACE.Changes:
ace_miscitems (new):
Ace_Misc_Items
ACE_Item_FMRadio
ACE_Item_ExtensionCord
ACE_Item_Handycam
ACE_Item_Laptop
ACE_Item_Mobilephone_old
ACE_Item_Mobilephone_smart
ACE_Item_PortableLongRangeRadio
ACE_Item_Satellitephone
ACE_Item_SurvivalRadio
ACE_Item_File1
ACE_Item_File2
ACE_Item_Filephotos
ACE_Item_Map
ACE_Item_Notepad
ACE_Item_Photos_V1
ACE_Item_BottlePlastic_V1
ACE_Item_Can_Dented
ACE_Item_Can_Rusty
ACE_Item_Can_V1
ACE_Item_Can_V2
ACE_Item_Can_V3
ACE_Item_TacticalBacon
ACE_Item_Suitcase
ACE_Item_PenBlack
ACE_Item_PenRed
ACE_Item_PencilRed
ACE_Item_PencilBlue
ACE_Item_PencilGreen
ACE_Item_PencilYellow
ACE_Item_PensAndPencils
ACE_Item_Axe
ACE_Item_Axe_Fire
ACE_Item_DrillAku
ACE_Item_DustMask
ACE_Item_File_Tool
ACE_Item_Gloves
ACE_Item_Grinder
ACE_Item_Hammer
ACE_Item_Meter3m
ACE_Item_Multimeter
ACE_Item_Pliers
ACE_Item_Saw
ACE_Item_Screwdriver_V1
ACE_Item_Screwdriver_V2
ACE_Item_Wrench
ACE_Item_Money
ACE_Item_Battery
ACE_Item_BakedBeans
ACE_Item_BottlePlastic_V2
ACE_Item_Canteen
ACE_Item_CerealsBox
ACE_Item_PowderedMilk
ACE_Item_RiceBox
ACE_Item_Antibiotic
ACE_Item_Bandage
ACE_Item_Bloodbag
ACE_Item_Defibrillator
ACE_Item_DisinfectantSpray
ACE_Item_HeatPack
ACE_Item_PainKillers
ACE_Item_VitaminBottle
ACE_Item_WaterPurificationTablets
ACE_Item_ButaneCanister
ACE_Item_ButaneTorch
ACE_Item_CanOpener
ACE_Item_DuctTape
ACE_Item_FireExtinguisher
ACE_Item_GasCanister
ACE_Item_GasCooker
ACE_Item_Matches
ACE_Item_MetalWire
ACE_Item_Shovel
ACE_Item_Map_Altis
ACE_Item_Map_Blank
ACE_Item_Map_Stratis