Commit graph

126 commits

Author SHA1 Message Date
22b1e5773f added warnings with the comment tags 2023-01-17 15:33:01 +01:00
1fd522df5f modified tracks with the website's comments 2023-01-16 20:14:41 +01:00
63a55db3ca Fixed Tour cups icons 2023-01-03 22:17:18 +01:00
09bf81d7d8 removed all old version of duplicated tracks 2023-01-03 14:05:53 +01:00
f73f17f798 removed old version of duplicated tracks with the same author(s) 2023-01-03 00:33:10 +01:00
9e9cb8ac5f updated the tracks score to match the website 2023-01-02 10:51:15 +01:00
f053442537 sorted the tracks to remove the duplicates 2023-01-01 18:35:55 +01:00
820768da26 added the tag "3DURCR" 2023-01-01 18:22:04 +01:00
445f0d0215 merged similar tags (SMB1, SMB2 -> SMB; CTR, CTTR -> CTR; MP9, MP8, MPDS -> MP, Zelda OoT, Zelda TP, Zelda WW -> Zelda; GK7, GK3, GK2 -> GK, FZ, FZC, FZ, FZMV -> FZ, Spyro 1 -> Spyro) 2023-01-01 15:46:56 +01:00
18f92be8b7 added missing "Retro" tag to all retro tracks, renamed "MKT" and "RMX" to "Tour" 2023-01-01 15:27:41 +01:00
d3aad3a3a0 removed not working tracks (score = -2) 2023-01-01 12:07:48 +01:00
669fda1e99 removed tracks noted -1 2023-01-01 11:19:37 +01:00
4397a07a29 noted all the tracks candidates for the v0.12 2022-12-31 18:47:24 +01:00
8c21d29533 track's author are now separated by commas instead of newlines 2022-12-31 18:46:32 +01:00
68dc9e1260
the source and operation keyword were missing 2022-09-19 14:14:07 +02:00
LuigiHackFan
6d703fa7df
Improved some translations 2022-09-19 14:08:25 +02:00
0aba88ff3b added MKWF v0.12 track candidate 2022-09-08 21:09:36 +02:00
63089497b5 added a very experimental cli (can be enabled with -i=cli) 2022-09-02 23:30:05 +02:00
f093e3462a variant have been renamed gameid_template and now allow to change the entire game id instead of only the end part. 2022-09-02 13:41:50 +02:00
423a02ce4c remade all the translation in a easier, faster and more readable way 2022-09-01 18:10:38 +02:00
0864ff1e05 If a tag start with _, it is removed when looking in a tag_template, but not in a tags cups 2022-08-28 11:49:24 +02:00
c12f517311 Fixed Boost track being in retro cups 2022-08-28 11:08:50 +02:00
512a056bef added missing cup icons for MKWF 2022-08-28 00:37:04 +02:00
b9d6913e22 settings can now be exported and imported. Simplified syntax for modder defined global_settings 2022-08-23 22:59:55 +02:00
f2d27deb68 rewrote the ModSettings to be simpler 2022-08-21 20:35:49 +02:00
5f5dc6bfbc ModSettings can now have a description 2022-08-21 17:31:05 +02:00
63bb989b05 adapted MKWF to latest change 2022-08-20 18:47:25 +02:00
fb8d20c08f some of the Track class now remember the mod_config object for easier call. default_track_attributes have been added to set default value of the track attribute object to avoid unreadable safe eval of getattr 2022-08-20 00:24:30 +02:00
443d16b28c MKWColor is now a dataclass to improve readability 2022-08-19 20:16:48 +02:00
1b579bec4c added a "Check" type for mod_settings (used for balancing option in MKWF) 2022-08-17 20:49:41 +02:00
23149d30da added a settings to disable the balancing (will enable the cheat mode) 2022-08-17 19:45:44 +02:00
adec26c4c1 added note for settings that will enable the cheat mode 2022-08-17 19:15:28 +02:00
da9ec18ef3 mod_settings can now have a description from message.json 2022-08-17 19:00:35 +02:00
433bf08b9b added translate_external for message that need translation from outside of the installer. 2022-08-17 18:43:40 +02:00
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