ArmA SDK v0.4.8 Downloads › Sourcecode Kategorie: Sourcecode Entwickler: 64com Hochgeladen von: System Hinzugefügt am: Do 4. Jun 2015, 09:43 System: Windows Download (30.36 KB) VirusTotal Ergebnis: 0/57 Download (30.36 KB) Beschreibung Bei Problemen mit einem Hack hilftein Blick in die FAQ! 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, 2015Added 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