File tree 2 files changed +16
-4
lines changed
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 51
51
uses : actions/upload-artifact@v4
52
52
with :
53
53
name : ${{matrix.configuration}}-binaries-p2-rtx
54
+ include-hidden-files : true
54
55
path : |
55
56
./assets/
56
57
79
80
embed-author-url : " https://github.com/xoxor4d/p2-rtx"
80
81
embed-title : " Successful build (release)"
81
82
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 }})"
Original file line number Diff line number Diff line change @@ -98,9 +98,12 @@ for Portal 2 (`bin/.trex/d3d9.dll`)
98
98
<br ></details >
99
99
100
100
101
- <details ><summary >Missing dependencies or similar error </summary >
101
+ <details ><summary >Crashing or similar issues </summary >
102
102
<br >
103
103
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 ... `
104
107
- Download and install [ DirectX End-User Runtimes (June 2010)] ( https://www.microsoft.com/en-ie/download/details.aspx?id=8109 )
105
108
106
109
<br ></details >
@@ -109,11 +112,19 @@ for Portal 2 (`bin/.trex/d3d9.dll`)
109
112
<details ><summary >Portals not showing up or looking incorrect</summary >
110
113
<br >
111
114
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
113
116
114
117
<br ></details >
115
118
116
119
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
+
117
128
<details ><summary >Game is too dark, sunlight is leaking on certain maps, textures look flat</summary >
118
129
<br >
119
130
@@ -143,4 +154,4 @@ for Portal 2 (`bin/.trex/d3d9.dll`)
143
154
![ img] ( .github/img/02.png )
144
155
![ img] ( .github/img/03.png )
145
156
![ img] ( .github/img/05.png )
146
- </div >
157
+ </div >
You can’t perform that action at this time.
0 commit comments