GenMalfunction / world-of-sanctuary

Project to fix bugs and add enhancements to Diablo2-NWN mod Diablo Lord of Destruction
2 stars 0 forks source link

Script to auto-reload module isn't firing correctly #6

Closed GenMalfunction closed 3 years ago

GenMalfunction commented 3 years ago

verify that "module name" in properties matches "module name" in auto-reload script

GenMalfunction commented 3 years ago

Aurora: Edit | Module Properties | OnUserDefined: s_moduserdef.nss

(line 55): DelayCommand(300.0f,StartNewModule("Diablo Lord of Destruction"));

GenMalfunction commented 3 years ago

target v1.4.1 for verification in beta

GenMalfunction commented 3 years ago

revisited the module name and chose to eliminate spaces from the filename.

therefore:

Aurora: Edit | Module Properties | OnUserDefined: s_moduserdef.nss

(line 55): DelayCommand(300.0f,StartNewModule("DiabloLordofDestruction"));

Ensure filename is 'DiabloLordofDestruction.mod' when building/saving mod in Aurora or Nasher

GenMalfunction commented 3 years ago

verified scheduled auto-reload works.