#I posted this to cfx.re forums but they wanted to be rude because Bisect is not an "approved host"

1 messages · Page 1 of 1 (latest)

gritty atlas
#

FiveM refused assistance

Uh so FIVEM basically refused to assist me simply because Bisect Hosting is not an "authorized" hosting provider. Apparently the only approved host for FiveM is zaphosting, which is overpriced as hell and has a secret little monopoly deal with CFX and Rockstar. Their response was to tell me to "switch to zap" which is not happening. Bisect has my heart ❤️

Since I was refused assistance because I wont pay rockstar $300 a year to host a damn server, I'm gonna ask for assistance here instead.

Help

I'm having an issue with EUP. Firstly let me answer some questions because I know they will be asked.

  1. Yes I am subscribed to element club
    2.Yes my Keymaster key is linked to patreon
  2. Yes I have tried different versions of the official EUP
  3. Yes I have tried putting my server on 10 players
  4. I know that EUP streaming is working because I have an LSPD EUP pack in my server that works fine, its just this little official file that refuses to work
  5. Yes I have tried it with both __resource.lua and fxmanifest.lua
  6. Yes I will give you supervised temporary access to my server’s console to fix the issue, but I will watch you the entire time and if you do something without my permission i will take away the console access.

The Issue

I have an eup-stream file in my server straight from the original poster. I have tried every configuration known to mankind and cannot figure out a solution. My console claims that EUP has launched, however when I go in-game, clearly it has not launched. I have no idea what to do and kind of need EUP for my server. If you need more information besides what I have provided let me know. I have talked to 4 different developers and not a single one knows what’s going on, I even went as far as to attempt to find the random Indian guy in a reddit forum from 8 years ago and I couldn’t find him. Swear to god nobody has ever seen this before, and I have never had this issue before.

#

(automod removed the post)

oak yacht
#

Bot caught the message, might be because of bad words usage or the link in the original one!

Just a little heads-up (I don't know anything about five-M but just in general) do not give anyone that offers here access to anything. Everyone here is just random community support, not staff or anything and we've seen it go wrong pretty much every time people allow others to have direct access to their servers console etc.

gritty atlas
gritty atlas
gritty atlas
#

yea zap hosting and CFX can kiss this rear end

fiery ingot
#

Gonna go ahead and ping @sullen flame as hes the resident FiveM lad on staff 👀

fiery ingot
#

Yep xD We got people on shift that are experts in a specific game, but very knowledgeable in just abt all of em

#

Helps to have someone for the more niche stuff yesyes

gritty atlas
sullen flame
#

Hi there

#

Okay, so we wanna check your clothing pack. You have the sub, which is great.

#

you also want to remember to cancel your pateon, and swap to the cfx portal by 2025.. Just to make sure.

gritty atlas
#

i have it on a monthly

#

as for now if you need to hope in a vc im available

#

if that makes this easier

sullen flame
#

Are you able to hop in hang out? I can try checking on this for ya.

#

Just to double check, you have these done already right?

wispy rover
#

Can confirm: Aaron is so good with FiveM he could make SixM

sullen flame
#

Custom clothing in FiveM servers is subscription based. Meaning people have to pay to be able to stream(use) custom clothes in a FiveM server. So if they reach out to us, not only does it have to be set up a certain way, they have to have a certain license for it. https://portal.cfx.re/subscriptions
The way these servers are built out, any folder in [brackets] will allow all resources within to be read by that folder. So creating an EUP folder in [eup] allows for all resources in that folder that are related to clothing, to be streamed.
There are different subsets of info needed for clothing going forward from there. Like when a clothing pack is created, whether it's 1 jacket as a resource, or nearly 2k items as a singular resource, these items will generate something called a YMT file. Only certain amounts of YMT files can be read by a server based on the game version.
Lets take a look at how Rockstar Games takes up the free .ymt slots every update:
In game version b1604 (mpchristmas2018) we had 14 additional free .ymt slots to be used
In game version b1737 (mpvinewood) we had 12 additional free .ymt slots to be used
In game version b1868 (mpheist3) we had 10 additional free .ymt slots to be used
In game version b2060 (mpsum) we had 8 additional free .ymt slots to be used
In game version b2189 (mpheist4) we had 6 additional free .ymt slots to be used
In game version b2372 (mptuner) we had 4 additional free .ymt slots to be used
In game version b2545 (mpsecurity) we have 2 additional free .ymt slots to be used
In game version b2612 (mpg9ec), R* seems to have increased the YMT limit, we have about 20 additional free .ymt slots to be used
In game version b2699 (mpsum2), we have about 16 additional free .ymt slots to be used
In game version b2802/b2824/b2845 (mpchristmas3), we have about 14 additional free .ymt slots to be used
In game version b2944 (mp2023_01), we have about 12 additional free .ymt slots to be used
In game version b3095 (mp2023_02), we have about 10 additional free .ymt slots to be used
In latest game version b3258 (mp2024_01), we have about 8 additional free .ymt slots to be used
This is on a per gender basis. So in game version b3258, we can have 16 total ymt's. A singular resource pack will generate 1 ymt, and any extra (like hiding hair in hats, or high heels on heels, etc) will generate extra ymt's.
These packs are also limited by Drawables. Namely 128 drawables per type, and 26 variations per drawable per pack. So roughly 33k different types of clothing.

sullen flame
#

set sv_enforceGameBuild 3095

#
fx_version 'cerulean'
game 'gta5'

author 'Your Name'
description 'Your Script Description'
version '1.0.0'

shared_script 'config.lua'
client_script 'client/*.lua'
server_script 'server/*.lua'```
#

-- Generated with DurtyClothTool

fx_version 'cerulean'
game { 'gta5' }

files {
'mp_m_freemode_01_mp_m_jspd_male.meta',
'stream/pedalternatevariations.meta'
}

data_file 'SHOP_PED_APPAREL_META_FILE' 'mp_m_freemode_01_mp_m_jspd_male.meta'
data_file 'ALTERNATE_VARIATIONS_FILE' 'stream/pedalternatevariations.meta'