[Modding] FTL files - a handy hint for Windows users
Posted: Tue Oct 02, 2012 6:16 am
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:
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
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