Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Releases: ThauEx/ffrk-proxy

0.6.2

22 Jan 10:26
Compare
Choose a tag to compare

Changelog:

  • Fix typo whitelist mode

0.6.1

22 Jan 10:26
Compare
Choose a tag to compare

Changelog:

  • Remove old files
  • Update bluebird dependency
  • Fix attack panel
  • Fix def attributes typo
  • Fix broken whitelist mode

0.6.0

22 Jan 10:27
Compare
Choose a tag to compare

Changelog:

  • Add ability and soulbreak spam
  • Only mitm whitelisted domains

0.5.3

22 Jan 10:27
Compare
Choose a tag to compare

Changelog:

  • updated buddy and enemy filter
  • fixed cert server

0.5.2

22 Jan 10:27
Compare
Choose a tag to compare

Changelog:

  • added missing certificate server

0.5.1

22 Jan 10:27
Compare
Choose a tag to compare

Changelog:

  • reformatted helper and filter scripts
  • added license

0.5.0

22 Jan 10:27
Compare
Choose a tag to compare

Changelog

  • rewrite of the core (no new features)

The "core" of the whole script is now in lib/ffrk-proxy.js, bin/app.js is now just a starter script, which can be modified. The core is now using events, which can be used to manipulate data at specific stages. For now there is one event "battleInitData". The launcher script is using the event to change the buddy and enemy data.

0.4.0

22 Jan 10:28
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Changelog:

  • fixed battle data dumping
  • added a workaround for the crashes at the initial loading phase. I tested it a few times and now you can safely start the proxy before you start playing.

0.3.1

22 Jan 10:26
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Changelog:

  • updated bin/app.js to dump the battle data (now with working timestamp in filename), enemy manipulation support
  • added lib/filter/enemy.js and test/testEnemy.js the first file is just the enemy filter, it sets most stuff to 1. The second one is just a file to test the output. It takes the file "dump/get_battle_init_data2.json" as data source and uses the enemy manipulation filters on it, it's quite nice to find and test the correct position of a value.

0.3.0

22 Jan 10:32
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Changelog:

  • new mitm proxy library