31 lines
1.0 KiB
Markdown
31 lines
1.0 KiB
Markdown
|
|
# 🌐 RAGECOOP
|
|
This is a reworked version of [RageCoop](https://github.com/RAGECOOP/RAGECOOP-V) , which has sadly been discontinued.
|
|
|
|
Base sync logic has been updated. Peds and Vehicles are now synchronized independently.
|
|
|
|
# Features
|
|
1. Synchronized bullets
|
|
2. Synchronized vehicle/player/NPC
|
|
3. Basic ragdoll sync
|
|
4. Projectile support (WIP)
|
|
5. Smoother vehicle/ped movement.
|
|
6. Ownership based sync logic, carjacking is now working properly.
|
|
7. Introduced SyncEvents.
|
|
8. Code refactoring and namespace cleanup
|
|
9. Synchronized vehicle doors, brake and throttle.
|
|
10. Other improvements
|
|
|
|
# Known issues
|
|
1. Weapon sounds are missing.
|
|
2. Cover sync is still buggy.
|
|
3. Weaponized vehicle doen't work currently
|
|
4. Framerate drop with high number of synchronized entities.
|
|
5. Scripting API is screwed.(will be rewritten in the future)
|
|
|
|
# Downloads
|
|
Download compiled binaries here:
|
|
[Release](https://gitlab.com/justasausage/RageCOOP-V/-/tree/main/Release)
|
|
|
|
Please note that this is incompatible with all previous versions of ragecoop, remove old files before installing.
|