Add -game startup argument for automatic game launch#44
Open
AliceJump wants to merge 4 commits into
Open
Conversation
Agent-Logs-Url: https://github.com/AliceJump/MikuSB/sessions/4e3478b2-2ed5-4f0d-a4d7-35b5b617ad03 Co-authored-by: AliceJump <149395013+AliceJump@users.noreply.github.com>
Agent-Logs-Url: https://github.com/AliceJump/MikuSB/sessions/03b33d97-ae1d-4d17-8583-f15590b2456a Co-authored-by: AliceJump <149395013+AliceJump@users.noreply.github.com>
* Added functionality to Rogue3D * Update version.txt * GirlCard_UpBySpecialBreak * Update version.txt * ClimbTowerLogic_CheckCycleLevel TowerLevel_EnterLevel * ExtendFightDynamicLog ExtendFightLog * TowerLevel_LevelSettlement ClimbTowerLogic_RecordProgres * Update version.txt * ClimbTowerLogic_GetReward * ClimbTowerLogic_SetLevelDiff * Lineups_Update * fix Chapter_DealLevelSettlement * Implement TowerEvent * Update version.txt * VirCapture can Enter * VirCaptureLevel_EnterLevel * VirCaptureLevel_SavePos VirCaptureLevel_SaveCapture VirCaptureLevel_ChangeFlag * Create VirCaptureLevel_SaveFightData.cs * Basic functionality of VirCapture has been implemented. * Update version.txt * VirCapture fix EXP * FishingServer_ConvertFood * VirCaptureTower_EnterLevel * Update version.txt * VirCapture_GetLevelAward * DreamCard can Enter * DreamCard_LevelSettlement DreamCard_UpdateData * Update version.txt * DLCLogic_CheckOpenAct * BattlePass * IBLogic * MoneySync * Fixed an issue where clicking on a feature not yet implemented on the server side would cause an infinite loading loop. * Update README_jp.md * Item_Recycle * Weapon_OneKeyToMax * Update version.txt --------- Co-authored-by: Kei-Luna <touhousetsuna@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce a new
-gamestartup argument to the auto run game command, allowing users to launch the game automatically. Update the README to reflect this new feature in the running steps.