Loading...
The Open World - Version 3 vs Version 4
Jun 7, 2026, 06:33 PM
Removed duplicate in-body wikilinks
Jun 16, 2026, 01:10 AM
Added gameplay screenshots
11Streets of Rogue 2 unfolds in a single, persistent, procedurally generated island nation rather than the separate levels of the original game. The developer has stated the map is more than 10,000 times the size of a single level from the first game, and that everything is contained in one continuous open world without loading screens between activities. Each new save generates a whole island country with cities, towns, rivers, and forests, then loads and unloads sections in the background as the player moves.2233Scale and Structure4455The world is built using a system of chunks: handcrafted pieces of map (interiors, parks, road intersections, and other features) that the game stitches together procedurally. The world is measured in three nested units: tiles are the smallest unit of the world (the base grid square), chunks are sections such as a building interior, a park, or a road intersection, and regions are the largest unit.6677UnitDescriptionSize RangeRegionThe largest unit of the open world; contains multiple chunks.From 4x4 chunks (smallest) up to 16x16 chunks (largest).ChunkA handcrafted section such as a building interior, park, or road intersection.From 8x8 tiles (smallest) and 16x16 tiles (normal) up to 64x64 tiles (largest, equal to the smallest region).TileThe smallest unit of the world; the base grid square that chunks are made from.1x1 tile.88Compared with the original game, the sequel offers a much wider variety of chunk sizes: twelve total, up from three in the first game. Smaller chunks were added to fill out cities so they feel dense rather than full of empty space. See Chunks and World Generation for the full breakdown of how the chunk system works and how chunks are authored.991010Locations and Biomes111112+1213The developer has publicly described or shown locations including neon-lit cities, serene countryside, mysterious caves, sunlit islands, creepy graveyards, sewer environments, and crypt environments. Cities are denser than they were in earlier alpha builds, with smaller filler chunks now used to avoid the over-open spaces players complained about. Forest, sand, sewer, and crypt biome textures are confirmed; transition tiles between biomes have been a recurring focus of patch fixes. Dirt walking paths now properly connect to concrete roads and to unique-chunk paths, and unique chunks themselves can extend dirt paths from one chunk to another for more natural connections.13141415Cities, Mayors, and the President15161617Cities across the world are run by Mayors, who answer to the President. Each Mayor's dwelling is a multi-floor structure that functions as a dungeon, and the developer has described Mayor archetypes including a cultist mayor with a massive following (and even a podcast) and a sewer-dwelling cannibal mayor whose primary source of protein is other NPCs. Mayors and their cities are the main interface between the player and the world's politics, and bringing them down is central to the game's progression.17181819Dungeons19202021Underground and enclosed areas function as dungeons. The developer has described wild caves and Mayor offices, with additional types such as cannibal hideouts, house basements (sometimes with luxurious touches such as basement swimming pools), sewer environments, and crypt environments either shipping or in development. Procedurally-generated dungeon maps are programmed but deferred until after Early Access. An underwater dungeon concept has been described as a future addition tied to boat travel; see Vehicles for the boat system.21222223Destructible Environments23242425The world is heavily destructible, and the material a building is made from governs how easy it is to break into or move through. Wood and brick can be smashed through, including by ramming with a sufficiently powered vehicle, while steel structures are tougher and may require vehicle modifications or special weapons. Sturdier construction tends to appear in higher-tier areas, gating brute-force entry by region tier. The developer has noted that nearly every object in the world has its own wreckage state when destroyed.25262627A Dynamic World272829+2830The world is intended to be dynamic and shaped by the player's actions. The developer has described random events that occur over time and can affect factions and the standing of Mayors, which in turn can influence conditions across regions. Level design within chunks is built to support multiple valid approaches to objectives, with options like vents for syringes, computers to hack, and windows to break and climb through, so that players are rarely funneled down a single path. The same dynamism applies to combat encounters, NPC routines, and quest delivery.29313032Streaming and Saving31333234Chunks of the world are loaded on demand. World generation versioning was added in 2025 so that a saved world remembers which generation rules it used and reloads under those rules, allowing the game to update world-gen without invalidating prior saves. Players can also choose which world-gen version to use when starting a new game. The minimap updates as chunks load and may display black squares for unloaded sections in fast-moving cases. The engine runs on Unity and has been actively optimized; world-generation time has been reduced by roughly fifty percent compared to earlier alpha builds.33353436Player Modification35373638The same authoring tools the team uses to build the world will eventually be available to players. See Level Editor and Workshop for the planned post-Early-Access tools that let players create their own chunks and entire levels.