Compare commits
No commits in common. "f6c0b7e226b4edd15f234620bdb8b358e8432e80" and "a6671fa2865287a4c32538851086f5a89ede4e93" have entirely different histories.
f6c0b7e226
...
a6671fa286
|
@ -2,56 +2,98 @@
|
|||
title: Getting Started
|
||||
description:
|
||||
published: true
|
||||
date: 2025-07-06T04:22:02.761Z
|
||||
date: 2025-02-27T01:50:07.618Z
|
||||
tags:
|
||||
editor: code
|
||||
dateCreated: 2025-06-08T03:06:31.460Z
|
||||
dateCreated: 2025-01-27T20:50:39.270Z
|
||||
-->
|
||||
|
||||
<div style="text-align: center; margin-bottom: 20px;">
|
||||
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="Logo" style="max-width: 100%; height: auto;">
|
||||
<div align="center">
|
||||
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Logo">
|
||||
</div>
|
||||
|
||||
<hr style="border: none; border-top: 2px solid #4a90e2; margin-bottom: 30px;">
|
||||
|
||||
<div style="background-color: #2a2a2a; border: 1px solid #555; border-radius: 8px; padding: 16px; margin: 0 auto 30px auto; width: 700px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);">
|
||||
<div style="text-align: center;">
|
||||
<div style="color: #fff; font-size: 18px; font-weight: bold; margin-bottom: 8px;">
|
||||
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.
|
||||
</div>
|
||||
<p style="color: #4a90e2; font-size: 15px; margin-bottom: 12px; margin-top: 0;">
|
||||
<strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong>
|
||||
<br>
|
||||
<div style="
|
||||
border: 1px solid #888;
|
||||
border-radius: 8px;
|
||||
padding: 15px;
|
||||
background-color: #2a2a2a;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
line-height: 1.4; /* Adjust line height for closer spacing */
|
||||
">
|
||||
<p style="margin: 0;">
|
||||
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.
|
||||
</p>
|
||||
<p style="color: #4a90e2; font-size: 16px; margin: 5px 0 0 0; line-height: 1;">
|
||||
<strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong>
|
||||
</p>
|
||||
<iframe width="660" height="371" src="https://www.youtube.com/embed/g-iYc0wXeis" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="background-color: #2a2a2a; border: 1px solid #555; border-radius: 8px; padding: 16px; margin: 0 auto 30px auto; width: 700px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);">
|
||||
<div style="text-align: left; color: #e0e0e0; font-size: 15px;">
|
||||
<p><strong>🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!</strong></p>
|
||||
<ol>
|
||||
<li>Download all NGD resources from <a href="https://keymaster.fivem.net/" target="_blank" style="color: #4a90e2;">Keymaster</a> or <a href="https://portal.cfx.re/" target="_blank" style="color: #4a90e2;">CFX Portal</a>.</li>
|
||||
<li>Create a folder called <code>[ngd]</code> inside your server's main resource folder.</li>
|
||||
<li>Extract all your NGD resources into that folder <a href="https://files.fivemerr.com/images/7bf80a1a-f3e0-4892-adb2-76bb68d8da82.png" target="_blank" style="color: #4a90e2;">like shown</a>.</li>
|
||||
<li>Open your server's <code>server.cfg</code> file. At the bottom, add these lines, then restart your server:</li>
|
||||
</ol>
|
||||
|
||||
<div style="background: #111; border: 1px solid #555; padding: 10px; border-radius: 6px; width: 175px; margin: 10px auto; text-align: left; font-family: monospace;">
|
||||
<pre style="margin: 0;">
|
||||
|
||||
<br>
|
||||
<div style="
|
||||
border: 1px solid #888;
|
||||
border-radius: 8px;
|
||||
padding: 15px;
|
||||
background-color: #2a2a2a; /* Gray background */
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<span style="font-size: 24px; margin-right: 10px;">🛠️</span>
|
||||
MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!
|
||||
</div>
|
||||
<ol style="padding-left: 20px; font-weight: normal; margin-top: 15px;">
|
||||
<li>
|
||||
Download all NGD resources from
|
||||
<a href="https://keymaster.fivem.net/" style="color: #4a90e2; text-decoration: underline;">Keymaster</a>
|
||||
or
|
||||
<a href="https://portal.cfx.re/" style="color: #4a90e2; text-decoration: underline;">CFX Portal</a>.
|
||||
</li>
|
||||
<li>
|
||||
Create a folder called <code style="background-color: #444; padding: 2px 4px; border-radius: 4px;">[ngd]</code> inside of your server's main resource folder.
|
||||
</li>
|
||||
<li>
|
||||
Extract all of your NGD resources and put them in this folder
|
||||
<a href="https://files.fivemerr.com/images/7bf80a1a-f3e0-4892-adb2-76bb68d8da82.png" style="color: #4a90e2; text-decoration: underline;">like shown</a>
|
||||
(Please note - You may not have the resources shown.)
|
||||
</li>
|
||||
<li>
|
||||
Open your server's <code style="background-color: #444; padding: 2px 4px; border-radius: 4px;">server.cfg</code> file. Towards the <b>bottom</b> of all your resources, put the following and then restart your server:
|
||||
<pre style="background-color: #111; padding: 12px 15px; border-radius: 6px; color: #f1f1f1; margin: 10px 0; font-family: monospace; font-size: 16px;">
|
||||
ensure ngd-Bridge
|
||||
ensure ngd-dj
|
||||
ensure [ngd]
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p><strong>Note:</strong> Skip <code>ngd-dj</code> if you didn’t receive it with your resources.</p>
|
||||
|
||||
<p style="font-weight: bold; margin-left: 5px;">> Using CODEM Inventory? Click <a href="#" style="color: #4a90e2;">HERE</a> for additional setup instructions.</p>
|
||||
|
||||
<p><strong>Important:</strong> If your script includes items, make sure to add them to your framework/inventory along with all icons from the <code>img</code> folder!</p>
|
||||
</div>
|
||||
ensure [ngd] </pre>
|
||||
<span style="font-size: 14px;">
|
||||
Please Note - If you didn't receive <code style="background-color: #444; padding: 2px 4px; border-radius: 4px;">ngd-dj</code> with your resources, please don't put it in your server.cfg
|
||||
</span>
|
||||
</li>
|
||||
</ol>
|
||||
<p style="margin-top: 15px; font-weight: normal;">
|
||||
Do you have CODEM Inventory? Click
|
||||
<a href="https://nemesisdocs.com/en/codemsetup" style="color: #4a90e2; text-decoration: underline;">HERE</a>
|
||||
to view the additional instructions when using this inventory.
|
||||
</p>
|
||||
<ul style="margin-top: 10px; font-weight: normal;">
|
||||
<li>
|
||||
<b>Does the readme of your script have items?</b> Make sure to add them into your framework or inventory, along with all of the inventory icons from the <code style="background-color: #444; padding: 2px 4px; border-radius: 4px;">'img'</code> folder!
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div style="text-align: center; margin-top: 20px;">
|
||||
<iframe
|
||||
width="800"
|
||||
height="600"
|
||||
src="https://www.youtube.com/embed/g-iYc0wXeis?start=0"
|
||||
title="YouTube video player"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
<p style="font-size: 14px; color: #cccccc; text-align: center; margin-top: 30px; font-weight: bold;">
|
||||
Need more help? <a href="https://discord.gg/AnXx2GVGcM" target="_blank" style="color: #4a90e2; text-decoration: none;">Join our Discord!</a>.
|
||||
</p>
|
||||
|
|
|
@ -2,65 +2,54 @@
|
|||
title: Getting Started
|
||||
description:
|
||||
published: true
|
||||
date: 2025-07-06T02:43:43.214Z
|
||||
date: 2025-01-27T22:02:20.679Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2025-06-08T03:06:31.460Z
|
||||
dateCreated: 2025-01-27T20:50:39.270Z
|
||||
---
|
||||
|
||||
<div style="display: flex; flex-direction: column; align-items: center; text-align: center;">
|
||||
# 
|
||||
|
||||
<!-- Logo -->
|
||||
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="Logo" style="max-width: 100%; height: auto;" />
|
||||
|
||||
|
||||
<!-- Gray Guide Box -->
|
||||
<div style="
|
||||
border: 1px solid #888;
|
||||
border-radius: 8px;
|
||||
padding: 15px;
|
||||
background-color: #2a2a2a;
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
line-height: normal;
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
">
|
||||
<div>
|
||||
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.
|
||||
</div>
|
||||
<div style="color: #4a90e2; font-size: 16px; margin-top: 5px;">
|
||||
<strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong>
|
||||
</div>
|
||||
<div style="margin-top: 10px;">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/g-iYc0wXeis"
|
||||
title="YouTube video player" frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
<div style="
|
||||
border: 1px solid #888;
|
||||
border-radius: 8px;
|
||||
padding: 15px;
|
||||
background-color: #2a2a2a; /* Gray background */
|
||||
text-align: center; /* Center text horizontally */
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
display: flex; /* Enable centering */
|
||||
flex-direction: column; /* Stack elements vertically */
|
||||
justify-content: center; /* Center text vertically */
|
||||
height: 100px; /* Ensure the box has enough height */
|
||||
line-height: normal; /* Reset line height for consistency */
|
||||
">
|
||||
<div>
|
||||
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.
|
||||
</div>
|
||||
|
||||
<!-- Instructions -->
|
||||
<div style="margin-top: 30px; font-size: 16px; line-height: 1.6; max-width: 900px;">
|
||||
<strong>🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!</strong>
|
||||
<ol style="text-align: left;">
|
||||
<li>Download all NGD resources from <a href="https://keymaster.fivem.net/" target="_blank">Keymaster</a> or <a href="https://portal.cfx.re/" target="_blank">CFX Portal</a>.</li>
|
||||
<li>Create a folder called <code>[ngd]</code> inside your server's main resource folder.</li>
|
||||
<li>Extract all your NGD resources into that folder <a href="https://files.fivemerr.com/images/7bf80a1a-f3e0-4892-adb2-76bb68d8da82.png" target="_blank">like shown</a> (your resources may vary).</li>
|
||||
<li>Open your server’s <code>server.cfg</code> file. At the <strong>bottom</strong>, add these lines then restart your server:
|
||||
<pre style="background: #1e1e1e; padding: 10px; border-radius: 4px; color: #eee; overflow-x: auto;">ensure ngd-Bridge
|
||||
ensure ngd-dj
|
||||
ensure [ngd]</pre>
|
||||
</li>
|
||||
</ol>
|
||||
<p><strong>Note:</strong> Skip <code>ngd-dj</code> if you didn't receive it with your resources.</p>
|
||||
<p>Using CODEM Inventory? Click <a href="#">HERE</a> for additional setup instructions.</p>
|
||||
<p><strong>Important:</strong> If your script includes items, make sure to add them to your framework/inventory along with all icons from the <code>img</code> folder!</p>
|
||||
<div style="color: #4a90e2; font-size: 16px; margin-top: 5px;">
|
||||
<strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!
|
||||
|
||||
1. Download all NGD resources from [Keymaster](https://keymaster.fivem.net/) or [CFX Portal](https://portal.cfx.re/).
|
||||
2. Create a folder called `[ngd]` inside of your server's main resource folder.
|
||||
3. Extract all of your NGD resources and put them in this folder [like shown](https://files.fivemerr.com/images/7bf80a1a-f3e0-4892-adb2-76bb68d8da82.png) (Please note - You may not have the resources shown.)
|
||||
4. Open your server's `server.cfg` file. Towards the **bottom** of all your resources, put the following and then restart your server:
|
||||
|
||||
ensure ngd-Bridge
|
||||
ensure ngd-dj
|
||||
ensure \[ngd\]
|
||||
|
||||
Please Note - If you didn't receive `ngd-dj` with your resources, please don't put it in your server.cfg
|
||||
|
||||
Do you have CODEM Inventory? Click [HERE](#) to view the additional instructions when using this inventory.
|
||||
|
||||
- **Does the readme of your script have items?** Make sure to add them into your framework or inventory, along with all of the inventory icons from the `'img'` folder!
|
53
home.md
53
home.md
|
@ -2,49 +2,30 @@
|
|||
title: Home
|
||||
description:
|
||||
published: true
|
||||
date: 2025-07-06T03:46:13.266Z
|
||||
date: 2025-02-24T16:19:34.032Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2025-06-08T03:06:33.441Z
|
||||
dateCreated: 2025-01-27T20:49:41.237Z
|
||||
---
|
||||
|
||||
<!-- Logo -->
|
||||
<div style="text-align: center; margin-bottom: 20px;">
|
||||
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Logo" style="height: auto;">
|
||||
<div align="center">
|
||||
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Redemption Logo">
|
||||
|
||||
<h1>Welcome to the NGD Documentation Page</h1>
|
||||
</div>
|
||||
|
||||
<!-- Heading -->
|
||||
<h1 style="text-align: center; color: #ffffff; font-size: 28px; margin-bottom: 30px;">
|
||||
Welcome to the NGD Documentation Page
|
||||
</h1>
|
||||
|
||||
<div style="background-color: #2a2a2a; border: 1px solid #4a90e2; border-radius: 10px; padding: 24px 32px;
|
||||
margin: 0 auto 40px auto; width: 685px; max-width: 95%;
|
||||
box-shadow: 0 8px 16px rgba(0,0,0,0.5); text-align: center; color: #e0e0e0;
|
||||
line-height: 1.8; font-weight: 600; font-size: 16px; letter-spacing: 0.3px;">
|
||||
Our goal is to make setting up your NGD scripts as simple and smooth as possible, making it so you can play in your server instead of just working on it.
|
||||
<br><br>
|
||||
Please follow our guides exactly to ensure everything works as intended.
|
||||
</div>
|
||||
<br>
|
||||
<p style="text-align:center;"><strong>We strive to make the installation process of NGD scripts as painless as possible. Please follow our guides exactly to make your NGD scripts work perfectly.</strong></p>
|
||||
|
||||
|
||||
|
||||
> Click [HERE](https://nemesisdocs.com/en/gettingstarted) to get started!
|
||||
{.is-success}
|
||||
|
||||
|
||||
- If you are still having issues after following these guides, please make a ticket on our [Discord](https://discord.gg/AnXx2GVGcM)
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Button -->
|
||||
<div style="text-align: center; margin-bottom: 35px;">
|
||||
<a href="https://nemesisdocs.com/en/gettingstarted"
|
||||
style="display: inline-block; background-color: #2e7d32; color: #fff; padding: 14px 26px; border-radius: 8px;
|
||||
text-decoration: none; font-weight: bold; font-size: 16px;
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); transition: box-shadow 0.3s ease, transform 0.3s ease;"
|
||||
onmouseover="this.style.boxShadow='0 0 15px #4a90e2'; this.style.transform='scale(1.05)';"
|
||||
onmouseout="this.style.boxShadow='0 2px 6px rgba(0, 0, 0, 0.3)'; this.style.transform='scale(1)';">
|
||||
✅ Get Started with NGD Scripts →
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<p style="text-align: center; font-size: 14px; color: #cccccc; font-weight: bold;">
|
||||
Still need help?
|
||||
<a href="https://discord.gg/AnXx2GVGcM" target="_blank" style="color: #4a90e2; text-decoration: none;">
|
||||
💬 Join our Discord Today!
|
||||
</a>.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user