CLOTHING
Clothing & EUP

How to Install Illenium-Appearance on QBCore

October 10, 2023 · 4 min read

Installing custom clothing scripts can significantly enhance the player experience on your FiveM server, especially when it comes to unique character appearances. In this guide, we will cover how to install the Illenium-Appearance on QBCore, a popular framework for roleplay servers. Whether you're looking to bring a fresh aesthetic to your server or just want to personalize your characters further, this detailed walkthrough will ensure you're set up in no time.

What is Illenium-Appearance?

The Illenium-Appearance is a robust clothing and EUP (Emergency Uniform Placement) package designed specifically for QBCore. It offers a variety of outfits and options that can help create a more immersive environment for players. By utilizing this package, you can provide your players with an extensive selection of clothing that aligns with the various roles and themes within your server.

Prerequisites for Installation

Before diving into the installation process, ensure that you have the following:

  • A working QBCore server: Make sure your server is up and running properly.
  • Administrative access to the server files: You’ll need permission to modify server files.
  • Basic familiarity with FiveM and QBCore: Understanding some basic file structure and config files will be helpful.

Step-by-Step Guide on How to Install Illenium-Appearance on QBCore

Installing Illenium-Appearance requires several steps. Follow these instructions carefully:

Step 1: Download the Illenium-Appearance Package

  1. Obtain the Illenium-Appearance package from your preferred source.
  2. Extract the files from the downloaded zip folder.
  3. You should see files such as fxmanifest.lua, stream, and other related folders.

Step 2: Upload the Package to Your Server

  1. Connect to your server via FTP or your file manager application.
  2. Navigate to the resources directory. This is typically found at /resources/ within your server files.
  3. Create a new folder named illenium-appearance and upload the extracted Illenium-Appearance files into this folder.

Step 3: Update the fxmanifest.lua

The fxmanifest.lua file is crucial for proper function integration. Ensure it has the correct dependencies loaded. Here’s how to modify it:

  1. Open the fxmanifest.lua file located inside the illenium-appearance folder.
  2. Look for the dependency section and make sure it includes:
    dependency 'qb-core'
    
  3. Save your changes.

Step 4: Add the Resource to Your Server Config

To enable the Illenium-Appearance resource:

  1. Open your server.cfg file located in the main server directory.
  2. Add the following line at the bottom:
    start illenium-appearance
    
  3. Save and close the server.cfg file.

Step 5: Verify Player Permissions

When installing a new clothing script, it's essential to ensure that players have appropriate permissions to access the new outfits.

  1. Navigate to your permissions configuration file, which may vary depending on your setup.
  2. Verify that necessary roles have access to the clothing commands related to Illenium-Appearance. You might want to reference the QBCore permissions or add custom checks in your scripts.

Step 6: Restart Your Server

Once everything is in place, restart your server to load the new resource. You can do this from your game panel or using the console command:

restart illenium-appearance

Step 7: Test the Installation

After restarting your server, it’s time to test if everything is working correctly:

  1. Join your server using a client session.
  2. Open your clothing menu using the designated key (often F11 or similar keybindings).
  3. Navigate through the options to see if the Illenium-Appearance clothing assets appear.

Troubleshooting Common Issues

If you encounter any issues during the installation, here are some common problems and their solutions:

  • Resource Not Starting: Ensure you’ve correctly placed the files in the resources folder and that your server.cfg has the correct start command.
  • Outfits Not Showing Up: Check the fxmanifest.lua for typos in the dependency section and ensure your server permissions allow access to the clothing resource.
  • Errors in the Console: Review your server console for specific error messages, which can guide you in fixing the issues.

Frequently Asked Questions

How do I uninstall Illenium-Appearance?

To uninstall, simply remove the illenium-appearance folder from your resources directory and delete the relevant line from server.cfg. Restart your server to apply changes.

Can I customize the outfits in Illenium-Appearance?

Yes, you can edit the texture files within the stream folder of the Illenium-Appearance package as per your needs. Make sure to back up the original files first.

Is Illenium-Appearance compatible with other scripts?

Generally, it should be compatible, but conflicts can arise if other scripts modify the same aspects of player appearances. Test extensively if you plan to mix resources.

Do I need any special permissions to use Illenium-Appearance?

Yes, ensure that player roles have the right permissions set in your server’s config to access the clothing features.

Where can I find more clothing options for my server?

Explore other clothing options on Fivemania to enhance your server's fashion diversity.

#fivem#qbcore#clothing#eup#installation

Keep reading