Skip to content

Commit

Permalink
SE_List added
Browse files Browse the repository at this point in the history
  • Loading branch information
Petrikow committed Jul 9, 2023
1 parent d2e78bb commit 5914086
Show file tree
Hide file tree
Showing 24 changed files with 9,583 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EN/BattleRes/talk/script/chr005/talk_chr005_90.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Roa
*/
As suspected, with her real form unleashed, I no longer
stand a chance. Even with all my magic circuits
put to defense, I wonder how many seconds will I last?
put to defense, I wonder how many seconds I will last?

\\@GO_SUB@<"RoaOUT_Face0_L">

Expand Down
4 changes: 2 additions & 2 deletions EN/BattleRes/talk/script/chr014/talk_chr014_50_07.txt
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Roa
だいたいさぁ―――なんだよその若作り!
いつまでもクリスマスって歳でもねえだろ?
*/
And c'mon...! That youthful appearance isn't fooling anyone!
And c'mon! That youthful appearance isn't fooling anyone!
Do you intend to be at the age of that Christmas forever?

/*-comment-
Expand Down Expand Up @@ -545,7 +545,7 @@ Dead_Noel
そのために吸血鬼になったんだから……!
*/
And that will go on forever!
That's why I became a vampire...!
That's why I became a vampire!

\\@BGM_STOP@<0>
\e
Expand Down
505 changes: 505 additions & 0 deletions SE_list/chr000_se_list.txt

Large diffs are not rendered by default.

546 changes: 546 additions & 0 deletions SE_list/chr001_se_list.txt

Large diffs are not rendered by default.

455 changes: 455 additions & 0 deletions SE_list/chr002_se_list.txt

Large diffs are not rendered by default.

658 changes: 658 additions & 0 deletions SE_list/chr003_se_list.txt

Large diffs are not rendered by default.

545 changes: 545 additions & 0 deletions SE_list/chr004_se_list.txt

Large diffs are not rendered by default.

446 changes: 446 additions & 0 deletions SE_list/chr005_se_list.txt

Large diffs are not rendered by default.

393 changes: 393 additions & 0 deletions SE_list/chr006_se_list.txt

Large diffs are not rendered by default.

454 changes: 454 additions & 0 deletions SE_list/chr008_se_list.txt

Large diffs are not rendered by default.

396 changes: 396 additions & 0 deletions SE_list/chr009_se_list.txt

Large diffs are not rendered by default.

466 changes: 466 additions & 0 deletions SE_list/chr010_se_list.txt

Large diffs are not rendered by default.

560 changes: 560 additions & 0 deletions SE_list/chr011_se_list.txt

Large diffs are not rendered by default.

374 changes: 374 additions & 0 deletions SE_list/chr012_se_list.txt

Large diffs are not rendered by default.

433 changes: 433 additions & 0 deletions SE_list/chr013_se_list.txt

Large diffs are not rendered by default.

404 changes: 404 additions & 0 deletions SE_list/chr014_se_list.txt

Large diffs are not rendered by default.

461 changes: 461 additions & 0 deletions SE_list/chr015_se_list.txt

Large diffs are not rendered by default.

499 changes: 499 additions & 0 deletions SE_list/chr016_se_list.txt

Large diffs are not rendered by default.

363 changes: 363 additions & 0 deletions SE_list/chr017_se_list.txt

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions SE_list/chr018_se_list.txt
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���ē����
454 changes: 454 additions & 0 deletions SE_list/chr019_se_list.txt

Large diffs are not rendered by default.

379 changes: 379 additions & 0 deletions SE_list/chr020_se_list.txt

Large diffs are not rendered by default.

365 changes: 365 additions & 0 deletions SE_list/chr021_se_list.txt

Large diffs are not rendered by default.

386 changes: 386 additions & 0 deletions SE_list/chr022_se_list.txt

Large diffs are not rendered by default.

0 comments on commit 5914086

Please sign in to comment.