Jump to content

turner

Creator
  • Posts

    142
  • Joined

Everything posted by turner

  1. turner

    What is the crash command?

    It was a command that can crash other players' game's but it was removed due to Codefling administrators not wanting it in the plugin
  2. Version 1.0.1

    834 downloads

    About Makes the server console behave like every game's console, when you press UP/DOWN arrows you can cycle between what commands you have sent before. I don't know how this is not already in the server console by default... Install Drop the dll file in your HarmonyMods folder and restart server
    Free
  3. Version 1.0.0

    252 downloads

    This is for developers only! This is a demo of api and hook usage for the plugin: https://codefling.com/plugins/limitfps If you have LimitFPS running this demo is ready for drag&drop and it will work, you can look in the .cs file, everything is documented
    Free
  4. turner

    Limit FPS

    Version 1.0.5

    73 downloads

    About Limit FPS LimitFPS is a plugin with almost no performance impact meant for administration (and maybe trolling). It has 2 very powerful features You can limit the FPS of other players You can see the FPS and RAM usage of other players Demo Requirement LimitFPS uses Harmony so you need to disable the Oxide sandbox [see how to do it] Permissions There are 2 oxide permissions that LimitFPS uses limitfps.limit.use - Allows the use of /limitfps command limitfps.fps.use - Allows the use of /playerfps command Add the permissions with the console command: oxide.grant <group|user> <name|id> <permission> Commands There are 2 commands that LimitFPS has /limitfps <playername or steamid> <target fps> - Limit the FPS of a player, set target fps to 0 to remove the limit /playerfps <playername or steamid> - See the player's FPS and RAM usage All of these 2 commands can be used from the server console (or RCON) and they work exactly the same just without the forward slash. If you are an admin in the server you can use them from the Rust console too. Config FPS Query interval - How often will the plugin check the player's FPS in order to adjust it PD Controller P value - How fast to jump to the target FPS, if this is too high it can overshoot PD Controller D value - How much to respect the error difference from the FPS measurement, if higher it can overshoot the target FPS Non linear control - If set to true it will be more responsive (reaching target FPS faster) at low FPS values (30 and below) FPS Limit dampening - If set to true it will stop adjusting the player's FPS once it reaches the target, if this is false, when the player presses ESCAPE or ALT+TAB's and then come back their FPS will be way lower/higher than the target FPS Limit dampening range - When the FPS is within this value to the target FPS it will stop adjusting the FPS I recommend leaving everything to default except maybe FPS Query interval, if you want to get the user's FPS faster/slower. For developers LimitFPS exposes everything you need to control other player's performance with hooks & API calls I strongly recommend if you want to use the API or the Hooks see the demo plugin that uses all of them, its extremely detailed and everything is within 1 file, you can find it here: Hooks: object OnFPSQueryStart(BasePlayer command_initiatior, BasePlayer target, int request_id) { return null; // allow the query } void OnFPSQueryTimeout(BasePlayer command_initiatior, BasePlayer target, int request_id) { } void OnFPSQueryFinished(BasePlayer command_initiatior, BasePlayer target, ClientPerformanceReport report) { } object OnLimitFPSStart(BasePlayer command_initiatior, BasePlayer target, float targetFps) { return null; // allow the limitting } object OnLimitFPSTick(BasePlayer command_initiatior, BasePlayer target, float targetFps, ClientPerformanceReport report) { return null; // allow the tick } API: Interface.Oxide.CallHook("API_PlayerFPSCommand", ulong_steamid); Interface.Oxide.CallHook("API_LimitFPSCommand", ulong_steamid, float_targetFps); Contact If you have any suggestions, want to report a bug or need help, you can contact me on Discord: turner#7777
    $12.69
  5. Here you go command is: tsay <userid or name> <message> For example: tsay turner hello this is a test message NOTE: This will be only visible by the player you specify in the command not the whole team TeamSay.cs
  6. Version 1.0.0

    310 downloads

    Fixes a long standing bug where a player outside a safezone can loot dead players which are inside a safezone
    Free
  7. Version 1.0.1

    538 downloads

    Very lightweight plugin that will make all headshots be an instant kill Permission to instantly kill something on headshot: lethalheadshots.use
    Free
  8. Can you disclose what are you looking for? If you dont want to post it publicly you can contact me on discord: turner#7777
2.2m

Downloads

Total number of downloads.

10.4k

Customers

Total customers served.

150.2k

Files Sold

Total number of files sold.

3.2m

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.