「VAS」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「== Virtual Ammobox System JP ==」) |
|||
(同じ利用者による、間の2版が非表示) | |||
1行目: | 1行目: | ||
+ | [[Category:ARMA3]] | ||
== Virtual Ammobox System JP == | == Virtual Ammobox System JP == | ||
+ | [[ファイル:Vasjp.png|600px|フレームなし|中央]] | ||
+ | === 概要 === | ||
+ | [http://www.armaholic.com/page.php?id=19134 Virtual Ammobox System (VAS) - Scripts - Armaholic]の日本語対応プラスリサイズ版 | ||
+ | |||
+ | VAS v2.5ベース | ||
+ | === 使い方 === | ||
+ | VASフォルダをミッションフォルダに入れ | ||
+ | |||
+ | '''description.ext''' に以下を追記 | ||
+ | <pre> | ||
+ | #include "VAS\menu.hpp" | ||
+ | class CfgFunctions | ||
+ | { | ||
+ | #include "VAS\cfgfunctions.hpp" | ||
+ | };</pre> | ||
+ | |||
+ | そしてエディター上で任意のオブジェクトのinit欄に以下を追記 | ||
+ | <pre> | ||
+ | this addAction["<t color='#ff1111'>Virtual Ammobox</t>", "VAS\open.sqf"]; | ||
+ | </pre> | ||
+ | === ダウンロード === | ||
+ | [http://macchky.net/dl/VASJPmod.zip VASJPmod.zip] |
2015年3月20日 (金) 03:52時点における最新版
Virtual Ammobox System JP
概要
Virtual Ammobox System (VAS) - Scripts - Armaholicの日本語対応プラスリサイズ版
VAS v2.5ベース
使い方
VASフォルダをミッションフォルダに入れ
description.ext に以下を追記
#include "VAS\menu.hpp" class CfgFunctions { #include "VAS\cfgfunctions.hpp" };
そしてエディター上で任意のオブジェクトのinit欄に以下を追記
this addAction["<t color='#ff1111'>Virtual Ammobox</t>", "VAS\open.sqf"];