View unanswered posts | View active topics It is currently Mon Jan 06, 2025 10:35 pm



Reply to topic  [ 11 posts ] 
 Mod Making Problems 
Author Message
User avatar

Joined: Sun May 23, 2010 7:11 pm
Posts: 193
Reply with quote
Post 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
Profile
User avatar

Joined: Wed Jan 07, 2009 10:26 am
Posts: 4074
Location: That quaint little British colony down south
Reply with quote
Post 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
Profile WWW
User avatar

Joined: Wed Feb 24, 2010 11:00 pm
Posts: 255
Location: Unknow
Reply with quote
Post 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
Profile
User avatar

Joined: Wed Jan 25, 2006 8:15 pm
Posts: 66
Reply with quote
Post 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
Profile
User avatar

Joined: Sun May 23, 2010 7:11 pm
Posts: 193
Reply with quote
Post 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
Profile
User avatar

Joined: Wed Jan 25, 2006 8:15 pm
Posts: 66
Reply with quote
Post 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
Profile
happy carebear mom
User avatar

Joined: Tue Mar 04, 2008 1:40 am
Posts: 7096
Location: b8bbd5
Reply with quote
Post 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
Profile

Joined: Sun Oct 25, 2009 10:16 pm
Posts: 110
Location: Western U.S.
Reply with quote
Post 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
Profile
User avatar

Joined: Wed Sep 09, 2009 3:16 am
Posts: 3032
Location: Somewhere in the universe
Reply with quote
Post Re: Mod Making Problems
Never stops?


Wed Jun 02, 2010 4:27 am
Profile
User avatar

Joined: Wed Feb 24, 2010 11:00 pm
Posts: 255
Location: Unknow
Reply with quote
Post 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
Profile
User avatar

Joined: Wed Sep 09, 2009 3:16 am
Posts: 3032
Location: Somewhere in the universe
Reply with quote
Post 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
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 11 posts ] 

Who is online

Users browsing this forum: Google [Bot]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.214s | 14 Queries | GZIP : Off ]