Beiträge von Assembly

    def BuildPatchnotes(self):

    try:

    patchnotes = pack_open("%s/patchnotes.txt" % app.GetLocalePath(), "r")

    except:

    patchnotes = pack_open("locale/en/patchnotes.txt", "r")



    the file is in the right place but it doesn't seem to see itBitte melden Sie sich an, um diesen Anhang zu sehen.

    Scans all files and their subfolders in the specified folder path.


    For each file, it deletes lines containing a specific definition. This deletion continues until the end of the defined block and correctly handles nested ifdef blocks.


    Errors that may occur during opening, processing and rewriting of files are caught.