Jump to content
.kju

Arma3diag.exe (includes diagnostic tools, excludes MP)

Recommended Posts

hitpoint markers for some cars are not very helpfull though, can't see anything

2014-06-27_00002fkjci.jpg2014-06-27_00003guk5l.jpg

not sure what the green ones represent. Red ones work properly

Share this post


Link to post
Share on other sites

Quick question.

How do I load my addon I want to alter?

When I load arma3diag.exe, it ignores the Steam launch options and loads up Arma with no addons loaded.

So then I can't load the mission to test the mod.

If I try to merge the config from the debug console, it still won't load the mission as the pbo is not present.

I'm trying this:

diag_mergeConfigFile ["P:\skynet\config.hpp"];

I can merge individual configs, but no dice for loading a mission dependent on the mod. Ex:

diag_mergeConfigFile ["P:\skynet\hpp\ammo.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\cloudlets.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\loot.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\magazines.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\sounds.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\vehicles.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\weapons.hpp"];

Will I have to set up a batch file or similar? I have checked the Steam options for Arma and there isn't an option to set the launch options for arma3diag.exe

Share this post


Link to post
Share on other sites
Quick question.

How do I load my addon I want to alter?

When I load arma3diag.exe, it ignores the Steam launch options and loads up Arma with no addons loaded.

So then I can't load the mission to test the mod.

If I try to merge the config from the debug console, it still won't load the mission as the pbo is not present.

I'm trying this:

diag_mergeConfigFile ["P:\skynet\config.hpp"];

I can merge individual configs, but no dice for loading a mission dependent on the mod. Ex:

diag_mergeConfigFile ["P:\skynet\hpp\ammo.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\cloudlets.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\loot.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\magazines.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\sounds.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\vehicles.hpp"];
diag_mergeConfigFile ["P:\skynet\hpp\weapons.hpp"];

Will I have to set up a batch file or similar? I have checked the Steam options for Arma and there isn't an option to set the launch options for arma3diag.exe

Make shortcut of original arma3diag.exe and use parameters to run addon/mod.

-mod=@ADDON

Share this post


Link to post
Share on other sites

That's super, thanks.

I didn't try that as it won't work with the arma3.exe (it creates a web shortcut for some reason). Should have used my brain! :)

Share this post


Link to post
Share on other sites

alternatively use a community game launcher that allows to change the .exe path (i use Arma3Sync)

Share this post


Link to post
Share on other sites

Hmm.. I'd love to use this tool but my copy of the Arma Tools doesn't include it. I've done a search for the exe and can't find it at all. Do I have to be on the Arma 3 dev branch? Not seeing the tools in my steam library.

Share this post


Link to post
Share on other sites

Yes dev branch only

Share this post


Link to post
Share on other sites

will always be only in dev branch

Share this post


Link to post
Share on other sites

But why?

Every time when i want to play i need to change between dev and stable branch.

http://forums.bistudio.com/showthread.php?180124-Arma3-Diag_Branch

So almost everyday i need to download 1gb just because of an exe which is 30mb, and then to back again to stable and downloading 1gb again.

Just simply devs, add diag tool to stable or to arma3 tools.

Share this post


Link to post
Share on other sites

In case you are annoyed by the on screen error dialogs, use the startup parameter: -noAsserts

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×