Posted October 04, 2023 by 1oogames
#8-bit #DTM #chiptune
Recently, we have been suffering from an issue where Python application executables, regardless of their content, are easily suspected as malware.
As a countermeasure, in windows ver.1.3.4 we have changed to using Embeddable Python to directly execute the source code. The exe file is only used to call python.
Other than that, there are basically no changes in functionality, and usage remains the same.
An interesting side effect is that the users now can a little personal customization, by being able to access source code and images that work as is. For example, if you rewrite "app/lcl/editor/assets/sprite.png" with the pixel art editor, the dancing character picture will change on the app as well. (There is no guarantee that it will work in later versions)
With this change, the source code and material images will be included in the LovelyComposer program folder, but please note the following points.
It was difficult to release a new version due to the false positive problem, but we hope this will solve it to some extent.