Wayward Son 73 Posted February 15, 2017 Posted February 15, 2017 I've been looking around for how to make this happen but no luck so far. I found the console command for picking up dropped sabers and thought it'd be neat to just use whatever gets dropped throughout missions, but the problem is every saber-wielding enemy just uses red and that's kinda boring. How would I go about randomizing the colors wielded by enemies, and maybe even making saber wielders more common? Obviously I'd want there to still be normal enemies but a few extra duelists sprinkled in would be cool. Thanks!
Wayward Son 73 Posted February 15, 2017 Author Posted February 15, 2017 I figured something out, I copied the .npc file for cultist_saber and added the line "saberColor random" beneath "saber reborn" then just pasted that file back into the npcs folder within assets1.pk3 This worked, when I spawned the npc using console, I spawned three just to be sure. Two had orange sabers and one had a green. So this will work, just have to do it for every saber wielding foe, named characters aside. Only concern now is that red won't be included in that random, since random is used for the random jedi npc who likely would not have red. I'd prefer no red t only red, but red as a possibility would be nice. Thoughts?
the_raven Posted March 20, 2017 Posted March 20, 2017 Eh, I'd say you'd need to change the core game files to add red to random list, or create a new one that would work alongside the vanilla random list but also add red. It's done with coding, I think, and sadly, I cannot help with it because I have no idea about coding
GamingPrince83 Posted March 20, 2017 Posted March 20, 2017 I've done this before by editing the code, i removed yellow and orange from the "random" list. It should be possible to add red to the list. Langerd likes this
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now