TIP
该页面尚未有 中文 (简体) 版本, 现为您提供此页面的 English 版本
Charting with PCtyx
NOTICE
This article is a guide about how to set up PCtyx. You will need to read PCtyx’s official documentation later.
Getting PCtyx binaries on GitHub
Go to PCtyx's repository on GitHub.
Look at the right sidebar, click on Releases.
Carefully read the release note to choose a suitable version for your usage.
On Assets, choose the zipped file depending on your current operating system (OS) and architecture.
Check your file again, the file will look like this:
pctyxeditor_<version>_<OS><architecture>.zip
. Example:pctyxeditor_300a03_win64.zip
(means version: 300a03, OS: Windows, Architecture: x64).Extract the downloaded file somewhere you want to.
Running PCtyx
Windows
Just go to the PCtyx folder and run PCtyx Editor.exe
.
MacOS
It depends on which version you're using.
v210 or higher:
Just go to the PCtyx folder and run pctyxeditor.app
.
v201:
Follow these steps before running:
Download NW.js (using the Stable version is recommended) and extract
nwjs.app
into a new folder.Copy
keymap.json
to that new folder where you extractednwjs.app
.Right-click
pctyxeditor.app
and select Show Package Contents.Copy PCtyx's
Contents/Resources
folder.Right-click --> Show Package Contents on
nwjs.app
and replace theContents/Resources
folder with the copied PCtyx one.Download FFmpeg and extract
<your NW.JS version>-osx-x64.zip
, then copylibffmpeg.dylib
.Go to
nwjs.app
'sContents/Frameworks/nwjs Framework.framework/Versions/Current
and replace thelibffmpeg.dylib
with the copied one.
You don't need to do these again in the future.
Linux
Go to the PCtyx folder.
Now, you need to allow PCtyx to execute as a program. Run Terminal and execute this command:
chmod a+x PCtyxEditor
- Run
PCtyxEditor
file.
Troubleshooting
Windows
If PCtyx isn’t working, try to install DirectX 9 by running dxwebsetup.exe
in the PCtyx folder. If it still doesn’t work, please update your graphics driver.
MacOS
None.
Linux
None.
TIP
You can find more information and troubleshoot by reading the README.txt file in the PCtyx folder.
Ready to go? Read PCtyx’s official documentation at here.