ValveSoftware / Source-1-Games

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

[DoD:S] Add HUD Text Support #5422

Open Yaser2007 opened 10 months ago

Yaser2007 commented 10 months ago

Hud text isn't supported on this game, please add on next game updates

kisak-valve commented 1 month ago

[DOD:S] game_text entity is non-functional

Issue transferred from https://github.com/ValveSoftware/Source-1-Games/issues/6406. @sonoma-hyenaz posted on 2024-10-08T18:44:21:

Hello, I'm reporting a bug with the game_text entity with Day of Defeat: Source.

Here I have a game_text entity set up to display a message to players image

It gets activated by a trigger_multiple with an OnTouching input image

However in-game it does not display the message, even though the player touches this trigger, I also tried to see if any other channels worked but they did not, Channels 1-4 are non-functional. I even tried setting the spawnflag "All Players" just to check and it still does not display the message

I also tried using ent_fire on the game_text entity and it still would not display the message