Friday, February 10, 2017

【Works】Tactical Combat Prototypingsの解説動画を作成しました

Tactical Combat Prototypings(戦術デザインプロトタイプ)の
解説動画を作成しました。
敵の弱点を点いて有効打を与える方法を、ゲームデザインに落とし込み、
実際にプレイできるようにして実験・検証する試みです。

Tactical Combat Prototypings~道具編~ 

Tactical Combat Prototypings~地形編~

Tactical Combat Prototypings~心理編~

Thursday, February 9, 2017

【Works】CodeGenerator1.0

Here I show you my original developing tool. Please try this, if you like.

・Automatic script generation









・Table generation




CodeGenerator is an automatic code generating tool based on MS Excel.

Features:
1.The tool support to generate multiple scripts,
     according to data composition on MS Excel.
     The scripts are generated from templates you defined.
2.The tool makes it possible to generate table-formatted code,
     according to data composition on MS Excel.

Download
https://www.dropbox.com/s/mr0vg28b5wgvw6p/CodeGenerator_1.0.zip?dl=0

The tool supports following merits:

・You can edit hierarchical code in matrix view that is clear to see.
  It allows you to work safely.
・The tool makes it possible to process mass data handily.
・It allows your team to overcome the difference of way of coding among members.
・The tool works light and fast that it effectively works on low spec computers.

Only Lua format is solely supported on ver.1.0.
Other file formats will be supported in the future.

Wednesday, February 8, 2017

【Works】CodeGenerator1.0

自作ツールをちょっと公開。良ければお試しください。


・スクリプト自動生成機能









・テーブル生成機能




CodeGeneratorはエクセルを拡張して作成した、コード生成ツールです。

機能:
1.エクセルの並びに合わせたディレクトリ構成で複数のスクリプトを自動生成します。
   スクリプトはテンプレートを元に作成します。
2.エクセルの並びに従ってテーブル形式のコードを自動生成します。

Download(ダウンロード先):
https://www.dropbox.com/s/mr0vg28b5wgvw6p/CodeGenerator_1.0.zip?dl=0

このツールの特徴は以下の点にあります。
・階層型のコードを見やすいマトリクス形式で編集できるので、
 間違いが起きにくく安全に作業しやすい
・大量のデータを一括で処理できるので、効率的
・コーダーによって書き方に違いが出ないのでミスを予防しやすく、
 チーム作業での運用に適している
・動作が軽いのでマシンスペックに左右されない

Ver 1.0で対応しているファイル形式はLuaだけです。
その他のフォーマットにもそのうち対応する予定です。

=================================================================================
【使用方法解説動画】

・スクリプト自動生成編

・テーブル生成編