Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxor4d committed Jan 21, 2025
2 parents ef38d02 + 147035d commit 82fe151
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{matrix.configuration}}-binaries-p2-rtx
include-hidden-files: true
path: |
./assets/
Expand Down Expand Up @@ -79,4 +80,4 @@ jobs:
embed-author-url: "https://github.com/xoxor4d/p2-rtx"
embed-title: "Successful build (release)"
embed-color: 0x119bcf
embed-description: "${{ env.GIT_TAG }} - [Workflow Link](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
embed-description: "${{ env.GIT_TAG }} - [Workflow Link](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,12 @@ for Portal 2 (`bin/.trex/d3d9.dll`)
<br></details>


<details><summary>Missing dependencies or similar error</summary>
<details><summary>Crashing or similar issues</summary>
<br>

- Make sure that you have no clipping software such as "medal" running in the background
- Run the launcher with admin rights (only required if your game is installed within `Program Files`)
- Make sure that the title of the portal 2 window changes to `Portal 2 - RTX ...`
- Download and install [DirectX End-User Runtimes (June 2010)](https://www.microsoft.com/en-ie/download/details.aspx?id=8109)

<br></details>
Expand All @@ -109,11 +112,19 @@ for Portal 2 (`bin/.trex/d3d9.dll`)
<details><summary>Portals not showing up or looking incorrect</summary>
<br>

- Make sure that you installed the `_remix_mod.zip`. See [Issue #13](https://github.com/xoxor4d/p2-rtx/issues/13)
- Make sure that you installed the [base-remix-mod](https://github.com/xoxor4d/p2-rtx-base-mod) as stated in the release notes

<br></details>


<details><summary>No sound</summary>
<br>

- Either copy `_master.cache` from `root/portal2/maps/soundcache` to `root/portal2_dlc3/maps/soundcache`
- Or paste this into the in-game console and execute: `snd_rebuildaudiocache;snd_updateaudiocache;exit`

<br></details>

<details><summary>Game is too dark, sunlight is leaking on certain maps, textures look flat</summary>
<br>

Expand Down Expand Up @@ -143,4 +154,4 @@ for Portal 2 (`bin/.trex/d3d9.dll`)
![img](.github/img/02.png)
![img](.github/img/03.png)
![img](.github/img/05.png)
</div>
</div>

0 comments on commit 82fe151

Please sign in to comment.