Hello everyone, I’ve been playing around with the community patch for my own personal mix of mods from github. Now that I’m more familiar with everything, I wanted to begin playing around with my own tweaks, but I can’t find any resources beyond a few basic lines and a texture guide on github.
The first modification I wanted to make is similar to Coleby’s changes that extend the time of Scorpio, Decepti0n, and Phaselock, but to increase Krieg’s Buzzaze Rampage length a tad to put it in line with those three.
Basing it upon Coleby’s code,
#"SparkOnDemandPatchEntry-LongerBuzzAxeRampageDuration1"“GD_Lilac_Psycho_Streaming,GD_Lilac_SkillsBase.ActionSkill.Skill_Psycho,InitialDuration,25.000000”
set Transient.SparkServiceConfiguration_0 ServiceName Micropatch
set Transient.SparkServiceConfiguration_0 ConfigurationGroup Default
set Transient.SparkServiceConfiguration_0 Keys ("SparkOnDemandPatchEntry-LongerPsychoDuration1")
set Transient.SparkServiceConfiguration_0 Values ("GD_Lilac_Psycho_Streaming,GD_Lilac_SkillsBase.ActionSkill.Skill_Psycho,InitialDuration,,25.000000")
set Transient.GearboxAccountData_1 Services (Transient.SparkServiceConfiguration_0)
Again, I couldn’t find any references other than comparing exact changes other people have made, such as to Krieg’s skills, in order to come up with this, but I’m not sure if the exact code is correct. Specifically, the Skill_Psycho,InitialDuraiton portion because the other mods replace “Psycho” with Scorpio, Deception, and Phaselock for the three respective classes that they affect.
A second question I have is if anyone happens to be familiar with a glitch of sorts where a change will cause a save game’s total skill points to somehow decrease, despite having more than enough levels, and no extra skill points to re-allocate? I’ve noticed this whenever I’ve tried to change the Hail’s texture - not even my own code, but other people’s mods. The only fix is deleting the code entirely from the patch, going back to the main screen, and re-executing the patch.
Any help or links to references would be most appreciated.
Thank you!