Ragnar Lothbrok 21 Posted February 13, 2015 anyone have this .bat file .lua to .lub converter, just for 1 click all the lua files in same folder will be converted in lub files.. i have this one before but i formated my lappy and forgot to backup it.. Quote Share this post Link to post Share on other sites
0 Tokeiburu 229 Posted February 13, 2015 There you go : @ECHO OFFPUSHD .FOR /R %%d IN (.) DO ( cd "%%d" IF EXIST *.lua ( REN *.lua *.lub ))POPD 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted February 13, 2015 actually you don't really need it, just change the file extension and the client will still read them Quote Share this post Link to post Share on other sites
0 Ragnar Lothbrok 21 Posted February 13, 2015 thanks dude.. Quote Share this post Link to post Share on other sites
anyone have this .bat file .lua to .lub converter, just for 1 click all the lua files in same folder will be converted in lub files..
i have this one before but i formated my lappy and forgot to backup it..
Share this post
Link to post
Share on other sites