Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.snt properties
Homicide13 Offline
Senior Member

Posts: 323
Threads: 41
Joined: Nov 2010
Reputation: 14
#1
.snt properties

I know what most of the .snt properties do (well they're mostly self explanitary) but I can't figure out a few of them, namely:

Random="<number>" (what does the number do? o.o)
and
Stream="<bool>"

Does anybody know how these two things affect the sound/the way it's played?

08-23-2011, 07:59 PM
Find
Juby Away
Senior Member

Posts: 290
Threads: 2
Joined: May 2011
Reputation: 5
#2
RE: .snt properties

Random="<number>" determines whether to play one of the sounds in <SOUNDS> at random. Should always be one.

Stream="<bool>" refers to the delivery method of the medium rather than to the medium itself. Best to keep at false. If true, it should play at the player, rather than an entity.

Insanity. Static.
(This post was last modified: 08-23-2011, 09:58 PM by Juby.)
08-23-2011, 08:28 PM
Find
Homicide13 Offline
Senior Member

Posts: 323
Threads: 41
Joined: Nov 2010
Reputation: 14
#3
RE: .snt properties

The rat critter noise has random set to .25 why?
also what does stream do? sure it changes the method, but how? what does that mean? how is it different than loop?

08-23-2011, 10:52 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#4
RE: .snt properties

(08-23-2011, 10:52 PM)Homicide13 Wrote: also what does stream do? sure it changes the method, but how? what does that mean? how is it different than loop?
Stream normally means play the data as it is received rather than shoving all the data into memory and playing it from there. This implies more work for the hard drive but saves on RAM.

Tutorials: From Noob to Pro
08-24-2011, 12:28 AM
Website Find
Homicide13 Offline
Senior Member

Posts: 323
Threads: 41
Joined: Nov 2010
Reputation: 14
#5
RE: .snt properties

Makes sense. What about the random number value? O.o

08-24-2011, 04:26 AM
Find




Users browsing this thread: 1 Guest(s)