Forum
Spectator, pvhud
Created 13th March 2014 @ 02:06
Add A Reply Pages: 1
How can I change its positions? I tried to explain it on the image: http://i.imgur.com/eMhZ8Wo.jpg
Is it possible to make it like that?
in your resource/ui/spectatortournament.res these are used for positioning of those elements:
"team1_player_base_offset_x"
"team1_player_base_y"
"team1_player_delta_x"
"team1_player_delta_y"
"team2_player_base_offset_x"
"team2_player_base_y"
"team2_player_delta_x"
"team2_player_delta_y"
In your case it should be enough to only change “team1_player_base_offset_x” to something smaller and “team2_player_base_offset_x” to something bigger.
Last edited by KloolK,
Thanks, it is fine now with these:
“team1_player_base_offset_x” “-410”
“team1_player_base_y” “420”
“team1_player_delta_x” “0”
“team1_player_delta_y” “-18”
“team2_player_base_offset_x” “330”
“team2_player_base_y” “420”
“team2_player_delta_x” “0”
“team2_player_delta_y” “-18”
Also I changed my BaseChat from yahud’s chat customisation folder, top chatbase one. It is perfect for me now, cheers. :)
Add A Reply Pages: 1