Page 1 of 1

[Modding] FTL files - a handy hint for Windows users

Posted: Tue Oct 02, 2012 6:16 am
by rolfy
If you're making a grognak-compatible mod on Windows, it's handy if your computer treats .ftl files like zipped folders. To make this happen in windows, type the following into a command prompt:

Code: Select all

assoc .ftl=CompressedFolder

If you're using Vista or later, you'll need to do that from a command prompt with admin privileges. To get one of those, open up your start menu, type cmd in the search box, and press control+shift+enter (some kind of "are you sure?" window should pop up).

Sources:
http://superuser.com/questions/121540/c ... rd-party-t
http://www.sevenforums.com/tutorials/11 ... rator.html

Re: [Modding] FTL files - a handy hint for Windows users

Posted: Tue Oct 02, 2012 7:27 am
by splette
Ah nice. I haven't thought of that, thanks.

Re: [Modding] FTL files - a handy hint for Windows users

Posted: Tue Oct 02, 2012 10:40 am
by Alblaka
Neat idea. Makes stuff easier :P