whenicomearound Posted April 27 Share Posted April 27 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! Link to comment Share on other sites More sharing options...
Solution ikskoks Posted April 27 Solution Share Posted April 27 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 Link to comment Share on other sites More sharing options...
whenicomearound Posted April 27 Author Share Posted April 27 thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now