Commit graph

92 commits

Author SHA1 Message Date
6ecf752b6d reorganised PatchObject, PatchFile and PatchDirectory to make them more readable. mode="edit" have been replaced by source="game" | "patch". "overwrite" -> "replace". 2022-08-14 21:52:07 +02:00
781e564dd2 implemented SzsEdit to allow easier track modification (changing laps count, ...) 2022-08-14 19:17:26 +02:00
1c55ced628 added _PREPATCH. Same as _PATCH, but is applied before the lecode patch. 2022-08-14 13:55:51 +02:00
95c9b4a1e2 fixed an issue with arenas name not being correctly patched 2022-08-14 09:10:02 +02:00
ed96832282 removed default_track in MKWF since it is no longer necessary 2022-08-13 12:17:17 +02:00
cd61ce59c4 fixed "tags_template" to "tags_templates" 2022-08-11 18:56:59 +02:00
99287bbd56 started making a AbstractTrack class to implement more type of "track".
Removed get_suffix and get_prefix to replace them with get_tag_template and tags_template in mod_config.json
2022-08-10 22:33:10 +02:00
47da0f0be4 global_settings can now be modified in mod_config.json (to change default value for example), but you can't add your own global_settings. Merged track_new_if with override_randm_rew to the global settings replace_random_new 2022-08-07 23:04:06 +02:00
cc41a22a82 implemented highlight_if option 2022-08-07 14:45:06 +02:00
b9873a6c49 adapted safe_eval call and optimised them. MKWF safe_eval are now easier to read 2022-08-06 23:28:52 +02:00
c232a8e328 renamed special ct_icon to ct_icons 2022-08-06 22:00:27 +02:00
13bf66c94e mod settings name can now be translated in the settings window 2022-08-02 22:02:25 +02:00
d1b17e0a77 the lpar file is now customizable with the mod settings function 2022-08-01 23:06:21 +02:00
a2037fd084 implemented settings preview, tweaked some visual and made the preview window code a bit simpler 2022-07-31 19:09:49 +02:00
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