Skip to content

Home ‐ General Tips ‐ Troubleshooting ‐ etc

#xoxor4d edited this page Jan 23, 2024 · 1 revision

General game specific tips

  • 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 change string lightspeed_game_name = "Call of Duty\xae" to string lightspeed_game_name = "Call of Duty"

  • 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)
Clone this wiki locally