Jump to content

Python / NStoRENPY convertation


Ever17

Recommended Posts

So I want to be able to convert nscripter file.

I came across this guy's website :

https://github.com/franckv/nscripter2renpy

 

I downloaded the archive and python 2.7

 

I launched cmd and entered command:

python main.py -f script.txt > script.rpy

Then i run python and try enter it again, but still received error about main.py

 

Need help (Maybe i need not Python 2.7, but ver.3?)

 

 

Link to comment
Share on other sites

There are two ways, this:

Obtain this from here:

 

You need to add the python executable path to your Window's PATH variable.

  1. From the desktop, right-click My Computer and click Properties.
  2. In the System Properties window, click on the Advanced tab.
  3. In the Advanced section, click the Environment Variables button.
  4. Highlight the Path variable in the Systems Variable section and click the Edit button.
  5. Add the path of your python executable(c:\Python27\(Or whatever python you have)). Each different directory is separated with a semicolon. (Note: do not put spaces between elements in the PATH. Your addition to the PATH should read ;c:\Python27 NOT ; C\Python27)
  6. Apply the changes. You might need to restart your system, though simply restarting cmd.exe should be sufficient.
  7. Launch cmd and try again. It should work.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...