Add Replay Editor (for now, trimming only)

This commit is contained in:
johni0702
2016-12-26 20:35:50 +01:00
parent 6498d625ad
commit eb5ccb2fd5
7 changed files with 771 additions and 2 deletions

View File

@@ -255,6 +255,8 @@ replaymod.gui.editor.trim.description=Removes the beginning and end of a Replay
replaymod.gui.editor.connect.description=Connects multiple Replays in the specified order
replaymod.gui.editor.modify.description=Provides several filters to modify Replay Files
replaymod.gui.editor.trim.marker=Select Event Marker
replaymod.gui.editor.progress.title=Editing Replay File...
replaymod.gui.editor.progress.pleasewait=Please wait while the Replay is being edited.

View File

@@ -100,6 +100,23 @@
"screenshots": [],
"dependencies": ["required-after:replaymod-replay"]
},
{
"modid": "replaymod-editor",
"name": "Replay Mod - Replay Editor",
"description": "Replay Editor Module of the ReplayMod",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "https://replaymod.com",
"updateUrl": "https://replaymod.com/download",
"authorList": [
"CrushedPixel",
"johni0702"
],
"logoFile": "replaymod_logo.png",
"parent": "replaymod",
"screenshots": [],
"dependencies": []
},
{
"modid": "replaymod-extras",
"name": "Replay Mod - Extras",