HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

which player view in replay mode

08-07-2008, 12:07 AM#1
popp
hello, does anyone knows a way to detect which player view i choose when i watch replay, i mean detect changment etc, localPlayer does'nt work.
08-07-2008, 12:12 AM#2
Captain Griffen
I do not BELIEVE it is possible...then again, replay detection was believed to be impossible. I can't see any natives that'd give you the required leverage to make a work around, though.
08-07-2008, 12:15 AM#3
popp
erf :(
08-07-2008, 01:46 AM#4
DioD
There is nothing to play with expect FOW.

Better tell us what you need.
08-07-2008, 09:21 PM#5
popp
i need to display text for all players in replay mode and not for all payers in game mode, i used the replay detection function, it works but if i change player view in replay mode it displays nothing, it only works for player 1.
08-07-2008, 09:28 PM#6
Captain Griffen
Display for all players rather than GetLocalPlayer(), I think.
08-07-2008, 09:58 PM#7
popp
didnt understood could you repeat please ?
EDIT: ooh understood, i did that already, it doesn't work in my case.
08-08-2008, 02:37 AM#8
DioD
looks like local player will return player who saved replay, hm nice.
08-08-2008, 10:25 AM#9
popp
local player return the player slot 1
08-08-2008, 10:37 AM#10
Tide-Arc Ephemera
Why not use that detect replay stuff and then like... just insert GetLocalPlayer() messages whenever something important happens for each player?
08-08-2008, 05:30 PM#11
popp
no, it will display if you use player 1 view only.
08-08-2008, 09:37 PM#12
blu_da_noob
It's a replay bug. If you change your player view all text messages stop being displayed. As I recall, they still don't display even if you switch back to the original player.
08-08-2008, 11:38 PM#13
popp
no if you switch back it's ok, but does anyone has any idea to counter that bug ?
08-09-2008, 10:32 PM#14
popp
what is really strange is that a normal display to all players works but if i used it with the boolean InGame of Replay detection fction it doesn't work, i mean i said if it is a replay then display to all players, and it doesn't work :s
08-11-2008, 01:51 PM#15
popp
up