Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
AdAmIzEr

I Have Three Questions

Recommended Posts

1. What in the hell is scripting?

2. How do i bind two weapons to the same key (i.e shotgun\super shotgun). I want to make new weapons and bind them to other kets like 6.

3. How do I use sprites from heritec and hexen, on doom. I know the games have different platltte tables but i have seen it done before

Share this post


Link to post

1. Scripting is code that you write and attach to each one of your maps. The original Doom map format did not have scripts, your WAD file needs to be in the new ZDooM (Hexen-style) map format. E.g. WadAuthor can handle them well. The ZDooM Knowledge Base may be a good starting point:

http://zdoom.notgod.com/zdkb/

2. I think this can only be done in EDGE.

3. This can be done with XWE (for example). Open the original Hexen or Heretic WADs, and save (export) the images you need. They will be saved as bitmaps (.BMP files). XWE can import any bitmap into your Doom WAD file, and it will automatically convert to the local palette you are using in your WAD.

Share this post


Link to post
Guest Fanatic

Edit WEAPONS.DDF, set the # key to bind to with BINDKEY=#; and PRIORITY=#; to set the order which they are selected.

Share this post


Link to post
Guest
This topic is now closed to further replies.
Sign in to follow this  
×