Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 946 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 946 Bytes

Engine Patcher

中文 | Español |

🎞️ SMM:WE localization & server patch

Usage

To patch SMM:WE for PC
  • Use patch.py to replace strings (It's Chinese, you may need a translator)

  • Use patch_server_ip.sh <SMM_WE_EngineTribe_XX.exe> to replace game server's IP

  • Use package_pc.sh to package PC patch

To patch SMM:WE for Android
  • Extract libyoyo.so from game

  • Use patch.py to replace strings (It's Chinese, you may need a translator)

  • Use patch_server_ip.sh <libyoyo.so> to replace game server's IP

  • Sign the apk which replaced libyoyo.so yourself

It should be noted that these patches are only for my release, if you want to use it yourself, you may need to make some modifications.

sh files may only work on Linux and macOS.