Author Topic: Glicthes bugs and Fixers!  (Read 8976 times)

Badspot

  • Administrator
put ogg files in base/data/sound/music  then activate them in the start mission "music files" dialog

first off, shouldnt that be put in the add ons folder? because you are giving the file to a client, and second a lot of the music files apear on the dialog but not in game

the ones that dont apear are...
After school special
ambient deep
brass 1
brass 2
brass 3
piano bass
I converted my MP3's Into OGG's but it crashes when i load them. Any fixes?

Make sure they're mono, not stereo

Actually, having stereo music isn't a problem.  You just need to make sure your .ogg's are 22050 kHz and 16 bit sample rate.  I've already tested this to be true.

What i don't like is the fact someone can come in, save, take my build away and load it elsewhere and claim it as their own.

Can you put messages on bricks? If you can you can put: This build was originally built on Hitm4n's server.

And put them everywhere, so the person who took the build might not delete them and someone else will see it.

Use your imagination, lol.

idk if we solved this problem but your sound is glitchy

any ogg file that has a space in it doesn't show up :-/ fix for this anywhere?

let's try and keep all the bugs/fixes in one spot:

In the retail music folder there are a lot more sounds than there are ingame. To fix this you need to remove all the spaces in the file names (Keep .ogg at the end or you will regret taking them off). Then go into musiclist.cs and remove all the _s in the music names and do not fill the gaps. Once you've done that the musiclist looks like:
Code: [Select]
$Music__AfterSchoolSpecial = 1;
$Music__AmbientDeep = 1;
$Music__Bass1 = 1;
$Music__Bass2 = 1;
$Music__Bass3 = 1;
$Music__Creepy = 1;
$Music__Distort = 1;
$Music__Drums = 1;
$Music__Factory = 1;
$Music__Icy = 1;
$Music__Jungle = 1;
$Music__Peaceful = 1;
$Music__PianoBass = 1;
$Music__Rock = 1;
$Music__Stress = 1;

The spaces in the file names are gone and then ingame your list should be filled with songs that the game wouldn't previously load.

Just in case you haven't found this bug already, i'm going to post it.

You can't see emitters through the window block.  I don't really think it's that important so i won't be heartbroken if you decide not to fix it.




Same concept goes for underwater foliage...but I belive mocheeze already has already confronted this issue.


I noticed this last night, me and Pred set our house on fire and had water falls going crazy but when we looked in the window we couldn't see the fire.

yeah I no liked that :(

Badspot

  • Administrator
Transparency sorting is a tricky problem, especially in a case like this where you're trying to render as fast as possible.  You probably don't believe me, but this is currently the best of all possible failure states.  I tried to explain it to kompressor and he didn't believe me either.  Then he spent 2 days messing with it and finally ended up putting it back the way it was. 

Transparency sorting is a tricky problem, especially in a case like this where you're trying to render as fast as possible.  You probably don't believe me, but this is currently the best of all possible failure states.  I tried to explain it to kompressor and he didn't believe me either.  Then he spent 2 days messing with it and finally ended up putting it back the way it was. 


its not that bad tho... i doubt half the users would have noticed if this wasn't posted

lol i figured that was the best case scenario anyways, and like I said I'm not heartbroken.

Did you find anything new on the underwater foliage issue?

Um, don't know if this is a bug or if its intended.

But you can fly out the windows in the bedroom with the magic carpet. And you can build outside as well. Just wondering if this was a bug or glitch or whatnot.

Badspot

  • Administrator
Um, don't know if this is a bug or if its intended.

But you can fly out the windows in the bedroom with the magic carpet. And you can build outside as well. Just wondering if this was a bug or glitch or whatnot.

There are other ways to get out of the window and the game is designed to let you build anywhere.  Flying through the glass with the carpet is a bug.