Skip to content

Commit

Permalink
bump: mod + version
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Sep 29, 2024
1 parent 0dbc893 commit 2c482ae
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
Binary file modified MaiChartManager/AquaMai/SDEZ/AquaMai.dll
Binary file not shown.
Binary file modified MaiChartManager/AquaMai/SDGA/AquaMai.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineComponent({
return () => <NDrawer show={props.show} height={250} placement="bottom">
<NDrawerContent title="可以选择的文件类型">
<NFlex vertical size="large">
图片分辨率和比例无所谓,但是最好是差不多那个比例的横向透明 PNG 图片
图片比例无所谓,但是最好是差不多那个比例的横向透明 PNG 图片。分辨率在 332x160 左右最好。
<div class="grid cols-4 justify-items-center text-8em gap-10">
<FileTypeIcon type="JPG"/>
<FileTypeIcon type="PNG"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
fill-opacity: .7

&.selected
cursor: default
:nth-child(1)
fill-opacity: 1
cursor: default
24 changes: 23 additions & 1 deletion MaiChartManager/Front/src/components/ModManager/modComments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sections:
fix: 修复一些潜在的问题
utils: 工具
touchSensitivity: 触摸灵敏度
timeSaving: 节省一些不知道宝不宝贵的时间

cheat:
ticketUnlock: 解锁游戏里所有可能的跑图券
Expand Down Expand Up @@ -57,7 +58,7 @@ fix:
forceAsServer: 强制服务器模式,配置店内招募时关闭
forceFreePlay: 强制免费游玩
forcePaidPlay: 强制付费游玩并锁定 24 个币,和 ForceFreePlay 冲突
extendNotesPool: |
extendNotesPool: |
增加更多待命的音符贴图,防止奇怪的自制谱用完音符贴图池
如果遇到奇怪的谱面显示不正常或者闪退的话可以从 64 以上开始调整
Expand All @@ -66,6 +67,27 @@ utils:
judgeAdjustA: 全局增加 A 判,单位和游戏里一样
judgeAdjustB: 全局增加 B 判,单位和游戏里一样
touchDelay: 给触摸屏增加额外延迟,单位为毫秒,一秒 = 1000 毫秒。必须是整数
windowed: 窗口化游戏
width: |
宽度和高度窗口化时为游戏窗口大小,全屏时为渲染分辨率
如果设为 0,窗口化将记住用户设定的大小,全屏时将使用当前显示器分辨率
height: 高度
practiseMode: |
练习模式
在游戏中界面按下 Test 键打开练习模式界面(需要开启 Test Proof)
可以前进 / 后退 / 暂停 / 片段循环 / 加速 / 减速
timeSaving:
skipWarningScreen: 跳过日服启动时候的 WARNING 界面
improveLoadSpeed: |
在自检界面,每个屏幕结束的时候都会等两秒才进入下一个屏幕,很浪费时间
开了这个选项之后就不会等了
skipToMusicSelection: 登录完成后直接进入选歌界面
skipEventInfo: 跳过登录 / 注册游戏时候可能的 “发现了新的区域哟” “乐曲增加” “有活动哟” 之类的提示
iWontTapOrSlideVigorously: 跳过“不要大力拍打或滑动哦”这个界面,数据一旦加载完就立马进入下一个界面
skipGameOverScreen: 跳过游戏结束的“再见”界面
skipTrackStart: 跳过乐曲开始界面


shouldEnableOptions:
ux:
Expand Down
6 changes: 3 additions & 3 deletions MaiChartManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Reflection;

[assembly: AssemblyCompany("Clansty")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyInformationalVersion("1.1.2")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyInformationalVersion("1.1.3")]
[assembly: AssemblyProduct("MaiChartManager")]
[assembly: AssemblyTitle("MaiChartManager")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows10.0.17763.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows10.0.14393.0")]

0 comments on commit 2c482ae

Please sign in to comment.