Difference between revisions of "Tw-Lig"

From Era Wiki
Jump to: navigation, search
(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...")
 
(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....")
Line 1: Line 1:
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 soon finish my study at Biological Sciences.
+
 
 +
{| 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;"| 
 +
EraTW
 +
|-
 +
| Genre:  Dating simulator/The proof
 +
|-
 +
| Developer(s): Namicha
 +
|-
 +
| Current Version: 0.2
 +
|-
 +
| Translation Status: ?
 +
|-
 +
| [[/Contributors/]]
 +
|-
 +
| [http://a.tmp.ninja/5XabV21TbmQk.rar Latest Download]
 +
|-
 +
| [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 if]
 +
 +
[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.

Revision as of 06:04, 17 September 2020

EraTW

Genre: Dating simulator/The proof
Developer(s): Namicha
Current Version: 0.2
Translation Status: ?
Contributors
Latest Download
Repository link

Synopsis

Simplied rework of EraTW in Python.

Requirements for compile

Microsoft C++ build tools if

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.