Skip to content

Commit 128cee7

Browse files
committed
Submodule and demos are updated
* IEEE PCVI Version 1.0.0 * Demos have been adapted to the new IEEE PCVI version
1 parent 4f1e667 commit 128cee7

File tree

9 files changed

+57
-5
lines changed

9 files changed

+57
-5
lines changed

Demos/Demo_BGEE/Create_and_Distribute.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,19 @@ Set voxSelectNames=!_VoxSelectNames
223223
Set sounds=!_Sounds
224224
Set positions=!_Positions
225225

226+
REM ----------
227+
REM OGG to WAV
228+
REM ----------
229+
for /F "tokens=2 delims==" %%l in ('Set languages[') do (
230+
REM --------------------------------------------
231+
REM Changes path to rename sound files extension
232+
REM --------------------------------------------
233+
cd "%VOX_FOLDER%\%%l"
234+
REM Reads all WAV files in folder and renames them accordingly.
235+
For %%c in (*.ogg) Do (
236+
REN "%%c" "%%~nc.wav")
237+
)
238+
)
226239

227240
REM ---------------------
228241
REM Main Loop (Languages)

Demos/Demo_BGEE/setup-Demo_BGEE.tp2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// -----------
55
BACKUP ~weidu_external/demo_bgee/backup~ // %MOD_FOLDER% doesn't work here
66
AUTHOR ~Incrementis (incrementis@gmail.com)~
7-
VERSION ~v0.29.24~
7+
VERSION ~v0.33.33~
88
AUTO_EVAL_STRINGS// This will prevent the need of EVAL for string variables
99

1010

Demos/Demo_BGIIEE/Create_and_Distribute.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,19 @@ Set voxSelectNames=!_VoxSelectNames
223223
Set sounds=!_Sounds
224224
Set positions=!_Positions
225225

226+
REM ----------
227+
REM OGG to WAV
228+
REM ----------
229+
for /F "tokens=2 delims==" %%l in ('Set languages[') do (
230+
REM --------------------------------------------
231+
REM Changes path to rename sound files extension
232+
REM --------------------------------------------
233+
cd "%VOX_FOLDER%\%%l"
234+
REM Reads all WAV files in folder and renames them accordingly.
235+
For %%c in (*.ogg) Do (
236+
REN "%%c" "%%~nc.wav")
237+
)
238+
)
226239

227240
REM ---------------------
228241
REM Main Loop (Languages)

Demos/Demo_BGIIEE/setup-Demo_BGIIEE.tp2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// -----------
55
BACKUP ~weidu_external/demo_bg2ee/backup~ // %MOD_FOLDER% doesn't work here
66
AUTHOR ~Incrementis (incrementis@gmail.com)~
7-
VERSION ~v0.29.23~
7+
VERSION ~v0.33.33~
88
AUTO_EVAL_STRINGS// This will prevent the need of EVAL for string variables
99

1010

Demos/Demo_IWDEE/Create_and_Distribute.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,19 @@ Set voxSelectNames=!_VoxSelectNames
223223
Set sounds=!_Sounds
224224
Set positions=!_Positions
225225

226+
REM ----------
227+
REM OGG to WAV
228+
REM ----------
229+
for /F "tokens=2 delims==" %%l in ('Set languages[') do (
230+
REM --------------------------------------------
231+
REM Changes path to rename sound files extension
232+
REM --------------------------------------------
233+
cd "%VOX_FOLDER%\%%l"
234+
REM Reads all WAV files in folder and renames them accordingly.
235+
For %%c in (*.ogg) Do (
236+
REN "%%c" "%%~nc.wav")
237+
)
238+
)
226239

227240
REM ---------------------
228241
REM Main Loop (Languages)

Demos/Demo_IWDEE/setup-Demo_IWDEE.tp2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// -----------
55
BACKUP ~weidu_external/demo_iwdee/backup~ // %MOD_FOLDER% doesn't work here
66
AUTHOR ~Incrementis (incrementis@gmail.com)~
7-
VERSION ~v0.29.23~
7+
VERSION ~v0.33.33~
88
AUTO_EVAL_STRINGS// This will prevent the need of EVAL for string variables
99

1010

Demos/Demo_SoD/Create_and_Distribute.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,19 @@ Set voxSelectNames=!_VoxSelectNames
223223
Set sounds=!_Sounds
224224
Set positions=!_Positions
225225

226+
REM ----------
227+
REM OGG to WAV
228+
REM ----------
229+
for /F "tokens=2 delims==" %%l in ('Set languages[') do (
230+
REM --------------------------------------------
231+
REM Changes path to rename sound files extension
232+
REM --------------------------------------------
233+
cd "%VOX_FOLDER%\%%l"
234+
REM Reads all WAV files in folder and renames them accordingly.
235+
For %%c in (*.ogg) Do (
236+
REN "%%c" "%%~nc.wav")
237+
)
238+
)
226239

227240
REM ---------------------
228241
REM Main Loop (Languages)

Demos/Demo_SoD/setup-Demo_SoD.tp2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// -----------
55
BACKUP ~weidu_external/demo_sod/backup~ // %MOD_FOLDER% doesn't work here
66
AUTHOR ~Incrementis (incrementis@gmail.com)~
7-
VERSION ~v0.29.24~
7+
VERSION ~v0.33.33~
88
AUTO_EVAL_STRINGS// This will prevent the need of EVAL for string variables
99

1010

0 commit comments

Comments
 (0)