If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Notes:Deus Ex

From The Cutting Room Floor
Jump to navigation Jump to search

This page contains notes for the game Deus Ex.

Tutorial

To export code:

  • Open UnrealEd.
  • Select "Classes" from the dropdown menu at the top.
  • Click "Export All" to view code.
    • Do NOT use WOTgreal for this.

To export textures/sounds:

  • Open WOTgreal Package Exporter.
  • Open the Textures, Sounds, or System directory.
  • Click on a package, select all files, at the top, then press the export button also at the top.

To view conversations:

  • Open the Deus Ex Decompiler and Extractor's deedgui.exe
  • Select "Decompiler".
  • Set the input directory as the System folder.
  • Select only "DeusExConText.u"
  • Set the output directory as a new or empty folder.
    • ENSURE THAT IT IS AN EMPTY OR NEW FOLDER. DEED WILL WIPE THE FOLDER BEFORE DECOMPILING WITHOUT WARNING.
  • Press update.
  • Press decompile.
  • Open the .con files in ConEdit.

Additional tools found here.