OldSchoolHack

Register / Login English

ArmA SDK v0.4

not available
  • Category: Sourcecode
  • Developer:
  • Uploaded by: System
  • Uploaded at:
  • System: Windows
Download (27.38 KB)

VirusTotal Result: 0/57

virustotal

Description

This package contains the "ArmA Software Development Kit", a small collection of helper classes for writing C++ code for PC game "ArmA 3". You can use it to explore the game engine, for creating additional admin-tools or for fun. Please, don't use it for hacking or cheating! I think that it is not necessary to describe in detail how to use it – just look at the source code and all will become clear.

[Instructions]
  • Add this VS project to your solution or use this sources as "base" for new project.
  • Add in your project "#include <sdk.h>".
  • Add <PATH_TO_ArmaSDK_SRC_DIR> (ArmA SDK\Src): Configuration Properties –> C/C++ –> General –> Additional Include Directories.
  • Add <PATH_TO_ArmaSDK_STATIC_LIB_DIR> (ArmA SDK\Bin\Release): Configuration Properties –> Linker –> General –> Additional Library Directories.
  • Add "#pragma comment(lib, "ArmaSDK.lib")" in your project, or "ArmaSDK.lib" at: Configuration Properties –> Linker –> Input –> Additional Dependencies.


See unknowncheats.me/forum/arma-3/144406-arma-sdk.html for more.

Download ArmA SDK v0.4