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

Wishlist: when opening an NCS resource, let the user pick an NSS from Vanilla_KOTOR_Script_Source instead of decompiling #75

Closed JoeNotCharles closed 3 months ago

JoeNotCharles commented 5 months ago

There's an implementation of this in https://github.com/JoeNotCharles/PyKotor/tree/load_nss_before_nsc. (It contains the commits from a PR I accidentally deleted, plus another that makes the new setting off-by-default.)

th3w1zard1 commented 5 months ago

@JoeNotCharles With the successful merge of #90 this feature is looking like a real possibility! 90% of this code is written now.

th3w1zard1 commented 3 months ago

Thanks for the great idea, this is now implemented on master :)