
The customization of local room card chess and card games in Hunan is very suitable for people in Hunan to play games. The UI design of the lobby interface is quite alternative. Whether it is the menu bar, room icon, and background of the game hall, it is made in a variety of material styles. The platform includes special activity functions that allow players to participate in lucky roulette, daily tasks, bonus points, daily red envelopes and other projects. The game is highly viscous and easy to attract players. As long as you complete the tasks, you can earn rewards.
Users will start using the room card mode when playing the game. The lobby is attached to a shopping mall, which supports players to recharge and purchase room cards and other functions. The menu bar supports players to check game record records, browse gameplay rules and help, and account settings. The customized version of Hunan gameplay has built-in clubs, and the game hall has (My Group) gameplay. It contains three categories of Hunan local games, including: sign room, mahjong room, and poker room. Each room has a variety of games. The following is an introduction to the game types.
Character room: Loudi blasting penalty, Shuangfeng hustle beards, Xiangxiang gaozi beard, Shaoyang peeling, Ningxiang running beards, Ningxiang five running beards, Huaihua red turning, Hanshou running beards, Changde red black spots, Changde Quanmingtang, Anhua running beards.
Mahjong room: Hongzhong Mahjong, Zhuanzhuan Mahjong, Changsha Mahjong.
Poker Room: Run fast and fight against landlords.
Characteristic game features: Run fast and add a 2D/3D desktop switching function. The interface will become clearer and the experience will be more intuitive. Players can switch screens with a simple operation.
Introduction to program components: front-end APP Android, Apple client, back-end service components, Lucky Wheel component, game website, script code, environment configuration software and tools, database.
The construction method is the same as the Internet Fox. This component has two service band authorizations, and those with the ability can crack it yourself.
Building steps:
1. Environment Preparing Windows 2012 Server
2. Install Microsoft Runtime VC++2012
3. installing SQL Server
4. The database files of the MSSQL folder are attached to sqlserver.
5. Modify the data table information, and DateBaseInfo modifies the ip address and database password. The database password is set by yourself during the database installation process.
The GameRoomInfo table modifies the machine code, and the field ServiceMachine is obtained through the NetFox Data Generator.
6. Execute database link scripts. In database script.rar, each script must be executed.
7. Build the background website, open the IIS server to manage and add the website, associate the web.rar to the website, modify the Web.config file in the directory, and modify the password of the database sa inside.
8. The server is started, the server modifies the ServerParameter.ini in 5 folders in Server.rar, and uses the Internet Fox IP configuration tool to import files and modify them.
Then start the service. There are two folders that are activated and authorized. Those who have the ability can crack it yourself.
First launch the latest appointment CorresPend.exe, LogonServer.exe, GameServe.exe. GameServer selects the corresponding games and launches them one by one.
Post-launch of other folders.
9. client to modify
Use the Android Killer tool to open the client apk file and find the assets/src/app/game_config.luac file to modify the server IP address.
CENSOR_SERVER_IP = “81.69.11.218”
LOGIN_SERVER_IP = “81.69.11.218”
LOGIN_SERVER_IP_DEFAULT = “81.69.11.218”
LOGIN_SERVER_IP_LIST_URL = “http://81.69.11.218:81/server/loginServerIpListLDFPF.txt”
Change the IP to your own IP.
Modify your own open platform appid and appsecret
APP_ID = ‘wx0d095324d3230074’
AppSecret = ‘be34e004f959c12780e9b622781ea0e5’
There is also a document that needs to be revised with open platform information.
smali/com/zdnn/hhwl/wxapi/WXEntryActivity.smali
.field public static final APP_ID:Ljava/lang/String; = wx0d 095324d3230074 On line 10 of the file
.field public static final AppSecret:Ljava/lang/String; = be34e004f959c12780e9b622781 ea0 e5 on line 12 of the file
const-string v9, wx0d 095324d3230074 In file line 167
const-string v10, wx0d 095324d3230074 In file line 178
Replace the above appid and appscrete with your own. Then recompile and package. You can log in.
The entire set of building process can be used as a certain network fox building tutorial. If you don't know how to see the process, you can watch the video tutorial. The process is similar.
Link: pan.baidu.com/s/1EIti15qF4iEH70VpyNvz0g
Extraction code: gkca
Netfox Data Generator:
Link: pan.baidu.com/s/1ZyyV1RQtxIIOpa2pjsGUbA
Extraction code: cmp5
Netfox IP configuration tool:
Link: pan.baidu.com/s/10ZVAhK38AlqaQdiTkagXvQ
Extraction code: 7hjl
Comments0