View Single Post
Nairdaa
Member
Join Date: Nov 2012
Old 10-21-2018 , 11:34   Re: Maplist/Mapcycle Generator
Reply With Quote #5

Quote:
Originally Posted by TrullSin View Post
Hey,

I have no idea if this is the right place to post this, but why not give it a try..

Does anynone have a script or knows one, that generates the maplist/mapcycle based on the maps that are located in the fold maps for linux?
Use bash
PHP Code:
find maps/ -name "*.bsp" -exec basename {} .bsp \; | sort uniq maplist.txt 
Nairdaa is offline