-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
research question probably about GameStartPacket #143
Comments
it seems the stock server will say the mission type is whatever is selected on the standard mission screen when starting a gm mission - sending a GameStartPacket with type=border war will display the blue bar that border war has, sending a GameStartPacket with a different value will remove it presumably "the field is present but its value is undefined for PvP and scripted games." wants some nice words to say scripted games in the stock server use the value set in the co-op/single player screens (unsure about pvp) and somewhere either there or in game type a comment about border wars having the blue border |
Related question: In Border War games, what packet signifies "Border is down"? Is it just |
Other than the COMM message and the fact that the enemy starts attacking, is there any indication in the client that it has happened? I don't think the server really needs to tell the client that it's down; I believe it's all handled server-side. |
(would need to check) |
Certainly COULD all be server-side. 'K. |
following odd behavior happens and probably wants explaining
start border war (acts as normal, blue band in middle)
start gm mission (blue band still in middle of screen)
different option
start border war
start siege (no blue border)
start gm mission (blue band still in middle)
this might be the server sending the wrong data or relying on cached information, logically the blue band is controlled via the GameStartPacket which implies its the first place to look
The text was updated successfully, but these errors were encountered: