Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
PhilibusMo

Linedefs or script?

Recommended Posts

In a map that I am working on I have constructed a quite elaborate centre piece for it.
The plan is, you walk through a medium sized room with flickering lights into a large pitch black room with some very basic scenery and a gramaphone in it - hence my request for a gramaphone horn sprite. When you enter the large room the door slams shut behind you, blocking the escape and music starts. After 15 seconds lights come on illuminating diagonally opposite corners of the room, a further 8 seconds pass and the other 2 quarters light up, about a second after, monsters start teleporting into the room in a specific order. After a full 3 mins 7 seconds (187 seconds) a mid texture door opens up to a brighter area for the player to escape. I have all the things except for the music working independently on walk over action line defs, but this is sometimes buggy and awkward. What would be the easiest way to get around this? The best ways I can think of is either a player voodoo doll sat on a conveyer belt causing the events to happen or a script (I am using Zdoom, Doom in Hexen format). I am unskilled with both scripts and voodoo dolls so can anyone give me any pointers in what to do with them?
The other question is that I have the piece of music in mp3 format, what is the best way to use this in doom as music throughout the event? If I need to convert it into a different format then what programme do I use?
Thanks in advance for any help.

Share this post


Link to post

If you use ZDoom a script is certainly easier. because you'd just have to write out the actions in a text file.

For help, best visit http://zdoom.org . It has some good tutorials about various ZDoom aspects, including ACS.

Share this post


Link to post
PhilibusMo said:

The best ways I can think of is either a player voodoo doll sat on a conveyer belt causing the events to happen or a script

Definitely a script. Voodoo dolls on conveyor belts are a hacky way to compensate for lack of scripting ability, and they have their lot of issues such as making sure the timing is right.

You'll want to read this:
http://zdoom.org/wiki/ACS
http://zdoom.org/wiki/Action_specials
http://zdoom.org/wiki/SetMusic
http://zdoom.org/wiki/Delay

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×