On-Foot Audio Player for SRGOOH v0.3

On-Foot Audio Player for other games: SR2 | SRTT | SRGOOH

On-Foot Audio Player for SRGOOH v0.3
Created by nclok1405 ◆VScYHamhfU
Download: srgooh_ofap_v0.3.zip

=== WHY? Can't you just use Minimaul's On-foot Radio? ===
Yes I know that. I just ported this from SRTT just in case someone values song title display or the ability to shuffle play order. This is also useful for Linux users.
This mod can also play "Sleazy music" and "Mission Complete" songs.

=== Description ===
This mod enables you to hear music during on-foot. You can switch station with Radio Station Switch keys, and you can push your F11 to skip to the next song.

When no other mods are installed, Prev/Next Radio Station keys are , (colon) and . (period) like in Saints Row IV.

=== Customization ===
You can open "module_ofap.lua" using a text editor to customize this mod.

Flags near the beginning of the file:
* OFAP_SHOW_SONG_TITLE: Change 'false' to 'true' to show song title whenever a new song starts playing
* OFAP_SHUFFLE: Change 'true' to 'false' to not randomize the play order

OFAP_RADIODATA table:
Each entry in this table represents a radio song.
Each entry has a flag named "mixtape". Change the "mixtape" flag to true to add the track to your on-foot Custom Playlist.

=== Installation ===
Copy "module_ofap.lua" and "sr4_5_city.lua" to Saints Row: Gat out of Hell's folder.

Default Steam Location: C:\Program Files (x86)\Steam\steamapps\common\Saints Row Gat out of Hell

If you are currently using another sr4_5_city.lua mod, follow these instructions:
1. Copy "module_ofap.lua" to your game's folder BUT NOT "sr4_5_city.lua"
2. Open your sr4_5_city.lua with a text editor
3. Insert the following line at the top of the file:
include("module_ofap.lua")
4. Search the line that contains "function sr4_5_city_main()"
5. Insert the following line next to the "function sr4_5_city_main()":
thread_new("ofap_main_thread")
6. Save sr4_5_city.lua and hope it works!

=== Credits ===
Main Mod Codes:
nclok1405

Original Sandbox+ for SRTT:
IdolNinja, mrtukleton, Corrodias, BadMadScientist, Pinnhead, shitface, RetroGangster, daven
https://www.saintsrowmods.com/forum/threads/sandbox-for-srtt.1076/

Sandbox+ - Things To Do In Steelport Edition:
Fan of Saints, IdolNinja, Quantum, Admixon, Erza Scarlet, JasonRyan
shitface, SkaterSaints, VSkyRimWalker, Xenoyaut,
Singa, -Iker-, rastaman289, Arondight, {JP}OchreHomo Mixer, P610, VSkyRimWalker
https://www.saintsrowmods.com/forum/threads/sandbox-things-to-do-in-steelport-edition.14440/

=== Changelog ===
On-Foot Audio Player for SRGOOH v0.3 (January 22, 2021)
* Fixed a bug that sometimes the radio music has a long delay between songs

On-Foot Audio Player for SRGOOH v0.2 (January 13, 2021)
* Now stops most diversion and activity music (except Pledge Rush)

On-Foot Audio Player for SRGOOH v0.1 (January 5, 2021)
* Initial Release
 

Attachments

  • srgooh_ofap_v0.1.zip
    15.5 KB · Views: 219
  • srgooh_ofap_v0.2.zip
    15.8 KB · Views: 196
  • srgooh_ofap_v0.3.zip
    16.1 KB · Views: 312
Last edited:
Back
Top