Difference between revisions of "Tw-Lig"
MarcusI546 (talk | contribs) (Created page with "I'm Marcus and I live in a seaside city in northern United States, Lykens. I'm 34 [http://www.nqqn.org/index.php?qa=user&qa_1=dewmonth5 pros and cons of zone diet] I'm will so...") |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | ||
| + | {| 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.4em;"| | ||
| + | TW-Lig | ||
| + | |- | ||
| + | | Genre: Dating simulator/The proof | ||
| + | |- | ||
| + | | Developer(s): Namicha | ||
| + | |- | ||
| + | | Current Version: 0.2 | ||
| + | |- | ||
| + | | Translation Status: none. it's english | ||
| + | |- | ||
| + | | [http://a.tmp.ninja/5XabV21TbmQk.rar Latest Compiled Download] [Link is dead] | ||
| + | |- | ||
| + | | [https://gitgud.io/Zergrush/tw-lig Repository link] | ||
| + | |} | ||
| + | = Synopsis = | ||
| + | |||
| + | Simplied rework of EraTW in Python. | ||
| + | |||
| + | = Requirements for compile= | ||
| + | [https://visualstudio.microsoft.com/ru/visual-cpp-build-tools Microsoft C++ build tools] | ||
| + | |||
| + | [https://www.jetbrains.com/ru-ru/pycharm/download PyCharm] | ||
| + | = Installation = | ||
| + | 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. | ||
| + | [[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.