Skip to content
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

Reserved slots issue #19

Open
IdrisDose opened this issue Apr 21, 2021 · 9 comments
Open

Reserved slots issue #19

IdrisDose opened this issue Apr 21, 2021 · 9 comments

Comments

@IdrisDose
Copy link

Hi :)

How do I make it so that it appends the slots rather than prepends the DLC items?

Right now I want to add slots to the end of the selection rather than after a certain slot.

I've noticed there is an overrides JSON so would it be as simple as editing that and then renumbering the stream files?

@KoRnBoy82
Copy link

I'm searching where you did find this override.json file? It's not in 2.2.7.

@DaVillka
Copy link

DaVillka commented May 8, 2021

I'm searching where you did find this override.json file? It's not in 2.2.7.

image

@KoRnBoy82
Copy link

Oh. Thanks.

@KoRnBoy82
Copy link

And does that work by renumbering?

@DaVillka
Copy link

DaVillka commented May 8, 2021

And does that work by renumbering?

yes

@KoRnBoy82
Copy link

KoRnBoy82 commented May 8, 2021

How did you did it? Per example, if I want to place my added pants after the original ones, I change numbers like this? Using fiveM by the way.

"lowr": {
  "start": 0,
  "end": 200

@DaVillka
Copy link

DaVillka commented May 8, 2021

How did you did it? Per example, if I want to place my added pants after the original ones, I change numbers like this?

"lowr": {
  "start": 0,
  "end": 200

maybe, i add 1 berd to dlc and renem to berd_000_u.ydd, and change number
"berd": {
"start": 0,
"end": 0
},
and work

@KoRnBoy82
Copy link

I generated a pack of clothes with gtautil by placing my models inside folders like 0/0.ytd 0.ydd and then I tried modifying those files without success for fivem. Maybe it just don't work in fivem.

@DaVillka
Copy link

DaVillka commented May 8, 2021

I generated a pack of clothes with gtautil by placing my models inside folders like 0/0.ytd 0.ydd and then I tried modifying those files without success for fivem. Maybe it just don't work in fivem.

mb, i create and change dlc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants