Portal64/vpk/add_vpk_here.md

49 lines
1.2 KiB
Markdown
Raw Normal View History

# Source Portal Files
Copy the entire Portal folder, or create a symbolic link, in this folder
2023-10-20 05:56:31 -04:00
```
ln -s SteamLibrary\steamapps\common\Portal\ Portal
```
- If you want multi-language support, copy `portal_sound_vo_*.vpk` files commonly found in `SteamLibrary\steamapps\common\Portal\` to this directory.
(these files need to be copied, because the original Portal keeps only the files of ONE language at a time)
2023-10-08 06:25:09 -04:00
2023-10-08 07:07:27 -04:00
- German:
```
portal/portal_sound_vo_german_000.vpk
portal/portal_sound_vo_german_dir.vpk
```
- French:
```
portal/portal_sound_vo_french_000.vpk
portal/portal_sound_vo_french_dir.vpk
```
- Russian:
```
portal/portal_sound_vo_russian_000.vpk
portal/portal_sound_vo_russian_dir.vpk
```
- Spanish:
```
portal/portal_sound_vo_spanish_000.vpk
portal/portal_sound_vo_spanish_dir.vpk
```
The end results should be a folder structure like this
```
vpk/
Portal/ -- symbolic link to Portal
portal_sound_vo_german_000.vpk
portal_sound_vo_german_dir.vpk
portal_sound_vo_french_000.vpk
portal_sound_vo_french_dir.vpk
2023-10-20 05:56:31 -04:00
portal_sound_vo_russian_000.vpk
portal_sound_vo_russian_dir.vpk
portal_sound_vo_spanish_000.vpk
portal_sound_vo_spanish_dir.vpk
```