Skip to content

Commit

Permalink
added some unreleased stuff LMAO
Browse files Browse the repository at this point in the history
  • Loading branch information
chrystal42 authored Jul 15, 2024
1 parent 9b1c408 commit d6aa56d
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,32 @@ A modified [CSMOE](https://github.com/MoeMod/CSMoE) client for weapon showcase a
## Features
* [x] Inspect System
* [x] Empty Inspect System
* [x] Many Features will come idk :(
* [x] Animated Camera (not released)
* [x] Reload Empty (not released)
* [x] Grenade Callout (not released)

## How to Inspect ingame?
## FAQ
- **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?
- **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](https://github.com/mikkokko/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

## Special Thanks:
- Bill FLX: Source Code
- MoeMod: Source Code
- TempoChannel: Source Code and Help
- Mikkoko: Cam Function Code (CSLDR)
- FWGS Team: Xash Client Port to Android

0 comments on commit d6aa56d

Please sign in to comment.