Search found 17 matches

by IronMaiden
Sun Oct 28, 2012 12:40 am
Forum: Modding
Topic: Sound file formats
Replies: 8
Views: 5640

Re: Sound file formats

It is possible i suppose that it's a steam bug or something that will be augmented soon enough, because i cannot see this remaining that way too long.
by IronMaiden
Sun Oct 28, 2012 12:24 am
Forum: Modding
Topic: Sound file formats
Replies: 8
Views: 5640

Re: Sound file formats

Reason i ask is I was reading into the steam workshop and they say that the whole dungeon cannot be more than 100mb . Who says that? Serious people or is it just talk? A single custom tileset plus some additional stuff like items, sounds, music, intro will already be 100mb easily, if you want to us...
by IronMaiden
Sat Oct 27, 2012 5:48 pm
Forum: Modding
Topic: Sound file formats
Replies: 8
Views: 5640

Sound file formats

Is their a way to change the code so that we can use other sound compression formats instead of the data hungry .wav? Reason i ask is I was reading into the steam workshop and they say that the whole dungeon cannot be more than 100mb . As it is now I'm not even done the first floor and i have over 2...
by IronMaiden
Thu Oct 25, 2012 7:03 pm
Forum: Modding
Topic: Useful particle effects!
Replies: 23
Views: 22020

Re: Useful particle effects!

Nice wolf :) but help a script dummy here hehe, how do you choose what room you want this in? i pasted your script in the lua files you showed but there is no fog in my dungeon.

Thanks
by IronMaiden
Thu Oct 25, 2012 4:14 pm
Forum: Modding
Topic: Adding multiple custom songs to sounds.lua?
Replies: 6
Views: 5158

Re: Adding multiple custom songs to sounds.lua?

wow after so much troubleshooting i found out what it was , even though all my music is in flac format i convert them to 16 bit @44100 hz wav files, turns out that entire album does not work so there must be a small variation in the file format that is causing this error. I tried another file from a...
by IronMaiden
Thu Oct 25, 2012 2:25 am
Forum: Modding
Topic: Adding multiple custom songs to sounds.lua?
Replies: 6
Views: 5158

Re: Adding multiple custom songs to sounds.lua?

The only possibility is that there is no asylum.wav in the mod_assets/sounds folder. Be sure to check format and typos. yes the song is in the sound folder along with invader.wav and i rechecked all spelling. Did i place the definition script in the sounds.lua properly? By format you mean the type ...
by IronMaiden
Wed Oct 24, 2012 6:27 pm
Forum: Modding
Topic: Adding multiple custom songs to sounds.lua?
Replies: 6
Views: 5158

Adding multiple custom songs to sounds.lua?

Hi again, i have the defintion script for one song in mod_assets\scripts sounds.lua and it works fine. Now my question is how do I add more to that sound script? I tried to simplly leave 2 spaces and type in a new defination but i get a white text message top left screen ingame that says no such sou...
by IronMaiden
Sun Oct 21, 2012 4:00 am
Forum: Modding
Topic: adding custom sound to a secret
Replies: 26
Views: 16140

Re: adding custom sound to a secret

Which did it? The min distance? the function code you gave me did it :) it activates via a pressure plate as i enter the loot room and the entire song plays :)) I'm glad it did. Though I'm not entirely sure what was different lol mine looked like this: function playsound() playSound("Invader&q...
by IronMaiden
Sun Oct 21, 2012 3:42 am
Forum: Modding
Topic: adding custom sound to a secret
Replies: 26
Views: 16140

Re: adding custom sound to a secret

Neikun wrote:Which did it? The min distance?
the function code you gave me did it :) it activates via a pressure plate as i enter the loot room and the entire song plays :))
by IronMaiden
Sun Oct 21, 2012 3:23 am
Forum: Modding
Topic: adding custom sound to a secret
Replies: 26
Views: 16140

Re: adding custom sound to a secret

woohoo that did it thanks so much!!!!