ValveSoftware / Source-1-Games

Source 1 based games such as TF2 and Counter-Strike: Source
634 stars 74 forks source link

[TF2] Console reports eureka_teleport is an unknown command despite command functioning normally #5579

Closed SirBlockles closed 1 week ago

SirBlockles commented 5 months ago

eureka_teleport is a command that allows players to instantly initiate the teleportation ability of the Eureka Effect with a single input, for scripting. When input either directly or through a bind, the command works correctly, but still also prints to the console that it's an unknown command despite that. Very unimportant bug, but still a bug.

vrad-exe commented 5 months ago

This is because it's a "ClientCommand", which are special commands that don't technically exist and are instead implemented as just a series of string comparisons in various places. It is possible to suppress the "unknown command" message when running a ClientCommand by having it return a specific value, so Valve likely just forgot to do that for this specific one.

EricS-Valve commented 5 months ago

Should be fixed in the next update. Thanks for the report.

jh34ghu43gu commented 4 months ago

In case this was shipped with the 64bit update, it is still broken. I assume it's meant for the next update tho.

NULLYUKI commented 1 month ago

According to patch 223066

Fixed console warning about unknown command 'eureka_teleport'

This needs to be retested.

Ashetf2 commented 1 month ago

imagen

It has been fixed

kisak-valve commented 1 week ago

Closing per the last couple comments.