-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add loadouts to operators #6
Comments
I like the idea on having the weapons/loadouts, but my issue is that the current operators.json file is getting quite long already and quite difficulty to work with. So my current plan is to have the operator data (like metadata & loadout) seperated from the weapons so we can reuse weapon data for other operators as well. So my plan is to have two different root folders:
I've pushed the new branch |
That sounds like a nice structure, but the issue with it is that the loadout for weapons are not the same for every operator. For example, both Doc and Oryx has an MP5, but Doc can equip it with an ACOG while Oryx can't. |
Oh, i didn't know that. Then having a What do you think is the better approach? |
I like the original idea on having the weapons separated from the operators, so my suggestion would be to have all the weapons and their data in the weapons folder, with the attachments included. And for such operators who has a different weapon loadout, we "overwrite" the attachments in the operator's json file. That way we could avoid having to add attachments to all the operators separately. Also, it's not common that a loadout differs, other than Oryx, i can't say anyone else who has the same issue. |
@PandaDriver156 Just to keep you updated, i'm still working on this but i'm quite busy right now with other stuff so it might take a while to get finished. |
In Y7 all primary weapons will have all 1x scopes (source) |
Hey @PandaDriver156, I know it's been more than two years :D, but are you still interested in this? I'm planning to publish new project soon which will be used as dependency for my r6api.js and it could really use operator loadouts! I already have array of objects for every weapon, that's why I'm using just a weapon slug in operator object. Will take me a while to do that just by myself for every operator in game. |
Hey @danielwerg, you got the timing right, just started playing Siege recently again 😄
If you mean interested in helping you then yes, i'd be happy to do so. |
I'd like to add loadouts to all operators. I think it's a big change (and a lot of work for me) so it's better to ask whether it would be approved or denied.
Here is an example on how an operator object would look like:
The text was updated successfully, but these errors were encountered: