MSM-Deluxe--- Tools_v0.84
Yosh - Saturday 28 August 2021 - 01:18:3924
v0.84 Changelog
-full native french translation
-removed google translated languages but code is already there to handle them
-finished msmhelp.pyw
-first time since v0.1 that a compiled version happens
-added the new script slot.py
Text/code Improvement and sorted a little things
(what I call improvement is like reading my code and seeing I could simplify a line or add an explanation comment)
Yosh - Saturday 28 August 2021 - 19:43:2824
adding a new app was pain but now I get the process:
- redirect all texts from the script to language.txt,
- update all other scripts starting line number (first line of language.txt)
- update the list named "app" on the installer
- create a .c file that will be compiled to exe for launching the app
- create a .ico file (optional as I have coded a default one)
- Add it on the msm app (either in "Instant Run Apps (No UI)", or in a separate button)