You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(chalk.magenta(`A utility designed to help make installing CSSource textures into Garry's Mod ${chalk.blue('safe')} while also using the ${chalk.blue('legal method')} by utilizing steamcmd.`))
20
-
console.log(chalk.hex('#7289DA')(`Have any questions? Join my discord: https://discord.gg/kb4KREA`))
18
+
})+chalk.blueBright('v1.2.0 stable')))
19
+
console.log(chalk.magenta(`A utility designed to make installing CSSource textures into Garry's Mod ${chalk.blue('easy, safe, and legal')}, by scripting SteamCMD.`))
20
+
console.log(chalk.hex('#7289DA')(`Have any questions? Join my discord: https://discord.gg/UEb6VB2gqu`))
21
21
progress.start('Verifying steam directory...')
22
22
23
23
letsteamIPath=await(async()=>{
@@ -61,10 +61,10 @@
61
61
}elseresolve(false)
62
62
})
63
63
})()
64
-
if(!gmodIPath){
65
-
returnprogress.fail('Garrys Mod could not be found on your computer.\nAutomatically closing window in 10 seconds.',10000)
64
+
if(!gmodIPath||!fs.existsSync(gmodIPath)){
65
+
returnprogress.fail('Garry\'s Mod could not be found on your computer.\nAutomatically closing window in 10 seconds.',10000)
66
66
}
67
-
progress.succeed(`Garrys Mod installation directory found: ${gmodIPath}`)
67
+
progress.succeed(`Garry's Mod installation directory found: ${gmodIPath}`)
progress.succeed(`The Counter-Strike Source textures have been successfully installed into Garrys Mod.\nInstallation path: ${gmodIPath}/addons/css_content`)
166
+
progress.succeed(`The Counter-Strike Source textures have been successfully installed into Garry's Mod.\nInstallation path: ${gmodIPath}/addons/css_content`)
167
167
progress.log('You may now close this console window.')
### An easy to use, straight forward Counter Strike: Source texture installer for `Garrys Mod`. Utilizies steamcmd under the hood to obtain resources legally, and from an official valve source, making the experience safer for users alike.
4
+
### An easy to use, straight forward Counter Strike: Source texture installer for Garry's Mod. Utilizies steamcmd under the hood to obtain resources legally, direct from Valve.
5
5
6
-
__**Current Platform Support**__
7
-
- Windows 10 64-bit
8
-
- Windows 7 64-bit
9
-
10
-
__**Planned Platform Support**__
11
-
- Ubuntu/Debian (in development)
6
+
[Contact me on Discord.](https://discord.gg/UEb6VB2gqu)
12
7
13
8
## How to install
14
-
1. Download the zip file [here](https://github.com/ITS-NIGHTOWL/CSSource-Texture-Installer/releases/download/1.1.0/installer.zip)
15
-
(You can also get zip file from [releases page](https://github.com/ITS-NIGHTOWL/CSSource-Texture-Installer/releases)).
9
+
1. Download the zip file from the [releases page](https://github.com/zulc22/CSS-Texture-Installer-Plus/releases).
16
10
2. Extract the ZIP file and run the executable inside called `cssource-installer.exe`.
17
11
3. Wait until the installer gets to the prompt asking `Would you like to start installing the CSSource textures?`. Press `y` on your keyboard.
18
12
4. From there, the installer should automatically start downloading the needed dependecies such as `steamcmd`. Everything from this point is automated, so as long as your computer doesn't automtically go into rest mode, feel free to let it do its thing for 5-10 minutes (time may vary depending on connection speeds)
0 commit comments