game
game copied to clipboard
mom_replay_recording_start/stop and mom_replay_play qol
What feature is your improvement idea related to?
- mom_replay_record_start just starts a replay recording with no feedback on whether it's doing anything or not.
- mom_replay_record_stop asks you do enter a filename for the replay, this is something I'd expect in the _start command rather than the _stop command. This also doesn't give you any response whether it worked or not.
- The filename you enter after mom_replay_record_stop needs the .mrf suffix even though this is not communicated to the player.
- mom_replay_play does not autocomplete for any subfolders, you can manually enter
manual/test
to open a manually made replay but this is not ideal.
Describe the solution you'd like
- Give the player a response no matter what. Just something like "Started recording a replay..."
- Make the player enter the filename after the mom_replay_record_start command rather than the _stop one, this makes more sense since that's how the demo record command works.
- Make the .mrf file extension automatically added after the players' filename input, or at least specify that it needs the extension when trying to enter the command.
- Make mom_replay_play account for subfolders. If i type in "test" I want it to find the ´manual/testreplay´ file