Jump to content

How to make a Noesis script?


Go to solution Solved by ikskoks,

Recommended Posts

Posted

Hi guys, I wanna know how to make a noesis script for viewing models/textures etc. I know the format, and Python, I just need to know how to program it in Noesis because I think its a little different than standard Python. Thanks!

  • Solution
Posted

It's not so different from writing regular Python program. Just do it like this:

1. Install Python
2. Install IDE like PyCharm
3. Create a new project with empty script in it.
4. Write a code for loading textures, models etc.
5. Copy your script to Noesis (to \plugins\python directory)
6. Run Noesis to test your code

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...