Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Feb 10, 2024
1 parent 7533687 commit f8531b2
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Challenge mode for Portal 2 mods.
## Requirements

- Portal 2 installed
- [SourceAutoRecord 1.13.0+]
- [SourceAutoRecord 1.13+]

[SourceAutoRecord 1.13.0+]: https://sar.portal2.sr
[SourceAutoRecord 1.13+]: https://sar.portal2.sr

## Supported Mods

Expand Down Expand Up @@ -50,6 +50,7 @@ Challenge mode for Portal 2 mods.
- Create a new folder called `cmm`
- Extract all files from the downloaded archive into `cmm`
- Copy `portal2_dlc1` from `Portal 2` into the game's folder
- Move `cmm/challenge_maplist.txt` to replace `portal2_dlc1/challenge_maplist.txt`
- Modify `gameinfo.txt` in `portal_stories`
- Add `mod cmm` before `game |gameinfo_path|.`
- Add `game portal2_dlc1` before `game portal2_dlc2`
Expand All @@ -60,6 +61,16 @@ Challenge mode for Portal 2 mods.

Revert above steps + "Verify integrity of game files" via Steam.

## Contributing

[Deno] is required to pack the VPK files and when working with the installer.

[Deno]: https://deno.com

- Use `deno task pack` to create the VPK files.
- Move the created files into the game's `cmm` folder.
- The installer can be tested with: `deno task run`

## Credits

- Rex (menu)
Expand Down

0 comments on commit f8531b2

Please sign in to comment.