songs?
Posted: Thu Mar 22, 2007 10:32 am
Is it possible to add/replace the music (songs) that play as you hover over certain cities...or is that coding off limits?
thanks,
-willie g
thanks,
-willie g
This is fully doable. It requires placing the songs in MP3 format in the CustomAssets folder, modifying 2 GLOBAL XML files and then adding a reference from the scenario XML files.willie g wrote:Is it possible to add/replace the music (songs) that play as you hover over certain cities...or is that coding off limits?
thanks,
-willie g
Code: Select all
<City>
<szName>TAG_US_NORTHEAST_NAME_WASHINGTON</szName>
<Type>Metropolis</Type>
<StartX>-19</StartX>
<StartY>323</StartY>
<bIsStartLocation>false</bIsStartLocation>
<szLandmark>LM_wash_monument.nif</szLandmark>
<szDefaultTrackSide>SOUTH</szDefaultTrackSide>
<CitySongs>
<CitySong>
<szSongID>AS3D_ERA_EARLY_CM_HAIL_TO_THE_CHIEF_EARLY</szSongID>
<SongEras>
<szSongEra>ERA_EARLY</szSongEra>
</SongEras>
</CitySong>
<CitySong>
<szSongID>AS3D_ERA_MID_CM_HAIL_TO_THE_CHIEF_MID</szSongID>
<SongEras>
<szSongEra>ERA_MID</szSongEra>
</SongEras>
</CitySong>
<CitySong>
<szSongID>AS3D_ERA_MID_CM_HAIL_TO_THE_CHIEF_LATE</szSongID>
<SongEras>
<szSongEra>ERA_LATE</szSongEra>
</SongEras>
</CitySong>
</CitySongs>
<Rotation>-134.999344</Rotation>
</City>