Skip to content

Left4Fix 1.1.0.0

Compare
Choose a tag to compare
@spumer spumer released this 10 May 09:49
· 37 commits to master since this release

Bugfixes:

  • Possible crash when team is switching

New features:

  • Now you can warp to each survivor by pressing E button while you are infected in ghost mode
  • Tiebreak mode is now working and logic changed to check chapter score equality instead of check the survivors count equal to 4 and used defibrillators is same as in different team
  • Added API to get completion score for each survivor (only for alive right now)
    • L4FIX_GetSurvivorScore
    • L4FIX_GetSupportedTeamSize
    • See usage example in left4fix_test.sp

Other:

  1. Code refactored and Linux and Windows versions are merged. Windows build will be ready only by request.
  2. Added new technique to detour single call of function inside other function insted of detour all calls.
  3. Gamedata was updated and NOT compatible with Left4Fix <= 1.0.0.7