RAGECOOP-V/README.md

87 lines
3.4 KiB
Markdown
Raw Normal View History

2021-07-07 13:36:25 +02:00
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]
2022-05-27 17:06:41 +08:00
2022-05-27 17:01:31 +08:00
# 🧠 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)
2022-06-24 18:25:24 +08:00
- [SharpZipLib](https://github.com/icsharpcode/SharpZipLib)
2022-07-01 12:22:31 +08:00
- [DotNetCorePlugins](https://github.com/natemcmaster/DotNetCorePlugins)
2022-05-27 17:01:31 +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-27 17:06:41 +08:00
3. Synchronized projectiles
4. Simple ragdoll sync
2022-05-22 16:10:32 +08:00
5. Smoother vehicle/ped movement.
2022-06-22 09:58:18 +08:00
6. Ownership based sync logic, carjacking is now working (sort of).
2022-07-13 20:13:29 +08:00
7. Latency compensation, vehicle movement should look identical from both sides even with high ping (300+ ms)
2022-05-22 16:10:32 +08:00
8. Code refactoring and namespace cleanup
2022-05-22 10:39:27 +00:00
9. Synchronized vehicle doors, brake and throttle.
2022-05-27 17:06:41 +08:00
10. Weaponized vehicle sync(WIP).
11. 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.
2022-05-27 17:06:41 +08:00
3. Framerate drop with high number of synchronized entities.
2022-05-22 09:22:05 +00:00
2022-05-25 04:09:34 +00:00
2022-05-27 17:06:41 +08:00
## Installation
2022-06-22 09:58:18 +08:00
Refer to the [wiki](https://github.com/RAGECOOP/RAGECOOP-V/wiki)
2022-05-25 04:09:34 +00:00
2022-05-22 09:22:05 +00:00
# Downloads
2022-05-25 07:05:23 +00:00
2022-05-27 17:06:41 +08:00
Download latest release [here](https://github.com/RAGECOOP/RAGECOOP-V/releases/latest)
2022-05-22 09:40:16 +00:00
2022-06-27 14:13:55 +08:00
You can also download nightly builds [here](https://github.com/RAGECOOP/RAGECOOP-V/releases/nightly), which includes latest features and bug-fixes, but has not been thoroughly tested.
2022-06-07 08:38:47 +08: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.
2022-05-27 17:06:41 +08:00
2022-06-01 16:27:10 +08:00
# Support us
2022-06-01 16:06:02 +08:00
2022-06-01 16:27:50 +08:00
<a href="https://patreon.com/Sardelka"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3DSardelka%26type%3Dpatrons&style=for-the-badge" /></a>
2022-05-27 17:06:41 +08:00
# 🦆 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