9 lines
479 B
Bash
9 lines
479 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Hello, World!"
|
||
|
|
||
|
|
||
|
q3map2 -game xonotic -threads 16 -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 zombieofficeroom.map
|
||
|
q3map2 -game xonotic -threads 16 -vis -saveprt zombieofficeroom.map
|
||
|
q3map2 -game xonotic -threads 16 -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -bouncescale 2 -fastbounce -bouncegrid -nobouncestore -fill -backsplash 0 0 zombieofficeroom.map
|