GithubHelp home page GithubHelp logo

lightweight-rust-nosteam's Introduction

Rust-NoSteam

⭐ » Donations

Donate to Kaidoz
- https://www.buymeacoffee.com/kaidoz
- https://boosty.to/kaidoz/single-payment/donation/29238
- https://qiwi.com/n/KAIDOZ
- VISA: 4279380632007755
- BTC: 1DNEbR5Yk6a6NXDuQHB2XGAAjaqL8NXvUc
Donate to DeadFinder
- A DeadFinder not need donations xd

📝️ » Information

All information you can find on original page of NoSteam, what i'm changed:

  1. Removed useless code, like a spam in chat
  2. Removed configs (i'm dont like that and also not touched that at all time)
  3. Removed disable of Rust+ on server, now steam players can pair rust+ but pirate players have no chance to do that.
  4. Changed SteamPlatform.BeginPlayerSession and added some accepts of connection like
connection.authStatusSteam, connection.authStatusEAC, connection.authStatusNexus, connection.authStatusCentralizedBans
  1. Changed to Harmony 3 with 2024 Rust May update.

🔧 » Supported operating systems

System Status
Windows
Linux

🛠️ » Api and Hooks

IsPlayerNoSteam

Check player

IsSteam(ulong steamid)
IsSteam(Connection connection)
IsSteam(BasePlayer player)
Example
bool IsPlayersSteam(BasePlayer player)
{
    if(Call<bool>("IsSteam", player) == true)
      return true;
    return false;
}

Hooks

OnBeginPlayerSession

Returning a non-null value kick player with reason as value.

object OnBeginPlayerSession(Connection connection, bool isLicense)
{
  string status = isLicense ? "steam" : "nosteam";
  Puts($"{connection.userid} is {status} player c:");
  return null;
}

🧶 » Credits

Harmony patcher used in the project

Kaidoz for original of NoSteam

lightweight-rust-nosteam's People

Contributors

deadfinder avatar sanya2077 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.