So through ILSpy im trying to look for the public audio source code line for the item dropship sfx's. This is extremely specific, but it would be great if someone could find the location of the AudioSource files. Image shows what the ItemDropShip code files hold. (I've looked through everything thoroughly but still cannot find any AudioSource files having to do with the "ItemDropship")
#Can't Find "ItemDropship" AudioSource
18 messages · Page 1 of 1 (latest)
doesnt exist until you load a level
Do I have to reload the .exe after i load into the game back into IL
no as in
you'll likely have to edit it when the level loads
item dropships as an instance only exist in a loaded scene
ah alr. ill take a look then at trying that. thanks for your help
for context its because the prefab for the item dropship isn't referenced by any code
so when unity builds it sees that and unprefabs it since it only exists in scenes
because it doesn't need to be loaded into memory at any other point
Oh ok that makes sense
its very annoying and your not the first person to run into it
it is. yea i imagine
sorry to be a bug. how would I edit it midgame
youd probably patch itemdropship start
alr
No Audio Source's are showing up under the instance of ItemDropShip
I know what the name is for the actual audio file (which'd be useful if u wanna replace the sound using the CustomSounds mod) but since it doesn't seem like you are using that I'm guessing that's not much use?