-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhex.ini
More file actions
49 lines (41 loc) · 2.02 KB
/
hex.ini
File metadata and controls
49 lines (41 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
;Description of the HEX.INI file:
;Comments start with the ; (semicolon) character,
;just like assembler comments :-)
;limitations: oldexe MUST be declared before hackexe,
;at least if hackexe doesn't exist. Otherwise, HEX isn't
;able to copy oldexe to hackexe.
;Here's my hex.ini file
; first, the 'relevant' exe-hacking stuff
titlepic=1 ; uh...is this relevant? :-)
hexenver=1 ; hexen version. Speeds up.
oldexe= \spil\hexen\hexen.exe ; path and filename for the UNMODIFIED hexen.exe
wadfile= \spil\hexen\hexen.wad ; path and filename for the UNMODIFIED hexen.wad
hackexe= \spil\hexen\hh.exe ; path and filename for the hacked hexen.exe
; data files for hex. None necesarry, but i would advice keeping things.dat :)
tnfile= \bp\save\hex\full\things.dat ; ...for the HEX thing names dictionary.
sndfile= \bp\save\hex\full\sndinfo.dat ; ...for various sound stuff
q_file= \bp\save\hex\full\quotes.txt ; "exit-quotes" text file.
; the HEX thing names dictionary is a standard text file
; with names for all the things in hexen. I think it should
; be correct, but there might be some typos or bad lines.
; screen saver stuff
s_saver= \bp\save\hex\full\random ; screensaver for hex. don't include extension (.SSR)
ssr_act= true ; screen savers active?
ssr_time=25 ; seconds before activating screensaver.
; 'R'un and 'D'os shell specific stuff.
comcom=c:\command.com ; the path+name of command.com, used
; for shelling to dos.
cmdline=-skill 4 -warp 1 -ravpic ; command-line for hexen.
; NB: you can use both slashes for path declarations.
; ie: a path like "c:\games/hexen\download/hex\things.dat" is FULLY
; acceptable. Why? I happen to like forward slashes.
;sbport=0x220
;sbirq=5
;sbdma=1
;nosound=false
usecustom=false
;things =0xBFCC4,397
;sprites =0xA7428,300
;frames =0xAC57C,2845
;sounds =0xCB28C,244
;weapons =0xCA0FC,15