diff --git a/stripper/ze_emerald/default_ents.jsonc b/stripper/ze_emerald/default_ents.jsonc new file mode 100644 index 0000000..adb95e7 --- /dev/null +++ b/stripper/ze_emerald/default_ents.jsonc @@ -0,0 +1,13 @@ +{ + "add": [ + { + // Block a skip due to CS2's buggy physics + "classname": "prop_dynamic", + "model": "models/de_overpass/overpass_ammo_crate/overpass_ammo_crate_big_full.vmdl", + "origin": "-5400 -9766 265", + "solid": "6", + "scales": "6 6 6", + "rendermode": "kRenderNone" + } + ] +} \ No newline at end of file