Could you please add the following CDirectorSurvivalMode stuff? Appreciate a lot.
Code:
"Games"
{
"left4dead2"
{
"Offsets"
{
"SurvivalModePtr" // Address
{
"windows" "1600"
"linux" "1600"
}
/**
* Search string "#Survival_Spawn_Start_Warning"
* Used in-game to count down till holdout starts
*
* CountdownTimer::Now((CDirectorSurvivalMode *)((char *)this + 68));
*/
"L4D2CountdownTimer_SurvivalSetupTimer" // CountdownTimer
{
"windows" "68"
"linux" "68"
}
/**
* Search string "#Survival_Spawn_Start_Warning"
* Used in-game to notify players the remaining time before holdout starts
*
* Vscript entry: "DirectorOptions.SurvivalSetupTime"
* ConVar: "director_survival_setup_time"
*
* .text:008AF615 sub dword ptr [ebx+9Ch], 0Ah
*/
"CDirectorSurvivalMode::m_iSetupNotifyTime" // integer
{
"windows" "156"
"linux" "156"
}
}
}
}
Edit: Seems not existing in L4D1.