ngddocs/gettingstarted.html

52 lines
2.1 KiB
HTML

<!--
title: Getting Started
description:
published: true
date: 2025-01-27T22:04:00.920Z
tags:
editor: code
dateCreated: 2025-01-27T20:50:39.270Z
-->
<h1 class="toc-header" id=""> <img alt="11f39c35-0150-4b61-b168-a61c673b9cce.png" src="/11f39c35-0150-4b61-b168-a61c673b9cce.png"></h1>
<br>
<div style="
border: 1px solid #888;
border-radius: 8px;
padding: 15px;
background-color: #2a2a2a; /* Gray background */
text-align: center;
color: #fff;
font-size: 20px;
font-weight: bold;
">
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.<br>
<span style="color: #4a90e2; font-size: 16px;">
<strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong>
</span>
</div>
<br>
<p>🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!</p>
<ol>
<li>
<p>Download all NGD resources from <a class="is-external-link" href="https://keymaster.fivem.net/">Keymaster</a> or <a class="is-external-link" href="https://portal.cfx.re/">CFX Portal</a>.</p>
</li>
<li>
<p>Create a folder called <code>[ngd]</code> inside of your server's main resource folder.</p>
</li>
<li>
<p>Extract all of your NGD resources and put them in this folder <a class="is-external-link" href="https://files.fivemerr.com/images/7bf80a1a-f3e0-4892-adb2-76bb68d8da82.png">like shown</a> (Please note - You may not have the resources shown.)</p>
</li>
<li>
<p>Open your server's <code>server.cfg</code> file. Towards the <strong>bottom</strong> of all your resources, put the following and then restart your server:</p>
<p>ensure ngd-Bridge<br>
ensure ngd-dj<br>
ensure [ngd]</p>
<p>Please Note - If you didn't receive <code>ngd-dj</code> with your resources, please don't put it in your server.cfg</p>
</li>
</ol>
<p>Do you have CODEM Inventory? Click <a href="#">HERE</a> to view the additional instructions when using this inventory.</p>
<ul>
<li><strong>Does the readme of your script have items?</strong> Make sure to add them into your framework or inventory, along with all of the inventory icons from the <code>'img'</code> folder!</li>
</ul>