Skip to content

RAGECOOP/docs

Repository files navigation

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
  
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>&#127760; RAGECOOP | RageCoop resource documentation </title>
    <meta name="viewport" content="width=device-width">
    <meta name="title" content="&#127760; RAGECOOP | RageCoop resource documentation ">
    <meta name="generator" content="docfx 2.59.2.0">
    
    <link rel="shortcut icon" href="favicon.ico">
    <link rel="stylesheet" href="styles/docfx.vendor.css">
    <link rel="stylesheet" href="styles/docfx.css">
    <link rel="stylesheet" href="styles/main.css">
    <meta property="docfx:navrel" content="toc.html">
    <meta property="docfx:tocrel" content="toc.html">
    
    <meta property="docfx:rel" content="">
    
  </head>
  <body data-spy="scroll" data-target="#affix" data-offset="120">
    <div id="wrapper">
      <header>
        
        <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
          <div class="container">
            <div class="navbar-header">
              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
                <span class="sr-only">Toggle navigation</span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
              </button>
              
              <a class="navbar-brand" href="index.html">
                <img id="logo" class="svg" src="logo.svg" alt="">
              </a>
            </div>
            <div class="collapse navbar-collapse" id="navbar">
              <form class="navbar-form navbar-right" role="search" id="search">
                <div class="form-group">
                  <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
                </div>
              </form>
            </div>
          </div>
        </nav>
        
        <div class="subnav navbar navbar-default">
          <div class="container hide-when-search" id="breadcrumb">
            <ul class="breadcrumb">
              <li></li>
            </ul>
          </div>
        </div>
      </header>
      <div class="container body-content">
        
        <div id="search-results">
          <div class="search-list">Search Results for <span></span></div>
          <div class="sr-items">
            <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
          </div>
          <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
        </div>
      </div>
      <div role="main" class="container body-content hide-when-search">
        <div class="article row grid">
          <div class="col-md-10">
            <article class="content wrap" id="_content" data-uid="">
<h1 id="-ragecoop">🌐 RAGECOOP</h1>

<p><a href="https://github.com/RAGECOOP/RAGECOOP-V/releases"><img src="https://img.shields.io/github/downloads/RAGECOOP/RAGECOOP-V/total?style=for-the-badge" alt="Downloads"></a>
<a href="https://github.com/RAGECOOP/RAGECOOP-V/graphs/contributors"><img src="https://img.shields.io/github/contributors/RAGECOOP/RAGECOOP-V.svg?style=for-the-badge" alt="Contributors"></a>
<a href="https://github.com/RAGECOOP/RAGECOOP-V/network/members"><img src="https://img.shields.io/github/forks/RAGECOOP/RAGECOOP-V.svg?style=for-the-badge" alt="Forks"></a>
<a href="https://github.com/RAGECOOP/RAGECOOP-V/stargazers"><img src="https://img.shields.io/github/stars/RAGECOOP/RAGECOOP-V.svg?style=for-the-badge" alt="Stargazers"></a>
<a href="https://github.com/RAGECOOP/RAGECOOP-V/issues"><img src="https://img.shields.io/github/issues/RAGECOOP/RAGECOOP-V.svg?style=for-the-badge" alt="Issues"></a></p>
<h1 id="-thats-it">🧠 That's it</h1>
<p>RAGECOOP brings multiplayer experience to the story mode, you can complete missions together with your friends, use mods without any restriction/getting banned, or just mess around with your fella!</p>
<h1 id="-requirements">👁 Requirements</h1>
<ul>
<li>ScriptHookV</li>
<li>ScriptHookVDotNet 3.5.1 or later</li>
</ul>
<h1 id="-building-the-project">📋 Building the project</h1>
<p>You'll need:</p>
<ul>
<li>.NET 6.0 SDK</li>
<li>.NET Framework 4.8 SDK</li>
</ul>
<p>Recommended IDE:</p>
<ul>
<li>Visual Studio Code</li>
<li>Visul Studio 2022</li>
</ul>
<p>Then run <code>dotnet build</code> in the solution directory, built binaries are in the <code>bin</code> folder</p>
<h1 id="-third-party-libraries">📚 Third-party libraries</h1>
<ul>
<li><a href="https://github.com/crosire/scripthookvdotnet">ScriptHookVDotNet3</a></li>
<li><a href="https://github.com/justalemon/LemonUI">LemonUI.SHVDN3</a></li>
<li>Lidgren Network Custom</li>
<li>
<ul>
<li>No new features (only improvements)</li>
</ul>
</li>
<li><a href="https://github.com/JamesNK/Newtonsoft.Json">Newtonsoft.Json</a></li>
<li><a href="https://github.com/microsoft/ClearScript">ClearScript</a></li>
<li><a href="https://github.com/icsharpcode/SharpZipLib">SharpZipLib</a></li>
<li><a href="https://github.com/natemcmaster/DotNetCorePlugins">DotNetCorePlugins</a></li>
</ul>
<h1 id="-features">👋 Features</h1>
<ol>
<li>Synchronized bullets</li>
<li>Synchronized vehicle/player/NPC</li>
<li>Synchronized projectiles</li>
<li>Simple ragdoll sync</li>
<li>Decent compatibility with other mods, set up a private modded server to have some fun!</li>
<li>Weaponized vehicle sync(WIP).</li>
<li>Optimization for high-Ping condition, play with friends around the world!</li>
<li>Powerful scripting API and resource system, easily <a href="HTTPS://docs.ragecoop.online">add multiplayer functionality to your mod</a>.</li>
</ol>
<h1 id="-known-issues">⚠ Known issues</h1>
<p>See <a href="https://github.com/RAGECOOP/RAGECOOP-V/issues/33">Bugs</a></p>
<h1 id="-installation">🔫 Installation</h1>
<p>Refer to the <a href="https://github.com/RAGECOOP/RAGECOOP-V/wiki">wiki</a></p>
<h1 id="-downloads">🧨 Downloads</h1>
<p>Download latest release <a href="https://github.com/RAGECOOP/RAGECOOP-V/releases/latest">here</a></p>
<p>You can also download nightly builds <a href="https://github.com/RAGECOOP/RAGECOOP-V/releases/nightly">here</a>, which includes latest features and bug-fixes, but has not been thoroughly tested.</p>
<p>Please note that this is incompatible with all previous versions of ragecoop, remove old files before installing.</p>
<h1 id="-special-thanks-to">🦆 Special thanks to</h1>
<ul>
<li><a href="https://github.com/Makinolo">Makinolo</a>, <a href="https://github.com/oldnapalm">oldnapalm</a></li>
<li>
<ul>
<li>For testing, ideas, contributions and the first modification with the API</li>
</ul>
</li>
<li><a href="https://github.com/crosire">crosire</a></li>
<li>
<ul>
<li>For the extensive work in ScriptHookVDotNet</li>
</ul>
</li>
<li><a href="https://github.com/justalemon">justalemon</a></li>
<li>
<ul>
<li>For the extensive work in LemonUI</li>
</ul>
</li>
</ul>
<h1 id="-license">📝 License</h1>
<p>This project is licensed under <a href="https://github.com/RAGECOOP/RAGECOOP-V/blob/main/LICENSE">MIT license</a></p>
</article>
          </div>
          
          <div class="hidden-sm col-md-2" role="complementary">
            <div class="sideaffix">
              <div class="contribution">
                <ul class="nav">
                </ul>
              </div>
              <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
                <h5>In This Article</h5>
                <div></div>
              </nav>
            </div>
          </div>
        </div>
      </div>
      
      <footer>
        <div class="grad-bottom"></div>
        <div class="footer">
          <div class="container">
            <span class="pull-right">
              <a href="#top">Back to top</a>
            </span>
            
            <span>Generated by <strong>DocFX</strong></span>
          </div>
        </div>
      </footer>
    </div>
    
    <script type="text/javascript" src="styles/docfx.vendor.js"></script>
    <script type="text/javascript" src="styles/docfx.js"></script>
    <script type="text/javascript" src="styles/main.js"></script>
  </body>
</html>

About

SHVDN and RageCoop API documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published