👗 Ultimate Cloth Shop RedM [VORP]

:dress: REDM - Ultimate Cloth Shop [VORP Exclusive]

Welcome to the Ultimate Cloth Shop , the most advanced and detailed clothing system available on the RedM market! Designed exclusively for VORP, this script offers a rich and immersive shopping experience, featuring all NPC clothes, a revolutionary auto-fit algorithm, itemized clothing, licensed shops, and more. This script is in BETA , and the price will increase with each update as we push this system to perfection with your feedback.

:camera: Video Preview (No edit, no bullshit, only gameplay)
:shopping_cart: Buy This Script on Tebex

Key Features:

  • :coat: Complete NPC Clothing: All NPC clothes are included, handpicked and sorted to perfection.
  • :dart: Auto-Fit Algorithm: Our revolutionary algorithm automatically adjusts clothes to your character’s body, preventing glitching through the skin. (Currently in BETA)
  • :package: Itemized Clothing: Every piece of clothing comes as an item, providing full control over your character’s wardrobe.
  • :shopping: Licensed Shops: Easily configure specialized clothing shops, including jewelry shops, gunsmiths, and hat stores. Shops can be licensed to control access.
  • :floppy_disk: Last Outfit Saved: Your last outfit is automatically saved and re-applied when you log back into the server, ensuring continuity in your character’s appearance.
  • :eyes: Item Preview: No more guesswork – see exactly how the clothes will look before you buy them!
  • :hammer_and_wrench: Full Customization: Configure what items are available in each shop. Open shops using commands or client-side events for seamless integration.
  • :globe_with_meridians: Multilingual Menu: The menu is fully translated into French, English, Spanish, Portuguese, and Italian.

How to Open Shops:

  • Open shops using commands like /openClothShop, /openJewelryShop, /openGunsmithShop, or /openHatShop. These commands can be disabled in the configuration.
  • Use client-side events such as ctrl_clothshop:openClothShop, ctrl_clothshop:openJewelryShop, and more for a more integrated experience.

Important Notes:

  • :construction: This script is in BETA, meaning some images may be missing (they will be added in the next update).
  • :lady_beetle: Early buyers may encounter bugs, but rest assured, we are extremely responsive, and all bugs will be patched within the hour!
  • :warning: The cloth shop system in RedM is extremely complex and requires precise development to ensure every feature works perfectly. Your feedback will be instrumental in refining this system!
  • :money_with_wings: The price will increase with future updates as the script is further refined and enhanced. Get it now at a lower price while it’s still in BETA!

Dependency:

  • VORP Core

[FiveM Asset Escrow System]
Script is protected using Cfx’s Asset Escrow system.

Unencrypted Files:

  • All config files are open

:shopping_cart: How to Get It:

To purchase and download the script, visit our Tebex store and complete your purchase. Detailed instructions and support will be provided to ensure you can easily integrate the script into your server.

:shopping_cart: Buy This Script on Tebex

Code is accessible No (but opensource version aviable)
Subscription-based No (but subscription aviable)
Lines (approximately) ~75 000
Requirements VORP Core
Support Yes, with free modifications
3 Likes

:zap: Changelog - Script Updates

ctrl_clothshop v1.00 → v1.01

Heads up! We’ve pushed some updates to our scripts.

What’s New:

  • You can now configure NPC with position to open closhthop, config sample :
Config.useNPC = true -- Enable NPC
Config.KeyPrompt = 0xC7B5340A  -- INPUT_PICKUP (ENTER)

-- Not Working yet, dont use it
Config.npc = {
    {
        model = "S_M_M_Tailor_01",
        position = vector4(1217.8154296875, -1297.2725830078, 75.902122497559, 137.86235046387),
        entity = nil,
        shoptype = "clothshop" -- jewelry | gunsmith | hat
    },
    {
        model = "S_M_M_Tailor_01",
        position = vector4(1223.6120605469, -1303.8587646484, 75.899154663086, 140.85018920898),
        entity = nil,
        shoptype = "jewelry" -- jewelry | gunsmith | hat
    },
}

What You Need to Do:
Update your scripts ASAP to stay synced with the latest changes. Open ticket if you run into any issues.

1 Like

:zap: Changelog - Script Updates

ctrl_clothshop v1.01 → v1.02

Heads up! We’ve pushed some updates to our scripts.

What’s New:

  • Fix ped rotation slider
  • Fix all minor nui error
  • I’ve completely fixed the bodie reset problem that was making my character blink.
  • I’ve potentially corrected the problem you had with the men’s shirts, and it’s due to an error on my side. In the bodie matching algorithm, I’ve totally left out the men’s bodie upper, but the women’s is working fine. I’ve set up a crazy guard in the meantime.
  • I’ve also fixed the problem of the menu not wanting to open (theoretically it shouldn’t happen anymore, but keep me up to date).

What You Need to Do:
Update your scripts ASAP to stay synced with the latest changes. Open ticket if you run into any issues.

Oh wow this one looks fantastic, it is possible if we can custom the UI design?

1 Like

Hey thanks for your feedback!

It’s entirely possible to modify the ui yourself (colors/font/banner) if you have the skills to do so, if it’s simple modifications I can do it for you for free after purchase, otherwise don’t hesitate to present us your modification project :slight_smile:

In your video you don’t seem to have all the NPC clothes. How many assets have you added to the total ?

1 Like

from the 19,192 NPC men’s and women’s clothes we listed, we added the 3625 most relevant to our menu, And in total we have 18530 unique items of clothing (not counting color variations) and from these 18530 we removed 6296 which we tested by hand one by one and judged to be buggy and unusable: so to sum up we have 12,234 items of clothing (mix of NPC and MP) all tested, approved unique and sorted. :sunglasses:

Any plans to make this also compatible with RSG?

1 Like

Absolutely, it’s in our roadmap, but if you want to contribute to RSG compatibility, you can open a ticket to discuss it :slight_smile:

do this have color wheels like other clothes shops do?

1 Like

Hey, it’s coming in the future updates :slight_smile: This week we’re sending out the missing clothing icons

i wish we can have body hair like arm hair and leg hair that most important i never seen in any script

It’s a cloth shop not a charcreator :slight_smile:

:zap:Changelog - Script Updates

Heads up! We’ve pushed some updates to our scripts.

What’s New:

  • Add all NPC cloths icons (Request the new icon pack in your ticket, or open a new ticket)

What You Need to Do:
Update your scripts ASAP to stay synced with the latest changes. Open ticket if you run into any issues.

:zap: Changelog - Huge Script Updates

ctrl_clothshop v1.03 → v1.04

Heads up! We’ve pushed some updates to our scripts.

What’s New:

  • Fix default sql schema rename “item_cloth” to “item_standard”. (due to your feedback)
  • Add German language
  • By activating Config.UseManualBodieSelection, you’ll have access to a slider allowing you to configure the body (arm/leg/skin tone) to best match your outfit.
  • Solving the problem that caused prices to be incorrectly subtracted
  • Women’s coats added to automatching
  • Remove some useless print (some of them are still here to help me understand your problems)
  • Added a check in case the menu doesn’t appear if you spam the open action
  • Better management of skincolor

Beta News:

The script is drastically more stable than the initial release version, we still have a few features to modify, but overall, we’re getting there, and I’m confident that we’ll be out of beta very soon.

What You Need to Do:
Update your scripts ASAP to stay synced with the latest changes. Open ticket if you run into any issues.

video please i would love to see what comes with it

Video are available into the post :stuck_out_tongue:

female character only no male clothes in video

Male cloth work too as same as female :slight_smile:

male and female have dif clothes even in base only and story they dont wear the same things