how to use this program?How do I open it?Maybe you need some program to run?Help!!
Hey! Thanks for checking this out.
Once I have implemented all basic features, I plan to make a nice executable packages for Windows, Linux and Mac OS.
For now you will need to use a Python interpreter.
Assuming you are using Windows, this is the one you need:
https://www.python.org/downloads/release/python-387/Once installed, you will need to run some commands to add a couple of necessary libraries:
python -m pip install -U Pillow
python -m pip install -U pyo
Now download the source code if you haven't already:
https://github.com/FoxCunning/UE_Editor/archive/master.zipThen on the command prompt go to the folder containing editor.py and run: python editor.py
If that's a lot of trouble don't worry: I shouldn't be too far from an alpha release.