Skip to content

Commit e1bd5c9

Browse files
committed
ditto
1 parent 3e7e2c3 commit e1bd5c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It was written purely with Portal: Singularity Collapse in mind, so it doesn't o
1414
For invoke options, please run `CCAutoVCD.exe -h`, this will view the help message.
1515

1616
General usage is `CCAutoVCD.exe -game <path> <template_path>`. These two arguments are required for this program to work.
17-
- `-game <path>` is used to determine the main folder of your mod. Any file writing/reading will happen only to that folder and its subfolders.
17+
- `-game <path>` is used to determine the main folder of your mod. Any internal file writing/reading will happen only to that folder and its subfolders.
1818
- `<template_path>` is the path to template files (`.template`) that contain definitions for CCAutoVCD to work with. This can be located anywhere and it's not required to be inside the game directory.
1919

2020
### Prerequisites
@@ -74,7 +74,7 @@ Let's go over it line by line:
7474
**OPTIONAL** | Used in combination with the `"speaker"` key. CCAutoVCD will automatically load the **compiled** map if this is specified and look for the speakers.
7575

7676
#### "speaker" "@speaker_elie"
77-
**OPTIONAL** | Used in combination with `"map"` key. When a map is specified and this is set to a targetname of a valid entity in a compiled map, CCAutoVCD will automatically spatialize the sound to come out of the entities with this targetname. Maximum count of such entities is 7.
77+
**OPTIONAL** | Used in combination with `"map"` key. When a map is specified and this is set to a targetname of a valid entity in a compiled map, CCAutoVCD will automatically spatialize the sound to come out of the entities with this targetname. Maximum count of such entities is 7. This information is baked into soundscript definitions directly, so remember to re-run CCAutoVCD whenever you update the location of such entities!
7878

7979
#### "wave" "vo/elie/elie_intro.flac"
8080
**REQUIRED** | This is the actual sound file of this line. This file's duration is then used to determine how long the scene lasts and how long the subtitles show in game. This file will only be searched for in the `<game>` directory, it won't be searched for in any other mounted content!

0 commit comments

Comments
 (0)