This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CBA_A3 v3.1.0.160928 | |
@commy2 commy2 drafted this 22 days ago | |
This release adds Join Rails compatibility to pistols and bipods from the Tanoa expansion and tweaks various small issues with the AI and settings functionality. It also removes old, long deprecated and/or non functional code mainly stemming from the days of Arma 2. We also fixed the "callsign" composition attribute from the Eden-Editor by inserting our own custom MP compatible function. | |
CHANGE LOG SUMMARY: | |
ADDED: JR muzzles to pistols (#436) robalo | |
ADDED: JR compatibility with APEX bipods (#436, #500) robalo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===================================================================== | |
== C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\arma3.exe | |
== "C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\arma3.exe" -noAsserts "-par=C:\Users\roder_000\Documents\Arma 3\MainDevACE3_Packed_parfile.txt" -nopause -exthreads=7 | |
Original output filename: Arma3Retail_DX11 | |
Exe timestamp: 2015/08/25 16:06:38 | |
Current time: 2015/09/03 09:19:57 | |
Type: Public | |
Branch: Stable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===================================================================== | |
== C:\Program Files (x86)\Steam\steamapps\common\Arma 3\arma3.exe | |
== "C:\Program Files (x86)\Steam\steamapps\common\Arma 3\arma3.exe" -exthreads=7 -nosplash -nopause -window -enablesteamlogs -checkSignatures "-mod=@dumpConfigOnGameLaunch" | |
Original output filename: Arma3Retail_DX11 | |
Exe timestamp: 2015/08/13 15:44:49 | |
Current time: 2015/08/14 10:45:03 | |
Type: Public | |
Branch: Stable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import subprocess, os | |
pboproject = "C:\\Program Files (x86)\\Mikero\\DePboTools\\bin\\pboProject.exe" | |
work_drive = "P:\\" | |
prefix = "z\\ace\\addons" | |
module = "advanced_ballistics" | |
module_root = r"P:\z\ace\addons" | |
release_dir = "P:\\z\\ace\\release" | |
project = "@ace" | |
print(pboproject) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// BASIC MODE Medical ViperMaul Test Mission | |
// 1st Try - (P99 Pistol - two toe shots - 2nd Player (not AI) goes unconscious | |
// 2nd Try - (P99 Pistol - two toe shots - 4th Player (not AI) dies | |
18:55:48 ~~~~~~~~~ACE Debug~~~~~~~~~ | |
time = 627.422 | |
------Performance------ | |
diag_fps = 41.7755 | |
count ace_common_waitAndExecArray = 0 |
NewerOlder