Difference between revisions of "Lesson 2 - disable effect"
From Bo3b's School for Shaderhackers
Bo3b admin (Talk | contribs) (Created page with "==== Summary ==== This lesson demonstrates how to make our very first fix, by disabling any specific effect in a game. Level of difficulty: Easy<br> Time required: 15 minute...") |
(No difference)
|
Revision as of 01:32, 20 August 2014
Summary
This lesson demonstrates how to make our very first fix, by disabling any specific effect in a game.
Level of difficulty: Easy
Time required: 15 minutes
Video Walkthrough on YouTube
Video Walkthrough direct download link
Objective
Using the HelixMod debugger we'll find a specific broken shader that makes the game unplayable.
We'll patch that shader using the text editor to disable the effect.
Quiz
Save and upload two screen shots. From the same view angle, show the before image, then show the fixed image.
- Shader hunting a specific effect
- Saving the shader, then moving it into ShaderOverride
- Editing shader to disable effect
- Reload shader to see changes dynamically
- Quiz: Save and upload before and after 3D snapshots