GithubHelp home page GithubHelp logo

Comments (15)

IceNinjaman avatar IceNinjaman commented on May 23, 2024 3

I am working on it at the moment.

from cod4x_server.

bykidi avatar bykidi commented on May 23, 2024 2

gsc scripts, plugins... why not just add this thing as server var?
sv_allowonlysteamids "1"

from cod4x_server.

PureTryOut avatar PureTryOut commented on May 23, 2024 1

Isn't this more something a plugin should do? I would think you only use gsc to change or enhance gameplay in any way.

from cod4x_server.

PureTryOut avatar PureTryOut commented on May 23, 2024

There currently isn't a method to do that, but you could write a plugin to do it. The Steam ID's are different then the non-Steam ID's.

from cod4x_server.

D4edalus avatar D4edalus commented on May 23, 2024

use a gsc script to drop all clients having and invalid steamid?

https://github.com/D4edalus/CoD4x_Server/blob/afe463199fea13177ff9f47be7446560e6d40346/src/scr_vm_functions.c#L71

2016-08-13 11:55 GMT+02:00 PureTryOut [email protected]:

There currently isn't a method to do that, but you could write a plugin to
do it. The Steam ID's are different then the non-Steam ID's.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/D4edalus/CoD4x_Server/issues/41#issuecomment-239612991,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ARP0TNKzc9F7tAUaDVnqrn2j6t07Ok-yks5qfZR4gaJpZM4JjR_S
.

from cod4x_server.

PureTryOut avatar PureTryOut commented on May 23, 2024

Since this is not related to the core of the server, this should probably be closed.

from cod4x_server.

bykidi avatar bykidi commented on May 23, 2024

Now that's what i wanted to hear :D 👯

from cod4x_server.

IceNinjaman avatar IceNinjaman commented on May 23, 2024

It is implemented now with latest steam library and server version.

from cod4x_server.

bykidi avatar bykidi commented on May 23, 2024

Closed. Thanks so much!

from cod4x_server.

PureTryOut avatar PureTryOut commented on May 23, 2024

@IceNinjaman for the next time. If you mention the words "Fixes #41" (where #41 is the number of an issue), or "Resolves #41", it will automatically close the related issue once the pull request is merged.

Another good reason to start using pull requests instead of pushing directory to the main repository. Seriously, get used to using pull requests.

from cod4x_server.

Kingwolf123 avatar Kingwolf123 commented on May 23, 2024

What is the CVAR which enables this feature?

from cod4x_server.

T-Maxxx avatar T-Maxxx commented on May 23, 2024

sv_steamgroup

from cod4x_server.

bykidi avatar bykidi commented on May 23, 2024

@T-Maxxx thats for ignoring password feature, am i right?
he asks for this exact one, dropping clients that don't use steam

from cod4x_server.

T-Maxxx avatar T-Maxxx commented on May 23, 2024

I don't know. I just saw this dvar added in latest commit. Obviously, it requires some client improvements which I have no access. And I don't know what exactly should be in this dvar. Looks like steam group id (as string) and player must be a member of this group.

from cod4x_server.

PureTryOut avatar PureTryOut commented on May 23, 2024

As taken from @IceNinjaman on the CoD4X forum:

Cvar sv_steamforce
Value 0: Don't require players having Steam running. This works until now and it is still recommended. This is default value.
Value 1: Require every player entering the server having Steam running.
Value 2: Same as 1 but abandoning playerid. Playerid will be replaced with the steam id.

Cvar sv_steamgroup
Value is the 64 bit identifier of a steam group.

Using the value Steamgroup together with g_password will restrict players from joining server without having a valid password or being member of the steamgroup.

from cod4x_server.

Related Issues (20)

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.