Difference between revisions of "Lesson 1 - using HelixMod"

From Bo3b's School for Shaderhackers
Jump to: navigation, search
(Created page with "This lesson is about learning how the HelixMod debugger works, and how we can find and save shaders. Level of difficulty: Easy<br> Time required: 15 minutes ==== Objective ...")
 
Line 1: Line 1:
This lesson is about learning how the HelixMod debugger works, and how we can find and save shaders.
+
==== Summary ====
 +
This lesson is about how to use the HelixMod debugger to find shaders, and how to save shader ASM code. <br>
  
 
Level of difficulty: Easy<br>
 
Level of difficulty: Easy<br>
 
Time required: 15 minutes
 
Time required: 15 minutes
 
  
 
==== Objective ====
 
==== Objective ====
Line 11: Line 11:
  
 
==== Quiz====
 
==== Quiz====
Save and share shader file from game
+
Save and share a shader file from the game.
 
<br>
 
<br>
 
<br>
 
<br>

Revision as of 21:22, 14 August 2014

Summary

This lesson is about how to use the HelixMod debugger to find shaders, and how to save shader ASM code.

Level of difficulty: Easy
Time required: 15 minutes

Objective

We'll run the HelixMod debugger and learn the commands to hunt shaders.
We'll create and learn about the dx9settings.ini file with good default settings.
We'll find a shader and save and look at the ASM file.

Quiz

Save and share a shader file from the game.


  • Shader hunting keys
  • Editing dx9settings.ini
  • Improved shader hunting
  • Shader saving