Constant water sound and eagle screeching in space stations in Advanced Rocketry.
HighwayStar54 opened this issue · 9 comments
Mod Version:
3.4.9.4 for 1.12.2
Forge Version:
1.12.2-14.23.1.2604
Link to crash log (if applicable):
Not applicable
Description:
I discovered this annoying glitch where you can hear a watery sound(somethin along the lines of a stream/river) and occasional eagles or hawks screeching, in space stations. This should not happen in the vacuum of space, and since it's a really minor issue, is there any chance at all for it to be addressed? As a side note, there is no water at all in my station.
Have you checked which biome(s) are registered for that station? My guess is that DS correctly plays the sounds for these biomes, the dimension should just not have them. You can review the current biome in the F3 screen, some other mods can display it as well (JourneyMap, IngameInfoXML and others).
P.S.: I just checked dsurround.cfg and found no dimension blacklisting option. Maybe that would be a good addition?
It seems like the AR devs have made their own, the biome name is "Space", although space stations spawn at about 130 height in the world, which is where hawks and eagles would normally appear on Earth, I suppose. Although I still can't explain the river sound.
P.S.: I just checked dsurround.cfg and found no dimension blacklisting option. Maybe that would be a good addition?
I strongly agree!
DS has a fake biome called Space. It is not something Minecraft is aware of. Its something that DS uses to attach effects for Y values > world height + 32, or about Y >= 288 for Overworld. It also has a fake biome called "Clouds" which starts at Y = skyheight / 2, or about Y = 128 for Overworld. There are ways to manipulate these values for any dimension using config files.
I haven't used the AR mod so I am not entirely sure what it is doing. In the Revelation instance I am using the AR mod only registers a single biome called "Alien Forest" which has the biome attribute of PLAINS. Needless to say that biome will have plains sound effects. The log, though, has some errors related to biome registration and AR so the pack may not be fully sane.
EDIT: As it relates to "black listing" sound effects for a dimension I have thought of that. Problem is that it is a sledge hammer approach. What I want to do is go to an attribute based system for dimensions similar to what Forge does for biomes. I can then update the sound play conditions to take into account dimension related things.
I'm sorry to say that I have no such file in my config directory, not in .minecraft/config
or .minecraft/config/advRocketry
Although, by searching "planetDefs" in the whole .minecraft folder I have found that the file is created in each world, so here is the file in the world I play in, usually.
planetDefs.zip
I'm sorry I had to zip it, GitHub doesn't allow XML files to be uploaded.
That sounds very sweet. You might even add space-relevant sounds for mods like Advanced Rocketry and Galacticraft one day. Although realistically, those would chiefly be spacesuit breathing and maybe some computer-gizmo sounds suggesting a working space suit.
@Ulisse54 Can you do me a favor and post your planetsDef.xml file from the advRocketry config directory?
I'm going to add the dimension blacklist option for now to bridge the gap. I will replace at some point when I have a better system devised.