# Modding Guides

- [Getting started: Making mods](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/getting-started-making-mods.md): You want to make mods? Awesome!
- [Analysing other mods](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/analysing-other-mods.md): How to open .archive files and take a look inside
- [Legacy: Analysing other mods with Wolvenkit Console](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/analysing-other-mods/legacy-analysing-other-mods-with-wolvenkit-console.md): Unbundling mods with CLI
- [Community Guides](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/community-guides.md): This page holds a list of community guides and resources all over the internet.
- [External Community Guides: NPVs (V as NPC) - Custom NPCs](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/community-guides/external-npvs-v-as-npc-custom-npcs.md): A subpage dedicated to custom NPCs
- [Items: Equipment](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment.md): Weapon, armour, consumable, hair, cyberware..
- [Moving and renaming in existing projects](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/moving-and-renaming-in-existing-projects.md): How to avoid changing every single depotPath in your mod by hand
- [Recolours and Refits](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits.md): How do I change this item?
- [R\&R: Your own Wolvenkit project](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits/r-and-r-your-own-wolvenkit-project.md)
- [R\&R: Colour Editing](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits/r-and-r-colour-editing.md): Doing a custom recolor of the Netrunning suit
- [R\&R: Emissive](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits/r-and-r-emissive.md): How to change the Netrunner suit's glowey bits with ArchiveXL Dynamic Variants
- [R\&R: Refitting (step by step)](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits/r-and-r-refitting-step-by-step.md): Step-by-step guide on refitting a mesh - for newbies!
- [R\&R: Troubleshooting](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits/r-and-r-troubleshooting.md): The troubleshooting section for the Recolours & Refits guide
- [Refiting 3D Ports: T-pose to A-Pose](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits/refiting-3d-ports-t-pose-to-a-pose.md): Or how to fit ported garments to Cyberpunk's "A Pose"
- [Refitting for flat chest](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits/refitting-for-flat-chest.md): This guide will walk you through using the auto-refitter script, making manual tweaks to the fit, and adding garment support.
- [Editing existing items](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/editing-existing-items.md): Irons, threads and everything else
- [Adding decals](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/editing-existing-items/adding-decals.md): How to add decals to existing items
- [Changing materials, colors and textures](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/editing-existing-items/changing-materials-colors-and-textures.md): Changing how an item looks in-game
- [Using a textured material](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/editing-existing-items/changing-materials-colors-and-textures/using-a-textured-material.md): How to use a PBR material in Cyberpunk
- [Adding stats, modifiers, and mod slots](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/editing-existing-items/adding-stats-and-modifiers.md): How to make it iconic
- [Replace a player item with an NPC item](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/editing-existing-items/replace-a-player-item-with-an-npc-item.md): Put your item in place of a default game item. Supports variants.
- [Replace a player clothes with NPC garment that requires blender editing](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/editing-existing-items/replace-a-player-item-with-an-npc-item/replace-a-player-clothes-with-npc-garment-that-requires-blender-editing.md): Replace your clothes with an NPC's that requires blender editing.
- [Influencing other items](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/influencing-other-items.md): PartsOverrides, visual tags, and how to use them
- [Adding new items](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items.md): No more replacers! Add your own gear with TweakXL and ArchiveXL
- [ItemAdditions: File structure explained](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/archive-xl-item-structure-explained.md): More detailed explanations for the guide "Adding new items"
- [ItemAdditions: Dynamic Appearances](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/archivexl-dynamic-variants.md): An item addition with dynamic appearances, and what you can do for this
- [Dynamic Appearances: fine-tuning visibility conditions](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/archivexl-dynamic-variants/dynamic-appearances-fine-tuning-visibility-conditions.md): How dynamic appearances can use different meshes/submeshes in a single root entity file.
- [Dynamic appearances: Understanding the process](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/archivexl-dynamic-variants/dynamic-appearances-understanding-the-process.md): How does the ancient magic work?
- [Dynamic Appearances: Adding custom hat hairs](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/archivexl-dynamic-variants/dynamic-appearances-adding-custom-hat-hairs.md): How to add custom hat hairs that work the same way as the basegame hat hairs
- [ItemAdditions: files from scratch](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/adding-new-items-files-from-scratch.md): How to set up the folder structure from scratch
- [Different equipment slots](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/different-equipment-slots.md): How to determine the item type
- [Your own Atelier Store](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/adding-items-atelier-integration.md): How to set up an atelier store for your mod
- [ItemAdditions: Weapons](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/weapons.md): Adding weapons
- [New Iconic Weapon: Step by Step](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/weapons/new-iconic-weapon-step-by-step.md)
- [Standalone Weapon Appearance](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/weapons/standalone-weapon-appearance.md)
- [Throwing weapons: projectiles](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/weapons/throwing-weapons-projectiles.md): How to make a custom projectiles for throwing weapons
- [Weapons: Attachments and Scopes](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/weapons/weapons-attachments-and-scopes.md): How to mod weapon attachments
- [Custompathing assets](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/custompathing-assets.md): How to stop influencing game or mod files by making your own copy (with blackjack and hookers)
- [Transferring Dangle Bones](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/transferring-dangle-bones.md): How to transfer physics from one mesh to another for cross-rigs refits. 🦴
- [RIG Swapping Garments - other body conversion](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/rig-swapping-garments-other-body-conversion.md): Guide originally written by Pinkydude
- [Rig Editing Garments for Gonks](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/rig-editing-garments-for-gonks.md)
- [First Person Perspective Fixes](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/first-person-perspective-fixes.md): Common Problems and How to Fix Them
- [V & NPCs](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs.md)
- [For V - Creating Custom Skins - Tattoos - Scars Textures](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars.md): How to make custom skin textures, tattoos textures, and scars textures.
- [Texture Frameworks for Player V](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars/converting-between-tattoo-frameworks.md): This page will explain in detail what the current texture frameworks are, what are the difference between them and which body mods utilizes them.
- [Overlay textures by framework](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars/converting-between-tattoo-frameworks/overlay-list.md): You can find here a list of overlays names for the KS\_UV and VTK frameworks.
- [How to create an overlay tattoo](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars/how-to-create-an-overlay-tattoo.md): This guide will teach you how to create tattoo on modded body, KS\_UV and VTK
- [Merging existing tattoos](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars/merging-existing-tattoos.md): How to merge two or more existing tattoos
- [Merging existing tattoos: into a clean template](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars/merging-existing-tattoos/merging-existing-tattoos-into-a-clean-template.md): Optional: If you want to merge your tattoos into a clean template, check this page.
- [How to create modded body scars](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars/creating-modded-body-scars.md): This guide will teach you how to create scars on modded body KS\_UV and VTK
- [How to do replacer vanilla scars](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars/creating-replacer-vanilla-scars.md): Create scars by replacing vanilla one
- [How to make a scar (tips for drawing)](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars/how-to-make-a-scar-tips-for-drawing.md): This tuto will teach you how do a scar in the software of your choice. I will give you some basic idea on how to create scar,
- [How to import a custom tattoo replacer back into the game](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars/how-to-import-a-custom-tattoo-replacer-back-into-the-game.md): This guide will show you how to install the custom tattoo replacer.
- [For V - All about Hair](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/guides-all-about-hair.md): Hair guides
- [Basic Hairstyle Replacement Tutorial](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/guides-all-about-hair/basic-hairstyle-replacement-tutorial.md): This is the guide for you if you would like to add custom hairstyles into the game.
- [Replace a hair mod's slot](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/guides-all-about-hair/replace-a-hair-mods-slot.md): Edit hair mods to replace different slots
- [Convert a hair mod to hair CCXL mod](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/guides-all-about-hair/convert-a-hair-mod-to-hair-ccxl-mod.md): This guide will show the process of making a hair ccxl mod, by converting an already-done hair mod.
- [Custom Hair Colours](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/guides-all-about-hair/custom-hair-colours.md): How to make your own .hp files
- [How to convert a CCXL hair color into a replacer](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/guides-all-about-hair/custom-hair-colours/how-to-convert-a-ccxl-hair-color-into-a-replacer.md)
- [Hair: Vertex paint for transparency](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/guides-all-about-hair/hair-vertex-paint-for-transparency.md): How vertex paint makes better hairs
- [For V - Changing V's Head](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/a-new-head-for-v.md): How to change V's head
- [For V: Creating facial cyberware](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/creating-facial-cyberware.md): Custom facial chrome from scratch
- [For V - Rig deforming](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/rig-deforming-for-v.md): A short tutorial on how to modify your V's body by resizing bone shape.
- [For V - Custom facial piercings - PRC Framework](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-facial-piercings-prc-framework.md): Adding custom facial piercings through PRC Framework.
- [NPV - V as custom NPC](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/npv-v-as-custom-npc.md): How to create your V as an NPC
- [NPV: Preparing the head in Blender](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/npv-v-as-custom-npc/npv-preparing-the-head-in-blender.md): Step 1: How to generate your V's custom head mesh
- [NPV: Creating a custom NPC](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/npv-v-as-custom-npc/npv-creating-a-custom-npc.md): Step 2: How to create a custom NPC
- [NPV: Cleanup and troubleshooting](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/npv-v-as-custom-npc/npv-cleanup-and-troubleshooting.md): I'm done, what's next?
- [NPV: Photomode (formerly Nibbles Replacer)](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/npv-v-as-custom-npc/npv-amm-nibbles-replacer.md): How to add your NPV to Photomode's list of spawnable characters
- [NPV: How to add a CCXL hair color to an NPV](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/npv-v-as-custom-npc/how-to-add-a-ccxl-hair-color-to-an-npv.md): This will show you how to add a CCXL hair color to an NPV using my hair colors as a guide. (Feel free to crack open my mods!)
- [NPV: How to add a new appearance to an NPV](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/npv-v-as-custom-npc/how-to-add-a-new-appearance-to-an-npv.md): This will show you how to add a new appearance to an NPV if you maybe didn't make it yourself.
- [NPV - Fixing Eye Clipping in NPVs](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/fixing-eye-clipping-in-npvs-by-replacing-facial-rigs.md): The subtle art of stuffing bones into meat
- [For NPCs - Change Appearances](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/appearances-change-the-looks.md): Changing an NPC's default appearances and adding more via Photomode and AMM
- [Altering Appearances within Wolvenkit - Full Workflow](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/appearances-change-the-looks/altering-appearances-within-wolvenkit-full-workflow.md): This page will cover how to modify a character's body mesh and/or clothes, in detail.
- [Adding Custom Appearance to NPCs in PhotoMode and AMM](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/appearances-change-the-looks/adding-custom-appearance-to-npcs-in-photomode-and-amm.md)
- [Archived: Custom bodyhair for NPCs](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/appearances-change-the-looks/custom-bodyhair-for-npcs.md)
- [AMM: Custom NPCs](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/amm-custom-npcs.md): How to customize NPCs with AMM
- [AMM: Custom NPC appearances](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/amm-custom-npcs/amm-custom-npc-appearances.md): How to add appearances to existing NPCs (via AMM)
- [VendorsXL: Custom Vendors](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/vendorsxl.md): Custom in-world vendor support via simple TweakDB/TweakXL records, created by Deceptious
- [Animations](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations.md): Knowledge about animations in Cyberpunk, first and third person
- [Creating Animations - Poses for V & NPCs](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations.md): This page will gather knowledge and guides about animations.
- [Poses/Animations: make your own](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/poses-animations-make-your-own.md): Make your own pose, then import it into photo mode
- [Easy IK based Posing](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/poses-animations-make-your-own/easy-ik-based-posing.md): Using Inverse Kinematics for easy posing
- [Pose Making for Gonks](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/poses-animations-make-your-own/pose-making-for-gonks.md): A simplified and Up-to-date tutorial on the pose making workflow. 🕺
- [ArchiveXL: adding Photo Mode Poses](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/archivexl-adding-photo-mode-poses.md): How to hook up custom photo mode poses with ArchiveXL
- [Updating Photomode Pose Packs for 2.3](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/archivexl-adding-photo-mode-poses/updating-photomode-pose-packs-for-2.3.md)
- [Updating Photomode Pose Packs for 2.2](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/archivexl-adding-photo-mode-poses/updating-photomode-pose-packs-for-2.2.md): How to update pose packs for Patch 2.3. and ArchiveXL 1.24
- [Removing Foot Snap IK from Poses/Animations](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/removing-foot-snap-ik-from-poses-animations.md): This page describes how to remove Foot Snap IK from poses/animations in WolvenKit, such that feet don't snap / get glued to the floor in poses.
- [Scaling Poses/Animations](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/scaling-poses-animations.md)
- [Retargeting Poses/Animations](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/retargeting-poses-animations.md): How to retarget vanilla poses and animations from one rig to another and how to port external animations by retargeting them to cyberpunk's armatures 🕺
- [Play animations with workspots](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/abusing-workspots.md): Learn how to play an animation on an entity through clever gimmicks in Redscript.
- [AMM: Collab anims/poses](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/amm-collab-anims-poses.md): How to add your poses to AMM
- [Archived: Custom poses for spawned NPCs](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animations/archived-custom-poses-for-spawned-npcs.md)
- [Editing V's Actual In Game Animations](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/creating-animations-editing-vs-actual-in-game-animations.md): Tutorial: How to Edit Third-Person and First Person Animations for V
- [Facial Animations](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/facial-animations.md): Initial research on facial anim files and how to find them
- [AMM/Photomode: Other Facial Expressions](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/facial-animations/custom-facial-expressions.md): Guide to change expressions for photo mode and AMM
- [Animation List](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/animation-list.md)
- [AMM: Swap Johnny during the Alt's scene](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/animations/swap-johnny-during-the-alts-scene.md)
- [Textures, LUTs and Materials](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts.md): Modify Cyberpunk's visuals
- [Textures: Importing, editing, exporting](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/images-importing-editing-exporting.md): How to edit images and preserve transparency
- [Textures: Custom .mlmask](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/custom-multilayermasks.md): How to make a custom MultilayerMask for your mesh
- [Self-made normal maps](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/self-made-normal-maps.md): How to create normal maps (bumpmaps) with Blender
- [Troubleshooting normal maps](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/self-made-normal-maps/troubleshooting-normal-maps.md): In-game, your normal map isn't looking as expected
- [Making Custom Microblends](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/making-custom-microblends.md): How to create custom microblends.
- [AMM: Textured items and Cyberpunk Materials using Custom Props](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/textured-items-and-cyberpunk-materials.md): Importing textured items (and creating an AMM prop set in the process)
- [Creating a LUT from scratch](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/creating-a-lut-from-scratch.md): A description of a streamlined, refined, accessible, and relatively easy system for creating Cyberpunk 2077 LUT mods from scratch.
- [Editing LUTs](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/creating-a-lut-from-scratch/editing-luts.md): Here we will go over one of the first steps to visual modding, editing LUTs!
- [Archived](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/creating-a-lut-from-scratch/archived.md): Out-of-date content and guides.
- [Advanced: Reverse-Engineered LUT pipeline](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/creating-a-lut-from-scratch/archived/advanced-reverse-engineered-lut-pipeline.md): An investigation and documentation of several methods of advanced LUT workflows.
- [Custom advertisements](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/custom-advertisements-1.md): How to make your own custom ads
- [Custom icons and UI](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/custom-icons-and-ui.md): Expanding Cyberpunk's base UI
- [Your own inventory preview icons](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/custom-icons-and-ui/adding-items-preview-images.md): How to add custom preview images by using a custom .inkatlas file
- [Gendered preview icons](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/custom-icons-and-ui/adding-items-preview-images/gendered-preview-icons.md)
- [Custom in-game icons](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/custom-icons-and-ui/custom-in-game-icons.md): Creating a custom inkatlas
- [Main Menu and Pause Menu editing](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/custom-icons-and-ui/main-menu-and-pause-menu-editing.md): How to edit the in-game Main Menu and Pause Menu
- [Your own HUD icons](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/custom-icons-and-ui/your-own-hud-icons.md)
- [Interface modding](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/custom-icons-and-ui/interface-modding.md): How to create a custom interface
- [Vehicles](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles.md)
- [Boe6's Guide: basic car from A to Z](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z.md): Start to finish guide to add a standalone vehicle, in steps that are as specific as I can be.
- [Boe6's vehicles: What you need to know](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/precursor-information-to-know.md)
- [Boe6's vehicles: Create base files](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/create-base-files.md)
- [Boe6's vehicles: Manually Exporting Meshes to Blender](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/3d-body-modeling-import-export-meshes.md): Manual Import
- [Boe6's vehicles: Manually Importing Meshes to Wkit](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/3d-body-modeling-import-export-meshes-1.md): Manual Import
- [Boe6's vehicles: Add lights](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/add-lights.md): Lights are still somewhat of a mystery to me. That said, there are a couple routes to take for lights, depending on how you would like them to look.
- [Boe6's vehicles: Make the Proxymesh](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/make-the-proxymesh.md): The proxy mesh can be created once the vehicle's exterior is complete or close to complete.
- [Boe6's vehicles: Rigging; Making meshes move](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/rigging.md): Using and Controlling Moving Meshes
- [Boe6's vehicles: Interaction collider .phys files](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/interaction-collider-.phys-files.md): Interaction collider .phys files control the physics size for the vehicle. This controls how it hits/collides with walls, players, etc.
- [Boe6's vehicles: Textures & Materials](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/textures-and-materials.md)
- [Boe6's vehicles: GUI Images](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/boe6s-vehicles-gui-images.md)
- [Boe6's vehicles: .inkwidget and .inkstyle - Animated UI](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/boe6s-vehicles-.inkwidget-and-.inkstyle-animated-ui.md)
- [Boe6's vehicles: Paint colors & Varients](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/boe6s-vehicles-paint-colors-and-varients.md)
- [Boe6's vehicles: Extra Details](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/boe6s-vehicles-extra-details.md): Minor details that didn't deserve a whole page
- [Adding moving parts to your Vehicle](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/adding-moving-parts-to-your-vehicle.md)
- [Readjusting the export position](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/adding-moving-parts-to-your-vehicle/readjusting-the-export-position.md)
- [Adding Wheels, Tires and Brake Calipers](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/adding-moving-parts-to-your-vehicle/adding-wheels-tires-and-brake-calipers.md)
- [Fix Improper Interior Bounds](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/creating_cutout_and_fixing_light_channel.md)
- [Interior lights](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/interior-lights.md): How to make interior lights work for your custom car
- [CrystalCoat™ (Outdated)](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm.md): Adding CrystalCoat to your custom vehicle
- ["New" CrystalCoat™ Guide](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/new-crystalcoat-tm-guide.md)
- [CrystalCoat™ & Advanced Customization](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1.md): This tutorial provides a brand new way to implement CrystalCoat for any kind of vehicle and to make any part of a vehicle customizable by the user during runtime. The only limit is your imagination !
- [Project setup](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/project-setup.md)
- [Creating a new customizable component](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/creating-a-new-customizable-component.md)
- [Scripting](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/scripting.md)
- [Adding components to CrystalCoat](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/adding-components-to-crystalcoat.md)
- [Improving the appearance](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/improving-the-appearance.md)
- [Customizing the color picker widget](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/customizing-the-color-picker-widget.md)
- [Creating a custom paint](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/creating-a-custom-paint.md)
- [Customizing the roof](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/customizing-the-roof.md)
- [Customizing the sun visor](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/customizing-the-sun-visor.md)
- [Customizing the wheels](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/customizing-the-wheels.md)
- [Cleaning the vehicle from rust and dust](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/cleaning-the-vehicle-from-rust-and-dust.md)
- [Creating a secondary color](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/creating-a-secondary-color.md)
- [Improving mod settings](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/improving-mod-settings.md)
- [Creating a settings package](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/crystalcoat-tm-1/creating-a-settings-package.md)
- [Problems and Resolution](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/problems-and-resolution.md)
- [Replacing Textures for Mod Vehicles](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/problems-and-resolution/replacing-textures-for-mod-vehicles.md)
- [interior and exterior of the vehicle](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/problems-and-resolution/interior-and-exterior-of-the-vehicle.md): Separating the interior and exterior of the vehicle
- [Shadow mesh](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/problems-and-resolution/shadow-mesh.md): Shadow Mesh for Non-RT Environment
- [vehicle taillight](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/problems-and-resolution/vehicle-taillight.md): How to set the vehicle taillight
- [Hand position on steering wheel](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/problems-and-resolution/hand-position-on-steering-wheel.md): To modify the hand position on the steering wheel
- [Chassis Modifications](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/chassis-modifications.md): How to extend the vehicle chassis to fit your custom car.
- [Weaponizing vehicles](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/weaponizing-vehicles.md): How to weaponize a custom vehicle
- [Windows & Doors opening + MountedWeapons clue](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/weaponizing-vehicles/windows-and-doors-opening-+-mountedweapons-clue.md): Choosing the right way to shoot while driving a vehicle.
- [Vehicle Weapon Variants (A, B, C)](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/weaponizing-vehicles/vehicle-weapon-variants-a-b-c.md): How to add different vehicle variants and switch between them
- [Spinning Fans on Vehicles](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/spinning-fans-on-cars.md)
- [Fluid Animations for Vehicles](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/fluid-animations-for-vehicles.md)
- [Overheating Parts on Vehicles](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/overheating-parts-on-vehicles.md)
- [Vehicle Destruction](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/vehicle-destruction.md)
- [For Reference: Exhaust Backfire](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/for-reference-exhaust-backfire.md)
- [Changing Handling & Speed For Modded Vehicles](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/changing-handling-and-speed-for-modded-vehicles.md)
- [inkWidgets On Vehicles](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/inkwidgets-on-vehicles.md)
- [World Editing](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing.md): Editing the world of Cyberpunk
- [World Builder](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner.md): This section contains the main documentation for the World Builder tool, which is used to create new structures in the game world
- [Usage and Features](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/usage-and-features.md): Overview over what the current world editing mod is, how it operates and its biggest features
- [Installation](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/installation.md): How to install World Builder
- [Quick Start](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/quick-start.md): This example guides you through the process of building a small place
- [Project Structure](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/project-structure.md): This page explains how to organize and group big builds
- [Exporting to WolvenKit](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/exporting-from-object-spawner.md): This guide explains how to go from an World Builder build to a native world edit
- [3-D Editor Mode](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/3-d-editor-mode.md): Page that explains how to use 3-D Editor mode, and all its controls and features
- [Supported nodes](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/supported-nodes.md): This page covers all supported nodes / what each object type in WB does
- [UI Tabs Explained](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/ui-tabs-explained.md): Section for in-depth UI explanations
- [Tab: Spawn New](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/ui-tabs-explained/tab-spawn-new.md): Everything there is know to effectively spawn anything you want
- [Tab: Favorites and Prefabs](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/ui-tabs-explained/tab-favorites-and-prefabs.md): This page covers what favorites and prefabs are, how to create them, use them and organize them
- [Tab: Spawned](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/ui-tabs-explained/tab-spawned.md): Explanation on the main editing tab, where you organize and modify your spawned objects
- [Tab: Saved](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/ui-tabs-explained/tab-saved.md): Explanations on loading and searching for saved things, as well as importing AMM presets
- [Tab: Export](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/ui-tabs-explained/tab-export.md): Information on export templates
- [Features and guides](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/features-and-guides.md): Section for other features and guides
- [Adding custom resources / props](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/features-and-guides/adding-custom-resources-props.md): This page explains how to spawn and use custom resources, and how to best share them with other modders
- [Randomized Nested Groups](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/features-and-guides/randomized-nested-groups.md): This page explains how to create RNGs
- [Creating Sector Variants](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/features-and-guides/creating-sector-variants.md): This guide explains how to add variants to your sectors, using World Builder
- [Sector Variants Practical Example & Project](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/features-and-guides/creating-sector-variants/sector-variants-practical-example-and-project.md): Sector variant switching with Native Settings
- [Entity Instance Data](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/features-and-guides/entity-instance-data.md): This page quickly outlines what Entity Instance Data is, what it is used for and some basic examples
- [Creating Area Nodes](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/features-and-guides/setting-area-outlines.md): This guide will describe the steps necessary to setup an area outline, and link it to an area node, using World Builder
- [Creating Prefabs with Blender](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/features-and-guides/creating-prefabs-with-blender.md): Using the Blender Plugin to Steal stuff from Game locations. Plagerism is after all the sincerest form of flattery...
- [Geometry-cache meshes for streaming-sector collision nodes](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/object-spawner/features-and-guides/geometry-cache-meshes-for-streaming-sector-collision-nodes.md): This page explains how to use PhysX geometry-cache meches for streaming sectors collision nodes
- [Removing Objects](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/removing-objects.md): This page contains general information on what techniques and tools one can choose when wanting to remove nodes
- [Removing world objects with Removal Editor](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/removing-objects/world-editing-deleting-objects.md): How to remove items from the world with ArchiveXL
- [World Object Removal with Blender](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/removing-objects/world-object-removal-with-blender.md): Remove world objects with Blender
- [Removing objects by hand](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/removing-objects/removing-objects-by-hand.md): How to remove objects, the hard way
- [Removing grass and small foliage](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/removing-objects/removing-grass-and-small-foliage.md): How to change generated runtime terrain
- [Devices](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/devices.md): This is a collection of guides explaining how to setup specific devices using World Builder
- [Custom fast travel points](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/devices/custom-fast-travel-points.md): This guide will describe the steps necessary to add new native fast travel points, using World Builder
- [Custom Elevators](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/devices/custom-elevators.md): This guide will describe the steps necessary to add anew native elevator, using World Builder
- [Custom Elevator Doors](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/devices/custom-elevator-doors.md): This guide will describe the steps necessary to add custom automatic doors to your custom elevator build using World Builder
- [Creating Security Areas](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/devices/creating-security-areas.md): This guide covers the process of setting up security areas using World Builder
- [Device Operations Container](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/devices/device-operations-container.md): How to use DeviceOperationsContainer to trigger sound, VFX, animations, and component changes from device entity data, without any scripting.
- [AI and NPCs](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/ai-and-npcs.md): This section contains all things related to NPCs and how to place them in the world using World Builder
- [Placing AISpot Nodes](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/ai-and-npcs/placing-aispot-nodes.md): This page briefly explains how to place and preview AISpot Nodes, using World Builder
- [Creating Communities](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/ai-and-npcs/creating-communities.md): This guide describes what communities are, what they are used for, and how to set them up using World Builder
- [Native Interactions Framework](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework.md): This section contains the main documentations for the Native Interactions Framework, which can be used to easily place interactions
- [Overview](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/overview.md): Overview of what NIF can do, and which interactions it currently supports
- [Installation](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/installation.md): How to install NIF
- [Getting Started](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/getting-started.md): This page covers the basics of adding a new interaction
- [Interaction Settings](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/interaction-settings.md): This page will cover the basic properties of interactions
- [Interactions with Props](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/interactions-with-props.md): This page covers how to setup interactions which use props
- [Apartment Purchasing](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/apartment-purchasing.md): This page covers how to setup a purchasing interaction for custom apartments
- [Using the API](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/using-the-api.md): This page explains how to use the NIF API to toggle projects
- [Infinite Randomizer Framework](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/infinite-randomizer-framework.md): Root Documentation for Infinite Randomizer Framework (IRF)
- [Variant Pool](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/infinite-randomizer-framework/variant-pool.md)
- [Category](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/infinite-randomizer-framework/category.md)
- [Miscellaneous](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/miscellaneous.md): Section for guides which did not fit any other section
- [Enable embedded collisions](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/miscellaneous/enable-embedded-collisions.md): Activate an existing collisions in a mesh
- [Lootable world objects](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/miscellaneous/lootable-world-objects.md)
- [Editing locations in Blender](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/miscellaneous/editing-locations-in-blender.md): Exporting locations to Blender
- [Props Making for Gonks](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/miscellaneous/props-making-for-gonks.md): How to port props using the Props Creation Kit for World Builder
- [Archived Guides](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/archived-guides.md): This section contains guides that are archived
- [Archived: Merging World Additions via ArchiveXL](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/archived-guides/adding-locations-and-structures-with-archivexl.md): This guide demonstrates how to add new locations to the world by creating new .streamingsector files and adding them to the game world by merging them with the all.streamingblock via ArchiveXL
- [Archived: World editing via file edit](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/archived-guides/archived-world-editing-via-file-edit.md): THIS GUIDE IS ARCHIVED! DO NOT USE IT
- [Switching between sector states](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/archived-guides/switching-between-sector-states.md): How to use streamingSectorPrefabVariant
- [Scripted interactions](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/archived-guides/scripted-interactions.md): This page will gather knowledge and guides about scripted interactions in Lua.
- [Wardrobe interaction (device)](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/archived-guides/scripted-interactions/wardrobe-interaction-device.md): Add an "Open wardrobe" interaction.
- [Sit on couch interaction (workspot)](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/archived-guides/scripted-interactions/sit-on-couch-interaction-workspot.md): Add an "Sit" interaction.
- [Archived: Removing Occlusion Nodes](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/archived-guides/removing-occlusion.md): Guide on how to remove occlusion nodes, on a sector basis
- [Sound](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/sound.md): Section of guides on how to change sounds in Cyberpunk 2077.
- [Finding an audio file](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/sound/finding-an-audio-file.md): Small guide on how to find the in-game sound you're searching for.
- [Converting .wem to .wav](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/sound/converting-.wem-to-.wav.md): Instructions on how to convert WEM files to WAV
- [Replacing sounds effects](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/sound/replacing-sounds-effects.md): Guide on how to replace a sound effect using WolvenKit without REDmod
- [Modding Events Metadata](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/sound/audio-modding-basics.md): How to mod audio using eventmetadata.json
- [Playing Sounds in-game: Basics](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/sound/playing-sounds-in-game-basics.md): A Basic guide on the different ways to play a sound effect in-game
- [Custom Sounds & Custom Emitters with Audioware](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/sound/custom-sounds-and-custom-emitters-with-audioware.md): How to play custom sounds (effects, dialogue, music) from custom emitters, using Audioware, and without REDmod.
- [Quests & Scenes](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest.md)
- [How to edit in-Game Messages](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/how-to-edit-in-game-messages.md)
- [Name & Ordinals - Sockets 101](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/name-and-ordinals-sockets-101.md): How sockets and name-ordinal indexing works for quest and scene nodes
- [Visualize Quest files](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/visualize-quest-files.md): First steps into find quest archives.
- [How to Edit Voiceover and Subtitles In a Quest.](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/how-to-edit-voiceover-and-subtitles-in-a-quest..md): Guide made by Forsentio - Quest Team member working on WolvenKit at RED Modding Tools.
- [How to Remove an Animation (and Potentially Replace It)](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/how-to-remove-an-animation-and-potentially-replace-it.md): Guide made by Forsentio - Quest Team member working on WolvenKit at RED Modding Tools.
- [How to use worldCommunityRegistry and worldCompiledCommunity](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/how-to-use-worldcommunityregistry-and-worldcompiledcommunity.md): This page describes how to use worldCompiledCommunityAreaNode and worldCommunityRegistryNode
- [How to open garage doors](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/how-to-open-garage-doors.md): Short guide how to open existing in world garage doors
- [Creating custom scenes](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/creating-custom-scenes.md): // TODO
- [Creating custom shards](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/creating-custom-shards.md)
- [Adding Animations](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/adding-animations.md): How to animate your actors in scenes
- [How to add new text messages thread to Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/how-to-add-new-text-messages-thread-to-cyberpunk-2077.md)
- [Quest and Scene Node Definitions](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/quest/scene-node-definitions.md): Documentation of how specific quest and scene nodes work
- [Everything else](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/everything-else.md): Stuff that didn't fit the other categories
- [How to Translate a Mod](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/everything-else/how-to-translate-a-mod.md): This is a basic step by step guide (with images) aimed to help you to start and upload a Translation Mod.
- [Customize in-game Loading Screens](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/everything-else/custom-loading-screens.md): Replace in-game Loading Screens with your own pictures
- [Customize your Save Files' look](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/everything-else/customize-your-save-files-look.md): Personalize how your save files looks in game :)
- [Customize game's infos on GOG](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/everything-else/customise-cp77-info-on-gog.md): Personalize how the Cyberpunk 2077 page looks on GOG
- [Effects modding](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/everything-else/effects-modding.md)
- [Creating Custom FX](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/everything-else/effects-modding/creating-custom-fx.md)
- [How to Change Position and Rotation of an entMeshComponent](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/everything-else/how-to-change-position-and-rotation-of-an-entmeshcomponent.md): Guide made by Forsentio with the help of Loomy, PixelRick and Sombra - Team members working on various projects at RED Modding Tools.
- [Player State Machines](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/everything-else/player-state-machines.md): How to manipulate existing PSMs, or create your own.
- [Running Python Scripts](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/everything-else/running-python-scripts.md): How to run scripts in Python (and merge AMM deco presets)
- [HUD Painter Resource](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/hud-painter-resource.md): This page provides reference material for the HUD/UI Elements controlled by each option in the HUD Painter in game menu.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
