Search results

  1. mikec

    Mass Destruction with the Axe ADM

    You've already got DestroySystem installed, which intalls the same hook to do the same thing. Don't run more than one destroy plugin at a time.
  2. mikec

    Approved HomeSystem

    If this is expected, and handled, could you please just not log anything? It happens every time a player logs out.
  3. mikec

    Approved HomeSystem

    Could you perhaps code the plugin to ignore it? Not sure if Python has the equivalent to this: try { .... } catch(ignore) {}
  4. mikec

    MySql and Redis support

    "Easy" is why these networked KeyValue stores like Redis were invented. It's for situations where indexed networked storage is needed, but complex queries are not necessary. Any SQL database can function like a Hashtable, but that's a lot of overhead when just a Hashtable with a flat key...
  5. mikec

    MySql and Redis support

    No interest in this at all? I'm adding Redis support, then. I will probably even add it as an option for DataStore to use Redis instead of a local Hashtable. Redis is accessed using a key, just like DataStore. The details can be hidden behind the same interface: DataStore.Add...
  6. mikec

    MySql and Redis support

    I can add MySql support. It's pretty easy. But what do you want to use it for? How much help do you want from Fougerite using it in your plugin? If I instance a MySqlClient object and hand it back to you, is that all you need? MySQL C# tutorial Connect C# to MySQL It seems to me that this...
  7. mikec

    Fougerite Official

    Yeah, it's pretty crude at the moment, just a chain of statements like if str.Contains("foo") || str.Contains("bar") I have proper string-matching algorithms in testing which will allow more flexible syntax. You will be able to "/give howhigh 20 supply signal" or "/give 20 supply signal to...
  8. mikec

    Fougerite Official

    mikec updated Fougerite Official with a new update entry: Update 1.0.7B Read the rest of this update entry...
  9. DreTaX

    Fougerite Official - Update 1.0.7B

    Somehow it's not attaching a new zip file. Let me try again.
  10. mikec

    Fougerite Official

    mikec updated Fougerite Official with a new update entry: Update 1.0.7B Read the rest of this update entry...
  11. DreTaX

    Fougerite Official - Update 1.0.7B

    Newest IronPythonModule now included.
  12. mikec

    Fougerite Official

    mikec updated Fougerite Official with a new update entry: Update 1.0.7A Read the rest of this update entry...
  13. DreTaX

    Fougerite Official - Update 1.0.7A

    Changes since 1.0.7: Removed sample admin.xml and whitelist.xml from Rust++. Zone3D uses a separate Hastable from DataStore. DataStore no longer tries to serialize Vector3. SafeTeleportTo uses a timer for 2nd safety teleport, instead of sleep. Much smoother. Checks slope for steepness. Other...
  14. mikec

    Solved Issues installing Fougerite 1.0.7 on latest legacy version.

    On second thought, the patcher doesn't run under the game, so it does need a .Net runtime apart from what comes with the game. You are right.
  15. mikec

    A few plugin requests.

    I don't doubt it. That's why it's not enabled by default. Needs work.
  16. mikec

    Solved Issues installing Fougerite 1.0.7 on latest legacy version.

    You don't need Microsoft .Net installed at all. Unity provides its own Mono runtime. No additional software is needed. Installing .Net won't help.
  17. mikec

    A few plugin requests.

    GlitchFix doesn't kick people for anything. It just prevents stacking ramps and putting loot boxes under foundations. Anticheat tries to kick people it identifies as cheating, such as moving too fast.
  18. mikec

    Approved HomeSystem

    OK, we still have a later version than that. Try v1.0.7 from the Fougerite Official resource.
  19. mikec

    A few plugin requests.

    cd \Rust\Legacy\Modules dir Volume in drive C is OS Volume Serial Number is 12A1-4E06 Directory of C:\Rust\Legacy\Modules 11/30/2014 04:32 PM <DIR> . 11/30/2014 04:32 PM <DIR> .. 12/03/2014 08:04 AM <DIR> Anticheat 12/03/2014 08:04 AM <DIR>...