You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sg.Checkbox("Play finish sound", tooltip=" For when converting takes long ", key="-PLAY FINISH SOUND-", default=sg.user_settings_get_entry("play_finish_sound"), enable_events=True)
sg.Image(resource_path("Media/discord-icon.png"), enable_events=True, key="-DISCORD-", tooltip=" Visit the CCCP Discord server for help ", size=(0, 30))
sg.Image(resource_path("Media/discord-icon.png"), enable_events=True, key="-DISCORD-", tooltip=" Visit the CCCP Discord server for help ", size=(48, 0))
68
+
]], title="", pad=((9, 0), (12, 0)))]
73
69
]
74
70
75
71
layout= [
@@ -85,7 +81,7 @@ def init_window():
85
81
cfg.sg=sg
86
82
convert.load_conversion_and_warning_rules()
87
83
88
-
window=sg.Window("Legacy Mod Converter", layout, icon=resource_path("Media/cclmc.ico"))
84
+
window=sg.Window("Legacy Mod Converter", layout, icon=resource_path("Media/legacy-mod-converter.ico"), font=("Helvetica", 16))
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<palign="center"><imgsrc="Media/cclmc-icon.png"alt="Legacy Mod Converter icon"></p>
1
+
<palign="center"><imgsrc="Media/legacy-mod-converter-icon.png"alt="Legacy Mod Converter icon"></p>
2
2
<h1align="center">Cortex Command Legacy Mod Converter</h1>
3
3
4
4
## Introduction
@@ -7,7 +7,7 @@ This project automates ***most*** of the conversion work required to convert the
7
7
## Getting started
8
8
Download the [***Legacy Mod Converter***](https://www.mediafire.com/file/cl3vfatqkoqmop1/Legacy+Mod+Converter.exe/file) program. Create a new folder and put your legacy mods that you want to convert in it. Run the Legacy Mod Converter program.
9
9
10
-
<palign="center"><imgsrc="Media/cclmc-screenshot.png"alt="Legacy Mod Converter screenshot"></p>
10
+
<palign="center"><imgsrc="Media/legacy-mod-converter-screenshot.png"alt="Legacy Mod Converter screenshot"></p>
11
11
12
12
If you get a "`Microsoft Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk.`" popup message when trying to run the program you should press `More info` and then `Run anyway`.
0 commit comments