• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Backpack Buttons A18! (Stash All, Stash Stack, Stash Stack Smart)

As far as I know, the one Jax has in RH is custom code made by one of his devs.

This one is code already included in the game. I just turned it on and gave it custom icons.

 
As far as I know, the one Jax has in RH is custom code made by one of his devs.
This one is code already included in the game. I just turned it on and gave it custom icons.
Gotcha,

thank you!

You guys do such a great job 🙏

 
As far as I know, the one Jax has in RH is custom code made by one of his devs.
This one is code already included in the game. I just turned it on and gave it custom icons.
But... why wasn't it active in A18 from the start o_o....

Thank you very much for making a modlet to enable it, but having the function and not enabling it by default is hurting my head.

 
Last edited by a moderator:
on a dedicated server it does not show the buttons to stash in - the < > buttons are visivle.

You see a tooltip if you're in a container, but the button itself is not visible. On a18b155

 
on a dedicated server it does not show the buttons to stash in - the < > buttons are visivle.
You see a tooltip if you're in a container, but the button itself is not visible. On a18b155
Icons wont download to the client. For the Client to see the icons, they need to install the mod as well on their PC.

 
mmhm thats wired - because on another server i have had buttons without installing anything on my client - maybe a different modlet

 
mmhm thats wired - because on another server i have had buttons without installing anything on my client - maybe a different modlet
probably so. The dev of this MOD said that is the issue with his since he used custom icons.

He posted that in response of my same issue that you were having.

 
on a dedicated server it does not show the buttons to stash in - the < > buttons are visivle.
You see a tooltip if you're in a container, but the button itself is not visible. On a18b155
Icons don't push from server to client. Client's need the icons installed.

 
you can change the icons to use "default server stuff" - check at the delivered XML files a pick a button at your choice - this makes the buttons visibile without having the icons installed on the client.

e.g.

<button depth="3" name="btnStashAll" style="icon30px, press, hover" pivot="center" pos="281,-21" sprite="ui_game_symbol_hand" defaultcolor="[yellow]" tooltip_key="lblStashAll" sound="[paging_click]" visible="{lootingorvehiclestorage}" />

<button depth="3" name="btnStashFillStacks" style="icon30px, press, hover" pivot="center" pos="317,-21" sprite="ui_game_symbol_loot_sack" defaultcolor="[green]" tooltip_key="lblStashFillStacks" sound="[paging_click]" visible="{lootingorvehiclestorage}" />

<button depth="3" name="btnStashSmart" style="icon30px, press, hover" pivot="center" pos="353,-21" sprite="ui_game_symbol_add" defaultcolor="[red]" tooltip_key="lblStashSmart" sound="[paging_click]" visible="{lootingorvehiclestorage}" />

check: sprite="###" and defaultcolor="###" tags. This is just a mockup - but working

 
Love the mod but would it be possible that whwn you set the "Do not move" spots that it also locks them from the auto sort button as well... this would round out the best mod so far ;-)

 
Love the mod but would it be possible that whwn you set the "Do not move" spots that it also locks them from the auto sort button as well... this would round out the best mod so far ;-)
Possibly, but that would then make it an SDX mod, since it would need custom C# code.

I'm excited to test this mod, installed on server and client but...Where exactly should I see those buttons? I cannot see them :-(

https://imgur.com/R8JInMw
You're using a bigger backpack I haven't tested with. So good chance it's using a different window.

 
The Mod works perfect on A18 b5 and again thank you very much for the Mod.

 
Last edited by a moderator:
Just to confirm, the only difference between the 'stack all' and 'smart stack' buttons is that the smart stack will start a new stack in the target if necessary, and there is room ?

I'm using the Jax modlet but have never been able to make that button do anything, I'll give this one a try this evening :) I like the buttons Jawoodle has better than the ones I have so makes perfect sense to change :cocksure:

 
Back
Top