Aller au contenu

Photo

Editing .h-Files has no effect


  • Veuillez vous connecter pour répondre
2 réponses à ce sujet

#1
DeepImpact

DeepImpact
  • Members
  • 520 messages
I change some things in two .h-file:
2da_constants.h
ability_summons.h

After checking them in and export, they do not appear in my ADDIN-Folder.

I manually copied the nss-files from the override/toolsertexport/ into my MY_ADDIN/core/override. But it took no effect.

Could it be that I have to use the compiled ncs-files?

#2
Ashmaran

Ashmaran
  • Members
  • 52 messages
Those are header files and are never compiled. You would need to recompile the nss scripts that reference them to notice any changes.




#3
DeepImpact

DeepImpact
  • Members
  • 520 messages
Thx a lot!