So I was wanting to fenagle some of the variables in spell_constants to be more to my liking. Checked the script out, made my edits, saved, checked it in. Exported, updated the module XML, thought that would get it working. It doesn't seem to've had any effect however. The variables I changed either had no effect or the script itself isn't affecting the game data.
So this leads me to a few possible ideas: I have the script in the wrong place, or the script exported incorrectly (it seemed to be different than the other scripts I exported, it only exported 1 item, the script itself, rather than a whole list of scripts and a lotus note file like others do.) Either way I'm not sure what the resolution would be, anyone else have input?
Overriding spell_constants_h.nss?
Débuté par
Xenoseroster
, nov. 15 2009 01:25
#1
Posté 15 novembre 2009 - 01:25
#2
Posté 16 novembre 2009 - 01:16
Ever figure this out?
I'm trying to do the same thing. Last experience I had programming was a freshman-level C++ class about a decade ago, so I'm a bit out of practice. It appears, though, that spell_constants_h needs to be exported along with whatever is including it. Problem is, I have no idea what is.
EDIT: If you "export all resources of type" it'll work. That's certainly not the most efficient method, though.
I'm trying to do the same thing. Last experience I had programming was a freshman-level C++ class about a decade ago, so I'm a bit out of practice. It appears, though, that spell_constants_h needs to be exported along with whatever is including it. Problem is, I have no idea what is.
EDIT: If you "export all resources of type" it'll work. That's certainly not the most efficient method, though.
Modifié par Dragoon412, 16 novembre 2009 - 01:24 .
#3
Posté 16 novembre 2009 - 07:12
Oh, if you're still curious apparently you have to export all the files that actually USE the variables you changed. Which isn't terrible if you're just working with spells/talents. There's only 5-6 scripts that actually call those variables for each one, so just export those and it should work fine.





Retour en haut






