首页 > 其他分享 >碧蓝航线ALAS怎样在repo更新前设置复刻活动到最新活动

碧蓝航线ALAS怎样在repo更新前设置复刻活动到最新活动

时间:2023-11-10 19:22:04浏览次数:38  
标签:改动 更新 repo ALAS 活动 config event 复刻

1.修改deploy(文件位置:AzurLaneAutoScript/config/deploy.yaml)


将图中的AutoUpdate临时改为false,KeepLocalChanges改为True
AutoUpdate意思是要不要自动更新,这里如果保持原设置每次启动ALAS还是会拉取分支的改动,此时如果改动了ALAS的一些设置又同步了更新,启动是时候进主界面就可能报错,因此需要暂时改为false
KeepLocalChanges就是字面意思,允不允许本地的改动,默认false就是不允许改动,这会直接导致我们改动生效,因此暂时要改为true
之所以说是临时改动是因为这是在仓库没有更新活动配置的时候偷跑的设置,后续仓库更新了还是要以仓库的内容更新为准,不然ALAS的默认活动就停在这里了也不会再更新改动了

 

2.找到campaign目录下的readme.md,将复刻的原活动加在末尾(文件位置:AzurLaneAutoScript/campaign/Readme.md)

例如图中我复制了一个须臾望月抄到末尾,这样最新的活动就变成我新增的复刻须臾望月抄了
但是到这里并没有结束,Readme开头有写:

# Event List
The `/campaign` directory is used to place map files.
To add a new event, add a new row in here, and run `python -m module.config.config_updater`. Some date in directory not equal to Aired date, 
because they use the map files in old events. Use `Ctrl+F` to search what you want.
**Aired Date** The date that the event aired for the first time. **Directory** The directory where contains map files of an event are stored. **Event Name** Official name in English. If an event haven't aired in EN, use the name in CN. **CN, EN, JP, TW** Event names in GUI. If an event is not aired on some servers, use `-`.

也就是说新加入的活动图除了在末尾另起一行以外,还要运行 python -m module.config.config_updater 来更新,这里其实涉及到了ALAS的一个设计,即ALAS活动图设置里的最新活动其实并不是只根据这个markdown文件的最后一行来判断的,而是由config_updater.py解析后,将所有服最新的活动的directory写入到args.json,并更新各语种在设置中显示的活动名称文本,这里不继续讨论。

 

3.更新活动设置,启动ALAS
来到ALAS的根目录,双击console.bat进入项目的Python虚拟环境

输入之前在Readme.md看到的代码: python -m module.config.config_updater 

最后输入alas回车,启动ALAS,此时ALAS的活动就变成你更新的那个活动了,最后如果仓库更新了记得将deploy.yaml的设置还原成步骤1图上的样子

标签:改动,更新,repo,ALAS,活动,config,event,复刻
From: https://www.cnblogs.com/FEAGLESTUDIO/p/17824867.html

相关文章

  • maven2 配置M2_REPO
    1、手动创建本地仓库的地址为:d:/m2/repository 2、从windows的环境变量中增加了:M2_REPO=d:/m2/repository,同时把这个变量增加到path变量中。3、修改d:/maven/conf/setting.xml文件,在<localRepository>节点下新增一行:代码:<localRepository>d:/m2/repository</lo......
  • ReportViewer (RDLC) 中的换行符是什么
     报表换行 1ReportViewer(RDLC)中的换行符是什么:chr(13)&chr(10) , 或者 & vbcrlf &示例:=Fields!FirstLine.Value&chr(13)&chr(10)&Fields!SecondLine.Value 2ReportViewer(RDLC)中改变文字方向:水平,纵向(垂直)WritingMode:tb-rl 纵向(垂直)WritingMod......
  • Adding custom code to Local Reports in Visual Studio.NET 2005 (Problems & Soluti
    AddingcustomcodetoLocalReportsinVisualStudio.NET2005(Problems&Solutions)IfyouareoneofthepeoplewhousedandenjoyedSQLServerReportingServices(SSRS)inSQL2000andyouwantedtouseitinyourwindows/webapplicationswithou......
  • Catch ReportViewer Exception
    Problem: IwouldliketoknowhowIcancatcherrorsthatshowuponmyreportviewerwebservercontrolwhenforinstancethereisaparameterwhosevaluewasnotset.Solution:YoucanyoutheReportErrormethodoftheReportViewercontrol.Ithasan......
  • Adding empty space into SQL Server Reporting Services
    REF:http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1400080&SiteID=1(1)Ratherthaninsertingspaces,canyouadjustthepaddingpropertyonthetextbox?Ifyougoalistohavethefieldindented,thatshouldwork.(2)Anyreasonyoucouldn'......
  • How to grant permissions to a custom assembly that is referenced in a report in
    Ref:http://support.microsoft.com/kb/842419/en-us HowtograntpermissionstoacustomassemblythatisreferencedinareportinReportingServicesViewproductsthatthisarticleappliesto.ArticleID:842419LastReview:April3,2007Revision:2.1OnThisPa......
  • How to add an image on reportViewer (rdlc)
    OpenthereportintheDesigner.IntheToolBox,select/expandthe"ReportItems"section.Dragan"Image"field/controlontothereport.ClickontheimageandpressF4,thepropertieswindow popsup,underthegroupdatayou'llf......
  • Veeam Backup & Replication v12-(5)Scale-Out Backup Repository
    VeeamBackup&Replication可使用多个不同类型的存储库:WindowsBackupRepositories,Windows备份存储库:NTFS或推荐的ReFS。LinuxBackupRepositories,inux备份存储库:XFS与Reflink。ObjectStorage:对象存储:指向对象存储。这在v12版本中提供,可用于SOBR的所有层,包括性能层。SharedFo......
  • 报表ReportMachine与FastReport固定行数分页不足补空白行实践
    ReportMachine与FastReport固定行数分页不足补空白行实践ReportMachine简单容易,FastReport有点复杂准备工作ReportMachine实现ReportMachine实现很简单,设置报表MasterData的LinesPerPage每页记录数,AutoAppendBlank为True即可。效果FastReport实现需在在报表里使用代码来控制才能实......
  • 让我摸个鱼吧!纯JS复刻B站首页头图 - 海洋视差效果
    最近发现B站的首页头图的交互效果非常有趣,如下图所示,当鼠标在画面中左右滑动时,海洋生物会栩栩如生地动起来,这可比刷视频得劲多了啊:这是使用多张具有不同视角的图片,通过透视、位移等处理方式来实现的视差效果,在佩服UI与前端对网页交互效果方面的努力和探索之外,我也沉浸在这片“......