ZScript for ZBrush editing mode
zscript-mode is a major mode for editing ZScript files in Emacs.
MaxDetail.txt from Max Detail for UV Map.
First drop the file zscript-mode.el in a directory defined in your load-path.
Then, put the following two lines to your .emacs
.
(require 'zscript-mode)
(define-key zscript-mode-map (kbd "C-c C-i") 'zscript-browse-command)
Open a zscript file and then:
M-x zscript-mode RET
If you hope to use the downloaded 'Zscript Command Reference' HTML file, just add the following code to your .emacs
.
(custom-set-variables
'(zscript-command-reference-URL
(browse-url-file-url "path/to/file.html")))