E32 Profiles: Difference between revisions
Hendricks266 (talk | contribs) No edit summary |
Hendricks266 (talk | contribs) No edit summary |
||
| Line 31: | Line 31: | ||
=== syntax === | === syntax === | ||
*"<u>name</u>" { }: two names | *"<u>name</u>" { }: two names | ||
**"<u>reference</u>" <technical_name> | |||
**"<u>proper</u>" <Display Name> | |||
*"<u>version</u>" <float>: for each mod, mutator, etc (possibly version checker/downloader?) | *"<u>version</u>" <float>: for each mod, mutator, etc (possibly version checker/downloader?) | ||
*"<u>autoload</u>" flag: default on (HRP, music pack) vs. default off (mod) | *"<u>autoload</u>" flag: default on (HRP, music pack) vs. default off (mod) | ||
| Line 79: | Line 81: | ||
**"<u>basedir</u>" (-game_dir) | **"<u>basedir</u>" (-game_dir) | ||
**"<u>dir</u>" (-j) | **"<u>dir</u>" (-j) | ||
**"<u> | **"<u>grp</u>"/"<u>zip</u>"/"<u>pk3</u>"/"<u>pk4</u>" (-g) | ||
**"<u>con</u>" (-x) | **"<u>con</u>" (-x) | ||
**"<u>def</u>" (-h) | **"<u>def</u>" (-h) | ||
| Line 122: | Line 124: | ||
commands | commands | ||
{ | { | ||
con_module "con_module.con" | |||
def_module "def_module.def" | |||
} | } | ||
| Line 182: | Line 184: | ||
commands | commands | ||
{ | { | ||
con_module "mymod_specialeffects.con" | |||
def_module "mymod_new8bitart.def" | |||
} | } | ||
profile | profile | ||
| Line 195: | Line 197: | ||
commands | commands | ||
{ | { | ||
def_module "mymod_hrp.def" | |||
} | } | ||
tie "duke3d_hrp" | tie "duke3d_hrp" | ||
| Line 217: | Line 219: | ||
dir "vaca_plus" | dir "vaca_plus" | ||
grp "vacation.grp" | grp "vacation.grp" | ||
con_module "Vacation.con" | |||
def_module "Vacation.def" | |||
} | } | ||
| Line 230: | Line 232: | ||
commands | commands | ||
{ | { | ||
con_module "VacaDP.con" | |||
def_module "VacaDP.def" | |||
} | } | ||
tie "dukeplus" | tie "dukeplus" | ||
| Line 245: | Line 247: | ||
commands | commands | ||
{ | { | ||
con_module "VacaXXX.con" | |||
def_module "VacaXXX.def" | |||
} | } | ||
depend "xxx_pack" | depend "xxx_pack" | ||
| Line 260: | Line 262: | ||
commands | commands | ||
{ | { | ||
def_module "vacation_hrp.def" | |||
} | } | ||
| Line 275: | Line 277: | ||
commands | commands | ||
{ | { | ||
def_module "vacation_hrp_xxx.def" | |||
} | } | ||
depend "vaca_plus_xxx" | depend "vaca_plus_xxx" | ||