Zorkaz Posted November 25, 2020 Share Posted November 25, 2020 Idea:I wanted to override the Entry Point for Water so in a certain worldspace it gives a "Poisonous Water Bottle" IssueNo Activate Point ("F") shows up, not even the original Dirty Water can be harvested from my World Water Setup Any Ideas what I need to change for it to appear as action pointPretty sure it's the conditions Link to comment Share on other sites More sharing options...
Fantafaust Posted November 25, 2020 Share Posted November 25, 2020 I think the problem you're going to have is that the fill bottle perk is too general to allow specific water sources to be hooked by another perk. At least, if you don't edit it. If you add a condition to the original perk for the player to NOT be in that worldspace, your Activation option will show up as expected.Otherwise, I don't think there's much you can do... other than using a script to remove the original fill water bottle perk from the player, when they enter the worldspace. lol Link to comment Share on other sites More sharing options...
Zorkaz Posted November 28, 2020 Author Share Posted November 28, 2020 Yes it was canceling each other out. I thought the "Priority" value would do something but no. But when disabling/enabling the HC_FillBottle... perk via scripts it works. Link to comment Share on other sites More sharing options...
SKKmods Posted November 28, 2020 Share Posted November 28, 2020 Be aware that the HC_FillWaterBottlePerk is applied to the player every OnPlayerLoadGame by HC_Manager if (Game.GetDifficulty() == 6) So fillable bottles mods which actually work (I have several) will be disabling/replacing/enabling that perk every OnPlayerLoadGame. Link to comment Share on other sites More sharing options...
Zorkaz Posted November 28, 2020 Author Share Posted November 28, 2020 Good to know. From what I can gather currently: If both perks are present the HC Perk works flawlessly in the Commonwealth, Far Harbor... but both Perks are cancelling each out in my worldspace.Just as side info for people that want to do the same Link to comment Share on other sites More sharing options...
Recommended Posts