Files
RAGECOOP-V/README.md

102 lines
3.5 KiB
Markdown
Raw Normal View History

2021-07-07 13:36:25 +02:00
2022-05-27 17:01:31 +08:00
# Disclaimer
2022-05-26 11:53:09 +08:00
The original author of this project is @EntenKoeniq.
The project has been reworked and is currently maintained by @Sardelka9515.
2022-05-25 07:05:23 +00:00
2022-05-27 17:01:31 +08:00
# 🌐 RAGECOOP
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
# 🧠 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.
_Old name: GTACOOP:R_
# 📋 Requirements
- Visual Studio 2022
- .NET 6.0
- .NET Framework 4.8
# 📚 Libraries
- [ScriptHookVDotNet3](https://github.com/crosire/scripthookvdotnet/releases/tag/v3.4.0)
- [LemonUI.SHVDN3](https://github.com/justalemon/LemonUI/releases/tag/v1.6)
- Lidgren Network Custom (***PRIVATE***)
- - No new features (only improvements)
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.1)
- [ClearScript](https://github.com/microsoft/ClearScript)
# 🦆 Special thanks to
- [Makinolo](https://github.com/Makinolo), [oldnapalm](https://github.com/oldnapalm)
- - For testing, ideas, contributions and the first modification with the API
- [crosire](https://github.com/crosire)
- - For the extensive work in ScriptHookVDotNet
- [justalemon](https://github.com/justalemon)
- - For the extensive work in LemonUI
# 📝 License
This project is licensed under [MIT license](https://github.com/RAGECOOP/RAGECOOP-V/blob/main/LICENSE)
[contributors-shield]: https://img.shields.io/github/contributors/RAGECOOP/RAGECOOP-V.svg?style=for-the-badge
[contributors-url]: https://github.com/RAGECOOP/RAGECOOP-V/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/RAGECOOP/RAGECOOP-V.svg?style=for-the-badge
[forks-url]: https://github.com/RAGECOOP/RAGECOOP-V/network/members
[stars-shield]: https://img.shields.io/github/stars/RAGECOOP/RAGECOOP-V.svg?style=for-the-badge
[stars-url]: https://github.com/RAGECOOP/RAGECOOP-V/stargazers
[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
2022-05-25 07:05:23 +00:00
# **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...
2022-05-26 13:53:51 +08:00
Please **CONTRIBUTE** to the project and make RAGECOOP better together!
2022-05-25 07:05:23 +00:00
## 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>
2022-05-22 16:10:45 +08:00
2022-05-22 16:10:32 +08:00
2022-05-26 11:53:09 +08:00
2022-05-22 10:39:27 +00:00
# Features
2022-05-25 07:05:23 +00:00
2022-05-22 16:10:32 +08:00
1. Synchronized bullets
2. Synchronized vehicle/player/NPC
2022-05-25 07:05:23 +00:00
3. Synchronized Projectile
4. Basic ragdoll sync
2022-05-22 16:10:32 +08:00
5. Smoother vehicle/ped movement.
6. Ownership based sync logic, carjacking is now working properly.
7. Introduced SyncEvents.
8. Code refactoring and namespace cleanup
2022-05-22 10:39:27 +00:00
9. Synchronized vehicle doors, brake and throttle.
10. Other improvements
2022-05-22 16:10:32 +08:00
# Known issues
2022-05-25 07:05:23 +00:00
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
2022-05-25 04:09:34 +00:00
# Installation
## Client
2022-05-25 07:05:23 +00:00
2022-05-27 15:07:19 +08:00
Download latest release, remove old version of the mod. Extract the zip and put `RageCoop` in `Grand Theft Auto V/Scripts`.
2022-05-25 04:09:34 +00:00
## Server
2022-05-25 07:05:23 +00:00
2022-05-25 04:09:34 +00:00
Download latest release for your OS, then extract and run.
2022-05-22 09:22:05 +00:00
# Downloads
2022-05-25 07:05:23 +00:00
2022-05-26 09:15:29 +08:00
2022-05-26 09:20:00 +08:00
Old release can be downloaded [here](https://gitlab.com/justasausage/RageCOOP-V/-/tree/main/Release)
2022-05-22 09:40:16 +00:00
2022-05-22 09:40:42 +00:00
Please note that this is incompatible with all previous versions of ragecoop, remove old files before installing.