-
Posts
131 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Sigilo
-
you can change to comand to something else like sfskjhfksjhfsfksfs if you just want to disable it
-
- 34 comments
-
- #connect
- #connection
-
(and 6 more)
Tagged with:
-
New Feature Request: Be able to edit the full chat messages
Sigilo replied to Rust Admin's Support Request in Support
Changed Status from Pending to Closed -
New Feature Request: Be able to edit the full chat messages
Sigilo replied to Rust Admin's Support Request in Support
Hi, sure, sound like nice changes, I have been busy in other stuff lately, as soon as I have some time I will look into adding this features to the plugin. Thanks for your feedback! -
Changed Status from Pending to Can't Reproduce
-
In this case you should install something like https://github.com/Pinkstink-Rust/Rust-Server-Metrics so you know what plugin is causing issues. on the other hand, the game has received a number of updates that are known for causing fps drops. been experiencing this myself even on vanilla servers and it's on facepunch to fix that, if they ever will. both cases are of course beyond the scope of this plugin.
-
Essential information was missing when I bought this plugin, the signs will not save on a normal gen map that changes location of prefabs, it will only work if said prefabs are in the exact location of the previous map. I want to request a refund since the plugin was not usefull for me and the information was incomplete at the time.
-
Since this information was not present when making the purchase and the plugin is not usefull for my case, I want to request a refund.
-
The plugin saves a location in coordinates, so it will not work for a new wipe unles it's the same exact map. This should be informed in the description.
-
Changed Status from Pending to Closed
-
try only lowercase for commands
-
- 34 comments
-
- #connect
- #connection
-
(and 6 more)
Tagged with:
-
Changed Status from Pending to Closed
-
- 34 comments
-
- #connect
- #connection
-
(and 6 more)
Tagged with:
-
-
-
Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.0.2
-
Just sent u a version that will display more info to what is happening.
-
Average FPS shouldnt be so low for that number of players in that hardware, even with 0 optimizations. Something is happening here. Map size? It's this a custom map? what is your fps.limit? The plugin's FPS limits might be set too high to your case (adjust config file). If the server's FPS is consistently below the lower limit, the plugin will keep trying to apply maximum optimization, which might not be beneficial. There are other factors affecting the server's FPS that the plugin cannot control, such as server hardware, network conditions, map or other plugins.
-
can you tell me in which hardware are you running, is this a game panel, a vps, dedicated? are you applying other optimizations via server.cfg file?
-
I've been working on a automated support system using LLM's. https://codefling.com/plugins/rust-ai It works by detecting wakewords in the conversation and replying to the messages based on a system prompt. I'm using a very simple prompt for this demonstration, just the wipe dates, times and links to website and discord. As wakewords I use Admin, Wipe, Help, etc. (case insensitive). They can be anywhere in the activation sentence. When is wipe? or, Wipe is today? will both activate the response. This video is from the discord log channel, also showing the cpu use of the local model (it's a different machine than the server itself) You can use GPT models just the same with an OpenAI key. It has global and per player cooldowns to avoid spam and overwhelming the model. It also supports special characters for responses in any language. Let me know what you think if you test it!