mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
RC7 Asset Hashes
This commit is contained in:
parent
8a55463587
commit
b10b845a05
1 changed files with 5 additions and 5 deletions
|
|
@ -107,17 +107,17 @@ extern "C" consvar_t cv_lua_profile, cv_menuframeskip;
|
||||||
/* Manually defined asset hashes
|
/* Manually defined asset hashes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ASSET_HASH_BIOS_PK3 "5f9093a5c6abfb77ab518ac530312564"
|
#define ASSET_HASH_BIOS_PK3 "36201c4690256d133dff7d3879436dff"
|
||||||
#define ASSET_HASH_SCRIPTS_PK3 "56be3c47192870c3265f19cf024e860e"
|
#define ASSET_HASH_SCRIPTS_PK3 "56be3c47192870c3265f19cf024e860e"
|
||||||
#define ASSET_HASH_GFX_PK3 "24a59ebaa74f253dbec55b00328accb9"
|
#define ASSET_HASH_GFX_PK3 "24a59ebaa74f253dbec55b00328accb9"
|
||||||
#define ASSET_HASH_TEXTURES_GENERAL_PK3 "609b683d3efc291ea28dd4e50d731f34"
|
#define ASSET_HASH_TEXTURES_GENERAL_PK3 "000d43f9b317b819936c73222c6e23c3"
|
||||||
#define ASSET_HASH_TEXTURES_SEGAZONES_PK3 "9c39dfc868680ffd5f44a7269971e419"
|
#define ASSET_HASH_TEXTURES_SEGAZONES_PK3 "9c39dfc868680ffd5f44a7269971e419"
|
||||||
#define ASSET_HASH_TEXTURES_ORIGINALZONES_PK3 "6c49b9b6e273efd79c51c25fed85b290"
|
#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 "bafab7e445c762de568294016ff6eefb"
|
#define ASSET_HASH_MAPS_PK3 "197c587c1e7fe38f327daa9b9baa0dcf"
|
||||||
#define ASSET_HASH_UNLOCKS_PK3 "a4de35ba9f83829ced44dfc1316ba33e"
|
#define ASSET_HASH_UNLOCKS_PK3 "a4de35ba9f83829ced44dfc1316ba33e"
|
||||||
#define ASSET_HASH_STAFFGHOSTS_PK3 "a05c77ba7cfabfa453fe7b1784926ebd"
|
#define ASSET_HASH_STAFFGHOSTS_PK3 "4248d1fb6eb14c6b359f739c118249cc"
|
||||||
#define ASSET_HASH_SHADERS_PK3 "bc0b47744d457956db2ee9ea00f59eff"
|
#define ASSET_HASH_SHADERS_PK3 "bc0b47744d457956db2ee9ea00f59eff"
|
||||||
#ifdef USE_PATCH_FILE
|
#ifdef USE_PATCH_FILE
|
||||||
#define ASSET_HASH_PATCH_PK3 "00000000000000000000000000000000"
|
#define ASSET_HASH_PATCH_PK3 "00000000000000000000000000000000"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue