AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Can Orpheu Do these things ? (https://forums.alliedmods.net/showthread.php?t=236738)

devilicioux 03-10-2014 12:42

Can Orpheu Do these things ?
 
With practically 0 knowledge of Orpheu :/ I just wanted to know if these things can be done and how ? .. with/without using Orpheu..

1. Block Status ?
2. Change Status Output to better and tabular form
3. Change setinfo to set_info

Will ask more as they come to my mind :P

YamiKaitou 03-10-2014 12:48

Re: Can Orpheu Do these things ?
 
1) Why would you want to do that?
2) I think it is a special command that gets handled by the client directly
3) No

devilicioux 03-10-2014 12:52

Re: Can Orpheu Do these things ?
 
Quote:

Originally Posted by YamiKaitou (Post 2110078)
1) Why would you want to do that?
2) I think it is a special command that gets handled by the client directly
3) No

1. I dont want to .. Just curiousity of extent to which orpheu can work.
2. But the output produced by status is retrieved from the server .. if we can catch the query .. cant we modify the output ?
3. Okay .. and setinfo is like in where ? CS SDK ?

YamiKaitou 03-10-2014 13:00

Re: Can Orpheu Do these things ?
 
2) While I have never tested it, it might not be exactly 1 command but a compilation of all the data the server is already sending to the client. Then again, I have no idea
3) setinfo is a client command, it is never sent to the server. The values can be fetched by the server, but you cannot catch the command.

devilicioux 03-10-2014 19:41

Re: Can Orpheu Do these things ?
 
Quote:

Originally Posted by YamiKaitou (Post 2110082)
2) While I have never tested it, it might not be exactly 1 command but a compilation of all the data the server is already sending to the client. Then again, I have no idea
3) setinfo is a client command, it is never sent to the server. The values can be fetched by the server, but you cannot catch the command.

Thank you for clearing up :)

ConnorMcLeod 03-11-2014 02:16

Re: Can Orpheu Do these things ?
 
1 & 2 have already been made. status is a command that is blocked at engine so it is never sent to dll, that's why you can't hook it with amxx default way, but with orpheu you can hook all engine commands (don't have other than 'rcon' in mind right now).


All times are GMT -4. The time now is 20:02.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.