Jump to content

Voyager-NO-

Member
  • Content Count

    24
  • Joined

  • Last visited

  • Medals

Everything posted by Voyager-NO-

  1. 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.
  2. Voyager-NO-

    ArmA2 Extended Dll

    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.
  3. Voyager-NO-

    ArmA Extended Dll

    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".
  4. Voyager-NO-

    ArmA Extended Dll

    ArmA Extended Dll does not contain any malware. Just run.exe is packed by WinUpack 0.39.
  5. Thx Symbiot. Tool still in development & will be upgraded as soon as possible.
  6. Voyager-NO-

    ArmA Spy - MP Server Monitor Tool

    Player search added.
  7. Voyager-NO-

    ArmA Spy - MP Server Monitor Tool

    Italian language added (thanks to AciDBorN).
  8. Voyager-NO-

    ArmA Spy - MP Server Monitor Tool

    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)
  9. Voyager-NO-

    OFPwatch for ArmA?

    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.
  10. Voyager-NO-

    OFPwatch for ArmA?

    ArmA Spy Download page (program size ~34 kb). Sounds for ArmA Spy (<200 kb)
  11. Voyager-NO-

    OFP videography

    Average Joe Cool video
  12. Voyager-NO-

    M1A2 SEP 3.0

    This version looks better than previous
  13. Voyager-NO-

    M1A2 SEP 3.0

    Hm... My pbo protection method uses in addon. Where's mentioning about copyrights?
  14. Voyager-NO-

    OFP File Monitor

    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
  15. Our Weapons project present: Patch Generator tool v1.0 First tool for creating smallsize automatic installations for your updates. Generated patch written with using WinAPI and non-visual components and pure code size is no more than 100 kb. Download 1.92 Mb Comments? Regards, Voyager
  16. Voyager-NO-

    Mi - 8 pack v 1.0 relased

    If you have any troubles with functions of loading/unloading, some examples availables here
  17. Voyager-NO-

    Mi - 8 pack v 1.0 relased

    The inevitable has occurred!
  18. Operation Flashpoint PBO Plugin for Total Commander current version : 0.81 beta This is a Total Commander plugin that allows to implement pbo files management. I don't have time to finish the plugin, so I'm putting out what I've already finished so far. It may be usefull to somebody Download from www.totalcmd.net Installation and usage 1. unzip the pboplugin.wcx to your Total Commander installation directory 2. choose the menu configuration - options 3. choose the packer tab 4. click the configure packer extension dlls button 5. type PBO as new extension 6. click new type, and select pboplugin.wcx 7. click ok - select an *.pbo file and enter to pbo arcnive to browse the file, extract, delete, or add new files - select a set of single files or directories and press Alt+F5 for pack.
  19. Voyager-NO-

    Mi-8 pack - work in progress

    Some screens
  20. Voyager-NO-

    Patch Generator v1.0 from Our Weapons project

    I have not problem with it. Use correct icon, 32x32 for example.
  21. Voyager-NO-

    Patch Generator v1.0 from Our Weapons project

    Thanks for your appreciations. When all suggestions accumulate in largo manum, i'll release next version
  22. Voyager-NO-

    Patch Generator v1.0 from Our Weapons project

    Yes, in general it's so. Patch uses my OFP Extended Dynamic-link library for unpacking pbo, copying files to folder and packing pbo again. OFP Extended Dynamic-link library v1.7: http://www.ofp.ussr-online.net/nasheorujie/voyager/ofp_ex.zip
  23. Voyager-NO-

    Transparent Water by Voyager

    [ig]http://www.ofp.ussr-online.net/nasheorujie/voyager/water/waterb2.jpg[/img]>100kb New version available here: http://www.flashpoint1985.com/cgi-bin....1;top
  24. Voyager-NO-

    Transparent Water by Voyager

    OWPW is NOT mod folder. You can not use it whith "-mod" param, it is incorrect and non-working solution. Â Exe just activate transparent water. Use Run OFP button to see transparent water. Â
×