-
Posts
625 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by 0xF
-
With the plugin above, you'll be able to add a variety of defenses to your suits, including cold, as well as add longer underwater breathing (or infinite if needed).
-
There is no such possibility. All settings of default items are taken directly from the game items and fully correspond to them. Perhaps you feel the difference due to the fact that the plugin has its own system of registering damage from bots or on bots working from the bone in which hit and armor that is worn in that place, as in the original game damage to bots and bots has a common damage system and completely ignores the armor worn.
- 35 comments
-
- #custom
- #protection
-
(and 6 more)
Tagged with:
-
Hello. What you see in the settings files are completely official and have not been modified in any way. The ColdExposure parameter is specific, as this parameter is a kind of temperature protection, i.e. a large value will be hot, a small value will be cold, but again, the values that are initially set are original. Also, be careful Cold is NOT a defense against cold, but a defense against cold damage (there's a big difference). If you need protection from cold, use ColdExposure
- 35 comments
-
- #custom
- #protection
-
(and 6 more)
Tagged with:
-
- 35 comments
-
- 1
-
-
- #custom
- #protection
-
(and 6 more)
Tagged with:
-
I'm not sure if I can do that, the game doesn't provide a list of items or containers, if you're talking about items that were created before this update was installed. You'll be able to upgrade after the wipe. If you are talking about config in other plugins, I will not do this kind of migration, you need to change the settings of plugins manually, this is done easily.
- 76 comments
-
- 1
-
-
- #custom
- #customizable
- (and 5 more)
-
Changed Status from Not a Bug to Closed
-
Changed Status from Pending to Not a Bug
-
Hello, see attached screenshot. If you change the weapon from the default folder, then of course it will change default weapons, this folder is needed to configure the basic weapons or to copy the characteristics in the custom weapon
-
- 18 comments
-
- #additional
- #belt
-
(and 2 more)
Tagged with:
-
- 46 comments
-
- #timedpermissions
- #statusbar
-
(and 7 more)
Tagged with:
-
- 46 comments
-
- #timedpermissions
- #statusbar
-
(and 7 more)
Tagged with:
-
Then I do not know, I can send you what I have. It works for me and disappears as soon as I write the command.
-
No, you don't have to, but it's something that can conflict with. In that case, I don't know what's causing it not to work for you. Try also to install the latest version of ZoneManager, maybe your version does not have the required api method
-
Do you have DynamicPVP installed?
-
Hm Are you running the latest version? And try creating a new zone and check with it /zone_add /zone pvpgod true
-
Hello, sorry for the lack of response, I did not receive notification of a new request. As far as I understand the code that you gave you ChatGPT, but this code makes absolutely no sense, because the player's flags belong to the internal game flags, and the flag you are talking about belongs to the plugin zonemanager
-
- 18 comments
-
- #additional
- #belt
-
(and 2 more)
Tagged with:
-
Unfortunately, the Rust does not support the ability to track all buttons, only some of them, here is a list: public enum BUTTON { // Token: 0x04002CB0 RID: 11440 FORWARD = 2, // Token: 0x04002CB1 RID: 11441 BACKWARD = 4, // Token: 0x04002CB2 RID: 11442 LEFT = 8, // Token: 0x04002CB3 RID: 11443 RIGHT = 16, // Token: 0x04002CB4 RID: 11444 JUMP = 32, // Token: 0x04002CB5 RID: 11445 DUCK = 64, // Token: 0x04002CB6 RID: 11446 SPRINT = 128, // Token: 0x04002CB7 RID: 11447 USE = 256, // Token: 0x04002CB8 RID: 11448 FIRE_PRIMARY = 1024, // Token: 0x04002CB9 RID: 11449 FIRE_SECONDARY = 2048, // Token: 0x04002CBA RID: 11450 RELOAD = 8192, // Token: 0x04002CBB RID: 11451 FIRE_THIRD = 134217728 } There is an option to send a command to the player with a bind, but that is not a good option. I might add a combination change, but it's complicated and doesn't make sense because of the small set of actual buttons for this task.
- 18 comments
-
- #additional
- #belt
-
(and 2 more)
Tagged with: