Editor for Circuit Superstars replay files.
Version 1.2.1
This is a simple editor for replays of the game Circuit Superstars (Steam).
This editor might be most useful for content creators or anyone else that wants to change how the replays look like.
You can edit existing replays, which are saved as a pair of .replay and .header files. It is only possible to make cosmetic changes.
The editor is working for the current game version v.1.2.0.
- Names of drivers
(Not visible when watching the replay) - Suit and design of each driver
- Helmet and design of each driver
- Car, design and number of each driver
(Changing the car might result in weird looking behavior)
Suits, helmets, cars and designs can only be selected out of the options available in the game.
- Idle and celebration animations, as you can't see them in the replay
- No custom suits, helmets, cars or designs not in the game
- No changes in what the cars actually do
- No changes in tracks or settings like number of laps, damage, etc.
- No changes in starting positions
- Anything else not in the lists above
- Possibility to load and save drivers and cars as presets
- Complete list of designs and their names
(There is no complete list of names available at the moment. Changes are still possible as well) - Improved interface
- Design preview (maybe even with the selected colors)
Make sure you have Python 3 installed. For development, version 3.7 was used but any other Python 3 version should work.
To use the editor, just type the following into the command-line in the same directory as the script:
python CS_Replay_Editor.pyThe main window should now open. You can also try to double click the script but there is no guarantee this works.
Select the path in which the replay files you want to edit can be found by clicking the Change button on the top right corner. After that select the filename of the replay in the list and click Edit to edit the file. You can now edit each driver and car and save the changes to a new file afterwards.
Note that each replay consists of two files that will always be saved together.
- Added and changed existing names for car designs
- Added new car and new designs for cars and suits and their names
(Including additions and changes for game versionv.1.2.0) - Small improvements to interface and code
- Added new cars and changed cars, suits, helmets, designs and their names
(Including additions and changes for game versionv.1.1.0)
- Added and changed car and suit designs and their names
(Including additions and changes for Early Access versionv.0.4.0of the game) - Fixed replay reloading after closing the replay edit window
- Fixed bugs when closing the driver and car edit windows
- Improved the README
- First release
