UE3 - UDK Dealing with level streaming

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Kantham

Fool.
Sep 17, 2004
18,034
2
38
I have been working on projects for Gears of War PC. One very important thing to mention is that the Kismet is entirely vital - it acts as a gametype, and even, a mod. So let's call it the "Gameplay kismet"

The architecture was quite simple in the final state: 1 Map acts as an interface for players to choose which maps they want to load, once that is done, the game loads an actual playable level, the gameplay kismet is in every one of those. Every time I have to update the gameplay kismet, I have to re-upload every maps, this is very problematic. Plus, it takes extra space in playable levels.

What I am trying to do for future UE3 games here, is to have the actual gameplay Kismet INSIDE the interface level, not in every playable maps.

Here's a drawing which might help understand what I have and what I want.

attachment.php
 

Attachments

  • LEVEL STREAMING.jpg
    LEVEL STREAMING.jpg
    66.8 KB · Views: 61
Last edited: