A modified CSMOE client for weapon showcase and casual gameplay with additional features.
- Inspect System
- Empty Inspect System
- Animated Camera (not released yet added)
- Reload Empty (not released yet added)
- Draw/Raise First (not released yet added)
- How to Inspect ingame?
Make a button and set the command as:
cl_inspect
- How do i add Inspect and Empty Inspect in my v_model?
Set a sequence inside the qc and firstly add inspect
then empty_inspect
at the end of sequence line.
- How do i make camera movement working ingame?
Just do the same tutorial as in the CSLDR readme.md
- How to make Reload Empty work in my model?
Just make an another sequence line from the bottom of empty inspect sequence
- Bill FLX: Source Code
- MoeMod: Source Code
- TempoChannel: Source Code and Help
- Mikkoko: Cam Function Code (CSLDR)
- FWGS Team: Xash Client Port to Android