Skip to content

Commit

Permalink
New game version update (1.468105.SNOW_DLC_12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferrster committed Mar 8, 2024
1 parent fc538f3 commit 957208a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/dll/game_data/game_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ inline const float PowerCoefLowGear = .45f;
inline const float PowerCoefLowPlusGear = 1.f;
inline const float PowerCoefLowMinusGear = .2f;

SMGM_DECLARE_PTR(/* 0x2EBA438 */ /* 0x2EBDF48 */ 0x2EBEF68,
SMGM_DECLARE_PTR(/* 0x2EBDF48 */ /* 0x2EBEF68 */ 0x2EC36D8,
combine_TRUCK_CONTROL *, TruckControlPtr);
} // namespace GameRelatedData

SMGM_GAME_FUNCTION(/* 0xD58A00 */ /* 0xD5B770 */ 0xD5B450, void, SwitchAWD,
SMGM_GAME_FUNCTION(/* 0xD5B770 */ /* 0xD5B450 */ 0xD5D0B0, void, SwitchAWD,
Vehicle *, bool);
SMGM_GAME_FUNCTION(/* 0xD50F00 */ /* 0xD53B30 */ 0xD53780, bool, ShiftGear,
SMGM_GAME_FUNCTION(/* 0xD53B30 */ /* 0xD53780 */ 0xD55470, bool, ShiftGear,
Vehicle *, std::int32_t);
SMGM_GAME_FUNCTION(/* 0xD50C60 */ /* 0xD53890 */ 0xD534E0, std::int32_t,
SMGM_GAME_FUNCTION(/* 0xD53890 */ /* 0xD534E0 */ 0xD551D0, std::int32_t,
GetMaxGear, const Vehicle *);
SMGM_GAME_FUNCTION(/* 0xD50CB0 */ /* 0xD538E0 */ 0xD53530, void,
SMGM_GAME_FUNCTION(/* 0xD538E0 */ /* 0xD53530 */ 0xD55220, void,
ShiftToAutoGear, Vehicle *);
SMGM_GAME_FUNCTION(/* 0xD500A0 */ /* 0xD52CD0 */ 0xD52920, void, SetPowerCoef,
SMGM_GAME_FUNCTION(/* 0xD52CD0 */ /* 0xD52920 */ 0xD54610, void, SetPowerCoef,
Vehicle *, float);
SMGM_GAME_FUNCTION(/* 0xAD3EC0 */ /* 0xAD49F0 */ 0xAD5060, void,
SMGM_GAME_FUNCTION(/* 0xAD49F0 */ /* 0xAD6D40 */ 0xAD6D40, void,
SetCurrentVehicle, combine_TRUCK_CONTROL *, Vehicle *);
2 changes: 1 addition & 1 deletion src/dll/main.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void Init(HINSTANCE hinst, DWORD dwReason, LPVOID reserved) {
spdlog::set_level(spdlog::level::debug);
spdlog::set_pattern("[%H:%M:%S %z] [%n] [%^---%L---%$] [thread %t] %v");

LOG_DEBUG("SnowRunner Manual Gearbox v0.1.7");
LOG_DEBUG("SnowRunner Manual Gearbox v0.1.8");

DetourRestoreAfterWith();
DetourTransactionBegin();
Expand Down

0 comments on commit 957208a

Please sign in to comment.