# RHT: The world inspector

## Summary

**Created:** Aug 18 2024 by [mana vortex](mailto:undefined)\
**Last documented edit:** Aug 18 2024 by [mana vortex](mailto:undefined)

This page describes RHT's World Inspector, telliung you what you can do with it.

## World Inspector: Inspect

Here, you can inspect world nodes and their properties:

<figure><img src="/files/jkJqgyfkJVQMBYS58oAV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bw6Two4CQqJZ3NWkljaR" alt=""><figcaption></figcaption></figure>

## World Inspector: Scan

Here, you can scan for any nodes around you:

<figure><img src="/files/dqous7BRWxsh2AhqTDsz" alt=""><figcaption></figcaption></figure>

If you expand the node properties, you can simply hide them at run-time, or use the integration with [Removal Editor](https://github.com/justarandomguyintheinternet/CP77_removalEditor) to create permanent preset.

{% hint style="info" %}
To copy the data string from a node (eg: Mesh Resource Path), place your mouse pointer over the text string then hold Shift and press the middle mouse button. This will copy the text string to the clipboard.
{% endhint %}

<figure><img src="/files/KSQp9UTLrtyiDjnVaOOe" alt=""><figcaption></figcaption></figure>

## World Inspector: Lookup

Reverse search of world nodes and spawned entities by their node IDs (e.g. if you're browsing a sector in Wolvenkit)

<figure><img src="/files/s5v1RjksUklFfktTfpJz" alt=""><figcaption></figcaption></figure>

## World Inspector: Watch (the player)

The world inspector's `Watch` tab lets you inspect the player puppet and all of their components at runtime.

{% hint style="info" %}
You can use the information below for AppearanceCreatorMod; check [Submeshes, Materials and Chunks](/cyberpunk-2077-modding/for-mod-creators-theory/files-and-what-they-do/file-formats/3d-objects-.mesh-files/submeshes-materials-and-chunks.md) -> [Submeshes, Materials and Chunks](/cyberpunk-2077-modding/for-mod-creators-theory/files-and-what-they-do/file-formats/3d-objects-.mesh-files/submeshes-materials-and-chunks.md#acm) for details.
{% endhint %}

<figure><img src="/files/9XD5K2GfEGZ345Zq7WmB" alt=""><figcaption><p>Invaluable for debugging clothing mods!</p></figcaption></figure>


---

# 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/for-mod-creators-theory/modding-tools/redhottools/rht-the-world-inspector.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.
