|
d22309ddf1
|
started restructuring pack (part 1)
|
2022-06-13 22:38:51 +02:00 |
|
|
3932716227
|
added get_ctfile to Track, and implemented autoadd extraction
|
2022-06-13 22:18:08 +02:00 |
|
|
70ade3dc67
|
moved safe_eval from Track.py to safe_eval.py, allowed getattr with no function limitation, added track_formatting to mod_config.json to customize the track text format for the menu, the race and the filename. Added a Combobox on the install menu for the extension
|
2022-06-12 23:21:09 +02:00 |
|
|
31a28c3cf1
|
implemented user options and made translation capable of changing language
|
2022-06-11 22:38:53 +02:00 |
|
|
7f85d7eeae
|
changed mod_config format to fit ModConfig syntax (cups => tracks)
|
2022-06-11 19:09:54 +02:00 |
|
|
11d8cf6542
|
changed mod_config format to fit ModConfig syntax (cups => tracks)
|
2022-06-11 19:04:18 +02:00 |
|
|
541a1b0689
|
selecting a mod now work, extraction now have a progress bar, clicking on the install button will start the installation
|
2022-06-11 18:45:29 +02:00 |
|
|
753be7df0d
|
when pressing the install button, everything but the help menu is disabled. Added progress_function to start a function that yield data about the installation to show it on the progress bar
|
2022-06-10 21:40:03 +02:00 |
|
|
f9db2e96ea
|
wit module now can simulate FST if the game is a FST. Moved many function from game to wit, added exists method to szs
|
2022-06-10 15:54:08 +02:00 |
|
|
9d97326f4b
|
started implementing Game and wit for the game file manipulation, and modifying ModConfig syntax
|
2022-06-09 22:47:13 +02:00 |
|
|
f0476381da
|
updated szs and wit, and made the installer the correct file for linux or windows
|
2022-06-09 22:42:15 +02:00 |
|
|
a83ce2c9c1
|
implemented ModConfig (new version of CtConfig), Track and TrackGroup
|
2022-06-09 16:49:46 +02:00 |
|
|
a04f7286b6
|
started working on the szs and wit wrapper
|
2022-06-08 16:24:02 +02:00 |
|
|
8d6141703b
|
added permissions check
|
2022-06-08 14:39:43 +02:00 |
|
|
2f7f0ad5bf
|
implemented events that can be registered from the ./plugins/ directory
|
2022-06-08 10:18:14 +02:00 |
|
|
404111948d
|
menu design + translation system
|
2022-06-08 00:23:08 +02:00 |
|
|
599b520780
|
deleted every files that are not resources for the rewrite
Signed-off-by: Faraphel <rc60650@hotmail.com>
|
2022-06-07 19:37:38 +02:00 |
|
|
9cac274a4f
|
Merge pull request #30 from Faraphel/master
pushing small modification since v0.11 to dev branch
|
2022-06-07 19:22:37 +02:00 |
|
|
68cabd0f86
|
added blender script to convert all tracks into 3D models
|
2022-05-27 14:49:22 +02:00 |
|
|
1ef62c5284
|
updated scripts to create minimap and map image
|
2022-05-24 10:34:23 +02:00 |
|
|
d327f0362d
|
Update version
|
2022-05-01 17:42:35 +02:00 |
|
|
2692e34afd
|
Merge pull request #29
v0.11
|
2022-05-01 16:20:48 +02:00 |
|
|
bd5d8addb5
|
Scores from the "notation" channel on discord have been applied to the tracks.
|
2022-04-30 19:47:20 +02:00 |
|
|
e3017f34c3
|
changed changelog message in version file
|
2022-04-29 23:23:40 +02:00 |
|
|
e316c9f074
|
fixed prefix, removed duplicate, moved retro tracks from tracks_list to cup, removed unused track file, added cup icons
|
2022-04-29 23:11:25 +02:00 |
|
|
8f6a323b9e
|
removed duplicate and readded the "Boost" tags on some tracks
|
2022-04-25 23:59:44 +02:00 |
|
|
3b0fe5c130
|
removed 82 tracks that were not used in the ct_config
|
2022-04-25 14:25:17 +02:00 |
|
|
7098e60455
|
removed -2 stars and sorted by name the track
|
2022-04-23 22:45:13 +02:00 |
|
|
3c280f7ba9
|
added the notations for the tracks candiates of v0.11
|
2022-04-23 22:18:04 +02:00 |
|
|
5c06ed8f40
|
added the tags, modified some music slot from the original filename
|
2022-04-23 22:18:03 +02:00 |
|
|
967c56386a
|
added the tags, modified some music slot from the original filename
|
2022-02-11 08:53:25 +01:00 |
|
|
409fa2d4e2
|
fixed an issue with a default argument being an int instead of a list
|
2022-02-10 18:33:40 +01:00 |
|
|
3286f7e070
|
removed mkwf sort for testing
|
2022-02-10 14:52:16 +01:00 |
|
|
22285cc342
|
removed mkwf sort for testing
|
2022-02-10 14:52:02 +01:00 |
|
|
66bd7dd840
|
added all the track candidate for mkwfaraphel
|
2022-02-10 14:47:11 +01:00 |
|
|
8e5f690358
|
improved the behaviour of the installer when a Pack does not provide some value in file_process
Many "x[y] if y in x else d" have been replaced by "x.get(y, d)"
|
2022-02-10 09:22:03 +01:00 |
|
|
821ae77a22
|
improved some aspect of the pack extraction tools (error check, automatically select the mod after installing)
|
2022-02-10 08:35:35 +01:00 |
|
|
2e5c7ec773
|
added a button to extract modpack with the .mkwf.pack extension
|
2022-02-09 16:05:16 +01:00 |
|
|
5dfaa35595
|
game now support special message in multiplayer room
|
2022-02-09 11:31:28 +01:00 |
|
|
f47049eb55
|
arena retro track now have their prefix colored
|
2022-02-08 19:54:49 +01:00 |
|
|
2aa84b8fab
|
arenas are now supported by the installer
|
2022-02-08 19:24:17 +01:00 |
|
|
fbeb66250d
|
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
# source/Track.py
|
2022-02-07 08:55:19 +01:00 |
|
|
cd0c59de38
|
track with a dolphin warning now will not be included in the random new track per default
|
2022-02-07 08:54:23 +01:00 |
|
|
1bb68d1111
|
track with a dolphin warning now will not be included in the random new track per default
|
2022-02-07 08:47:59 +01:00 |
|
|
7d61f28fd1
|
updated the img_generator for all language, simplified it and updated it.
|
2022-02-03 00:04:05 +01:00 |
|
|
44c2fbc9fc
|
fixed disabling "keep_original_track" : bmg are now correct
|
2022-02-01 15:53:50 +01:00 |
|
|
438e303b3b
|
added add_original_track_prefix, swap_original_order, enable_random_cup and keep_original_track option to the ct_config. The last one have bmg issue.
|
2022-02-01 00:19:50 +01:00 |
|
|
a55ed656d9
|
added a weight notion to track (a track with a weight of 4 will be duplicated 4 times)
|
2022-01-29 13:02:06 +01:00 |
|
|
7200e21927
|
changing number of conversion process now change it in live
|
2022-01-26 19:24:05 +01:00 |
|
|
eafb7a47e9
|
reformatted some minor thing, added a log_error
|
2022-01-26 09:37:28 +01:00 |
|