On-Foot Audio Player for other games: SR2 | SRTT | SRGOOH
On-Foot Audio Player v0.1
Created by nclok1405
Download: OnFootAudioPlayer_v0.1.zip
== Description ==
This mod enables you to hear music during on-foot. You can switch station with Radio Station Switch keys and if you are not in a vehicle you can push your Horn key to skip to the next song.
It is strongly recommended to bind Prev/Next Radio Station keys to something different from Taunt/Complement keys. I recommend , (colon) and . (period) keys like in Saints Row IV.
Please keep mind that this mod is not/will not be a direct replacement of "On-Foot Radio" mod by @CabooseSayzWTF, because for some reason most radio DJ talks cannot be played with the technology I'm using. Basically it plays like a Playlist.
== Customization ==
There is a "Mixtape" station which is meant to be customized by the users, but it is not editable in-game; you must edit the lua file directly. Find a line that says "Place your favorite music here..." and add music names below that. Example:
The lua file also contains the following flags at the beginning:
* OFAP_SHUFFLE: Default is true. Change it to false to disable play order shuffling.
* OFAP_CAR_RADIO: Default is false. Change it to true to disable On-Foot Audio Player while in a vehicle, allows you to use the vanilla radio.
=== Install ===
To install, place "museum.lua" to optional_mod_stuff\1-MODDERS_-_PUT_YOUR_OWN_PERSONAL_MODS_HERE folder in Gentlemen of the Row mod folder.
Then execute "Create_Custom_GotR_v1.9.2.bat", create a patch (P), and copy everything inside the MY_CUSTOM_PATCH folder to your Saints Row 2 installation folder.
== Changelog ==
v0.1 (October 7, 2020)
* Added all stations
* Added the ability to shuffle the play order.
* Added "OFAP_SHUFFLE" flag. Default is true. Change it to false to disable play order shuffling.
* Added "OFAP_CAR_RADIO" flag. Default is false. Change it to true to disable On-Foot Audio Player while in a vehicle, allows you to use the vanilla radio.
v0.0 Technology Preview 2 (May 19, 2019)
* Added K12, FUNK, KLASSIC, and The Mix.
v0.0 Technology Preview (January 11, 2019)
* Initial release
On-Foot Audio Player v0.1
Created by nclok1405
Download: OnFootAudioPlayer_v0.1.zip
== Description ==
This mod enables you to hear music during on-foot. You can switch station with Radio Station Switch keys and if you are not in a vehicle you can push your Horn key to skip to the next song.
It is strongly recommended to bind Prev/Next Radio Station keys to something different from Taunt/Complement keys. I recommend , (colon) and . (period) keys like in Saints Row IV.
Please keep mind that this mod is not/will not be a direct replacement of "On-Foot Radio" mod by @CabooseSayzWTF, because for some reason most radio DJ talks cannot be played with the technology I'm using. Basically it plays like a Playlist.
== Customization ==
There is a "Mixtape" station which is meant to be customized by the users, but it is not editable in-game; you must edit the lua file directly. Find a line that says "Place your favorite music here..." and add music names below that. Example:
Code:
{
name = "MIXTAPE",
music = {
-- Place your favorite music here...
"MUS_SAINTS_CLUB_1",
"10777MIX_B_OutOfTouch",
"954krh_C_NeYo",
"954krh_B_Cassie",
}
},
The lua file also contains the following flags at the beginning:
* OFAP_SHUFFLE: Default is true. Change it to false to disable play order shuffling.
* OFAP_CAR_RADIO: Default is false. Change it to true to disable On-Foot Audio Player while in a vehicle, allows you to use the vanilla radio.
=== Install ===
To install, place "museum.lua" to optional_mod_stuff\1-MODDERS_-_PUT_YOUR_OWN_PERSONAL_MODS_HERE folder in Gentlemen of the Row mod folder.
Then execute "Create_Custom_GotR_v1.9.2.bat", create a patch (P), and copy everything inside the MY_CUSTOM_PATCH folder to your Saints Row 2 installation folder.
== Changelog ==
v0.1 (October 7, 2020)
* Added all stations
* Added the ability to shuffle the play order.
* Added "OFAP_SHUFFLE" flag. Default is true. Change it to false to disable play order shuffling.
* Added "OFAP_CAR_RADIO" flag. Default is false. Change it to true to disable On-Foot Audio Player while in a vehicle, allows you to use the vanilla radio.
v0.0 Technology Preview 2 (May 19, 2019)
* Added K12, FUNK, KLASSIC, and The Mix.
v0.0 Technology Preview (January 11, 2019)
* Initial release
Attachments
Last edited: