-
Posts
444 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by beee
-
Changed Status from Pending to Closed
-
100 years later I attempted to make some improvements to lower memory usage, but I doubt it's substantial.. Issue is mainly with the grouped Listbox, for some reason takes a while to release cached items. Best I can do for the time being, feel free to have a crack at it and submit a PR. ("Contribute" button on file page links to the repository)
-
Changed Status from Pending to No Response
-
Changed Status from Pending to Closed Changed Fixed In to 2.0.1
-
not shure how tp find .json file for skins
beee replied to jesse scordo's Support Request in Support
Changed Status from Pending to Not a Bug -
Changed Status from Pending to Closed Changed Fixed In to 2.0.3
-
Resolved in 2.0.3, thank you for reporting and testing.
-
Version 1.0.9
274 downloads
Allows players to activate Headlight (Miner's Hat) without taking up any wearable slots, and does not conflict with any headwear. This is useful for having better vision at night without compromising armor or taking off hazmat suit, especially when farming ore/wood. Auto Equip You can define whether you would the headlight to auto equip at Sunset and unequip at Sunrise by setting default state to NightOnly, and define game times in config. If set to Always instead, it will always equip a headlight to players with permission (light will be turned off, they can turn it on/off like any other worn miner's hat while equipped). Permissions headlight.use Chat Commands /headlight - Shows available commands (can be changed in config) Console Commands giveheadlight %steamid% - Equips a headlight on a target player headlight toggle - For easier key binding (e.g. bind p headlight toggle) Config { "Command": "headlight", "Auto Equip Settings": { "Default State (Always|NightOnly|Off)": "NightOnly" }, "Night Time Settings": { "Sunset InGame Time (00:00)": "22:00", "Sunrise InGame Time (00:00)": "07:00" }, "Alert Settings": { "Send in Chat": false, "Send as Game Tip": true }, "Version": { "Major": 1, "Minor": 0, "Patch": 2 } }$4.99- 21 comments
- 2 reviews
-
- 5
-
-
-
-
- #headlight
- #rust
- (and 6 more)
-
You all set here?
-
Oxide might have got stuck with this plugin due to the previous error, maybe try the following commands see if it responds to any of them: o.load AutomatedMessages o.unload AutomatedMessages o.reload AutomatedMessages If you still have trouble, message me on discord so we can sort it out (my username -> .b.e.e.e.)
-
Posted a fix for config not generating properly
-
not shure how tp find .json file for skins
beee replied to jesse scordo's Support Request in Support
do you have oxide installed? sounds like you might need help understanding how plugins get installed and configured.. i suggest watching some srtbull videos on youtube to get an idea how it works. -
not shure how tp find .json file for skins
beee replied to jesse scordo's Support Request in Support
If you have https://umod.org/plugins/skins installed, you will find the skins.json in oxide/config folder. -
Hi, See if that works for you: { "Version": { "Major": 1, "Minor": 2, "Patch": 1 }, "General Settings": { "Show Text Outline": true, "Show Individual Ammo Icons": true, "Show Throwables": true }, "Position Settings": { "Default State (true = on, false = off)": true, "Position (Top, TopLeft, TopRight, Left, Right, Bottom, BottomLeft, BottomRight)": "Right", "Custom Position": { "Enabled": true, "Custom Position": { "ParentPosition": { "Enabled": true, "AnchorMin": "0.5 0", "AnchorMax": "0.5 0", "OffsetMin": "-355 14", "OffsetMax": "-205 84" }, "WeaponAmmoPosition": { "Enabled": true, "AnchorMin": "0 0", "AnchorMax": "1 0.70", "OffsetMin": "0 1", "OffsetMax": "-35 0" }, "WeaponAmmoFontSize": 36, "WeaponAmmoTextAlignment": 8, "TotalAmmoPosition": { "Enabled": true, "AnchorMin": "0 0.55", "AnchorMax": "1 1", "OffsetMin": "0 0", "OffsetMax": "0 0" }, "TotalAmmoFontSize": 22, "TotalAmmoTextAlignment": 8, "IconPosition": { "Enabled": true, "AnchorMin": "1 0.13", "AnchorMax": "1 0.13", "OffsetMin": "-30 0", "OffsetMax": "0 30" } } } } }
-
I will investigate later what is causing this, maybe send me the json you were working on in case it was related.
-
Changed Status from Pending to Closed Changed Fixed In to Next Version