Jump to content

Better Backpacks 1.0.17

$20.00
   (4 reviews)
Message added by 0xF,

Any questions? Join the discord https://discord.gg/8nztXhvgDe

5 Screenshots

Recommended Comments



snetzer

Posted

Hello,

when I wear 2 tops, I can no longer see the backpack on my back

0xF

Posted

17 hours ago, snetzer said:

Hello,

when I wear 2 tops, I can no longer see the backpack on my back

Hello, can you elaborate on the problem?

snetzer

Posted

Yes, I put on a T-shirt and a jacket over it, then I can no longer see the backpack (the parachute) on my back. If I only have one top on, for example just the T-shirt, the backpack is visible on my back again

111.PNG

222.PNG

0xF

Posted

17 minutes ago, snetzer said:

Yes, I put on a T-shirt and a jacket over it, then I can no longer see the backpack (the parachute) on my back. If I only have one top on, for example just the T-shirt, the backpack is visible on my back again

...

Unfortunately this cannot be fixed, as the client side renders a constant number of items. Otherwise the backpack cannot be opened on the back.
The problem isn't that the clothes are on top of each other, it's that all the slots are full

  • Like 1
snetzer

Posted

1 minute ago, 0xF said:

Unfortunately this cannot be fixed, as the client side renders a constant number of items. Otherwise the backpack cannot be opened on the back.
The problem isn't that the clothes are on top of each other, it's that all the slots are full

Ah ok thx

dustyhansen

Posted

Do you have any plans to add permissions to increase capacity? I would like to switch to your plugin, but in my current plugin I am able to give certain users an extra row of storage and it doesn't look like I can do that with this one.

0xF

Posted

4 hours ago, newp said:

Do you have any plans to add permissions to increase capacity? I would like to switch to your plugin, but in my current plugin I am able to give certain users an extra row of storage and it doesn't look like I can do that with this one.

it's the physical backpacks that are the item, there won't be an increase on permissions, but the other possibility will be there

dustyhansen

Posted

9 minutes ago, 0xF said:

it's the physical backpacks that are the item, there won't be an increase on permissions, but the other possibility will be there

But if I create a backpack with more space for VIPs, I have to 1) find a way to distribute that backpack to only VIPs and 2) if they have it stolen by/given to a non-VIP, then they will have the extra space, correct? Any suggestions for those challenges?

0xF

Posted

56 minutes ago, newp said:

But if I create a backpack with more space for VIPs, I have to 1) find a way to distribute that backpack to only VIPs and 2) if they have it stolen by/given to a non-VIP, then they will have the extra space, correct? Any suggestions for those challenges?

add a backpack to the kit for VIPs, which is given once per wipe, and if he loses it, he can buy a new one, but for an additional fee, the thief will receive a good backpack

RICK

Posted

If I add a new backpack to the configuration, how do I get the new item ID?

0xF

Posted

3 hours ago, RICK said:

If I add a new backpack to the configuration, how do I get the new item ID?

It will generate itself, don't worry, just don't touch this field, the plugin will do it all for you. But be careful, add new backpacks not from the top, but from the bottom of the config, because the generation of item id is from top to bottom and repeated id will be re-generated, and changing the item id can lead to the fact that previously created items under the previous id will be broken.

hid333

Posted

I purchased the plugin.
I purchased this plugin because it had exactly the functionality I wanted.
I had made a slight misunderstanding.
I thought it would replace the official facepunch backpack.
The command is the same as the plugin backpack(https://umod.org/plugins/backpacks), so it will interfere.
This can be avoided by changing the commands "backpack.open" and "backpack", but is it possible to change the config file to specify the command and chat command used by this plugin?

  • Like 1
hid333

Posted

put backpack in inventory, After opening the backpack with the open button,
A phenomenon occurs where items cannot be inserted using drag and drop.
If I equip the defective backpack(parachute position), i can enter it normally. Auto route is also fine.
The same applies if I give it to someone else.
If I get a new same backpack immediately after that, it will work fine.
I can have backpacks that work and backpacks that don't.
Reloading the plugin does not resolve the symptom.
It is unknown what is the cause.
The server will be restarted daily.

0xF

Posted

1 hour ago, hid333 said:

put backpack in inventory, After opening the backpack with the open button,
A phenomenon occurs where items cannot be inserted using drag and drop.
If I equip the defective backpack(parachute position), i can enter it normally. Auto route is also fine.
The same applies if I give it to someone else.
If I get a new same backpack immediately after that, it will work fine.
I can have backpacks that work and backpacks that don't.
Reloading the plugin does not resolve the symptom.
It is unknown what is the cause.
The server will be restarted daily.

Could you send me a video of the malfunction? To be honest, I didn’t understand anything from what was written

hid333

Posted

After update
I encountered a phenomenon where the equipped LARGE BACKPACK (only the size changed) turned into coal.
What could be the cause?

20240425044805_1.jpg

0xF

Posted (edited)

1 hour ago, hid333 said:

After update
I encountered a phenomenon where the equipped LARGE BACKPACK (only the size changed) turned into coal.
What could be the cause?

20240425044805_1.jpg

As the description says, it's a fallback item, you don't want to throw it away. This happens if the plugin is not loaded or if the plugin was not loaded at startup. I think specifically you have a case of unloaded plugin due to the fact that after the rust update the plugin could not compile, to fix it just restart the server after installing the update

Edited by 0xF
puddingking130

Posted

I already restarted the server after updating to the latest version released today, this wasn't an issue prior. 

I'm getting this error in console:

[21:06:11] > Failed compiling 'BetterBackpacks.cs':
[21:06:11] >   1. Cannot implicitly convert type 'int?' to 'int'. An explicit conversion exists (are you missing a cast?) [CS0266]
     (BetterBackpacks 26 line 567)
[21:06:11] >   2. 'CustomItemDefinitions.CustomItemDefinition' does not contain a definition for 'defaultDescription' [CS0117]
     (BetterBackpacks 17 line 570)
 

0xF

Posted

21 hours ago, puddingking130 said:

I already restarted the server after updating to the latest version released today, this wasn't an issue prior. 

I'm getting this error in console:

[21:06:11] > Failed compiling 'BetterBackpacks.cs':
[21:06:11] >   1. Cannot implicitly convert type 'int?' to 'int'. An explicit conversion exists (are you missing a cast?) [CS0266]
     (BetterBackpacks 26 line 567)
[21:06:11] >   2. 'CustomItemDefinitions.CustomItemDefinition' does not contain a definition for 'defaultDescription' [CS0117]
     (BetterBackpacks 17 line 570)
 

You need to update the library to the latest version as well

puddingking130

Posted

36 minutes ago, 0xF said:

You need to update the library to the latest version as well

What exactly do you mean "update the library"?

0xF

Posted

Just now, puddingking130 said:

Yes, I have the latest version of that installed as well

Your error says otherwise, you probably downloaded the first versions of plugins, to download the latest versions of plugins you need to download the last file from the dropdown list

puddingking130

Posted

4 hours ago, 0xF said:

Your error says otherwise, you probably downloaded the first versions of plugins, to download the latest versions of plugins you need to download the last file from the dropdown list

Yeah, I see... that download list doesn't show the versions. Got it to work, thank you 

  • Like 1
Xacku Mapping

Posted

is it possible to add a feature to select the ability to carry a backpack at the same time as Hazmats? with some hazmats, it is impossible to put on a backpack

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Love 1

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.