Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

[Suggestion] Check All Players of Demo #159

Open
BlackYuzia opened this issue Oct 6, 2020 · 4 comments
Open

[Suggestion] Check All Players of Demo #159

BlackYuzia opened this issue Oct 6, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@BlackYuzia
Copy link
Contributor

BlackYuzia commented Oct 6, 2020

@BeepIsla this can help with tests I think.

We can run one demo with command like:
node force.js demo.dem @all

After that we get results about all players in demo.
Their detects, verdicts etc.

Also all of this can be logged in to file

I will try do that, maybe, but later.

@BeepIsla BeepIsla added the enhancement New feature or request label Oct 6, 2020
@BeepIsla
Copy link
Owner

BeepIsla commented Oct 6, 2020

The big problem with this is that the entire system just is not made to do this. It is entirely written with only a single suspect in mind. Changing this would be a big task so this may not be implemented in the near future or maybe at all.

@BlackYuzia
Copy link
Contributor Author

BlackYuzia commented Oct 6, 2020

The big problem with this is that the entire system just is not made to do this. It is entirely written with only a single suspect in mind. Changing this would be a big task so this may not be implemented in the near future or maybe at all.

What about create handler (module) and this module would do a few steps:

  1. Open and read demo with geting full list of players.
  2. Start players.length copies of force.js with players[i].
  3. Output info about all players.

@BeepIsla
Copy link
Owner

BeepIsla commented Oct 6, 2020

Why parse a demo 10 times if you could only parse it once. That is wasted processing time

@BlackYuzia
Copy link
Contributor Author

If hard to add function to our project we can do something else.
For example I will try to create bypass like "this".

That better like nothing 👀

But yep. We would reparse demo 10 time or more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants