Compare commits

..

No commits in common. "44fff1e0118553fb8789d2602507e5859322e088" and "358b3582a9dce2feb4745fc5e2d65f665fbf9756" have entirely different histories.

10 changed files with 16 additions and 1703 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

View File

@ -1,97 +0,0 @@
<!--
title: Getting Started
description:
published: true
date: 2025-01-27T22:12:46.702Z
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;
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>
</div>
<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>
<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="#" 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>

View File

@ -1,55 +0,0 @@
---
title: Getting Started
description:
published: true
date: 2025-01-27T22:02:20.679Z
tags:
editor: markdown
dateCreated: 2025-01-27T20:50:39.270Z
---
# ![11f39c35-0150-4b61-b168-a61c673b9cce.png](/11f39c35-0150-4b61-b168-a61c673b9cce.png)
<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>
<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!

16
home.html Normal file
View File

@ -0,0 +1,16 @@
<!--
title: NGD Documentation
description: Nemesis Gaming Development | Documentation
published: true
date: 2025-01-27T19:39:43.116Z
tags:
editor: ckeditor
dateCreated: 2025-01-27T18:50:19.431Z
-->
<p>&nbsp;</p>
<figure class="image"><img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png">
<figcaption>Welcome to the Nemesis Gaming Development | Documentation Page</figcaption>
</figure>
<p style="text-align:center;"><strong>Nemesis Gaming Development was born out of the need for better solutions while we were building our FiveM server. After testing numerous low-quality resources, we knew it was time to make a difference. That's why every script at NGD is designed to be easy to install, simple to use, and crafted to enhance the quality of RP on your FiveM server!</strong></p>
<p style="text-align:center;"><strong>Please click Here to start the installation process!</strong></p>

31
home.md
View File

@ -1,31 +0,0 @@
---
title: Home
description:
published: true
date: 2025-01-28T03:41:11.228Z
tags:
editor: markdown
dateCreated: 2025-01-27T20:49:41.237Z
---
<div align="center">
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Redemption Logo">
<h1>Welcome to the NGD Documentation Page</h1>
</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://docs.nemesisgd.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)

File diff suppressed because it is too large Load Diff

View File

@ -1,175 +0,0 @@
---
title: ngd-redemption
description:
published: true
date: 2025-01-28T05:02:41.893Z
tags:
editor: markdown
dateCreated: 2025-01-28T00:30:34.910Z
---
<div align="center">
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Logo">
<h1><a href="#" target="_blank">NGD-REDEMPTION</a></h1>
</div>
<div align="center">
## This guide assumes you already have a Tebex store integrated with FiveM. If you do not, please refer to their documentation.
</div>
<br>
## Installation Steps
1. **Install ngd-Bridge**
Follow the guide to install ngd-Bridge [HERE](https://nemesisdocs.com/en/gettingstarted).
2. **Install ngd-redemption**
Place `ngd-redemption` into your **[ngd]** folder. This script must be started **after** `ngd-Bridge`.
3. **Modify Tebex Listings**
<details>
<summary><strong>Add Commands</strong> (Click to Expand)</summary>
- **Select Tebex listing you wish to add.**
<br>
- **At the bottom of the screen, click on `Game Server Commands`**
<img src="/gameservercommand.png">
<br>
- **Once that opens, click on the gear to expand more options.**
-- **Make sure the package delivery option is set to deliver even if the player is offline**
-- **Inside of the `when package is purchased` field, put the following:**
```
NGDRedemption {packageId} {transaction}
```
## See Example:
<img src="/addcommand.png">
</details>
4. **Configure Packages In Script**
<details>
<summary><strong>Script Configuration</strong> (Click to Expand)</summary>
- **In a web browser, navigate to your Tebex package.**
-- The #s seen at the end of the link are the `Package ID`, and will be used to configure the items in the script.
<img src="/packageid.png">
<br>
- **Inside of the config.lua, you will see Config.Packages = {**
-- **You will need to add the `Package ID` from the step above, into the [] and configure each package**
---
- **There are several variables to the packages you can choose from:**
-- `Type =` (You can use 'item', 'vehicle' or 'other')
-- `Label =` (This is what is show in-game)
-- `Item =` (This is the item given to players if the Type = 'item')
-- `Qty =` (This is the amount of the item given above)
-- `Model =` (This is the vehicle spawn code if Type = 'vehicle')
---
- **See example from the config below:**
-- Package `6650632` is an item that is given to players, the menu will show it as a 'A Pack of Lockpicks', and the player will be given 5 of them.
-- Package `6650679` is a vehicle, the menu will show it as 'Pagassi - Zentorno' and the spawn code is a 'zentorno'
-- The packages are defined in the config, you should make sure the package from Tebex matches.
```
Config.Packages = {
[6650632] = {
Type = 'item',
Label = 'A Pack Of Lockpicks',
Item = 'lockpick',
Qty = 5
},
[6650679] = {
Type = 'vehicle',
Label = 'Pagassi - Zentorno',
Model = 'zentorno'
}
}
```
</details>
5. Add the jobs into your framework.
<details>
<summary><strong>Job Configuration (QB/QBX)</strong> (Click to Expand)</summary>
## QB (old jobs.lua)
```lua
```
## QB (new jobs.lua)
```lua
```
## QBX
```lua
```
</details>
<details>
<summary><strong>Job Configuration (ESX)</strong> (Click to Expand)</summary>
## (If this doesn't work for you, you will need to build them manually into your modified database)
```sql
```
</details>
6. Add the items into your framework/inventory.
<details>
<summary><strong>Items List (OX)</strong> (Click to Expand)</summary>
```lua
```
</details>
<details>
<summary><strong>Items List (QB-NEW)</strong> (Click to Expand)</summary>
```lua
```
</details>
<details>
<summary><strong>Items List (QB-OLD)</strong> (Click to Expand)</summary>
```lua
```
</details>
---
# Configuration Notes
- **Extensive Configuration Options**
Open and configure all the `Config` files to match your server's settings.
- **Customizable Menu Images**
The images used in the menus can be replaced. They are located in the `web/menuimages` folder.
> Do you still need help? Open a ticket in our [Discord](https://discord.gg/AnXx2GVGcM)
{.is-warning}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -1,106 +0,0 @@
---
title: RESOURCE TEMPLATE
description:
published: true
date: 2025-01-28T01:29:54.556Z
tags:
editor: markdown
dateCreated: 2025-01-28T01:29:54.556Z
---
<div align="center">
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Logo">
<h1><a href="https://store.nemesisgd.com/package/6444037" target="_blank">NGD-PILLBOXADDON</a></h1>
</div>
## Installation Steps
1. **Install ngd-Bridge**
Follow the guide to install ngd-Bridge [HERE](https://nemesisdocs.com/en/gettingstarted).
2. **Install ngd-pillboxaddon**
Place `ngd-pillboxaddon` into your **[ngd]** folder. This script must be started **after** `ngd-Bridge`.
3. **Add Items to Your Inventory**
Copy the items listed below into your inventory.
4. **Copy Images**
Move the images from the `img` folder into your inventory's images folder.
5. Add the jobs into your framework.
<details>
<summary><strong>Job Configuration (QB/QBX)</strong> (Click to Expand)</summary>
## QB (old jobs.lua)
```lua
```
## QB (new jobs.lua)
```lua
```
## QBX
```lua
```
</details>
<details>
<summary><strong>Job Configuration (ESX)</strong> (Click to Expand)</summary>
## (If this doesn't work for you, you will need to build them manually into your modified database)
```sql
```
</details>
6. Add the items into your framework/inventory.
<details>
<summary><strong>Items List (OX)</strong> (Click to Expand)</summary>
```lua
```
</details>
<details>
<summary><strong>Items List (QB-NEW)</strong> (Click to Expand)</summary>
```lua
```
</details>
<details>
<summary><strong>Items List (QB-OLD)</strong> (Click to Expand)</summary>
```lua
```
</details>
---
# Configuration Notes
- **Extensive Configuration Options**
Open and configure all the `Config` files to match your server's settings.
- **Customizable Menu Images**
The images used in the menus can be replaced. They are located in the `web/menuimages` folder.
> Do you still need help? Open a ticket in our [Discord](https://discord.gg/AnXx2GVGcM)
{.is-warning}