April 27, 20242 yr 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!
April 27, 20242 yr Supporter Solution 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