diff options
| author | Elliot DeNolf <[email protected]> | 2014-07-01 12:15:09 -0400 |
|---|---|---|
| committer | Elliot DeNolf <[email protected]> | 2014-07-01 12:15:09 -0400 |
| commit | 62eb33397f04ac1e07f3e88734f2a0cdfb6961c6 (patch) | |
| tree | dee5539c003fa7269cca7147d6c4c4c83822afe5 | |
| parent | fa8d4a39b4ec3752ed82bcf4704760278aa28021 (diff) | |
Updated README.md for steampipe, Added example folder structure
| -rw-r--r-- | README.md | 23 |
1 files changed, 18 insertions, 5 deletions
@@ -51,11 +51,24 @@ Click the "ZIP" button with the cloud next to it in order to download the most r To Install -------- -Extract the "scripts" and "resources" folders to your tf directory. Your tf directory should be somewhere similar to this: - -C:\Program Files (x86)\Steam\steamapps\(steamusername)\team fortress 2\tf - -Just make sure to back up your old scripts and resources first! Never know when something might break, and it's always best to be prepared. +Be sure to back up your old hud folder first! Never know when something might break, and it's always best to be prepared. + +1. Press `Download Zip` on Github. This will download `rayshud-master.zip` +2. Navigate to `C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf` +3. Create a folder named `custom` if it does not already exist +4. Extract .zip file contents into `custom` directory. You may rename the top folder whatever you wish. + +The final structure should resemble the following: +``` +tf +└── custom + └── rayshud + ├── materials + ├── resource + ├── scripts + ├── sound + └── ... +``` Help/Support |
