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
SOLVED.
gruzz Offline
Member

Posts: 76
Threads: 24
Joined: Jun 2013
Reputation: 2
#1
SOLVED.

SOLVED.
(This post was last modified: 06-30-2013, 02:00 PM by gruzz.)
06-27-2013, 10:52 PM
Find
Wapez Offline
Senior Member

Posts: 360
Threads: 37
Joined: Mar 2012
Reputation: 19
#2
RE: Need script help!

It seems correct. Exactly whats your problem?

Founder & Legally Accountable Publisher of Red Line Games.
Environment & Gameplay Designer and Scripter.
http://moddb.com/mods/in-lucys-eyes
06-27-2013, 11:02 PM
Find
gruzz Offline
Member

Posts: 76
Threads: 24
Joined: Jun 2013
Reputation: 2
#3
RE: Need script help!

(06-27-2013, 11:02 PM)Wapez Wrote: It seems correct. Exactly whats your problem?

It won't work.. the doesn't come any sound :S
06-27-2013, 11:07 PM
Find
Wapez Offline
Senior Member

Posts: 360
Threads: 37
Joined: Mar 2012
Reputation: 19
#4
RE: Need script help!

But the map loads fine and the other parts of the script is functional?

Founder & Legally Accountable Publisher of Red Line Games.
Environment & Gameplay Designer and Scripter.
http://moddb.com/mods/in-lucys-eyes
06-27-2013, 11:17 PM
Find
richm0nkey Offline
Junior Member

Posts: 35
Threads: 9
Joined: Feb 2013
Reputation: 1
#5
RE: Need script help!

If the .snt has the loops set to true it should automatically loop. With the 03_amb.snt sound all I have to do is place it in the map using the map editor and the player can hear it from everywhere in the map due to its high range in the settings. If you want to play ait as music anyways use the .ogg do not use the .snt for music. Hope this helps ya!

06-27-2013, 11:23 PM
Find
gruzz Offline
Member

Posts: 76
Threads: 24
Joined: Jun 2013
Reputation: 2
#6
RE: Need script help!

(06-27-2013, 11:17 PM)Wapez Wrote: But the map loads fine and the other parts of the script is functional?

Yes, the map loads without any problems Smile

I got one function that turns like 6 "lamps" on when i get into a Script Area, that works.. i also got "ui_fire_damage.snt" as a soundfile in that area.. (is there any other sounds for that.. that fit's the fire-up thing?)
06-27-2013, 11:25 PM
Find
richm0nkey Offline
Junior Member

Posts: 35
Threads: 9
Joined: Feb 2013
Reputation: 1
#7
RE: Need script help!

(06-27-2013, 10:52 PM)gruzzniotre Wrote: I've replaced like this:
PlayMusic("21_loop.snt", true, 10, 0, 0, true);


-- Some more questions may come up, thank you for your help Smile

Should be...

PlayMusic("21_loop.ogg", true, 10, 0, 0, true);

but if I am not mistaken you dont have to play it as music just put it anywhere in your map using the map editor and the player will hear it. This way you can actually play a musical song along with the sound Big Grin

(This post was last modified: 06-27-2013, 11:27 PM by richm0nkey.)
06-27-2013, 11:26 PM
Find
Wapez Offline
Senior Member

Posts: 360
Threads: 37
Joined: Mar 2012
Reputation: 19
#8
RE: Need script help!

(06-27-2013, 11:25 PM)gruzzniotre Wrote:
(06-27-2013, 11:17 PM)Wapez Wrote: But the map loads fine and the other parts of the script is functional?

Yes, the map loads without any problems Smile

I got one function that turns like 6 "lamps" on when i get into a Script Area, that works.. i also got "ui_fire_damage.snt" as a soundfile in that area.. (is there any other sounds for that.. that fit's the fire-up thing?)

Just keep listening through all the sounds in the folder. You might find sounds suitable for other occasions in your project! Exploring what you have to work with is a great way to grow new ideas too, on top of it all! Smile

Founder & Legally Accountable Publisher of Red Line Games.
Environment & Gameplay Designer and Scripter.
http://moddb.com/mods/in-lucys-eyes
06-27-2013, 11:45 PM
Find
gruzz Offline
Member

Posts: 76
Threads: 24
Joined: Jun 2013
Reputation: 2
#9
RE: Need script help!

(06-27-2013, 11:45 PM)Wapez Wrote:
(06-27-2013, 11:25 PM)gruzzniotre Wrote:
(06-27-2013, 11:17 PM)Wapez Wrote: But the map loads fine and the other parts of the script is functional?

Yes, the map loads without any problems Smile

I got one function that turns like 6 "lamps" on when i get into a Script Area, that works.. i also got "ui_fire_damage.snt" as a soundfile in that area.. (is there any other sounds for that.. that fit's the fire-up thing?)

Just keep listening through all the sounds in the folder. You might find sounds suitable for other occasions in your project! Exploring what you have to work with is a great way to grow new ideas too, on top of it all! Smile

Japp, jag vet xD Men det är väldigt svårt att hitta rätt ljud i alla mappar Tongue hittade något videoklipp på YouTube som använder samma ljud som dom gör i vanliga Amnesia!

Exempel på bra ljud som jag vill ha är en kille som skriker som att någon gör honom illa (som jag sätt och hört i Amnsia), samt ett annat ljud när Daniel i spelet går i korridoren i början och typ "lägger sig ner" .. då kommer det något konstigt (men bra) ljud Tongue

(ursäkta konstiga stavningar ex. trött som få!)
06-28-2013, 12:27 AM
Find
Wapez Offline
Senior Member

Posts: 360
Threads: 37
Joined: Mar 2012
Reputation: 19
#10
RE: Need script help!

Har själv gått igenom alla ljud i spelet, men har inte för närvarande tillgång till Amnesia foldern. Jag hjälper dock gärna till imorgon med detta! Annars kan du gå in i Amnesias script filer för varje map och kolla vilka ljud som används, och när.

Hur som helst tror jag att ljudet du letar efter kan vara "body_fall.snt" som jag gissar finns i "player" i sounds. Om det inte är något av de andra ljuden som spelas under tiden du menar.

Och gå gärna i på min profil och ge mig en positiv rating om jag hjälper det minsta. Tongue

Founder & Legally Accountable Publisher of Red Line Games.
Environment & Gameplay Designer and Scripter.
http://moddb.com/mods/in-lucys-eyes
(This post was last modified: 06-28-2013, 12:41 AM by Wapez.)
06-28-2013, 12:37 AM
Find




Users browsing this thread: 1 Guest(s)