> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/cyberpunk-2077-modding/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/3d-modelling/exporting-and-importing-meshes/3ds-max.md).

# with 3DS MAX (archived)

## **Requirements:**

\
\- 3ds Max 2014-2022\
\- [WolvenKit.CLI / CP77Tools](https://github.com/WolvenKit/WolvenKit/releases)\
\- [Noesis (64-bit)](https://richwhitehouse.com/index.php?content=inc_projects.php)\
\- [AlphaZomega's Noesis Plugin and MaxScript](https://www.mediafire.com/file/uhc9d68mvj7oqj6/fmt_CP77mesh_1.6.zip/file)

## **Setup:**

\
\- Unbundle the game files with WolvenKit.CLI (aka CP77Tools)\
\- Install Noesis and rename Noesis64.exe to Noesis.exe (The original noesis.exe is 32-bit and the Noesis Plugin "fmt\_CP77mesh.py" needs 64-bit)\
\- Place "fmt\_CP77mesh.py" in "noesis\plugins\python" copy "oo2ext\_7\_win64.dll" from "Cyberpunk 2077\bin\x64" and place it in the same folder as "fmt\_CP77mesh.py"\
The plugin has some customization option if you open it in a text editor.\
Recommended Settings are:

![](/files/vXhDe2qtAjQt1IaBDK86)

\
\- Next place "CP77\_NOESIS\_CMD.ms" in "C:\Program Files\Autodesk\3ds Max 20XX\scripts"\
\- Open "CP77\_NOESIS\_CMD.ms" in a text editor and set your Noesis.exe path.

![](/files/b2gXudi4rhkEUY7u65JG)

## **In 3ds Max:**

\
Run the MaxScript from Scripting > Run Script...

![](/files/s46jG12q8T3yWzqAUaCk)

Click on "Import to Scene" and select the .mesh file you want to edit. Your custom settings in "fmt\_CP77mesh.py" will effect the imported mesh.\
\
FBX Settings for **Import**:

![](/files/76YDjSbkbMZlaEFAI0cz)

\
MaxScript Settings for **Export:**

![](/files/LN9ExYI7gCN9sNt7XiKV)\\

FBX Settings for **Export:**

![](/files/kTzoZaNmbYTJ1648eO82)\
\*\*When exporting your mesh the plugin will ask you to select a mesh to export it over, in most cases you should select the original mesh.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/3d-modelling/exporting-and-importing-meshes/3ds-max.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
