#How fancy can you make a custom game end screen?

1 messages · Page 1 of 1 (latest)

icy nacelle
#

Is it possible and feasible to do anything like how it is in regular dota with graphs on GPM, XPM in detail info?

graceful basaltBOT
#

Found 4 functions for post game

🇸 CDOTAGameRules:SetPostGameColumns(arg1: handle): bool
Set columns to show in post game.
🇸 CDOTAGameRules:SetPostGameLayout(arg1: int): nil
Configure post game to be single or double column layout.
🇸 CDOTAGameRules:SetPostGameTeamScores(arg1: handle): bool
Set score value for each team. First element is for DOTA_TEAM_GOODGUYS.
🇸 CDOTAGameRules:SetPostGameTime(time: float): nil
Sets the amount of time players have between the game ending and the server disconnecting them.

tawny belfry
#

you can only setup columns and display some data after game

#

and it will work only some time after game end and player leave

#

or you can create you own end screen inside custom game and it can be anything you imagine