Skip to content

v1.15

Compare
Choose a tag to compare
@izawartka izawartka released this 01 Sep 21:34
· 44 commits to master since this release
d72df3e

GTA2 Trainer by masuo & h0x91b v1.15 (2022.09.01)

CHANGELOG:

1.14.1 -> 1.14.2

  • reversed more values in gta2.h
    • more CarPhysics
    • more PED_STATE3
    • more Ped
    • ...
  • added car Z axis teleporting
  • cursor icon changes when mouse control is enabled
  • Mouse steering fixes
  • Mouse steering in cars
  • currLastCar (and related) now reset if map changed
  • more stable car spawning

1.14.2 -> 1.15

  • added helper function GetPointInDistance
  • added game function fnSpawnObject
  • reversed more CarPhysics
  • added S33 to gta2.h
  • added objects spawning (!!!!!)
  • added more native cheats
  • added last spawned car quick spawning
  • added last spawned object quick spawning
  • cars spawn menu is now grouped alphabetically
  • added advanced car spawner (spawning arrays of cars)
  • improved names for native cheats
  • fixed crashing after reloading level sometimes
  • made SpawnCar more clear
  • changed command ranges of cmenus so more of them can be fit in the future
  • made cars models list a two arrays (int carids[] & LPCTSTR carnames[]) and temp. put them in MainWindow class
  • player's and car's rotation is now displayed in degrees