Skip to content

Commit

Permalink
Update PatchT4Branding.cpp
Browse files Browse the repository at this point in the history
Intro video re-enabled upon starting game
  • Loading branch information
JBShady authored Sep 22, 2022
1 parent ff9c49e commit e0cf793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t4m/PatchT4Branding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const char* SetShortVersion();
void PatchT4_Branding()
{
// TODO: Replace shortversion DVars and other version related locations
nop(0x59D68B, 5); // don't play intro video
// nop(0x59D68B, 5); // intro video re-enabled because it's cool
nop(0x5FD91B, 5); // disable pc_newversionavailable check
PatchMemory(0x851208, (PBYTE)CONSOLEVERSION_STR, 14); // change the console input version
PatchMemory(0x871EE8, (PBYTE)va("T4-SP (r%i)\n", VERSION), 32);
Expand All @@ -33,4 +33,4 @@ const char* SetConsoleVersion()
const char* SetShortVersion()
{
return va(SHORTVERSION_STR);
}
}

0 comments on commit e0cf793

Please sign in to comment.