Update README.md

This commit is contained in:
Sardelka9515 2022-05-27 17:06:41 +08:00 committed by GitHub
parent ce94a9c7af
commit 65b695cb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

114
README.md
View File

@ -1,7 +1,4 @@
# Disclaimer
The original author of this project is @EntenKoeniq.
The project has been reworked and is currently maintained by @Sardelka9515.
# 🌐 RAGECOOP
[![Contributors][contributors-shield]][contributors-url]
@ -9,6 +6,11 @@ The project has been reworked and is currently maintained by @Sardelka9515.
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
# Disclaimer
The original author of this project is @EntenKoeniq.
The project has been reworked and is currently maintained by @Sardelka9515.
# 🧠 That's it
RAGECOOP is a multiplayer mod to play story mode or some mods made for RAGECOOP or just drive around with your buddy.
@ -27,6 +29,60 @@ _Old name: GTACOOP:R_
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.1)
- [ClearScript](https://github.com/microsoft/ClearScript)
# **Help to survive the project**
#### The project is in active development as for now but may get discontinued if user's support is not present!
## if you are a developer...
Please **CONTRIBUTE** to the project and make RAGECOOP better together!
## otherwise...
**[Become a patreon](https://www.patreon.com/Sardelka)** to help keep the project alive and get exclusive support to individual issues.
<br><br><br>
# Features
1. Synchronized bullets
2. Synchronized vehicle/player/NPC
3. Synchronized projectiles
4. Simple ragdoll sync
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. Weaponized vehicle sync(WIP).
11. Other improvements
# Known issues
1. Weapon sounds are missing.
2. Cover sync is still buggy.
3. Framerate drop with high number of synchronized entities.
5. Scripting API is screwed.(will be rewritten in the future)
## Installation
### Client
Download latest release, remove old version of the mod. Extract the zip and put `RageCoop` in `Grand Theft Auto V/Scripts`.
### Server
Download latest release for your OS, then extract and run.
# Downloads
Download latest release [here](https://github.com/RAGECOOP/RAGECOOP-V/releases/latest)
Please note that this is incompatible with all previous versions of ragecoop, remove old files before installing.
# 🦆 Special thanks to
- [Makinolo](https://github.com/Makinolo), [oldnapalm](https://github.com/oldnapalm)
- - For testing, ideas, contributions and the first modification with the API
@ -47,55 +103,3 @@ This project is licensed under [MIT license](https://github.com/RAGECOOP/RAGECOO
[issues-shield]: https://img.shields.io/github/issues/RAGECOOP/RAGECOOP-V.svg?style=for-the-badge
[issues-url]: https://github.com/RAGECOOP/RAGECOOP-V/issues
# **Help to survive the project**
#### The project is in active development as for now but may get discontinued if user's support is not present!
## if you are a developer...
Please **CONTRIBUTE** to the project and make RAGECOOP better together!
## otherwise...
**[Become a patreon](https://www.patreon.com/Sardelka)** to help keep the project alive and get exclusive support to individual issues.
<br><br><br>
# Features
1. Synchronized bullets
2. Synchronized vehicle/player/NPC
3. Synchronized Projectile
4. Basic ragdoll sync
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)
# Installation
## Client
Download latest release, remove old version of the mod. Extract the zip and put `RageCoop` in `Grand Theft Auto V/Scripts`.
## Server
Download latest release for your OS, then extract and run.
# Downloads
Old release can be downloaded [here](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.