Difference between revisions of "Tw-Lig"
(Created page with " {| style="width: 13%; float:right;border:1px solid gray" ! style="font-size: 120%; text-align: center; border: 1px solid #A9A9A9; background-color: #FFE6E6; padding:0.2em 0....") |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
! style="font-size: 120%; text-align: center; border: 1px solid #A9A9A9; background-color: #FFE6E6; padding:0.2em 0.4em;"| | ! style="font-size: 120%; text-align: center; border: 1px solid #A9A9A9; background-color: #FFE6E6; padding:0.2em 0.4em;"| | ||
| − | + | TW-Lig | |
|- | |- | ||
| Genre: Dating simulator/The proof | | Genre: Dating simulator/The proof | ||
| Line 11: | Line 11: | ||
| Current Version: 0.2 | | Current Version: 0.2 | ||
|- | |- | ||
| − | | Translation Status: | + | | Translation Status: none. it's english |
|- | |- | ||
| − | + | | [http://a.tmp.ninja/5XabV21TbmQk.rar Latest Compiled Download] [Link is dead] | |
| − | |||
| − | | [http://a.tmp.ninja/5XabV21TbmQk.rar Latest Download] | ||
|- | |- | ||
| [https://gitgud.io/Zergrush/tw-lig Repository link] | | [https://gitgud.io/Zergrush/tw-lig Repository link] | ||
| Line 24: | Line 22: | ||
= Requirements for compile= | = Requirements for compile= | ||
| − | [https://visualstudio.microsoft.com/ru/visual-cpp-build-tools Microsoft C++ build tools | + | [https://visualstudio.microsoft.com/ru/visual-cpp-build-tools Microsoft C++ build tools] |
[https://www.jetbrains.com/ru-ru/pycharm/download PyCharm] | [https://www.jetbrains.com/ru-ru/pycharm/download PyCharm] | ||
| Line 38: | Line 36: | ||
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. | 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. | And the last step before running, make a folder called "character_png" in the "resources" folder. | ||
| + | [[Category:Games]] [[Category:Translated]] | ||
Latest revision as of 22:26, 14 November 2023
|
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]
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.