# Noesis (ARCHIVED)

<figure><img src="https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-6ccaaea00a9187d4f3c006940931ae79eebf6fa0%2Fwarning_outdated_info.png?alt=media" alt=""><figcaption></figcaption></figure>

Current workflows do not use Noesis anymore. See [#meshes](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/wolvenkit-blender-io-suite/wkit-blender-plugin-import-export#meshes "mention") for up-to-date documentation.

## Introduction

![Noesis' UI with CP77 python plugin](https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-6367f125fd35dedb2a47248308e39de88c769996%2FNoesis_DefautUI.png?alt=media)

*From the website:* Noesis is a tool for previewing and converting between hundreds of model, image, and animation formats. It utilizes a robust plugin system, with support for native extension modules and Python scripts.

Noesis is considered one of Cyberpunk 2077 Modding's cornerstones for its ability to open .mesh files and convert it into a wide variety of other 3d file extensions (like GLB and FBX) thanks to alphaZomega's CP77 Python script that makes that possible.

## Download

### Noesis

Download Noesis from Rich Whitehouse's website\
<https://richwhitehouse.com/index.php?content=inc_projects.php>

### alphaZomega's CP77 Python plugin

Download the plugin from here\
[https://www.mediafire.com/file/uhc9d68mvj7oqj6/fmt\_CP77mesh\_1.6.zip](https://www.mediafire.com/file/uhc9d68mvj7oqj6/fmt_CP77mesh_1.6.zip/file)\\

## Setup

After installing Noesis, put the fmt\_CP77mesh.py file in the python folder located inside the plugins folder, and make sure that *`oo2ext_7_win64.dll`* is placed next to the plugin in folder.

## Basic export/import process

### Exporting

![Noesis' export UI](https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-06f30d17aea6dce28801fa18b93ea6922eb28866%2FNoesis_ExportUI.png?alt=media)

Open your .mesh file in Noesis64.exe, then right click on it inside the app and press Export, from there you will be given file extensions to export into, .FBX is the go-to for any usual process and for easier importing into 3D Apps like Blender and 3DS Max.

Same goes for .xbm files.

### Importing

![Noesis' Import UI](https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-d5338e6f1f4543dba1928f4ee3733e465b25063d%2FNoesis_ImportUI.png?alt=media)

Open your 3d file (like .fbx or .glb) in Noesis64.exe, export and select **.mesh - CyberPunk 2077 mesh \[PC]**, when a dialogue box shows up browse and select the .mesh file that is appropriate for your import(for example if it was a shirt you'd probably export over .mesh files that has shirts in them), then click OK.


---

# 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/modding-tools-archived/noesis.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.
