Darn, this's so complicated...
Installed VSCode, Python 3, registered Openai
Have no idea what the "repository" mean (English not my mother language and first time see this word), so I just download the DazedMTLTool zip file.
Have no idea what is the "project folder", so I extract the DazedMTLTool and guess it's the project folder?
Right click on the project folder and...it doesn't have Open with code... option. So I guess I can open the VSCode then File->Open Folder...then select DazedMTLTool folder (assume it's actually the project folder).
Finally saw something similar with the screenshot.
When I select start.py, the VSCode tell me install python extension (what this mean? I'm already install python and now it ask me install python again? Just skip this)
Now something wrong here, the script of start.py say "modules.main import main" instead "src.main import main", even the color isn't same.
Try to open rpgmakermvmz.py and the heck, there area bunch of code which is totally different from what show on the screenshot. Fortunately scroll down near the end and found "def translateGPT(text, history, fullPromptFlag):" at the line 2280. But wait, it's "text", not "t" as the guide said. Also have no idea what to do at this point.
Click LEFT of what? Can't find where is the "return [translatedtext, token]" as the screenshot show. Try to click left of random line does nothing (the red dot not show up). Well, this is just to check and not really important so I guess I can skip this too?
Click Terminal > New Terminal, double click start.py (have no idea why need double click because single click will open it in the VSCode, or I misunderstood something here).
Press F5 and it say I don't have python extension.
Click Find python extension and there is like hundred extension show up, have no idea which one to pick.
Rage quit.