Skip to content

Commit 82fe151

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents ef38d02 + 147035d commit 82fe151

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.github/workflows/build-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: actions/upload-artifact@v4
5252
with:
5353
name: ${{matrix.configuration}}-binaries-p2-rtx
54+
include-hidden-files: true
5455
path: |
5556
./assets/
5657
@@ -79,4 +80,4 @@ jobs:
7980
embed-author-url: "https://github.com/xoxor4d/p2-rtx"
8081
embed-title: "Successful build (release)"
8182
embed-color: 0x119bcf
82-
embed-description: "${{ env.GIT_TAG }} - [Workflow Link](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
83+
embed-description: "${{ env.GIT_TAG }} - [Workflow Link](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"

README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,12 @@ for Portal 2 (`bin/.trex/d3d9.dll`)
9898
<br></details>
9999

100100

101-
<details><summary>Missing dependencies or similar error</summary>
101+
<details><summary>Crashing or similar issues</summary>
102102
<br>
103103

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

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

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

114117
<br></details>
115118

116119

120+
<details><summary>No sound</summary>
121+
<br>
122+
123+
- Either copy `_master.cache` from `root/portal2/maps/soundcache` to `root/portal2_dlc3/maps/soundcache`
124+
- Or paste this into the in-game console and execute: `snd_rebuildaudiocache;snd_updateaudiocache;exit`
125+
126+
<br></details>
127+
117128
<details><summary>Game is too dark, sunlight is leaking on certain maps, textures look flat</summary>
118129
<br>
119130

@@ -143,4 +154,4 @@ for Portal 2 (`bin/.trex/d3d9.dll`)
143154
![img](.github/img/02.png)
144155
![img](.github/img/03.png)
145156
![img](.github/img/05.png)
146-
</div>
157+
</div>

0 commit comments

Comments
 (0)