Commit graph

78 commits

Author SHA1 Message Date
b4e52cfe58 started implementing ModSettings (only gui testing for now) 2022-07-31 00:03:19 +02:00
d615bbccb6 added the interface for the mod settings 2022-07-28 20:03:38 +02:00
f451f3bf51 now using bmg_color_text instead of \\c in the bmg patch 2022-07-26 23:46:29 +02:00
cc3e249bb3 now using bmg_color_text instead of \\c in the bmg patch 2022-07-26 23:44:07 +02:00
0555539543 added custom message for when an installation end 2022-07-25 23:52:31 +02:00
eef7976349 MKWF now use macros 2022-07-25 18:47:55 +02:00
cb5d2a6c14 renamed all the wu8 to wbz to fit the correct extension 2022-07-22 15:03:21 +02:00
69acaafb6e renamed all the wu8 to wbz to fit the correct extension 2022-07-22 14:45:47 +02:00
e570291b23 renamed all the wu8 to wbz to fit the correct extension 2022-07-22 14:42:14 +02:00
13c7e1d165 track with warnings will be shown as "/" in multiplayers menu 2022-07-21 17:05:38 +02:00
4604aae270 renamed "multiplayer_use_default_track_if" to "multiplayer_disable_if" 2022-07-21 16:02:42 +02:00
ab64541b91 added warning colors to stars 2022-07-21 15:55:08 +02:00
66ced040d7 implemented "multiplayer_use_default_track_if" 2022-07-21 15:07:11 +02:00
448170dad9 simplified cat_data to use list instead of dict 2022-07-21 00:33:38 +02:00
d70f6911b2 preparing functionality to replace some track by the default one in multiplayer 2022-07-20 23:50:17 +02:00
150f0d6e60 added FormatOriginalTrackLayer, allowing for patching originals tracks name like the custom tracks (with tags name, ...) 2022-07-20 23:47:28 +02:00
a078a4848b fixed some tags that were in the name instead of the tags list 2022-07-20 12:29:49 +02:00
5d448369ee added color to prefix and suffix 2022-07-20 12:19:35 +02:00
83f19324bf renamed DS3 to 3DS 2022-07-19 20:13:09 +02:00
e204efc28a default track are no longer visible 2022-07-19 20:12:59 +02:00
9c91ff65b1 [WIP] Added text for tracks in menu and race (race contains authors username) 2022-07-19 18:47:09 +02:00
5207e18928 get_ctfile now have a template option for the track name 2022-07-19 15:39:55 +02:00
8d0544a084 in order to stay constitent with the operation style, bmg-edit have been splitted into bmg-decode, bmg-encode and bmgtxt-edit. This will also allow more possibility. 2022-07-16 22:48:17 +02:00
ba14930403 useless patch on some of the menu's file should no longer be applied 2022-07-16 16:39:51 +02:00
8d615129e7 added [!F] to the regex to avoid having Font.szs getting the patch applied 2022-07-16 15:53:35 +02:00
81248631b3 set the mode to overwrite to avoid unsused .szs file to be created 2022-07-16 13:22:24 +02:00
602dc0dc55 forgot a #cup_icon 2022-07-16 09:40:46 +02:00
4ede6f0b6b renamed img-generator to img-edit, split PatchOperation.py into a whole module 2022-07-16 01:18:58 +02:00
4852c209bb fixed an issue where the background color was full transparent instead of full black, causing low quality Bootscreen images 2022-07-15 22:58:33 +02:00
9624b5d802 moved region patch to StaticR.rel only 2022-07-15 17:24:49 +02:00
7f5e709aec started implementing main.dol and StaticR.rel patching 2022-07-15 00:05:54 +02:00
5ddae33393 added main.dol patch for lecode, and optionnally region, server url and section (cheat code) 2022-07-14 17:06:59 +02:00
fbdd207c52 added special operation, allowing for replacing a file_content with a precalculated file, useful for ct_icons.tpl for example 2022-07-14 15:47:35 +02:00
bd52034cc6 a patch for Menu.bmg was done to Common.bmg 2022-07-12 22:05:11 +02:00
79b350faf7 removed 0x prefix for hexadecimal bmg address 2022-07-11 23:45:25 +02:00
b690b58b60 added img-encode to bootscreen image 2022-07-10 23:31:51 +02:00
f40f9212f1 "layers" and "template" were inverted 2022-07-09 23:01:43 +02:00
53968f6ea4 renamed "data" layer bmg value to "template" 2022-07-09 22:50:44 +02:00
bb99eac9d1 changed bmg-edit operation structure to fit the code 2022-07-09 22:17:51 +02:00
dde5a134a5 preparing bmg patch 2022-07-09 22:09:07 +02:00
093319eece fixed the ImageLayer Operation that was not pasting the image of top of the other correctly 2022-07-07 23:35:44 +02:00
6831b18c0a fixed image patch operation of type "image" that would not affect the final image 2022-07-05 23:25:42 +02:00
91d44de46e renamed bmg-replace to bmg-edit 2022-07-05 22:41:13 +02:00
ca833eca2a fixed img-generate in the Patch and some other minor issue 2022-07-05 22:34:10 +02:00
a6a7e5d5a3 renamed font to font_path to fit Patch.py 2022-07-02 11:08:21 +02:00
81c8ee18cd directory-archive are no longer represented by .szs directory in the patch but by .d directory for code simplicity. szs extraction are now implemented 2022-06-29 19:43:09 +02:00
40de14d201 fixed safe_eval for the Patch, and the region condition in the MKWF patch 2022-06-29 11:55:47 +02:00
5481b75cbf added Patch prototype implementation (untested and unfinished) 2022-06-28 23:43:27 +02:00
b34833397d moved ExtractedGame to a new file, changed the patch to fit the new syntax of the Patch system 2022-06-25 18:48:30 +02:00
4db2d9ee3a restructuring pack (part 4) 2022-06-15 17:18:51 +02:00