NickHugi / PyKotor

A Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Toolset - Make NSSEditor.compileCurrentScript use Editor.save to write to RIM files etc. Fixes: #68 #70

Closed JoeNotCharles closed 5 months ago

JoeNotCharles commented 6 months ago

NSSEditor.build returns a bogus error after compileScript succeeds. Saving of compiled scripts works find if it just returns the data to the caller.

JoeNotCharles commented 5 months ago

This needs a some reworking, withdrawing for now.