Author |
Message |
BrainChild
Joined: Sun May 23, 2010 7:11 pm Posts: 193
|
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 )
|
Sat May 29, 2010 10:37 am |
|
|
411570N3
Joined: Wed Jan 07, 2009 10:26 am Posts: 4074 Location: That quaint little British colony down south
|
Re: Mod Making Problems
Don't worry. The moderators probably won't mind and will sticky the topic if it works well.
|
Sat May 29, 2010 10:58 am |
|
|
CCnewplayer
Joined: Wed Feb 24, 2010 11:00 pm Posts: 255 Location: Unknow
|
Re: Mod Making Problems
Great idea , and you can do this , now we dont need many topics for easy questions.
|
Sat May 29, 2010 12:56 pm |
|
|
Fat Zombie
Joined: Wed Jan 25, 2006 8:15 pm Posts: 66
|
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.
|
Sat May 29, 2010 4:10 pm |
|
|
BrainChild
Joined: Sun May 23, 2010 7:11 pm Posts: 193
|
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)
|
Sat May 29, 2010 4:46 pm |
|
|
Fat Zombie
Joined: Wed Jan 25, 2006 8:15 pm Posts: 66
|
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.
|
Sat May 29, 2010 7:14 pm |
|
|
Duh102
happy carebear mom
Joined: Tue Mar 04, 2008 1:40 am Posts: 7096 Location: b8bbd5
|
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.
|
Sun May 30, 2010 11:57 pm |
|
|
Freeflow
Joined: Sun Oct 25, 2009 10:16 pm Posts: 110 Location: Western U.S.
|
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.
|
Wed Jun 02, 2010 2:01 am |
|
|
dragonxp
Joined: Wed Sep 09, 2009 3:16 am Posts: 3032 Location: Somewhere in the universe
|
Re: Mod Making Problems
Never stops?
|
Wed Jun 02, 2010 4:27 am |
|
|
CCnewplayer
Joined: Wed Feb 24, 2010 11:00 pm Posts: 255 Location: Unknow
|
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.
|
Wed Jun 02, 2010 6:17 pm |
|
|
dragonxp
Joined: Wed Sep 09, 2009 3:16 am Posts: 3032 Location: Somewhere in the universe
|
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
|
Wed Jun 02, 2010 11:10 pm |
|
|
|