Melledy / LunarCore

A game server reimplementation for a certain turn-based anime game
GNU Affero General Public License v3.0
1.29k stars 276 forks source link

Add support to hkrpg_cn biz #61

Closed ZianTT closed 3 months ago

ZianTT commented 6 months ago

the game in china use hkrpg_cn as the game_biz. Can you handle the request to /hkrpg_cn/* request? Thanks!

HongchengQ commented 6 months ago

你可以试试把setEnvType("2")改为0 它在src/main/java/emu/lunarcore/server/game/RegionInfo.java

ZianTT commented 5 months ago

ok有用3x

ZianTT commented 5 months ago

hmmm还是有点问题,依然会404,应该还是发到了/hkrpg_cn上,前面应该是切换服务器的缓存或者什么的,并没有什么效果

HongchengQ commented 5 months ago

lc的服务端是可以用于cnAndioid的 我自己亲身试过 可能是你的apk没有修改正确 你可以使用这个工具来生成apk需要的文件https://github.com/BanxiaServer/HSR_Bytes-Tool.git

ZianTT commented 5 months ago

lc的服务端是可以用于cnAndioid的 我自己亲身试过 可能是你的apk没有修改正确 你可以使用这个工具来生成apk需要的文件https://github.com/BanxiaServer/HSR_Bytes-Tool.git

em我是win版,登录时会显示miHoYo标然后请求都发到hkrpg_cn然后404…

HongchengQ commented 3 months ago

应该是你的代理软件有什么问题 可以试试https://github.com/Grasscutters/Cultivation

ZianTT commented 3 months ago

应该是你的代理软件有什么问题 可以试试https://github.com/Grasscutters/Cultivation

好的