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

Adding modpack support #34

Open
Maelstromeous opened this issue Oct 2, 2022 · 0 comments
Open

Adding modpack support #34

Maelstromeous opened this issue Oct 2, 2022 · 0 comments

Comments

@Maelstromeous
Copy link

Was speaking to @tehruttiger privately about this, I think it would be a good idea to create the ability for users to choose between a number of popular modpacks out of the box to enable very quick onboarding for such users.

One popular icon modpack is https://sentsu.itch.io/foxhole-ui-label-icons.

I've attached a zip of what I've got so far, I'm painfully collecting them all as and when I see new items, but currently limited by Tech, and currently only able to do it for the wardens (thankfully I can move to collies on another shard).

UI changes

In terms of UI, I recommend you add a dropdown picker to enable users to choose which modpack they wish to use, which we supply the modpack icons out of the box.

Filesystem changes

Convert /CheckImages/Modded into /CheckImages/Modded/Custom and create new folders under the Modded folder, e.g. /CheckImages/Moddded/FoxholeUiLabelIcons, and insert the collected icons into that.

Example filestructure:

Stockpiler/
├─ CheckImages/
│  ├─ Modded/
│  │  ├─ Custom/
│  │  ├─ FoxholeUiLabels/
│  │  ├─ SomeOtherMod/

Then when users choose 'Custom' (being the default option) it will assign itself to the correct folder.

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

1 participant