Angry Birds 存档
愤怒的小鸟自己玩了第一关,再之后就不想一点点的玩了,干脆网上找了个存档,分享下。
把下面代码存为settings.lua文件,放到游戏根目录里。
lastOpenLevelLP3 = 45 openGoldenEggLevels = { Level17 = 2, Level1 = 2, Level9 = 2, Level2 = 2, Level7 = 2, Level5 = 2, Level4 = 2, Level14 = 2, Level15 = 2, Level8 = 2, Level13 = 2, Level16 = 2, Level6 = 2, Level3 = 2, Level10 = 2, Level11 = 2, Level12 = 2, } lastOpenLevelLP4 = 46 eaglesUsedIn = { } backwardsBirdCount = 4 lastOpenLevelLP2 = 42 gameCompleted = true averagePlaytime = "900" theme2Completed = true currentLevelSelectionPages = { pack4 = 1, basic = 3, pack3 = 3, goldeneggs = 1, extra = 1, } audioEnabled = true cumulativeScore = "3324760" bullsEye = true selectedEpisode = 1 theme4Completed = true cumulativeStars = 155 lp2Started = true tutorials = { BIRD_GREY = { sprite = "TUTORIAL_4", }, BIRD_BLUE = { sprite = "TUTORIAL_2", }, BIRD_RED = { sprite = "TUTORIAL_1", }, BIRD_YELLOW = { sprite = "TUTORIAL_3", }, BIRD_GREEN = { sprite = "TUTORIAL_5", }, BIRD_BIG_BROTHER = { sprite = "TUTORIAL_7", }, BIRD_BOOMERANG = { sprite = "TUTORIAL_6", }, } birdsShooted = 2200 gameRestarted = 115 currentZoomLevelMainMenu = 1.83333 wilhelmTell = false gameStarted = true lastOpenLevel = 64 currentMainMenuTheme = "theme1" totalLevelsCompleted = 117 eaglesAvailable = { extra = 1, pack4 = 1, pack3 = 1, basic = 1, } mightyEagleEnabled = false theme11Completed = true theme1Completed = true playtime = "22541" gameStarts = 26
嗯,我想把游戏进度存到游戏目录去,那么把下面代码保存为config.lua覆盖游戏根目录的原文件。
product = "Angry Birds" name = "Angry Birds" width = 1024 height = 600 orientation = 0 datapath = "data" imagePath = "images/pc_build" fontPath = "fonts/pc_build" audioPath = "audio" localizationPath = "localization" levelPath = "levels" scriptPath = "scripts" deviceModel = "windows" fullscreen = true showCursor = false
OK,尽情的玩吧,想玩哪关就直接点开就可以了。
另外,所有的金蛋都可以玩了。
发表评论
| Trackback

