-
Posts
521 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ninco90
-
You can't do what you're talking about; it's a way to circumvent FacePunch's restrictions and would go against their TOS. So you could be at risk if someone reports your server for being banned for it. I know, it's silly, but I don't want people to take this risk and end up with their servers getting banned.
- 346 comments
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
I've already fixed it, but I'll take advantage of this opportunity to fix the bug from the other day. I'll run several checks and then launch the update.
-
Hi! I just got home. I see FacePunch released a patch today that changes a lot of things internally. I don't know why they applied this today without warning or giving us enough time to test and adapt the changes. I'll get on with it.
-
- 346 comments
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
- 346 comments
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
- 346 comments
-
- 1
-
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
- 346 comments
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
- 2 comments
-
- 1
-
-
- #random loot
- #random items
-
(and 2 more)
Tagged with:
-
Changed Status from Pending to Not a Bug
-
https://steamcommunity.com/workshop/browse/?appid=252490&browsesort=toprated§ion=readytouseitems&requiredtags%5B%5D=wallpaper%20ceiling https://steamcommunity.com/workshop/browse/?appid=252490&browsesort=toprated§ion=readytouseitems&requiredtags%5B%5D=wallpaper%20wall https://steamcommunity.com/workshop/browse/?appid=252490&browsesort=toprated§ion=readytouseitems&requiredtags%5B%5D=wallpaper%20flooring
-
Hello again! Those wallpapers are no longer supported after an update from FacePunch. You'll need to find them here: - Walls: https://steamcommunity.com/workshop/browse/?appid=252490&browsesort=toprated§ion=readytouseitems&requiredtags[]=wallpaper wall - Ceilings: https://steamcommunity.com/workshop/browse/?appid=252490&browsesort=toprated§ion=readytouseitems&requiredtags[]=wallpaper ceiling - Floors: https://steamcommunity.com/workshop/browse/?appid=252490&browsesort=toprated§ion=readytouseitems&requiredtags[]=wallpaper flooring I hope this helps! When you're more experienced with the plugin, I'd really appreciate it if you could leave a review. Best regards!
-
Some wallpapers may take a while to load. Can you send me the link to the wallpapers you're adding?
-
Hi! You can edit the upgrade or repair speed in the config. "Cooldown Frequency Upgrade (larger number is slower)": { "bettertc.use": 0.1, "bettertc.vip": 0.1 }, "Cooldown Frequency Reskin (larger number is slower)": { "bettertc.use": 0.1, "bettertc.vip": 0.1 }, "Cooldown Frequency Repair (larger number is slower)": { "bettertc.use": 0.1, "bettertc.vip": 0.1 }, "Cooldown Frequency Wallpaper (larger number is slower)": { "bettertc.use": 0.1, "bettertc.vip": 0.1 }, However, I don't recommend setting it too fast, as in large builds, it could cause minor lag for players near the area and a small FPS spike on the server. That's why the ideal, and I think the point of this plugin, is that it improves gradually. Unlike other plugins like /up/down, which change the entire build.
- 346 comments
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
I noticed that even if you don't have upskin permission, it still lets you reskin. I've fixed this. I've also noticed that it lets you reskin even if you don't have the DLC. So it's now fixed, as shown in my screenshot.
-
Can you attach a screenshot of how they're displayed? Have you purchased the DLC? If you have, it will let you.
-
No, you must still grant that permission for building skins to be displayed on screen. Only those who have purchased them will be able to use them.
-
{ "items": { "gates.external.high.adobe_0": { "shortname": "gates.external.high.adobe", "customIcon": null, "amount": 64, "skinId": 0, "isBp": false, "category": 9, "displayName": "High External Adobe Gate", "cost": 100, "cooldown": 0 }, } It seems to work like this, although I noticed that it doesn't seem to process large jsons properly. Feel free to send me the file privately on Discord if you'd like for me to review.
-
Ahh, now I understand. What this does is search for any numerical matches to adapt to different use cases. That's why if another variable, like amount, has a numerical match, this appears. I'll try to figure out how to filter better or even make it possible to select only the field to validate. Thanks for the information!
-
Hi! What's not matching exactly? My tool uses the RustHelp API, where one of its developers currently works for Facepunch. This API collects both Steam store items and approved skins. I believe the list also includes items that were never released or were deleted for some reason but exist hidden on Steam.
-
Changed Status from Work in Progress to Fixed Changed Fixed In from 1.5.7 to 1.5.8