Files
Nunuhara Cabbage edffc0ad76 Initial CALLHLL and Math.dll implementation
HLL libraries are compiled into the executable rather than dynamically
loaded as in early versions of System 4. These days AliceSoft does the
same thing.
2019-11-04 20:35:42 -08:00

48 lines
712 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"
; DLLファイル設定
LoadDLL = {
"SACT_DLL.inc",
}
; スキップ名設定
MsgSkipName = "既読スキップ"
; 音楽設定
UseCD = false
; ジョイパッド設定
UseJoypad = true
; ボリュームバランサー設定
VolumeValancer[0] = "BGM"
VolumeValancer[1] = "効果音"
; end of file