-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
__dofile__("./script/btl_SEDefine.txt"); //�r�d�萔 | ||
|
||
local path = "./se/normal_se/"; // �t�@�C���p�X�A�o�^���₷���悤�� | ||
local btlpath = "./se/battle_se/"; | ||
local chrpath = btlpath + "chr018/"; | ||
local spepath = path + "special/"; | ||
|
||
SeList_Table <- | ||
{ | ||
TableNum = 1, // SE�Z���N�g�Ƃ��ł̃v���O�������Q�Ɨp�A�e�[�u���ő�l�����Ă��� | ||
UseTable = 0, // ���Ԗڂ̃e�[�u�����g���� | ||
Path = [], // �p�X�ݒ�ȗ����p | ||
Status = [], // ���ۂɍĐ����Ɏg����z�� | ||
}; | ||
|
||
SeList_Table.Path.append( path ); //Path[0] | ||
SeList_Table.Path.append( chrpath ); //Path[1] | ||
SeList_Table.Path.append( btlpath ); //Path[2] | ||
SeList_Table.Path.append( spepath ); //Path[3] | ||
|
||
SeList_Table.Status.resize(200); // �m�� | ||
// local st = SeList_Table.Status; // �o�^���₷���悤�ɏȗ� | ||
local st = array(200,0); | ||
|
||
// local tnum = SeList_Table.UseTable; | ||
// SeFunc.SetParam(31,tnum);//�o�g��sq�Q�Ɨp�ɒl��߂� | ||
|
||
// �z��⑫ | ||
// [0]�ėp, [1]�V�G�� | ||
|
||
|
||
|
||
//�ėp�G�t�F�N�g����Ă��̂Œ�`�K�{ | ||
st[20] = { volumetype=0, type=-1, file="Move_Landing", }; // ���n | ||
st[42] = { volumetype=0, type=-1, file="Move_Slide", }; // �O�_�b�V�� | ||
st[44] = { volumetype=0, type=-1, file="Move_DashStop" }; // �_�b�V����~ | ||
|
||
// SeList_Table.Status = SelectVoiceTable(st,tnum);//�g�p����e�[�u���𒊑I���ē���� |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.