Error compiling pixel shader – Arma 2
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - "ArmA 2" to "Arma 2") |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
You're probably running the Official | You're probably running the Official Arma 2 Beta modfolder named "beta", while you did not adjust your shortcut appropriately | ||
e.g: | e.g: | ||
<pre>"C:\Program Files\Bohemia Interactive\ | <pre>"C:\Program Files\Bohemia Interactive\Arma 2\arma2.exe" -mod=beta</pre> | ||
should be: | should be: | ||
<pre>"C:\Program Files\Bohemia Interactive\ | <pre>"C:\Program Files\Bohemia Interactive\Arma 2\beta\arma2.exe" -mod=beta</pre> | ||
"Start in" must be: | |||
<pre>"C:\Program Files\Bohemia Interactive\Arma 2"</pre> | |||
Or remove beta from the -mod= parameter | |||
Also, please make sure the -mod= parameter is clean: | |||
bad: | |||
<pre>-mod=beta;test;</pre> | |||
good: | |||
<pre>-mod=beta;test</pre> | |||
[[Category:ArmA_2:_Troubleshooting]] |
Latest revision as of 19:23, 29 December 2020
You're probably running the Official Arma 2 Beta modfolder named "beta", while you did not adjust your shortcut appropriately e.g:
"C:\Program Files\Bohemia Interactive\Arma 2\arma2.exe" -mod=beta
should be:
"C:\Program Files\Bohemia Interactive\Arma 2\beta\arma2.exe" -mod=beta
"Start in" must be:
"C:\Program Files\Bohemia Interactive\Arma 2"
Or remove beta from the -mod= parameter
Also, please make sure the -mod= parameter is clean:
bad:
-mod=beta;test;
good:
-mod=beta;test