mirror of
https://github.com/fortressforever/fortressforever-models.git
synced 2025-02-19 18:31:25 +00:00
Use quotes around path to studiomdl
This commit is contained in:
parent
f238e7aa4f
commit
877aa14ca6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Example commands to compile the tranquilizer viewmodel:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd weapons/tranq/viewmodel
|
cd weapons/tranq/viewmodel
|
||||||
%SourceSDK%/bin/ep1/bin/studiomdl v_tranq.qc
|
"%SourceSDK%/bin/ep1/bin/studiomdl" v_tranq.qc
|
||||||
```
|
```
|
||||||
|
|
||||||
Assuming you followed the setup instructions above, the compiled models will be output into the `Steam/steamapps/common/Fortress Forever/sdk` directory (**not** into the main mod directory), so you'll need to copy the newly compiled files into `Steam/steamapps/common/Fortress Forever/FortressForever`
|
Assuming you followed the setup instructions above, the compiled models will be output into the `Steam/steamapps/common/Fortress Forever/sdk` directory (**not** into the main mod directory), so you'll need to copy the newly compiled files into `Steam/steamapps/common/Fortress Forever/FortressForever`
|
||||||
|
|
Loading…
Reference in a new issue