Difference between revisions of "Lesson 0"
Bo3b admin (Talk | contribs) (Created page with "This is preliminary setup that everyone needs in order to be able hack shaders. ==== Objective ==== We'll download and setup the tools and game we are going to use for the f...") |
Bo3b admin (Talk | contribs) |
||
Line 3: | Line 3: | ||
==== Objective ==== | ==== Objective ==== | ||
− | We'll download and setup the tools and game we are going to use for the first lessons. | + | We'll download and setup the tools and game we are going to use for the first lessons.<br> |
+ | We'll make sure that the HelixMod debugger is running. | ||
==== Quiz ==== | ==== Quiz ==== | ||
Line 35: | Line 36: | ||
---- | ---- | ||
+ | We will locate the latest version of the HelixMod from the HelixModBlog, download it and install the debugger version into the game directory. | ||
+ | |||
* HelixMod tool installation | * HelixMod tool installation | ||
− | + | *# Go to [http://helixmod.blogspot.com/ http://helixmod.blogspot.com/] | |
− | *# | + | *# Select the GUIDES from the middle nav bar |
− | *# | + | *# Select the link under Advanced Users Only for [DX9]HELIXMOD DEBUGGER |
+ | *# You should now be at [http://helixmod.wikispot.org/oldvers http://helixmod.wikispot.org/oldvers] | ||
+ | *# In the Debug section choose the newest: [https://s3.amazonaws.com/-HeliX-/DLLS/DllsModPack1.zip https://s3.amazonaws.com/-HeliX-/DLLS/DllsModPack1.zip] | ||
+ | *# Open that Zip archive and navigate to DLLs/DEBUG | ||
+ | *# Select ''d3d9.dll'' and Extract to your Desktop | ||
<br> | <br> | ||
---- | ---- | ||
+ | Demonstrate that you have the game and tools working by sharing a 3D screen snapshot to the wiki. | ||
+ | |||
* Create page on wiki.bo3b.net | * Create page on wiki.bo3b.net | ||
*# | *# | ||
*# | *# |
Revision as of 01:56, 13 August 2014
This is preliminary setup that everyone needs in order to be able hack shaders.
Objective
We'll download and setup the tools and game we are going to use for the first lessons.
We'll make sure that the HelixMod debugger is running.
Quiz
After it's all setup, we should be able to verify that the HelixMod debugger is running.
We'll make a screen snapshot to prove it's working, and share that here.
We are going to be using the game The Ball for our first game to examine. The main reason is because it has a free demo that everyone can get from Steam. And, it will help reduce confusion if we are all looking at the same game.
- Game setup and installation
- Run Steam
- Go to the Store
- Search the store for "The Ball"
- Select "The Ball Demo" from the list
- Click "Download Demo" on right side
- Launch game
- Make sure that 3D Vision turns on
We will be using NotePad++ as our text editor. It's OK to use any text editor that you prefer. The reason to use NotePad++ is to make all the lessons and discussions consistent. It's also free and well suited to editing the ASM files.
- Text editor setup and installation
- Go to http://notepad-plus-plus.org/download/
- Choose the green DOWNLOAD button
- Run the installer
- Run NotePad++ and get a feel for it
- optional: Assign .txt files to open automatically in NotePad++
We will locate the latest version of the HelixMod from the HelixModBlog, download it and install the debugger version into the game directory.
- HelixMod tool installation
- Go to http://helixmod.blogspot.com/
- Select the GUIDES from the middle nav bar
- Select the link under Advanced Users Only for [DX9]HELIXMOD DEBUGGER
- You should now be at http://helixmod.wikispot.org/oldvers
- In the Debug section choose the newest: https://s3.amazonaws.com/-HeliX-/DLLS/DllsModPack1.zip
- Open that Zip archive and navigate to DLLs/DEBUG
- Select d3d9.dll and Extract to your Desktop
Demonstrate that you have the game and tools working by sharing a 3D screen snapshot to the wiki.
- Create page on wiki.bo3b.net