Voyager-NO-
Member-
Content Count
24 -
Joined
-
Last visited
-
Medals
Community Reputation
-1 PoorAbout Voyager-NO-
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
ArmA2 Extended Dll
Voyager-NO- replied to Voyager-NO-'s topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
YSandro, thx for example! ArmA2Ext is a closed source project (I use some technologies in my other projects). For more information about syntax and using see callExtension and examples. -
ArmA2Ext 1.0.1 Extends standard ArmA2 scripting capabilities. See callExtension and Extensions for details. Download http://game.vgrsoft.com/download Features Allows to create custom extensions that you need High performance of ArmA2Ext's engine Developing on the fly without ArmA2 restarting Supports .NET Framework 2.0/3.0/3.5/4.0 Syntax string = "ArmA2Ext" callExtension "Command"; object = call compile ("ArmA2Ext" callExtension "Command"); Recommended Command format: Namespace.FunctionWithArgs Args passed to the Call function and can be parsed as you want. ArmA2Ext commands "Reset" - reloads all ArmA2Ext extensions on the fly "Version" - returns ArmA2Ext version "Clr" - returns the CLR version "Init" - initializes the library (optional, first initialization can be used in init.sqf for preventing [url="http://en.wikipedia.org/wiki/Lazy_initialization"]Lazy initialization[/url]) Install ArmA2Ext installs as Addon Mod. Copy @ArmA2Ext into your ArmA 2 installation directory. Add @ArmA2Ext mod folder into startup parameter "-mod": "C:\Program Files\Bohemia Interactive\ArmA 2 Operation Arrowhead\Expansion\beta\arma2oa.exe" -beta=Expansion\beta;Expansion\beta\Expansion -mod=@ArmA2Ext -showscripterrors You can enable .NET 4.0 support in ArmA2Ext.ini Structure Requirements Requires .NET Framework 3.5 Service Pack 1 or .NET Framework 4, ArmA2 1.61. You can download ArmA2 latest beta patch, I used 91138. Microsoft Visual C++ Redistributables are not needed. Changelog Information for developers Extensions can be developed in Notepad or in Visual Studio (you must include files from ".\@ArmA2Ext\SDK\"), ArmA2Ext supports both variants of use. Binary assemblies should be placed into ".\@ArmA2Ext\Bin\" directory, source codes into ".\@ArmA2Ext\Sources\". Examples See Missions folder in ArmA2Ext.zip. Licensing ArmA2Ext is a closed source project. See License.txt for details.
-
ArmA Extended Dll does not contain any malware. Just run.exe is packed by WinUpack 0.39.
-
ArmA Extended Dll Capabilities: - File operations. - String operations. - Database like operations (a lot of vars in 1 file). <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> 1) Simple commands: loadfile "01 :dll" Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â return dll version loadfile "02 :ver" Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â return dll version loadfile "03 :info" Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â return dll info loadfile "04 :ArmaDir" Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â return Arma Directory loadfile "05 :ArmaPath" Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â return Arma Path 2) File operations: loadfile "06 :File.Write(""file"")@data" Â Â Â Â Â Â Â Â return nothing loadfile "07 :File.Append(""file"")@data" Â Â Â Â Â Â Â return nothing loadfile "08 :File.Delete(""file"")" Â Â Â Â Â Â Â Â Â Â return nothing loadfile "09 :File.Exists(""file"")" Â Â Â Â Â Â Â Â Â Â return bool 3) String operations: loadfile "10 :String.ToCharArray(""string"")" Â Â Â Â Â return array of char loadfile "11 :String.ToIntArray(""string"")" Â Â Â Â Â Â return array of integer loadfile "12 :String.ToLower(""string"")" Â Â Â Â Â Â Â return string loadfile "13 :String.ToUpper(""string"")" Â Â Â Â Â Â Â return string loadfile "14 :String.Copy(""string"", offset)" Â Â Â Â Â return string loadfile "15 :String.Copy(""string"", offset, count)" Â return string loadfile "16 :String.Length(""string"")" Â Â Â Â Â Â Â Â return integer 4) DataBase like operations: loadfile "17 :File.SetVar(""file"",""varname"")@var" Â Â return nothing loadfile "18 :File.GetVar(""file"",""varname"")" Â Â Â Â return var loadfile "19 :File.RemoveVar(""file"",""varname"")" Â Â return nothing loadfile "20 :File.VarExists(""file"",""varname"")" Â Â return bool loadfile "21 :File.VarCount(""file"")" Â Â Â Â Â Â Â Â Â return integer See readme for examples. Download page (32 Kb) Direct link (32 Kb) This dll is provided "as is".
-
Arma Pbo View Tool By Voyager and Flea
Voyager-NO- replied to Symbiot's topic in ARMA - ADDONS & MODS: COMPLETE
Thx Symbiot. Tool still in development & will be upgraded as soon as possible. -
Player search added.
-
Italian language added (thanks to AciDBorN).
-
Don't panic! ArmA Spy 1.2 released! Attention! + Added loading a live server list online + sorting Download page or direct link (program size ~38 kb)! gs dll for ArmA Spy or direct link (3 Kb) language files or direct link (6 Kb)
-
New version released. Added language files support. ArmA Spy 1.1 (or just run and update old version). Language files NikoTak It's updating interval for selected server.
-
ArmA Spy Download page (program size ~34 kb). Sounds for ArmA Spy (<200 kb)
-
Average Joe Cool video
-
This version looks better than previous
-
Hm... My pbo protection method uses in addon. Where's mentioning about copyrights?
-
OFP Filemon is a small tool that monitors and displays basic OFP file activity. May be useful for addonmakers and missionmakers. Download from this page. 0.03 Mb ! See readme for details. Voyager
-
If you have any troubles with functions of loading/unloading, some examples availables here