Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

patriot821

Member
  • Content Count

    7
  • Joined

  • Last visited

  • Medals

Everything posted by patriot821

  1. patriot821

    Tools Development Branch Discussion

    FSMEditorStartScript.bat didn't work in my computer. But the below code worked. ::::::::::::::::::::::::::::::::::::::::: :: file: FSMEditorStartScript.bat :: ====== :: Author: Julien `Tom_48_97` VIDA :: © 2015 Bohemia Interactive a.s. :: Description: :: Note: Solution based on Alwarren's script :: [url]http://forums.bistudio.com/showthread.php?179344-Tools-Development-Branch-Discussion&p=2881678&viewfull=1#post2881678[/url] :: Wiki: ::::::::::::::::::::::::::::::::::::::::: :: Small kid, after this line, GET OUT OF MY CODE ;-) @echo off color f1 mode con:cols=140 lines=60 title FSMEditor cls ::----------------------------------- :: PARAMETERS For /F "Tokens=2* skip=2" %%A In ('REG QUERY "HKEY_CURRENT_USER\Software\Bohemia Interactive\arma 3 tools" /v "path"') Do (set __DIRECTORY__="%%B") if defined __DIRECTORY__ (set [color="#FF0000"]__DIRECTORY__=%__DIRECTORY__%[/color]) else (set __DIRECTORY__=%~dp0) set __DRIVE__=%__DIRECTORY__:~0,2% ::----------------------------------- :: FIX PARAMETERS set __DRIVE__=%__DRIVE__:"=% set __DIRECTORY__=%__DIRECTORY__:"=% ::----------------------------------- :: Main %__DRIVE__%: cd "%__DIRECTORY__%" if exist FSMEditor (cd FSMEditor) cd start FSMEditor.exe %* In original code, double quotes were placed around the part of red in this code.
  2. Does this mod require CBA? Dialog pops up when starting ARMA3.
  3. patriot821

    A-10C for Arma 3

    I thank Peral for making A-10C!
  4. patriot821

    A-10C for Arma 3

    Did you set ejection seat arm handle to armed after setting up fuel system control? It will work if you precisely read STARTUP PROCEDURES at pdf-readme.
  5. Thank you for making this mod! This reproduce the medical treatment in a battlefield well. But I have a problem with ALPHA 4.3. A unit was dead immediately without black out and displaying time left. And a unit couldn't respawn. I wrote init.sqf: but it didn't worked. How shoud I solve this?
  6. patriot821

    A-10C for Arma 3

    How eagerly I have been waiting for your post! I am excited about next update.
  7. patriot821

    Authentic Gameplay Modification

    Hi, KoffeinFlummi. This mod is great for medical system and function to increase the reality. Then, I made a Japanese translation addon of this, may I release it in BI Forum? Thank you.
×