鏗鏘藍牙斗地主
com/gale/landlord/screens/WaitRoomUI.java
private final void startGameAction()
{
if (GameGlobal.curPlayers >= 3)
{
if (GameGlobal.curReadys >= 2)
{
if (AppOffersManager.getPoints(GameActivity.getInstance()) > 0)
{
GameGlobal.own.notifyOthers( " GAMESTART ");
GameGlobal.gameMainLoopUI.startGame();
GameGlobal.gameMainLoopUI.show();
}
else
{
PopDialog.getInstance().showMessage( this, 2, " 抱歉您的積分不足,不能開始游戲,免費獲取積分? ");
}
}
else
AlertDialog.getInstance().showMessage( " 請等所有玩家都准備好 ");
}
else
AlertDialog.getInstance().showMessage( " 人數不夠 ");
}
if (GameGlobal.curPlayers >= 3)
{
if (GameGlobal.curReadys >= 2)
{
if (AppOffersManager.getPoints(GameActivity.getInstance()) > 0)
{
GameGlobal.own.notifyOthers( " GAMESTART ");
GameGlobal.gameMainLoopUI.startGame();
GameGlobal.gameMainLoopUI.show();
}
else
{
PopDialog.getInstance().showMessage( this, 2, " 抱歉您的積分不足,不能開始游戲,免費獲取積分? ");
}
}
else
AlertDialog.getInstance().showMessage( " 請等所有玩家都准備好 ");
}
else
AlertDialog.getInstance().showMessage( " 人數不夠 ");
}
破解版本下載:
http://pan.baidu.com/s/1gdtNoFh
破解版本將開始游戲前會判斷積分是否大於0的條件進行了修改,修改后的版本,不管你的積分夠不夠,都可以開始游戲。
修改輪流出牌的時間間隔:
com.gale.landlord.modle.GamePlayer.java
public int max_time = 30;
默認為30秒,修改即可。
還有 com.gale.landlord.screens.GameMainLoopUI.java
startGameLoop() 方法中的:
GameGlobal.third.setTimeOut(30);
...
GameGlobal.second.setTimeOut(30);
...
GameGlobal.own.setTimeOut(30);
輪流出牌時間間隔由30秒改為60秒破解版:
http://pan.baidu.com/s/1gdtNoFh
