Kantai Collection/Vita/Reimplementation
From Bibliotheca Anonoma
Revision as of 19:17, 12 October 2016 by Antonizoon (talk | contribs) (Created page with "Now that we have the decompiled code, we can actually implement an accurate reimplementation of the game engine for simulations or a r...")
Now that we have the decompiled code, we can actually implement an accurate reimplementation of the game engine for simulations or a reverse engineered alternative game.
Decompilation Analysis
The decompiled code is actually pretty wordy and lengthy, and almost never separates the logic from the UI, which makes it hard to distill the actual engine out of the code. But we'll try.
Ship Construction
One of the most significant elements we can obtain from the code is how ship construction is determined.
Route Roulette Mechanics
Extractables
These extractables have all the information available online already, so we can rebuild from scratch just on that basis.