Something strange happens when I press Q to shift the inventory, instead of shifting it evenly there is like a 4 cell horizontal shift and, for the middle option, in order to bring everything back to normal I have to cycle though the entire inventory rows for 3 times. Since 4x3 = 12, it makes me think that this would be solved if the actual size of the inventory were a multiple of 12 perhaps? So like 504 instead of 500 (which is exactly a difference of 4, like the incorrect shifting). 504 being 42x12.
You can open the content.json file in this mod file. Changed the number of slots for different backpacks to multiples of 12. After you purchase the modified backpack upgrade. The problem will no longer occur. If you've upgraded your backpack to the top. Then I don't know how to fix this either.
as @hjjbjjj mentioned, you can edit the content.json file entries for the 3rd , 4th and 5th backpack to 48, 204 and 1008 respectively, this goes past the 1000 mark but it works as the custom backpack framework mod supports the entries. And yes I did test this in game and it runs perfectly fine. You can change the entries to any value as well, the value just has to be divided by 12 thats all.
Maybe, xc333222, do you think you could possibly open-source this so one of us can fix this issue and other issues the addon is facing? I would happily help and add fixes if you were to make it available.
-- Addendum -- The reason I ask is I would like to add the following new features that should be a relatively quick update: 1. Add in the Generic Config Menu so we can modify values like purchase prices for an easier time getting these as honestly having this bag from the start for some people would be very helpful. 2. Add in fixes for the Textures not showing up which I believe is likely a translation problem. 3. Add in Translations for the names as currently you only have it in Chinese which doesn't make it available anywhere else for a "working" setup. -- These would be nice to do, some day but will require alot more code but are still doable -- 4. This is more of a maybe one day in the future, but add a paging system to where we can not only scroll but have a paging system to get to it -- These would be awesome but are likely very difficult to accomplish -- 5. Add in the ability to freeze certain rows so you can have your weapons and most important items on Line 1 and some important stuff on Line 2 and freeze all of those slots but then have it so the next rows after are a free for all, this would work easily if we did the paging system i think that way you could make it so anything in Page X through Y were completely locked down.
Anyway these are my thoughts on what I would like to add, just limited to be able to either help with this with you, or have you open source it so we can submit code additions on your github, or maybe even make a Redux version of our own.
Please make sure you update your manifest OP, as you have your version listed as 0.0.1 here, but on the site you have it listed as 1.0.2 which fubars the mod installers like vortex/stardrop/etc as it makes them all think there's an update when there isn't, all you have to do is update the "Version": "0.0.1", to "Version": "1.0.2", I think it's a bug in Nexus where it doesn't like versions below 1.0, so it treats that 0.0.2 as 1.0.2, that should fix it all up. It did for me at least.
It works but the textures aren't there for some reason. And the names for the bags are empty but the slots still show up. Both of these are likely due to translation issues considering it's an i18n required mod (meaning foreign language mod)
Update keys problem! Edit the manifest.json file so it says this: "UpdateKeys": [ "Nexus:27613" ] instead of linking to the return of more backpack upgrades
33 comments
Mine is doing the same 🫠 I deleted the mods and it literally is still doing the same thing. It shouldn't still be doing it without the mods
牛逼模组,直接背包自由,美观方面有考虑更新么?一次不止显示3行,显示更多行那种,不然翻起来其实用的不那么舒服,最多也就个10来行有效利用,再多翻着就不好找了
-- Addendum --
The reason I ask is I would like to add the following new features that should be a relatively quick update:
1. Add in the Generic Config Menu so we can modify values like purchase prices for an easier time getting these as honestly having this bag from the start for some people would be very helpful.
2. Add in fixes for the Textures not showing up which I believe is likely a translation problem.
3. Add in Translations for the names as currently you only have it in Chinese which doesn't make it available anywhere else for a "working" setup.
-- These would be nice to do, some day but will require alot more code but are still doable --
4. This is more of a maybe one day in the future, but add a paging system to where we can not only scroll but have a paging system to get to it
-- These would be awesome but are likely very difficult to accomplish --
5. Add in the ability to freeze certain rows so you can have your weapons and most important items on Line 1 and some important stuff on Line 2 and freeze all of those slots but then have it so the next rows after are a free for all, this would work easily if we did the paging system i think that way you could make it so anything in Page X through Y were completely locked down.
Anyway these are my thoughts on what I would like to add, just limited to be able to either help with this with you, or have you open source it so we can submit code additions on your github, or maybe even make a Redux version of our own.
Giant Backpack Eng
it's uploading at the moment so give a few minutes before it becomes available for download!