-
Notifications
You must be signed in to change notification settings - Fork 0
Home ‐ General Tips ‐ Troubleshooting ‐ etc
#xoxor4d edited this page Jan 23, 2024
·
1 revision
- Captures taken in cod-waw currently need be in in the USDA format (plain text) so that they can be edited. This is because the remix runtime currently puts the non-utf8 character (Copyright (R) - ®), found in the window title of cod-waw, into the
lightspeed_game_name
string variable.- 1 ) edit the file extension from
.usd
to.usda
before taking a capture in-game - 2 ) open the produced
.usda
file and changestring lightspeed_game_name = "Call of Duty\xae"
tostring lightspeed_game_name = "Call of Duty"
- 1 ) edit the file extension from
- Changing resolution or anything else that requires the game to semi-restart might crash the game
- use commandline arguments like
c:\path\CoDWaWmp.exe +set r_fullscreen 0
or edit your player config(appdata/local/Activision/CoDWaW/players/profile)
- use commandline arguments like