Two quick questions

Viewtiful

L1: Registered
Dec 2, 2014
4
0
[Figured Out]

[Still Pending]
Also does anyone know how that megaman map changes its map rotation per round. I was told it had something to do with the magic of map logic although i'm lost on how that was done too.
 
Last edited:

henke37

aa
Sep 23, 2011
2,075
515
"Map rotation"? "That megaman map"?
 

PyroDevil

L3: Member
Sep 19, 2014
123
141
I think I understand what he is talking about. The map is a Vs Hale Mode map has different layouts for each round. My guess is that the creator used team_control_point_round for each part, what multi-stage maps use.
 

Pocket

Half a Lambert is better than one.
aa
Nov 14, 2009
4,696
2,580
There's also a standard KOTH version. I think we've played it during casual events a couple times.

PyroDevil is indeed correct; there are a collection of team_control_point_round entities clustered around one of the control points. I guess toggling between them is automatic on the game's part? I admittedly have not learned how those entities work.
 

henke37

aa
Sep 23, 2011
2,075
515
It is very simple. The game first filters out the ineligible rounds, rounds where the associated points have the wrong owner. The game then sorts the rounds based on the set priority. If there are multiple rounds with the same priority the game picks one of them at random.
 

Viewtiful

L1: Registered
Dec 2, 2014
4
0
Alright that seems to have done the trick. Thanks for the help guys. Really appreciate it