Custom Radio Songs Helper

This program will speed up the process for customizing the game's radio songs by Toad King (here is the original).

What you have to do is simply extract the rar in your sr3 game directory and open the program in the radio editor folder and for more instructions read the README.txt file.

If someone is interested to have the source code i've made it in Python V3.0 so to see the source code you have to download the python version and open it with a python colpiler(if you are on linux simply open it with the default text editor)



Heres the files:
------------------Exe file version-----------------------------------------Python file version--------------------------
-------------(simply open the .exe )-------------------(you will need to install Python on your computer)-------
 

Attachments

  • Sr3 Radio Editor .exe by Cerez.zip
    8.1 MB · Views: 757
  • Sr3 Radio Editor .py by Cerez.zip
    337.5 KB · Views: 412
Last edited:
Anyway you could make this so it would run in Linux? The Saints Row games all run native (the Third runs better than it ever did in Windows, far far far fewer crashes).
 
Python:
py RadioEditor.py
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Python310\lib\tkinter\__init__.py", line 1921, in __call__
    return self.func(*args)
  File "B:\Programs\Steam\steamapps\common\Saints Row the Third\Radio Editor Program\RadioEditor.py", line 90, in openDirSongs
    sngL = sngL[1].split(".")
IndexError: list index out of range
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the file specified.
Could Not Find B:\Programs\Steam\steamapps\common\Saints Row the Third\Radio Editor Program\Originals\soundboot.vpp_pc
The system cannot find the file specified.
The system cannot find the path specified.
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Python310\lib\tkinter\__init__.py", line 1921, in __call__
    return self.func(*args)
  File "B:\Programs\Steam\steamapps\common\Saints Row the Third\Radio Editor Program\RadioEditor.py", line 143, in askyn
    start1()
  File "B:\Programs\Steam\steamapps\common\Saints Row the Third\Radio Editor Program\RadioEditor.py", line 178, in start1
    start2()
  File "B:\Programs\Steam\steamapps\common\Saints Row the Third\Radio Editor Program\RadioEditor.py", line 201, in start2
    start3()
  File "B:\Programs\Steam\steamapps\common\Saints Row the Third\Radio Editor Program\RadioEditor.py", line 209, in start3
    radioPaths_file = open(radioPaths_txt, "w")
FileNotFoundError: [Errno 2] No such file or directory: 'B:\\Programs\\Steam\\steamapps\\common\\Saints Row the Third\\Radio Editor Program\\sounds_common\\radio_klassic_media.txt'
 
Back
Top