ACE3/docs/wiki/framework
Brandon Danyluk 7b13a75305 RHS CSW compatability (#7082)
* Initial Commit

* Got rid of unneeded translation values

* Updated Strings

* "Fixed" issue where when you deploy the tripid and weapon on slope it freaked out.

* Fixed locality issues. Added timers to relavent functions.

* Added weights to all magazines/tripod. Weights to weapons coming soon when I transfer them to the launcher slot

* Fixed bug regarding localized strings. Created new tripod model

* Added timers for deploying/picking up the tripod. Changed ammo-box model from custom to one already in ARMA. Changed gun-bag model for a more generic one. Created a texture for the tripod and gunbag

* Removed ability to disassemble weapons via the addAction. Added  ACE Action to get in due to a memory point issue. Changed from a static deploy/dismount time to one based in the weapon configs

* Created forward-compatability. Made it so I can define a base plate for any weapon if I ever want to expand from the generic M3 Tripod.

* Fixed bug where tripod wouldn't deploy with the correct times. Fixed bug where if you moved the tripod into the ground it would go flying.

* Added mortar compatability. Will probably shift whole mortar ammo loading to CSW one day

* Added icons to each relavent item

* Added README, possibly fixed bug where if you are in a weapon others cant load/unload ammo. Changed distance you can interact with weapons

* Added checks for when deploying the gun as well as unloading ammo to prevent duplication/deletion of items.

* Added documentation

* Added order to doc

* Explained why things are the way they are

* Remove temp files

* Removed redundant files

* Converted tabs->spaces. Added newlines at end of all files. Changed broken line in fnc_tripodDeploy.sqf.

* 100% newlines at end of file

* Added newlines to files that didnt get the change. Fixed README. Changed from GVAR(cswOptions) to GVAR(options). Changed from tabs to spaces in wiki

* Fixed issue with UAV assembling with enableWeaponDisassembling. Fixed bug where game would crash if you disassembled static weapon with more than 1 magazine

* Tabs->Spaces

* Added CSW options to base StaticWeapon class to allow for easier additions. Switched default mortar away from CSW system due to incompatabilities

* Lazy Evaluations and macros to describe how things work.

* Added newlines to script_component. Fix no-texture issue on tripod. "Fix" 20mm HE saying 40mm HE. Add custom icons to all weapons. Move "Check Ammo" to CSW menu

* abc

* Revert "abc"

This reverts commit bcb4214bd9.

* Update to current commit

* Revert changes to fortify.md

* Updated UI Icon to Crew Served Ammo branch UI

* Added Pabst's CrewServedAmmo to handle ammo loading/unloading instead of my solution

* Fixed bug where currentWeaponTurret returned a blank string when a player hasent entered hte weapon to select the current weapon

* Re-added ammo loading time

* Tabs->Spaces

* Newline at end of files

* Removed replaced functions

* Remove redundant strings. Move ammo handling to appropiate section

* Tabs->Spaces

* Update wiki

* Updated to fix crash with default weapons and disable CSW ability on default static weapons

* Added editor attributes to enable/disable CSW at edit time

* Change how ammo is removed from the CSW. Uses math instead of iteration

* Fix bug where assembled weapon did not get rid of default actions

* Added support for multiple types of ammo in one CSW

* Add tracer magazines for .50 cal

* Fix bug where you could load ammo even if the gun couldnt take any more

* Disable debug and enable compile cache

* Changed weapon deploy/pickup time. Removed custom Titan missiles. Using ACE Dragging now. Added progress bar check for pickupTripod. Updated documentation

* Removed check if CSW is full to unload ammo

* Fix bug where items would spawn underneath other items on wepaon dismount

* Change some things

* Configure base statics, improve returnAmmo

* Add mortar baseplate

* Remove explicit inheritance

* Fix bug where unloading ammo would duplicate it if you had room in your person.

* Tab->Space

* Player couldnt pickup tripod due to legacy code

* Fix GMG_01_base_F inheritce

* Port of ACE 2 tripod + ACE 2 CSW Bag

* Move ACE 2 Data to APL folder

* Adjust weights to make them more accurate to how ARMA uses it and the real life equivalents

* Fix bug where error was thrown on esc from picking up tripod. Tripod rotated 180

* Fix bug where if you called ace_common_claim the weapon could be set to be disassembled even though it may not be wanted via CSW

* Added ability to toggle ammo handling when weaponAssembly is disabled.

* Add Proxy Weapons for all Vanilla static weapons. These serve as a way to allow for realistic ammo reload times without having to modify base classes if you want feautres turned off. Adjusted reload and mount times to be more "realistic"

* Fix Shadow RPT Spam

* Update wiki

* Change order of setDir and setPos

* Change all setDir/setPos orientations. Remove redundant check. Ensure that weapon locked state reflects it with the "getIn" command. Add a way to pass in a specific classname for the weapon assemble type. Add a callback function onDisassemble if user wants to set the state of the new tripod using the old weapon as a reference

* Actually check for the carryWeaponClassname in the deployWeapon check

* Ai Compatiblity

* Add stringtable entries

* Formatting fixes

* Stringtables for settings, fix setMagazineTurretAmmo

* inherit ammo for mags, reorder stringtable

displays correct ammo and descriptionShort

* don't require ace_javelin

* Tweaks, cleanup, localzation, ace_reload changes

change weapon tag to [CSW]
tweak localization strings
minor cleanup
simplify some ace_reload funcs

* delete moved dev func

* Hopefully fix issue where to-be deleted tripod intersects with newly created weapon and vice versa. Remove PBOPREFIX newline

* cleanup/proxyWeapon/mk6 compat

* RHS compatability

* Modified all tripod p3ds to have [0,0,0] at the mount. Ported AGS-30, Kord, M220, and SPG-9 tripods to APL And added them to CSW. Changed RHS compats to use new ported tripods. Changed strings to reflect real names.

* Change from M224 Mortar Bag -> Mk6 Mortar bag

* Add named propert (Autocenter) to make P3D [0,0,0] the center of the object instead of engine calculated

* oh no tabs

* remove some more evil tabs

* fix changes lost in merge

* fix bad merge pt2

* Fix UBC
2019-07-04 17:56:49 -05:00
..
advanced-ballistics-framework.md Advanced Ballistics - wiki/framework update 2017-11-23 14:36:36 +01:00
advanced-fatigue-framework.md Update docs and stringtable.xml 2017-11-15 12:22:56 -05:00
arsenal-framework.md arsenal-framework.md (#6191) 2018-12-06 13:48:21 -06:00
atragmx-framework.md Consitently capitalize first letters of wiki titles (#6615) 2018-10-05 15:20:50 +02:00
cargo-framework.md Cargo: Add removeCargoItem Function (#5432) 2017-09-16 11:21:23 -05:00
checkPBOs-framework.md fix wiki suggesting activatedAddon to export addon list 2017-10-26 09:05:30 +02:00
cookoff-framework.md Disable cookoff on RCWS turrets (#5605) 2017-11-30 17:07:46 -06:00
crew-served-weapons-framework.md RHS CSW compatability (#7082) 2019-07-04 17:56:49 -05:00
disposables-framework.md Add version information to most wiki feature and framework pages (#4303) 2016-08-30 15:49:04 +02:00
dragging-framework.md Add version information to most wiki feature and framework pages (#4303) 2016-08-30 15:49:04 +02:00
events-framework.md Wiki - Add documentation for ace_interact_menu_newControllableObject (#6797) 2019-03-14 13:32:39 -05:00
explosives-framework.md Explosives - Allow setting custom timer limits (#6882) 2019-03-21 09:01:50 -05:00
fastroping-framework.md Fastroping - Remove FRIES on vehicle deletion / adjust Ghosthawk Fries (#6932) 2019-04-25 13:31:36 -05:00
frag-framework.md Add Pentolite Gurney constant to wiki (#5413) 2017-08-09 11:34:35 +01:00
goggles-framework.md Fix some event names on wiki (#5254) 2017-06-08 14:31:27 -05:00
grenades-framework.md Add support for N-bangs (#6848) 2019-05-11 23:43:32 -05:00
gunbag-framework.md Move gunbag type from inheritance to config property (#7022) 2019-06-04 20:00:55 -05:00
hearing-framework.md Add version information to most wiki feature and framework pages (#4303) 2016-08-30 15:49:04 +02:00
huntIR-framework.md Add version information to most wiki feature and framework pages (#4303) 2016-08-30 15:49:04 +02:00
index.html Add wiki ACEX sections and merge Mission Makers and Framework sections (#4307) 2016-09-08 21:19:07 +02:00
interactionMenu-framework.md Wiki - Add documentation for ace_interact_menu_newControllableObject (#6797) 2019-03-14 13:32:39 -05:00
javelin-framework.md Add version information to most wiki feature and framework pages (#4303) 2016-08-30 15:49:04 +02:00
map-framework.md Map wiki fix (#5446) 2017-08-22 20:33:26 +02:00
missile-guidance-framework.md Fix typos in missile guidance framework wiki page (#5999) 2018-01-01 10:51:59 -06:00
missionmodules-framework.md Add wiki ACEX sections and merge Mission Makers and Framework sections (#4307) 2016-09-08 21:19:07 +02:00
modules-framework.md Add module documentation (#4297) 2016-11-25 00:11:27 +01:00
nightvision-framework.md Rewrite night vision documentation (#5715) 2017-12-20 14:21:55 -06:00
overheating-framework.md Add version information to most wiki feature and framework pages (#4303) 2016-08-30 15:49:04 +02:00
overpressure-framework.md Fix some event names on wiki (#5254) 2017-06-08 14:31:27 -05:00
parachute-framework.md Add version information to most wiki feature and framework pages (#4303) 2016-08-30 15:49:04 +02:00
pylons-framework.md Add pylon whitelist option (#6080) 2018-01-28 15:38:48 -06:00
rearm-framework.md Rearm - Pylon Support and Dynamically Add Supply Actions (#5183) 2017-06-08 11:47:52 -05:00
refuel-framework.md Fix refuel framework page build failure (#5664) 2017-10-24 11:14:25 -05:00
reloadlaunchers-framework.md Fix some event names on wiki (#5254) 2017-06-08 14:31:27 -05:00
repair-framework.md Add repair feature to wiki (#5247) 2017-06-09 09:11:00 -05:00
respawn-framework.md Add wiki ACEX sections and merge Mission Makers and Framework sections (#4307) 2016-09-08 21:19:07 +02:00
scopes-framework.md Scopes - wiki/framework update (#5799) 2017-11-22 11:28:54 +01:00
settings-framework.md Convert ACE_settings to CBA_settings (#4895) 2017-11-11 20:21:55 +01:00
slideshow-framework.md Fix multiple slideshows sub-actions, Add set name setting (#4904) 2017-02-24 14:08:18 +01:00
spectator-framework.md Update spectator docs (#5362) 2017-10-17 20:19:10 +02:00
switchunits-framework.md Add wiki ACEX sections and merge Mission Makers and Framework sections (#4307) 2016-09-08 21:19:07 +02:00
tagging-framework.md Add Tagging documentation (new location) (#4260) 2016-08-27 15:19:14 +02:00
ui-framework.md Add version information to most wiki feature and framework pages (#4303) 2016-08-30 15:49:04 +02:00
vehiclelock-framework.md Add wiki ACEX sections and merge Mission Makers and Framework sections (#4307) 2016-09-08 21:19:07 +02:00
weather-framework.md Documentation - Weather module update (#5748) 2017-12-20 14:20:20 -06:00
winddeflection-framework.md Add wiki ACEX sections and merge Mission Makers and Framework sections (#4307) 2016-09-08 21:19:07 +02:00