Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. cd "C:\Program Files\Smokin' Guns"
  2.  
  3. "smokinguns\compiler\q3map2.exe" -meta -leaktest -v -fs_basepath "C:\Program Files\Smokin' Guns" "smokinguns\maps\dm_yourmap.map"
  4. "smokinguns\compiler\q3map2.exe" -vis -saveprt -v -fs_basepath "C:\Program Files\Smokin' Guns" "smokinguns\maps\dm_yourmap.bsp"
  5. "smokinguns\compiler\q3map2.exe" -light -patchshadows -super 2 -samples 3 -v -fs_basepath "C:\Program Files\Smokin' Guns" "smokinguns\maps\dm_yourmap.bsp"
  6. "Radiant-1.4\bspc.exe" -forcesidesvisible -optimize -bsp2aas "smokinguns\maps\dm_yourmap.bsp"
  7.  
  8. pause
  9. smokinguns.exe +sv_pure 0 +devmap dm_yourmap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement