Skip to content

Converting NWNX-FF to EE

I used to dev the PW Three Towns, which relies heavily on NWX database functionality. Specifically it incorporated the FastFrench setup.

Does anyone know what the easiest way to bring the module for NWN:EE might be? Does nwnx still use the same scripting hooks? Or would the FF functions no longer work?

Thanks, any help appreciated.

Comments

  • ArviragoArvirago Member Posts: 9
    imho nwnx:ee uses new hooks, but converting a module (if it was scripted right and all DB stuff is in nwnx and aps_include scripts) is not a hard task.
    Just change the SQL sentences, from using SpecialChars() functions to prepared statements.
Sign In or Register to comment.