Data Realms Fan Forums
http://45.55.195.193/

Mod Making Problems
http://45.55.195.193/viewtopic.php?f=1&t=18861
Page 1 of 1

Author:  BrainChild [ Sat May 29, 2010 10:37 am ]
Post subject:  Mod Making Problems

If you have any problems concerning mod making
post here , we (the forum) will try to help you and point you in
the right direction , This is for fixing problems and or reverence
to problems for new members not wanting to make a new topic just for 1
small problem

(If I may not make a topic like this please let me know - I am not sure if I can do this kind of thing or just moderators )

Author:  411570N3 [ Sat May 29, 2010 10:58 am ]
Post subject:  Re: Mod Making Problems

Don't worry. The moderators probably won't mind and will sticky the topic if it works well.

Author:  CCnewplayer [ Sat May 29, 2010 12:56 pm ]
Post subject:  Re: Mod Making Problems

Great idea , and you can do this , now we dont need many topics for easy questions.

Author:  Fat Zombie [ Sat May 29, 2010 4:10 pm ]
Post subject:  Re: Mod Making Problems

Wait. So is this a thread for all mod-making problems? If so, then what exactly is the rest of the Mod Making forum for?

If it's just for easy questions/small queries/minor problems, then that's more likely to work. Although obviously people may have problems understand what exactly constitutes a 'small' problem.

Author:  BrainChild [ Sat May 29, 2010 4:46 pm ]
Post subject:  Re: Mod Making Problems

Its for problems like "Can't match property" and small
one line , easy to fix problems that make you think afterward "Is it really that easy"
Common Fixes for common problems

(NOT total code fixes)

Author:  Fat Zombie [ Sat May 29, 2010 7:14 pm ]
Post subject:  Re: Mod Making Problems

BrainChild wrote:
Its for problems like "Can't match property" and small
one line , easy to fix problems that make you think afterward "Is it really that easy"
Common Fixes for common problems

(NOT total code fixes)


Ah. That is a good idea. I'll post here if I have any small code problems.

Author:  Duh102 [ Sun May 30, 2010 11:57 pm ]
Post subject:  Re: Mod Making Problems

Actually, the minor requests thread was made for much the same purpose as this, but there's no reason to lock this unless things get out of hand.

Author:  Freeflow [ Wed Jun 02, 2010 2:01 am ]
Post subject:  Re: Mod Making Problems

Problem: Trying to make a minigun with a windup and winddown delay. The wind-up sound continues to repeat after the initial wind-up when I hold down fire.

*The LoopSetting was set at -1 and the sound continued.

Author:  dragonxp [ Wed Jun 02, 2010 4:27 am ]
Post subject:  Re: Mod Making Problems

Never stops?

Author:  CCnewplayer [ Wed Jun 02, 2010 6:17 pm ]
Post subject:  Re: Mod Making Problems

Freeflow wrote:
Problem: Trying to make a minigun with a windup and winddown delay. The wind-up sound continues to repeat after the initial wind-up when I hold down fire.

*The LoopSetting was set at -1 and the sound continued.

-1 it's infinite , if you change and still not working , upload the file.

Author:  dragonxp [ Wed Jun 02, 2010 11:10 pm ]
Post subject:  Re: Mod Making Problems

This right after the spinup/down variables:
Code:
ActiveSound = Sound
      AddSample = ContentFile
         FilePath = Coalition.rte/Devices/Weapons/SpinSound.wav
      LoopSetting = -1


Edit assuming you did this accidentally:
Code:
   FireSound = Sound
      AddSample = ContentFile
         FilePath = Base.rte/Sounds/Taka.wav
      LoopSetting = -1

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/