Ok. Thanks for looking.
Ok. Thanks for looking.
The 2012-01-23 has been released.
Download link in the first post.
See the roadmap for the changes and read the tickets for details/howTo activate the given features.
Here are a couple of demo videos of the "Unit Map Markers" and "AI Debugging":
My current AutoInit.sqf
PS: I just noticed the knowsAbout value is shown correctly, if the player/UnitToDebug is inside a vehicle..PHP Code:diag_log ["DevCon AutoInit.sqf executed"];
DEV_ShowMiniMap = true;
DEV_ShowUnitMapMarkers = true;
Dev_DebugUnitMapMarker = true;
DEV_ShowWeaponUseMapMarkers = true;
if (!(isNil "killer")) then
{
DEV_UnitToDebug = killer;
};
Last edited by .kju [PvPscene]; Feb 6 2012 at 07:30.
The 2012-02-06 has been released.
Download link in the first post.
See the roadmap for the changes and read the tickets for details/howTo activate the given features.
Here is a demo video of the "Position accuracy of AI Debugging ":
My current AutoInit.sqf
PHP Code:diag_log ["DevCon AutoInit.sqf executed"];
DEV_ShowMiniMap = true;
DEV_ShowUnitMapMarkers = true;
Dev_DebugUnitInfoAsMapMarker = true;
DEV_ShowWeaponUseAsMapMarkers = true;
DEV_DebugPerceivedTargetPositionAsMapMarker = true;
if (!(isNil "killer")) then
{
DEV_UnitToDebug = killer;
};
Great. Very useful, indeed. Seems, that there are used commands not available in Arma 2 1.10, and this version only I have, like alternate getVariable syntax or allMissionObject command... Can I to try for my own usage only to rewrite code for better A2 1.10 compatibility if possible? This is probably in accordance with license, but I would like to be sure...
Congrats on new release!
Indeed unfortunate that some useful funcs are missing on A2.
Last edited by Sickboy; Feb 6 2012 at 12:43.
A.C.E. Advanced Combat Environment
Dev-Heaven.net Free Project Hosting | A2 Community Issue Tracker Help BIS, Help yourself!
Cheers.
Rydygier feel free to - you are also welcome to submit those changes back to get them
integrated into the "official" version.
OK, thanks. Will see, if I be able to achieve anything in this matter.
This is so cool, but I can't help thinking I'm missing out on the vast majority of what it can do. Is there any chance we can get some basic documentation?
For the general scripter/mission designer (who uses scripts) the normal console view already helps a lot IMHO.
To be able to check variable values and execute code, also the different remote types in MP, is a big help.
As for the advanced features and key controls to ease the use even more, you can find the docu in the tickets.
At some point, someone, will merge them into a wiki page. You are welcome to push the wagon from the kickoff.![]()