Tw-Lig

From Era Wiki
Jump to: navigation, search

TW-Lig

Genre: Dating simulator/The proof
Developer(s): Namicha
Current Version: 0.2
Translation Status: none. it's english
Latest Compiled Download [Link is dead]
Repository link

Synopsis[edit]

Simplied rework of EraTW in Python.

Requirements for compile[edit]

Microsoft C++ build tools

PyCharm

Installation[edit]

Preface: This project is 2 years old and has some outdated and unused packages and steps, but all are included to be safe. How to run the damn thing: Get pycharm, open project, choose tw-lig. Press ctrl-alt-s to open the settings, and go to "Project: TW-LiG" (or whatever it was named) and then to "Project Interpreter" under it. In the top-right there is a cogwheel, press it -> Add. A new window opens up, create a New Environment, python 3.6 and 3.7 have been tested to work. Then make sure the following packages are added: Pillow, astroid, attrs, colorama, docopt, isort, lazy-object-proxy, mccabe, packbits, psd-tools, pylint, setuptools, six, toml, typed-ast, win32core, wrapt.

Then go to Project Structure and right-click the base directory (the one where main.py is) and select "Sources", repeat this for "coms", "characters", and "characters\dialog". After this, look in the top-right of the main pycharm window and press the "Add Configuration"-button. Make sure the correct Python interpreter is chosen (the one created and set up in the previous step) and set Script path to be [path to tw-lig]\main.py. And the last step before running, make a folder called "character_png" in the "resources" folder.