Go Back   Novahq.net Forum > Games > Delta Force

Delta Force Anything to do with the Delta Force series of games, DF1, DF2, LW, TFD, BHD, DFX, AF etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-24-2017, 11:13 AM
Lunaticc is offline Lunaticc
Lunaticc's Avatar
Registered User

Join Date: Jun 2017
Location: Georgia
Posts: 16

Important Some Additions...

Is It Possible To Use Musics From Different Games in my maps? I always wanted to mix some things up but I though it was impossible... then I saw this https://www.youtube.com/watch?v=AqX59wg-xEg&t=213s This Guy Used Music on his map and that music doesn't even belong to Delta Force music list. I guess he recorded music and then refined .... somehow connected it to his map ? maybe he did some coding... i don't know much about it. I know there are many experienced map makers on this site. I have been here for like only 4-5 months. Can anyone help me with this ? I really want to add my fav music to my map
Reply With Quote
  #2  
Old 08-24-2017, 06:22 PM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Quote:
Originally Posted by Lunaticc View Post
Is It Possible To Use Musics From Different Games in my maps? I always wanted to mix some things up but I though it was impossible... then I saw this https://www.youtube.com/watch?v=AqX59wg-xEg&t=213s This Guy Used Music on his map and that music doesn't even belong to Delta Force music list. I guess he recorded music and then refined .... somehow connected it to his map ? maybe he did some coding... i don't know much about it. I know there are many experienced map makers on this site. I have been here for like only 4-5 months. Can anyone help me with this ? I really want to add my fav music to my map
Yes it's absolutely possible to add your own audio and it's also possible that the audio in the video could've been added later.

Simply add .wav files to your game folder (use /d switch for TS)

Example:

if event(1) and waveready() and never() then
wave("YourWaveFile01.wav")
endif

if event(2) and waveready() and never() then
wave("YourWaveFile02.wav")
endif

if event(3) and waveready() and never() then
wave("YourWaveFile03.wav")
endif

// Trigger 2 alternately
if ssnarea(1,1) then
wave("YourWaveFile01.wav")
else
wave("YourWaveFile02.wav")
endif
Reply With Quote
  #3  
Old 08-26-2017, 02:18 PM
Creator is offline Creator
Registered User

Join Date: Mar 2017
Posts: 90

You can use dlg editor
Reply With Quote
  #4  
Old 08-27-2017, 06:01 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Quote:
Originally Posted by Creator View Post
You can use dlg editor
Do you mean the Delta Force Dialog Editor by DV ?

For the OP
Here's the link...
Delta Force Dialog Editor
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 09:48 PM.




Powered by vBulletin®