2021-07-07 13:36:25 +02:00
|
|
|
|
2022-04-05 22:49:59 +02:00
|
|
|
# 🌐 RAGECOOP
|
2022-05-22 09:23:40 +00:00
|
|
|
This is a reworked version of [RageCoop](https://github.com/RAGECOOP/RAGECOOP-V) , which has sadly been discontinued.
|
2022-05-22 16:10:45 +08:00
|
|
|
|
2022-05-22 09:23:40 +00:00
|
|
|
Base sync logic has been updated. Peds and Vehicles are now synchronized independently.
|
2022-05-22 16:10:32 +08:00
|
|
|
|
|
|
|
# Features Added
|
|
|
|
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. Other small fixes
|
|
|
|
|
|
|
|
# Known issues
|
2022-05-22 09:19:50 +00:00
|
|
|
1. Weapon sounds are missing.
|
2022-05-22 16:10:32 +08:00
|
|
|
2. Cover sync is still buggy.
|
|
|
|
3. Weaponized vehicle doen't work currently
|
2022-05-22 16:21:57 +08:00
|
|
|
4. Framerate drop with high number of synchronized entities.
|
2022-05-22 09:40:16 +00:00
|
|
|
5. Scripting API is screwed.(will be rewritten in the future)
|
2022-05-22 09:22:05 +00:00
|
|
|
|
|
|
|
# Downloads
|
|
|
|
Download compiled binaries here:
|
|
|
|
[Release](https://gitlab.com/justasausage/RageCOOP-V/-/tree/main/Release)
|
2022-05-22 09:40:16 +00:00
|
|
|
|
|
|
|
Please note that this is incompatible with all previous versions of ragecoop, remove old files before installing this.
|