Code Monkey home page Code Monkey logo

Comments (11)

yourmnbbn avatar yourmnbbn commented on July 18, 2024 1

This is only valid when you set CONFIG_HANDLE_QUERY_BY_STEAM = 0. The tiny server will build A2S response itself instead of letting steamclient library do the job. And this value will only affect player number outside of the internet tab of the browser. When client requests server lists(which will be listed in the Internet tab of the browser) from GC, GC responses with the player count which is counted by GC itself(through player app ticket authentication), not the one that server reported to it.

from tiny-csgo-server.

0-BuTaJIuK-0 avatar 0-BuTaJIuK-0 commented on July 18, 2024

Without fake clients, everything shows

from tiny-csgo-server.

0-BuTaJIuK-0 avatar 0-BuTaJIuK-0 commented on July 18, 2024

image

from tiny-csgo-server.

yourmnbbn avatar yourmnbbn commented on July 18, 2024

To fake online players count, you have to authenticate players, whether by using tiny client connection or implementing authentication process in the tiny server yourself.

from tiny-csgo-server.

0-BuTaJIuK-0 avatar 0-BuTaJIuK-0 commented on July 18, 2024

And then what is responsible for _DECL_CONST SERVER_NUM_FAKE_CLIENTS = 8;

from tiny-csgo-server.

0-BuTaJIuK-0 avatar 0-BuTaJIuK-0 commented on July 18, 2024

Senk
Interestingly, it is displayed normally in favorites

And still, I didn't quite understand what the parameter is responsible for CONFIG_HANDLE_QUERY_BY_STEAM )))))

from tiny-csgo-server.

0-BuTaJIuK-0 avatar 0-BuTaJIuK-0 commented on July 18, 2024

I understood correctly. It is not possible to emulate players on the "Internet". Just somehow log in from your accounts. And if you create 1 server (with your clients) and somehow redirect traffic to other servers?

from tiny-csgo-server.

0-BuTaJIuK-0 avatar 0-BuTaJIuK-0 commented on July 18, 2024

image
image
Do they really have so many accounts? 32 in each)

from tiny-csgo-server.

0-BuTaJIuK-0 avatar 0-BuTaJIuK-0 commented on July 18, 2024

image
Here is something similar to the truth, but each has 4 users with the same name
Но тут берётся онлайн с одного сервера и дублируется на разные.

from tiny-csgo-server.

yourmnbbn avatar yourmnbbn commented on July 18, 2024

And still, I didn't quite understand what the parameter is responsible for CONFIG_HANDLE_QUERY_BY_STEAM )))))

Look at the code where it's referenced and you'll understand.

It is not possible to emulate players on the "Internet"

Not true, it's possible. Those fake servers are implemented in javascript with the help of this library which contains all the interfaces you need to implementing your own fake servers like them. And you can also use this tiny server and use that library to implement authentication.

from tiny-csgo-server.

0-BuTaJIuK-0 avatar 0-BuTaJIuK-0 commented on July 18, 2024

Thank you for answering in detail)

from tiny-csgo-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.