Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. wine compiler/q3map2.exe -v -meta maps/dm_cas.map
  4. wine compiler/q3map2.exe -v -vis maps/dm_cas.bsp
  5. wine compiler/q3map2.exe -v -light -samples 2 -fast maps/dm_cas.bsp
  6.  
  7. rm cas.pk3
  8. zip cas.pk3 maps/dm_cas.*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement