All Activity
- Past hour
-
No, there is no such possibility yet, I was thinking about it, but Rust's POV is very glitchy and buggy, so I'm still thinking about how to implement it correctly
-
When i reload it works but i still can't spawn bases, and when i insert bases like in the congif, it crash again
-
Ryuu started following language files not working
-
David started following language files not working
-
Hi, I’ve set up files for several languages, but only the `lang` files in the `en` folder seem to work properly. When I switch languages in the game, the files for other languages don’t take effect (the contents of the `en` folder are still displayed). but when I directly edit the contents of the `lang` file in the `en` folder to a specific language, it works, so this isn't likely caused by the language itself; rather, the plugin only reads files in the `en` language. FYI Thanks in advance.
-
- 29 comments
-
Oblivara. changed their profile photo
-
Unload plugin delete file: /oxide/data/SpawnEverything.json Reload plugin I tried the configuration and it works without any problems:
- Today
-
TheEye started following Dynamic Monuments [Jungle Bundle]
-
MeventSupport started following Customizations constantly resetting
-
Could you please send me exactly what you are trying to change and how you are doing it? And could you also send the version of the config you are trying to apply, please?
-
TheEye started following Building Sites [Super Sized Bundle] and Building Sites
-
Red-Panda-Plugins started following Announcements
-
Red-Panda-Plugins joined the community
-
Overlord joined the community
-
released the update in beta
-
Hello, I've installed all the dependencies but still when I place the Terminal I only get a wb3 [Custom Entities] Loading savefile from "/home/container/carbon/data/CustomEntities/Terminal.sav"... [Custom Entities] INFO: The savefile "/home/container/carbon/data/CustomEntities/Terminal.sav" contains no entities, nothing to load. Any idea why?
-
THis is the message I'm getting. I know the config is good because like i said, I had it applied previously and it was fine until restart or crash and then it would reset.,
-
DrToxic93 changed their profile photo
-
How do i spectate a player from POV view or any view, where it also shows me ESP info and where they looking? Is this possible?
-
Hello, Sorry about the delay in updating the plugin. Please update to version 1.2.3. If you still have issues, try backing up your data/config files, delete the current ones and reload the plugin. If after that you still have issues, let me know.
-
PurgeFx: Timing to purge start not matching configuration
0xDEADBEEF replied to Allan Toxx's Support Report in Support
Hello, Sorry about the delay in updating the plugin. Please update to version 1.2.3. If you still have issues, try backing up your data/config files, delete the current ones and reload the plugin. If after that you still have issues, let me know. -
Hello, Sorry about the delay in updating the plugin. Please update to version 1.2.3. If you still have issues, try backing up your data/config files, delete the current ones and reload the plugin. If after that you still have issues, let me know.
-
Hello, Sorry about the delay in updating the plugin. Please update to version 1.2.3. If you still have issues, try backing up your data/config files, delete the current ones and reload the plugin. If after that you still have issues, let me know.
-
releasing a major update that adresses alot of these issues
-
Hello, I know that we solved your problem in private messages with KpucTaJI in discord, but I'll add this here in case someone needs it. When updating the plugin, this will also be added. For add chat command: /warpos you need open DefendableBases.cs and: add this: [ChatCommand("warpos")] private void ChatCommandPos(BasePlayer player) { if (!player.IsAdmin || _controller == null) return; Vector3 pos = _controller.transform.InverseTransformPoint(player.transform.position); Puts($"Position: {pos}"); PrintToChat(player, $"Position: {pos}"); } after this method: [ConsoleCommand("givebarricade")] private void ConsoleGiveBarricade(ConsoleSystem.Arg arg)
-
HI still getting speed hack reports, coudl these be wrong also ?
-
- 5 comments
-
- #autoturret
- #performance
-
(and 1 more)
Tagged with:
-
This usually happens when the config has a JSON error, which causes the plugin to fall back to defaults on load. Check your console for 'Your configuration file contains an error. Using default configuration values.' when the plugin loads. Also, are you editing the config file manually while the server is running? A crash mid-write can corrupt it. If you can share what errors show up in console on reload, that'll help narrow it down.
-
I can't get any UI customizations to stick your plugin just automatucally reverts everything to default upon reload and I know nothing is wrong with the config because prior to experiencing this issue, customizations made to the config would save and compile, but only until reset, or the server crashes and then it would reset the UI customizations everytime.