mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 23:42:07 +00:00
2.4 asset hashes, at least for smoke testing
This commit is contained in:
parent
efea02d41f
commit
0fa90c8342
1 changed files with 3 additions and 2 deletions
|
|
@ -115,7 +115,7 @@ extern "C" consvar_t cv_lua_profile, cv_menuframeskip;
|
||||||
#define ASSET_HASH_TEXTURES_ORIGINALZONES_PK3 "f15f974dbd17c9ce1b60bf31cf12d246"
|
#define ASSET_HASH_TEXTURES_ORIGINALZONES_PK3 "f15f974dbd17c9ce1b60bf31cf12d246"
|
||||||
#define ASSET_HASH_CHARS_PK3 "5c8c34c5623acf984e3f654da4509126"
|
#define ASSET_HASH_CHARS_PK3 "5c8c34c5623acf984e3f654da4509126"
|
||||||
#define ASSET_HASH_FOLLOWERS_PK3 "4b61428e5f2ec806de398de8a5fba5f0"
|
#define ASSET_HASH_FOLLOWERS_PK3 "4b61428e5f2ec806de398de8a5fba5f0"
|
||||||
#define ASSET_HASH_MAPS_PK3 "d744ac9747e078220a986ab295721182"
|
#define ASSET_HASH_MAPS_PK3 "5dabba64c503e9ef1e25ca9ee41d0d76"
|
||||||
#define ASSET_HASH_UNLOCKS_PK3 "a4de35ba9f83829ced44dfc1316ba33e"
|
#define ASSET_HASH_UNLOCKS_PK3 "a4de35ba9f83829ced44dfc1316ba33e"
|
||||||
#define ASSET_HASH_STAFFGHOSTS_PK3 "4248d1fb6eb14c6b359f739c118249cc"
|
#define ASSET_HASH_STAFFGHOSTS_PK3 "4248d1fb6eb14c6b359f739c118249cc"
|
||||||
#define ASSET_HASH_SHADERS_PK3 "bc0b47744d457956db2ee9ea00f59eff"
|
#define ASSET_HASH_SHADERS_PK3 "bc0b47744d457956db2ee9ea00f59eff"
|
||||||
|
|
@ -123,6 +123,7 @@ extern "C" consvar_t cv_lua_profile, cv_menuframeskip;
|
||||||
#define ASSET_HASH_PATCH_PK3 "00000000000000000000000000000000"
|
#define ASSET_HASH_PATCH_PK3 "00000000000000000000000000000000"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Version numbers for netplay :upside_down_face:
|
// Version numbers for netplay :upside_down_face:
|
||||||
int VERSION;
|
int VERSION;
|
||||||
int SUBVERSION;
|
int SUBVERSION;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue