ND Framework Installation Guide








 --------------------------------------------
 NDFramework Installation Guide
 --------------------------------------------


 --------------------------------------------
1️⃣ You'll need to download OxMySQL and connect to a database
 --------------------------------------------

First Step Installing OxMySQL

This is a simple tutorial on how to install OxMySQL on a windows VPS or localhost.

Step 1.
Download the oxmysql.zip . -- https://github.com/overextended/oxmysql/releases

Step 2.
Add ensure oxmysql to your server.cfg file.

Step 3.
To connect your database to OxMySQL you'll need to add a mysql connection string to your server.cfg file. If you're hosting the database on the same server as the FiveM server then you can add this string.

set mysql_connection_string "mysql://user:password@localhost/database?charset=utf8mb4"

Make sure to replace the text with your user, database and password if you have one. If you don't have a password then you can remove that and remove the : before the password as well.
If you're using a panel then you probably have your database hosted on a different server. To connect that server you may need to specify the port, see connection string example below.

set mysql_connection_string "mysql://user:password@localhost:30127/database?charset=utf8mb4"

Make sure your password don't have any = or : or @ in it.


--------------------------------------------
2️⃣ Then you'll need to download ND_Core and setup this resource. 
 --------------------------------------------


Step 1.
Download the ND_Core. https://github.com/ND-Framework/ND_Core

Step 2.
add ensure ND_Core to your server.cfg file.

Step 3.
Import the query.sql file found in the ND_Core folder to your datbase.

If you're using HeidiSQL then click on file > Run SQL file.

Or via phpmyAdmin

 --------------------------------------------
3️⃣ If you want a Character Selection Like Found in the video below 
 --------------------------------------------

https://www.youtube.com/watch?v=_wZxperCsa0

Step 1.
Download the ND_Characters. https://github.com/ND-Framework/ND_Characters

Step 2.
add ensure ND_Characters to your server.cfg file.

Step 3.
Download https://github.com/pedr0fontoura/fivem-appearance/releases

Step 4.
add ensure fivem-appearance to your server.cfg file.

 --------------------------------------------
4️⃣ If you want a No Character Selection 
 --------------------------------------------


Step 1.
Download https://github.com/ND-Framework/ND_NoCharacters

Step 2.
add ensure ND_NoCharacter to your server.cfg file.


 --------------------------------------------
 5️⃣ Installing SimpleHUD
 --------------------------------------------


Step 1.
Download SimpleHUD. https://github.com/Andyyy7666/SimpleHUD

Step 2.
Download nearest-postal. https://github.com/DevBlocky/nearest-postal/releases/tag/1.5.2

Step 3.
Add the following to your server.cfg file.

ensure SimpleHUD 
ensure nearest-postal




If you are still having troubles please make a #Support topic in the Andyyy's Development Discord and use the following template.



━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
> Screenshots of errors or any problems?
> FXServer Log?
> What Script?
> Have you edited the script?
> Have you followed the setup on https://ndframework.gitbook.io/nd-framework/
> or https://www.youtube.com/watch?v=kF9ePqVL2ik
> Describe your **ISSUES in FULL DETAIL**
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Comments

Popular Posts