Files
nunuhara_xsystem4/test/Source/System/System42/System40.ini
T
Nunuhara Cabbage 82c3f81d52 Add rudimentary unit testing via AIN file
Building 'test/test.pje' with the SDK compiler produces a file at
'test/Run/test.ain' which can be run with xsystem4 to test various
features.

Not the greatest testing method, but it works.
2019-10-16 20:16:19 -07:00

43 lines
657 B
INI
Executable File

; ★ System4.0 初期設定ファイル ★
; このファイルの中身は書き換えないで下さい
; iniファイルバージョン
IniFileVersion = 1
; 初期ビューサイズ
ViewWidth = 800
ViewHeight = 600
; ゲーム名
GameName = "test"
; レジストリ名
RegName = "Software\nunuhara\test"
; コード名
CodeName = "test.ain"
; VM設定
MainVM = "Sys42VM"
; セーブフォルダ設定
SaveFolder = "SaveData"
; DLLフォルダ設定
DLL = "DLL"
; スキップ名設定
MsgSkipName = "既読スキップ"
; 音楽設定
UseCD = false
; ジョイパッド設定
UseJoypad = true
; ボリュームバランサー設定
VolumeValancer[0] = "BGM"
VolumeValancer[1] = "効果音"
; end of file