I don't need to test my programs. I have an error-correcting modem.

Legacy:RegularEngine/Campaign Mode

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

The RegularEngine package allows for manipulation of levels based on persitent campaign information.

The mechanism is fairly simple. The GRI is responsible for know what maps belong to which team. The Gameinfo does it's normal routine all the way until the end of the game, and then interacts with the Gamerules to determine voting. After voting, the gamerules overrides the normal maplist via HandleRestartGame and sends the campaignto the appropriate map. If one team controls all the maps, the campaign restarts.

So, it flows like this:

Currently, this is pretty bare bones. There's no victory party at the end of a campaign, it just restarts. Riftwar had some random things like Artifacts a team could have, etc. But the setup would be about the same.