OldSchoolHack

Registrieren / Anmelden Deutsch

ArmA SDK v0.4.8

not available
  • Kategorie: Sourcecode
  • Entwickler:
  • Hochgeladen von: System
  • Hinzugefügt am:
  • System: Windows
Download (30.36 KB)

VirusTotal Ergebnis: 0/57

virustotal

Beschreibung

This package contains the "ArmA Software Development Kit", a small collection of helper classes for writing C++ code for PC games based on "Real Virtuality Engine". 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. I just give a simple example.

Current version: 0.4.8

Supported games:

  • "ArmA 2: OA"
  • "ArmA 3"


[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.


[Changelog]
  • May 02, 2015
    • Added function "AString::Contains".
    • Added small trick for "Event Handlers" functions.
    • Added small trick for "Object::SetSpeed" function.
    • Removed function "InGameUI::GetMapAimingPosition".
    • Reconstructed original function "Object::SetDirectionAndUp".
    • Merged functions "Object::GetVirtualName" and "Object::Name".

Download ArmA SDK v0.4.8