This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; -- UNREALSCRIPT -------------------------------------------------------------- | |
| (require 'unrealscript-mode) | |
| (defcustom udk-location "C:\\UDK\\UDK-2011-11\\" | |
| "Directory where udk executables are found" | |
| :type 'directory | |
| :group 'udk) | |
| (defcustom udk-map "TestMap" | |
| "Name of the map to launch the Unreal game with" |
NewerOlder