Skip to content

Commit

Permalink
update : [ CN ] activity OnYourMarkAtMillenniumKivotosHaloFestival ex…
Browse files Browse the repository at this point in the history
…plore mission and story
  • Loading branch information
pur1fying committed Jul 18, 2024
1 parent ca80b46 commit c79e873
Show file tree
Hide file tree
Showing 10 changed files with 561 additions and 9 deletions.
4 changes: 2 additions & 2 deletions core/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
]
},
"current_game_activity": {
"CN": "SweetSecretsAndGunfightsATaleOfAfterSchoolSweets",
"CN": "OnYourMarkAtMillenniumKivotosHaloFestival",
"Global": null,
"JP": "SummerSpecialOperationsRABBITPlatoonAndTheMysteryOfTheMissingShrimp"
},
Expand Down Expand Up @@ -699,7 +699,7 @@
],
"student_names": [
{
"CN_name": "モエ(水着)",
"CN_name": "萌绘(泳装)",
"CN_implementation": false,
"Global_name": "Moe (Swimsuit)",
"Global_implementation": false,
Expand Down
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ def operate_item(self, item):
if __name__ == '__main__':
t = Main(ocr_needed=["NUM", "CN", "Global"])
t.init_static_config()
config = ConfigSet(config_dir="default_config")
config = ConfigSet(config_dir="1708148000")
tt = Baas_thread(config, None, None, None)
tt.static_config = t.static_config
tt.init_all_data()
tt.ocr = t.ocr
tt.thread_starter()
# tt.thread_starter()
# tt.solve("refresh_uiautomator2")
# tt.solve("explore_activity_challenge")
# tt.solve("activity_sweep")
# tt.solve("explore_activity_mission")
# tt.solve("explore_activity_story")
tt.solve("explore_activity_story")
# tt.solve("common_shop")
# tt.solve("total_assault")
# tt.solve("cafe_reward")
Expand Down
Loading

0 comments on commit c79e873

Please sign in to comment.