Neviothr 102 Posted December 22, 2015 Does anyone know where I can find good ACE2 Documentation? The dev-heaven site isn't working. Edit: Found this, in Russian .-. http://wiki.otstrel.ru/index.php/Keybindings_for_ACE2 http://wiki.otstrel.ru/index.php/%D0%90%D0%A1%D0%95_%D0%BC%D0%BE%D0%B4_ARMA2 Edit #2: Found some stuff using the web archive thingy: https://web.archive.org/web/20140721181950/http://wiki.ace-mod.net/Configuration+howto https://web.archive.org/web/20140722190937/http://wiki.ace-mod.net/Keys https://web.archive.org/web/20130313151058/http://wiki.ace-mod.net/wagn/Documentation https://web.archive.org/web/20140723025448/http://wiki.ace-mod.net/Introduction http://www.armaholic.com/page.php?id=8939 https://web.archive.org/web/20130530015917/http://wiki.ace-mod.net/Feature https://web.archive.org/web/20130416013252/http://wiki.ace-mod.net/Overview https://community.bistudio.com/wiki/ACE_Features Share this post Link to post Share on other sites
PiZZADOX 47 Posted December 22, 2015 We lost a lot of documentation with the dev heaven/ dev six thing. Functions, including CBA functions: http://dev.withsix.com/docs/ace/index/Functions.html CBA Fleximenu example: http://forums.unitedoperations.net/index.php/topic/13882-cbaace-interaction-menu-syntax-for-scripters/ CBA functions: https://dev.withsix.com/projects/cca/wiki/FlexiMenu 1 Share this post Link to post Share on other sites
SavageCDN 231 Posted December 22, 2015 Someone must have a backup of it somewhere. I have the ACE classlists from Six website (sorry for the crappy Filedropper link) http://www.filedropper.com/aceclasslists 1 Share this post Link to post Share on other sites
Neviothr 102 Posted December 23, 2015 Those are kind of helpful, but it isn't exactly what I was looking for. I don't need all features, therefore I need to know what each .pbo does, besides the ones which are self explanatory. Share this post Link to post Share on other sites
PiZZADOX 47 Posted December 23, 2015 You can open up each .pbo with pbomanager (there is a quick context menu that allows you to extract to a folder) and the readme documentation inside each of the pbo's gives you a good idea. There are a lot of dependencies for each ace addon, so be mindful of that if you are creating a custom pack. Share this post Link to post Share on other sites
Neviothr 102 Posted December 24, 2015 You can open up each .pbo with pbomanager (there is a quick context menu that allows you to extract to a folder) and the readme documentation inside each of the pbo's gives you a good idea. There are a lot of dependencies for each ace addon, so be mindful of that if you are creating a custom pack. Yeah, when I started to remove .pbos dependencies became a big issue. Edit: I just tired what you suggested. It works, kinda, I found that many .pbos don't really have dependency documentation within them, I'm going off "#include"s Share this post Link to post Share on other sites
PiZZADOX 47 Posted December 27, 2015 Yeah, when I started to remove .pbos dependencies became a big issue. Edit: I just tired what you suggested. It works, kinda, I found that many .pbos don't really have dependency documentation within them, I'm going off "#include"s inside config.bin (you can convert to non-binarized c++ format with BItools) you should look at the entry labelled "requiredaddons" which should be an array of the required addons, the names of which are defined in each config's cfgpatches section. 1 Share this post Link to post Share on other sites
Mirek 166 Posted December 29, 2015 Someone must have a backup of it somewhere. I have the ACE classlists from Six website (sorry for the crappy Filedropper link) http://www.filedropper.com/aceclasslists There is nothing to download on that link. Share this post Link to post Share on other sites
SavageCDN 231 Posted December 30, 2015 There is nothing to download on that link. Sorry FileDropper sucks.. try this one: http://s000.tinyupload.com/index.php?file_id=52123359371844457792 1 Share this post Link to post Share on other sites
Mirek 166 Posted January 1, 2016 This one gets blocked by my antivirus. :-( It says that the webpage is on some dangeroes webpages list. Share this post Link to post Share on other sites
SavageCDN 231 Posted January 4, 2016 Disable your AV temporarily - that site is fine. 1 Share this post Link to post Share on other sites