Skip to content

Commit 283d2b5

Browse files
committed
Adds the latest submodule of IEEE PCVI.
Also fixes a bug in the demos related to the latest update to IEEE PCVI.
1 parent 128cee7 commit 283d2b5

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

Demos/Demo_BGEE/Create_and_Distribute.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
230230
REM --------------------------------------------
231231
REM Changes path to rename sound files extension
232232
REM --------------------------------------------
233-
cd "%VOX_FOLDER%\%%l"
233+
cd %VOX_FOLDER%\%%l
234234
REM Reads all WAV files in folder and renames them accordingly.
235235
For %%c in (*.ogg) Do (
236236
REN "%%c" "%%~nc.wav")
@@ -262,7 +262,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
262262
REM Changes path to read sound files
263263
REM --------------------------------
264264
REM https://ss64.com/nt/dir.html; bare(/b) file sorted by name(/o:n)
265-
cd "%VOX_FOLDER%\%%l"
265+
cd %VOX_FOLDER%\%%l
266266
set countedFiles=0
267267
Set index=0
268268
for /f "tokens=*" %%s in ('dir /b /o:n "*.wav"') do (
@@ -277,7 +277,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
277277
REM -----------------------------------------------------------
278278
REM Changes path to create init-file to fill it with WeiDU code
279279
REM -----------------------------------------------------------
280-
cd "%MOD_FOLDER%\%%l"
280+
cd %MOD_FOLDER%\%%l
281281
Copy NUL "InitVoxArrays.tpa"
282282
REM --------------------------
283283
REM INITIALIZE DYN ARRAY TEXTS
@@ -444,7 +444,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
444444
REM -----------------------------
445445
REM Redistributes all sound files
446446
REM -----------------------------
447-
cd "%VOX_FOLDER%\%%l"
447+
cd %VOX_FOLDER%\%%l
448448
REM https://ss64.com/nt/move.html; https://ss64.com/nt/if.html
449449
REM https://stackoverflow.com/questions/26391925/in-a-batch-file-how-do-you-verify-part-of-a-filename-matches-a-given-string
450450
for /F "tokens=2 delims==" %%w in ('Set soundsetFiles[') do (

Demos/Demo_BGIIEE/Create_and_Distribute.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
230230
REM --------------------------------------------
231231
REM Changes path to rename sound files extension
232232
REM --------------------------------------------
233-
cd "%VOX_FOLDER%\%%l"
233+
cd %VOX_FOLDER%\%%l
234234
REM Reads all WAV files in folder and renames them accordingly.
235235
For %%c in (*.ogg) Do (
236236
REN "%%c" "%%~nc.wav")
@@ -262,7 +262,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
262262
REM Changes path to read sound files
263263
REM --------------------------------
264264
REM https://ss64.com/nt/dir.html; bare(/b) file sorted by name(/o:n)
265-
cd "%VOX_FOLDER%\%%l"
265+
cd %VOX_FOLDER%\%%l
266266
set countedFiles=0
267267
Set index=0
268268
for /f "tokens=*" %%s in ('dir /b /o:n "*.wav"') do (
@@ -277,7 +277,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
277277
REM -----------------------------------------------------------
278278
REM Changes path to create init-file to fill it with WeiDU code
279279
REM -----------------------------------------------------------
280-
cd "%MOD_FOLDER%\%%l"
280+
cd %MOD_FOLDER%\%%l
281281
Copy NUL "InitVoxArrays.tpa"
282282
REM --------------------------
283283
REM INITIALIZE DYN ARRAY TEXTS
@@ -444,7 +444,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
444444
REM -----------------------------
445445
REM Redistributes all sound files
446446
REM -----------------------------
447-
cd "%VOX_FOLDER%\%%l"
447+
cd %VOX_FOLDER%\%%l
448448
REM https://ss64.com/nt/move.html; https://ss64.com/nt/if.html
449449
REM https://stackoverflow.com/questions/26391925/in-a-batch-file-how-do-you-verify-part-of-a-filename-matches-a-given-string
450450
for /F "tokens=2 delims==" %%w in ('Set soundsetFiles[') do (

Demos/Demo_IWDEE/Create_and_Distribute.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
230230
REM --------------------------------------------
231231
REM Changes path to rename sound files extension
232232
REM --------------------------------------------
233-
cd "%VOX_FOLDER%\%%l"
233+
cd %VOX_FOLDER%\%%l
234234
REM Reads all WAV files in folder and renames them accordingly.
235235
For %%c in (*.ogg) Do (
236236
REN "%%c" "%%~nc.wav")
@@ -262,7 +262,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
262262
REM Changes path to read sound files
263263
REM --------------------------------
264264
REM https://ss64.com/nt/dir.html; bare(/b) file sorted by name(/o:n)
265-
cd "%VOX_FOLDER%\%%l"
265+
cd %VOX_FOLDER%\%%l
266266
set countedFiles=0
267267
Set index=0
268268
for /f "tokens=*" %%s in ('dir /b /o:n "*.wav"') do (
@@ -277,7 +277,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
277277
REM -----------------------------------------------------------
278278
REM Changes path to create init-file to fill it with WeiDU code
279279
REM -----------------------------------------------------------
280-
cd "%MOD_FOLDER%\%%l"
280+
cd %MOD_FOLDER%\%%l
281281
Copy NUL "InitVoxArrays.tpa"
282282
REM --------------------------
283283
REM INITIALIZE DYN ARRAY TEXTS
@@ -444,7 +444,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
444444
REM -----------------------------
445445
REM Redistributes all sound files
446446
REM -----------------------------
447-
cd "%VOX_FOLDER%\%%l"
447+
cd %VOX_FOLDER%\%%l
448448
REM https://ss64.com/nt/move.html; https://ss64.com/nt/if.html
449449
REM https://stackoverflow.com/questions/26391925/in-a-batch-file-how-do-you-verify-part-of-a-filename-matches-a-given-string
450450
for /F "tokens=2 delims==" %%w in ('Set soundsetFiles[') do (

Demos/Demo_SoD/Create_and_Distribute.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
230230
REM --------------------------------------------
231231
REM Changes path to rename sound files extension
232232
REM --------------------------------------------
233-
cd "%VOX_FOLDER%\%%l"
233+
cd %VOX_FOLDER%\%%l
234234
REM Reads all WAV files in folder and renames them accordingly.
235235
For %%c in (*.ogg) Do (
236236
REN "%%c" "%%~nc.wav")
@@ -262,7 +262,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
262262
REM Changes path to read sound files
263263
REM --------------------------------
264264
REM https://ss64.com/nt/dir.html; bare(/b) file sorted by name(/o:n)
265-
cd "%VOX_FOLDER%\%%l"
265+
cd %VOX_FOLDER%\%%l
266266
set countedFiles=0
267267
Set index=0
268268
for /f "tokens=*" %%s in ('dir /b /o:n "*.wav"') do (
@@ -277,7 +277,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
277277
REM -----------------------------------------------------------
278278
REM Changes path to create init-file to fill it with WeiDU code
279279
REM -----------------------------------------------------------
280-
cd "%MOD_FOLDER%\%%l"
280+
cd %MOD_FOLDER%\%%l
281281
Copy NUL "InitVoxArrays.tpa"
282282
REM --------------------------
283283
REM INITIALIZE DYN ARRAY TEXTS
@@ -444,7 +444,7 @@ for /F "tokens=2 delims==" %%l in ('Set languages[') do (
444444
REM -----------------------------
445445
REM Redistributes all sound files
446446
REM -----------------------------
447-
cd "%VOX_FOLDER%\%%l"
447+
cd %VOX_FOLDER%\%%l
448448
REM https://ss64.com/nt/move.html; https://ss64.com/nt/if.html
449449
REM https://stackoverflow.com/questions/26391925/in-a-batch-file-how-do-you-verify-part-of-a-filename-matches-a-given-string
450450
for /F "tokens=2 delims==" %%w in ('Set soundsetFiles[') do (

0 commit comments

Comments
 (0)