I'm starting this as a continuous tread for whenever I run into issues with whatever I'm working on. I simply ask that people glance at it occasionally or watch it, and try to help out with the issues that come up.
For starters, I actually tried to model a lightsaber, but something went horribly wrong with the blade...
Show spoiler
And I tried to change the hilt offset in the player's hands by changing the hilt's location relative to the aurora base but no dice.
Edit:Also, can someone point me to the textures for the lightsaber hilts? Thanks!
Also, can anyone confirm for me the locations of the DS/LS aura things that appear when you gain DS/LS points? I refer to the visual. Me and Maklor from DeadlyStream have it narrowed down up to here...:
Show spoiler
and
Last edited by Fair Strides 2; 05-17-2012 at 01:58 PM.
...although I think I still had to alter something in nwscript.nss to get it to work.
Hope some of that helps.
That helps a lot actually. Though I would be thankful if you updated the script you just posted to work for a given character if a certain robe/armor were worn. I'll re-skin the clothing, and then could you modify the script with the If/Then statement?
I'm getting a little tired today though, try me again tomorrow if no one else helps. I may have a more articulate solution.
Well, I just textured two re-skinned robes, now I have to add the Baseitems.2DA lines, copy and modify the .UTIs, and then have someone do one of three things before release:
1.) Re-skin the robe/skirt thing on the Zeishon sha texture I send them.
2.) Make the robe/skirt thing invisible with Alpha Channels.
3.) Delete the robe/skirt thing from the .MDL.
EDIT:
In a PM to J7, who hasn't been on for something like two weeks:
Quote:
Originally Posted by Fair Strides 2
I re-skinned the Zeishon Sha armor and renamed it "Master of Light".
I then copied-and-pasted the Zeishon Sha line in the baseitems.2da and and renamed it "Armor_Master_of_Light".(This line being 103)
The .uti kept reading line 103 as the minor uniform...
What would I do now with the .Uti? What is the TemplateResRef? The tag is the name of the texture, yes?
I tried to get it right, but I screwed up.
Show spoiler
I have the skin titled PFBM99 from PFBM02. I tried with the texture variation set to 99, but nothing. Also, I do need an icon, but that I have under control.
The issue is getting the texture in-game.
I read your tutorial on .utis, but it didn't help much in this particular area. If it actually did then please correct my erroneous mistake.
Any help is much appreciated. Thanks!
Think You guys can help?
Last edited by Fair Strides 2; 05-19-2012 at 12:53 AM.
Reason: Appending
Well, I'm back. And with a scripting problem. I'm doing a request that requires adding the items to the locker on the Endar Spire. I edited the K_inc_end.nss script, which details the Endar Spire, and when I compile it with KT, saving it as K_inc_end.ncs, it compiles, but there's no output file. I try it with HazardX's compiler, and it's an include file and becomes ignored. The specific parts of code I added were these:
Before you ask, yes I have the tags correct, the files in the override, and yes they all work in-game. But I can't find a solution. Nothing else has been modified, so it's not a capitalization error. It is an include file, but in what should I include it? Thanks for the help in advance guys.