Equip =
Locked
Conventional Modding
-
I just noticed on a lot of stations in their loadouts they have this line
equip = trading_outpost
Whats it for, the way i read it its equipping a base on a base ???
Or am i just missing the point.
-
Ah ok, thanx Gibbon
-
Yup. There is sort of a ‘middle-man’ approach to this.
If you open up ‘select_equip.ini’ you will find this section in it:
[InternalFX] nickname = trading_outpost use_sound = rumble_solar_small
Which is what the equip entry references in your loadouts file. This then points it again to the sound in ‘sounds.ini’, and from there the sound file itself gets played.
~Fury