Mrmaxmeier / BombSquad-Community-Mod-Manager

A Mod Manager for BombSquad
The Unlicense
133 stars 128 forks source link

payload_Info #42

Open CerdoGordo opened 7 years ago

CerdoGordo commented 7 years ago

Hi, im Cerdo, and i have a BIG problem, when i create the payload_info (with a generator from here) the game give me memory full when i have enough memory, any help? Thanks waiting reply ;)

xiaoyuan1018 commented 7 years ago

创建的payload_info 要进一步修改才可以使用 仔细查看符号

abhinaypandey02 commented 7 years ago

3 things required to win payload_info

  1. Make sure that it doesnt count itself. edit the payload after generation and remove its own name from the first line
  2. replace all \ with /
  3. replace \data and \pylib with data and pylib respectively

Hope it helps!

Froshlee14 commented 6 years ago

thanks!