home *** CD-ROM | disk | FTP | other *** search
- ::Inserting Scripts with HETH::
-
- NOTE: Script files must have a prefix of at least six characters. In other
- words, SCRIPT.RAW works, but not SCRIP.RAW. Not sure why.
-
- ============================================================================
-
- [Method 1]
-
- After you've compiled your script, you'll have a MYSCRIPT.O file. This needs
- to be renamed to MYSCRIPT.RAW.
-
- Start HETH.
-
- Open your PWAD:
-
- r MYWAD.WAD
-
- Insert the MYSCRIPT.RAW into a BEHAVIOR.WAD:
-
- i MYSCRIPT.RAW BEHAVIOR
-
- Read the new BEHVAIOR.WAD into HETH:
-
- r BEHAVIOR.WAD
-
- Now group the BEHAVIOR.WAD containing your script and your PWAD into a
- final NEWPWAD.WAD:
-
- g NEWPWAD.WAD
-
- The <g>roup function will combine all open PWADs into whatever OUTPUT.WAD
- name you define. To see what PWADs are open at any given time, type
-
- w <or> wads
-
- So far the above method has been working for people. The critical factor is
- giving your compiled script a .RAW extension.
-
-
- [METHOD 2]
-
- Command 'O' converts a renamed compiled script to BEHAVIOR.WAD
-
- Compile your script with the acc.exe utility,
-
- rename the file from MYSCRIPT.O to MYSCRIPT.RAW,
-
- Edit or Read a level:-
-
- R MYWAD.WAD
-
- at the command line type:-
-
- O MYSCRIPT.RAW
-
- then Group them to form a new PWAD:-
-
- G NEWPWAD.WAD
-
- This is a quick addition, as inserting lumps this way only works for MAP01;
- a proper command from within the editor itself will be implemented soon.
-
- =============================================================================
-
- Thanks for supporting DETH and HETH!
-
- -Dr Sleep
- drsleep@pennet.com
-
- 01-10-96
-