Skip to content

l-Fingon-l/Teve-hack

Repository files navigation

Let's hack the Twilight Eve's save-load system!

Primarily a learning-focused project that leverages a handful of tools including:

  • Brython (client-side python web scripting)
  • Tailwindcss (html-oriented CSS framework)
  • HxD editor for low-level data manipulation
    and others

Current state of production

Python API simplicity and convenience:

hero = load('3PxA-a)Ek-U*6[-WQnm234234-d7Qa-yFpU-<PU3-Z5ep-q<C')
hero.heroXP = 99999999
hero.locationX = -10000
hero.locationY = 8000
code = save(hero, 'Fingon')
if code: print('-load ' + code)

res = load('kEF5-2d+d-o2<L-hW<T-R>D?-faQV-wU>U->]Bh-(Q*x-r<)N-TQX')
res.gold = 9999999
res.lumber = 300
code2 = save(res, 'Fingon')
if code2: print('-load2 ' + code2)