hello,
so I want to compile my maps via text commando, and itsme gave me that awesome script written in perl
http://git.xonotic.org/?p=xonotic/xonoti...=HEAD;js=1
Thanks a lot itsme! But still some question remains, for example, I dont get how to give paramters to the compiler via the script. All I want is to compile a map with very simple settings:
such things like -bsp is irrelevant, -v unkown parameter etc etc.
So my question like mentioned before, how to give paramters to this script? Thanks in advance
so I want to compile my maps via text commando, and itsme gave me that awesome script written in perl
http://git.xonotic.org/?p=xonotic/xonoti...=HEAD;js=1
Thanks a lot itsme! But still some question remains, for example, I dont get how to give paramters to the compiler via the script. All I want is to compile a map with very simple settings:
Code:
-meta -v -light -fast
Code:
./perlit.pl /home/xonotic/Xonotic-High/data/maps/dm3_xonotic.map -bsp -meta -v -vis -fast -light -fast
such things like -bsp is irrelevant, -v unkown parameter etc etc.
So my question like mentioned before, how to give paramters to this script? Thanks in advance