From 701e93a28c7732e8180b6520726d0ff9858c2afa Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Sun, 28 Apr 2024 10:23:32 +0000 Subject: [PATCH] fix: bypass leaderboard --- zone_raw/code_post_gfx_mp/zone_source/code_post_gfx_mp.zone | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zone_raw/code_post_gfx_mp/zone_source/code_post_gfx_mp.zone b/zone_raw/code_post_gfx_mp/zone_source/code_post_gfx_mp.zone index f4e0f8c..46abe19 100644 --- a/zone_raw/code_post_gfx_mp/zone_source/code_post_gfx_mp.zone +++ b/zone_raw/code_post_gfx_mp/zone_source/code_post_gfx_mp.zone @@ -24,6 +24,8 @@ vertexshader,transform_only.hlsl pixelshader,floatz_clear_threshold.hlsl techniqueset,shadowclear_threshold material,shadowclear_threshold + +#ifdef LOAD_LEADERBOARD leaderboard,DEFAULT_LB leaderboard,LB_GB_TOTALXP_AT leaderboard,LB_GB_TOTALXP_LT @@ -69,6 +71,8 @@ leaderboard,LB_MAP_MP_HARDHAT leaderboard,LB_MAP_MP_BOOTLEG leaderboard,LB_MAP_MP_LAMBETH leaderboard,LB_MAP_MP_INTERCHANGE +#endif + vertexdecl,ppt0t0 vertexshader,ssao_calc_slow.hlsl pixelshader,ssao_calc_slow.hlsl -- 2.34.1