Jump to content

Sigilo

Creator
  • Posts

    138
  • Joined

  • Last visited

Everything posted by Sigilo

  1. Sigilo

    How to Teach it

    I would increase the config options based on real player input, there is no point explaining a complex plugin if you will never receive a question about it. Players use it mostly for wipes info, vip, rules and funny interactions asking strange stuff, to which the bot delivers. here is the example, the same as above: "Warp to other servers": "Write /servername to warp to other server, ex /server1 or /server2", "Remove structures": "Write /remove and select the structure you want to remove, you can do this only 2 hours after placing it" If your server info is too large, use AI to create more lines (I recomend cursor.com), make a folder with the config files of the plugins likelly to receive questions about how they work, use that folder as context and tell it to write more lines based on that in the RustAI config file. Review them and edit as needed. If your server info gets too large (5 pages or more), consider training a custom model with that info instead of prompting via config file. You can do that in the OpenAI page I sent you earlier or locally with a self hosted model if you have a powerfull video card. But this is rarelly necesary.
  2. Sigilo

    How to Teach it

    The model has some general knowledge about rust, but specific stuff of each individual server must be added to the config.
  3. Sigilo

    How to Teach it

    Glad to read it worked. For any specific information you want the bot to handle, just add it in the Custom Info part of the config file. "CustomInfo": { "Loot": "1.5x", "PvP": "Enabled at all times", "Resources": "2x", "Warp to other servers": "Write /servername to warp to other server, ex /server1 or /server2", "Remove structures": "Write /remove and select the structure you want to remove, you can do this only 2 hours after placing it" You can use any combination of keywords and instructions and the AI will use them to respond to player questions.
  4. Sigilo

    OpenAI Key

    Changed Status from Pending to Not a Bug Changed Fixed In to 1.3.0
  5. Sigilo

    RustAI

    Yes, it works with any OpenAI model or local model via textgen webui.
  6. Sigilo

    OpenAI Key

    Yes, you wil need the actual AI to make this work. To get an OpenAI API key, you can: Go to OpenAI's platform: https://platform.openai.com/api-keys Sign up or log in Click Create new secret key Name your key Select Create secret key Copy and and paste the key in the RustAI config file The cost for running this plugin, even in multiple populated servers with hundreds of daily calls is less than 5 USD/year. Alternativelly you can run a local text gen model in your own resources with: https://github.com/oobabooga/text-generation-webui
  7. Sigilo

    WipeBlock

    You can basically use any blocked ammo like HE rounds, Explosive rifle bullets, Normal rockets etc. You need: Another type of ammo for that weapon not being blocked, for example, normal rifle bullets for the rifle, HV rockets for the rocket launcher, etc. Steps to reproduce: Have in your inventory a locked type of ammo and and unlocked one for the same weapon, for example normal and explosive bullets. Start reloading the rifle with normal bullets. Drop the normal bullets to the ground during the reloading animation. The rifle will reload the next available ammo which is explosive bullets circunventing the plugin block. They can be used to raid since the block check is during reload. Hope that info helps!
  8. Sigilo

    erorr

    Changed Status from Pending to Fixed Changed Fixed In to 1.0.4
  9. I don't really have much trouble writing in English, but sometimes it really helps me to order my ideas in my second language or translating something written in my native Spanish. I don't use it often, just when I want to make a point clear with the correct use of words. I'm sorry if I made you feel like you were communicating with a machine, I will avoid it here, even if the message can get a little bit lost in translation sometimes.
  10. English is not my native language, so AI helps me communicate my ideas more clearly. And no, my plugins are entirely my own. As a server owner, I create plugins based on what I find useful. AI still can't identify real needs or come up with original solutions.
  11. There's nothing wrong with using AI to enhance your abilities, whether in coding, writing, or problem-solving. It's simply leveraging the best tools available, just like professionals use calculators for math, spell check for writing, or IDEs for coding. Technology exists to improve efficiency and simplify complex tasks. If AI helps you express ideas more clearly or work more efficiently, it's simply a smart way to improve your capabilities. Your value comes from your ideas, reasoning, and decisions. AI is just a tool.
  12. While IntelliSense has been around since the '90s, modern AI-assisted coding tools like GitHub Copilot go far beyond basic autocompletion. They generate entire functions, handle repetitive boilerplate and assist in structuring complex logic, reducing the manual effort required for tedious coding tasks. As for AI generating plugins, it's true that current coding models can produce semi-functional, albeit low-quality plugins from minimal prompts. However, creating an optimized and well-structured plugin still requires human oversight. AI struggles with designing efficient architectures, considering edge cases, and adhering to best practices without significant refinement from a developer. The role of AI in coding isn’t about replacing developers but enhancing productivity by automating mundane tasks and providing intelligent suggestions. The technology is evolving rapidly, and while it may not yet fully replace human creativity and expertise, it is undeniably becoming an integral part of modern software development.
  13. At this point, nearly all newly written code contains some degree of AI influence .Whether through Copilot autocompletion, generating repetitive boilerplate code, or handling large sets of variables and configurations. However, AI still cannot create a plugin entirely from scratch. It lacks the ability to conceive useful ideas, account for every possible interaction, optimize performance or even just write the complete code required to make a plugin work from a prompt. That said, it is steadily progressing in that direction.
  14. Changed Status from Pending to Fixed Changed Fixed In to 1.0.4
  15. Sigilo

    Server FPS Plus

    yes, only vanilla ones
  16. No need to delete config with the last update (uploaded just now), it will write those values to your existing config file if they are not present there.
  17. Sigilo

    erorr

    Delete your config file and update the plugin
  18. Hi, thanks for reporting this, can you try it now and let me know if everything is ok?
  19. Sigilo

    erorr

    Hi, thanks for reporting this, can you try it now and let me know if everything is ok?
  20. Sigilo

    WipeBlock

    Issue: Explosive ammo can be used despite being blocked. Steps to Reproduce: Have both normal and explosive rifle ammo in your backpack. Start reloading with normal ammo. Drop the normal ammo during the reload animation. The rifle reloads with explosive ammo, bypassing restrictions.
  21. Sigilo

    possibility

    Changed Status from Pending to Fixed Changed Fixed In to 1.1.1
  22. Sigilo

    possibility

    Thanks to you for supporting my work
  23. Sigilo

    VoteBan

    Version 1.1.1

    16 downloads

    A powerful and configurable voting system that allows players to democratically ban disruptive players from your Rust server. Features Democratic Banning System: Players can initiate votes to ban other players Configurable Parameters: Customize voting duration, required percentage, and cooldown periods Temporary or Permanent Bans: Set ban durations or make them permanent Discord Integration: Automatic notifications for ban votes and results Localization Support: Easily translate messages to any language Anti-Abuse Measures: Cooldown between votes Minimum player requirement Optional admin protection Self-vote prevention Commands /voteban playername/steamid - Start a vote to ban a player /y - Vote yes on the current ban vote /n - Vote no on the current ban vote Permissions voteban.start - Allows starting ban votes voteban.vote - Allows participating in ban votes Configuration { "Required percentage (0-100)": 90.0, "Vote duration (seconds)": 120, "Cooldown between votes (minutes)": 10, "Ban duration (minutes, 0 for permanent)": 60, "Discord Webhook URL": "", "Log to console": false, "Minimum players required for voting": 9, "Allow voting to ban self": false, "Allow voting to ban admins": false, "Reminder interval (seconds)": 30 "Count only voters (if false, non-voters count as No)": true } Messages All messages are customizable and support color formatting: Vote initiation notifications Vote success/failure messages Error messages and warnings Permission denied notifications Instructions for voting Installation Place the plugin in your server's oxide/plugins folder Configure the settings to match your server's needs Set up permissions for your players (Optional) Configure Discord webhook for notifications Notes The plugin automatically manages temporary bans Integrates with Discord for ban notifications (if webhook URL is provided) Saves ban data between server restarts
    $4.99
  24. Sigilo

    possibility

    I will send you a message with a new version.
1.9m

Downloads

Total number of downloads.

9.1k

Customers

Total customers served.

132.6k

Files Sold

Total number of files sold.

2.8m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.