-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe a issue with SetPropIndex (2612)? #1486
Comments
This is still an issue the game versions; 2612 and 2699 (tested on 5824 server version)., the addon hats don't appear it seems as Rockstar changed something when you have a lot of addon hats. Hats work fine on other builds 2189, etc. |
https://github.com/DurtyFree/durty-cloth-tool/wiki/YMT-game-limit-and-crash-issues While this post speaks of additional ymt file slots, if you lower your .ymt files to 6... Everything will stream appropriately. |
@vicegamingnetwork Not related. Repro in Helmets/Hats Disappearing only uses 2 .ymt files. |
Unfortunately this issue is a bit difficult to deal with. Closing since this issue hasn't been updated since 2022 - the forums contain all relevant conversations and information. |
@gottfriedleibniz This issue is about some other prop limit, unrelated to ymt limits. Specifically props such as hats not spawning after a certain amount is being streamed (dlc dependent). This is my repo https://forum.cfx.re/t/helmets-hats-disappearing/4864117 and im only using 2 ymt. I do understand if anything clothing related is hard to fix and thats the reason this was closed. |
Just to provide additional context and an explanation for why this is happening: I believe that some ped prop stuff in the code is uint8, meaning there is a "global limit" of 255 maximum props of one type. If you exceed this and add more props, game will render only number of props that you are above limit (for example, if you add 260 p_head props, you will be able to select only first 5 props, anything else will not load at all) Of course R* adds more and more props with each DLC, and this is why users are reporting something works on one gamebuild but doesn't on newer ones. I hope this somehow helps to anyone trying to solve this issue :) |
@grzybeek, is this documented anywhere? |
@gottfriedleibniz I don't think so, just know this from my own experience with peds/clothing 😄 |
Yes there is a 255 limit, a repro was provided here at disquse's request for investigation With every new dlc the amount of hat that can be streamed is less and less :( |
It would be quite nice to have a place that centralizes all of the game limits everyone here has run into and/or are fighting against. |
I've tried 2802/2944 and 2699 and I've gone from just one add on hat to a max of 10 none show and only a limited amount of gta hats show in 2944 it 46 or so in 2802 it's like 26 and so on the rest are blank with a -1 as the texture. It's only hats and I inky have one male pack 2 ymts and one female pack. I wish someone would direct us in the right direction. I've had devs and even the pack creator want to charge me to tell me the fix. This is crazy |
EUP Limitations: https://github.com/DurtyFree/durty-cloth-tool/wiki/YMT-game-limit-and-crash-issues For our server we experience the 255 limit then we get the invisible props as mentioned. Tested on both 2699 and 3095. Hopefully this workaround can help out with that. Our server has reached the limit, and now are at the point where we must unfortunately stop putting hats/helmets in which sucks :( and we wish to not really replace the default eup either because its like robbing peter to pay paul at that point lol. We build our own eup packs using DurtyClothTool to condense everything nicely and carefully count our total amount of props. It reminds me of the 255 siren ID's limit where someone figured out how to fix that for client sided only. I can't speak for this one though as I've not see anyone fix it like that yet. |
Description:
When using the build
2612
and adding more add-on clothes props, the 'hats' don't seem to set the model properly; I don't quite know if it's not setting the model properly, or if it's just completely broken, but what I do know is, that it just doesn't show up at all.Example: If you have added any add-on 'hats', and swap to where it is supposed to be located, (in my case it would be slot # 214 in the 'hats' section) it doesn't show up. But then when you downgrade to build
2189
(Perico), all the hats show up properly. This only seems to be happening for 'hats', everything else is showing up / working properly..Note: I was able to reproduce this every single time upon switching builds; every time I swapped to
2612
, all of the new add-on props under the 'hats' section were nowhere to be found. There wasn't any resources changed, and if you can't tell from the videos below, I am using 'fivem-appearance'.Edit: I have also came across someone else reporting this issue, you can find the topic here. --> Click me to view the topic
Expected Behavior:
Videos:
Additional Context
The text was updated successfully, but these errors were encountered: