Missing features - eirisocherry/cs2-editing GitHub Wiki
Missing features compared to CSGO (October 19, 2024)
HLAE
- No layers (you can't record several layers such as viewmodel, world, particles etc at the same time)
but you can record screen + depth layers at the same time using the method I showed in Streams - You can't disable white screen, flashbang creates, in demos
- No mirv_calcs (you can't lock camera to a weapon)
but seems like it will be implemented someday: https://github.com/advancedfx/advancedfx/issues/873 - mirv_aim is not released, but you can try the beta: https://github.com/advancedfx/advancedfx/issues/976
- mirv_fov is not released, but you can try the beta: https://github.com/advancedfx/advancedfx/blob/main/misc/mirv-script/src/snippets/mirv_script_fov.ts
this command allows you to change FOV without disabling scope's zoom animation - No mirv_pov (POV with realistic HUD)
- No skinchanger for demos
- Can't replace player models in demos
Game (cinematics related)
- Can't replace sky
- Can't move shadows/sun
- No on-the-screen console
- Events command was deleted (
demo_listimportantticks
) - Skins visibility command was deleted (
cl_custom_material_override
) - Brightness value command was deleted (
mat_force_tonemap_scale
)
Game (fake demo related)
weapon_recoil_scale
was deleted (you need to control spray manually now)- You can't respawn bots by holding a button anymore
to respawn bots you need to either restart the game (mp_restartgame 1
) or enable auto-respawn (this way bots will automatically respawn, until you disable auto-respawn and restart the game) mat_fillrate
was deleted (you can't disable white screen flashbang creates anymore)r_cleardecals
was deleted (you can't clear decals anymore)- No bot mimic plugin
- No damage multiplier plugin
- No weapons cleaner plugin
- No esp plugin