patriot821
Member-
Content Count
7 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout patriot821
-
Rank
Rookie
core_pfieldgroups_3
-
Interests
Toho Project, METAL GEAR, niconico
-
Occupation
not NEET
Contact Methods
-
Biography
Japanese.
-
Twitter
patriot821
-
Youtube
john3patriot
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
CatBook-Yi23332 started following patriot821
-
Tools Development Branch Discussion
patriot821 replied to pettka's topic in ARMA 3 - BI TOOLS - GENERAL
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. -
Laxemann's "Enhanced Soundscape" (L_ES) - Gun reverb and echo based on terrain
patriot821 replied to laxemann's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Does this mod require CBA? Dialog pops up when starting ARMA3. -
I thank Peral for making A-10C!
-
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.
-
[WIP] X39s Medical System 2 (XMS2)
patriot821 replied to x39's topic in ARMA 3 - ADDONS & MODS: COMPLETE
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? -
How eagerly I have been waiting for your post! I am excited about next update.
-
Authentic Gameplay Modification
patriot821 replied to koffeinflummi's topic in ARMA 3 - ADDONS & MODS: COMPLETE
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.