🌐World Editing

Editing the world of Cyberpunk

This page will introduce you to the very basic structure of the world and the necessary tools to effectively modify the surroundings to your liking.

World Structure

The world of Cyberpunk2077 consists of nodes, which can represent pretty much anything from visible meshes, collision, lights, effects to sounds, areas dictating where NPCs can spawn and more. These are grouped together into streamingsectors which are packed inside the archive files of the game - meaning not directly editable without creating massive conflicts due to how mods modifying the same resources get handled.

Tools You Will Need

  • ArchiveXL (Nexus|Wiki): Is a framework mod that allows modifying and adding resources in a non exclusive, non destructive way. In this context it handles the node removal, addition of custom sectors and includes checks to ensure that the node you're trying to remove is the one present in game.

  • RedHotTools (GitHub|Wiki): Allows for inspection of nodes and objects at runtime, providing you details like nodetype, nodeinstance, the sectorpath and more.

Instructions on how to find locations using RHT can be found here.

  • entSpawner (GitHub): Handles the spawning of objects that can then be converted into standalone streamingsectors. It has access to all game assets and AMM prop packs installed.

  • removalEditor (GitHub): Integrates with RedHotTools to allow easily creating node removal files for ArchiveXL.

  • Wolvenkit (GitHub|Wiki): Comprehensive mod creator, allows finding more detailed information about nodes e.g. finding their actors. Includes scripts to remove occlusion nodes, adding custom streamingsectors from entSpawner, adding resources like custom meshes and much more.

  • Blender (Site|Wiki): 3D modeling software that enables creating custom assets that aren't already in the game.

  • FreeFly (Nexus|Github): Enables quick and easy traversal of the map and getting to places you normally wouldn't be able to, includes noclip.

  • All mods that these mods require to function.

  • It is highly recommended to join the redmodding discord to stay up to date on new techniques and tools.

Last updated