Jump to content

Snakeman33

Premium Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Snakeman33

  1. Hello guys, Whats up? Since no one responded I tried to do this mod by my own and one part of my idea is already live!!
  2. Hey everyone, I tried creating a script for a mod on my own, but I gave up since I’m still a beginner at modding. I’d love some help or collaboration! The Idea The goal is to create a simple mod where, if your character gets imprisoned (specifically in Act 1 or Act 3), they will be forced into a kneeling position with their hands cuffed. The script will trigger an automatic rescue throw. If the throw succeeds, the character is freed. If it fails, they remain in the restrained position and either: Try another rescue throw after a certain amount of time. Rely on their companions to break them out. What I’ve Found So Far No custom animations or conditions are needed—everything required for this mod already exists in the game. There’s a status condition called "shackled", which can be applied using bg3se. It automatically plays the animation, removes control, etc. This can be done with: ApplyStatus(GetHostCharacter(), "GOB_GOBLINPRIEST_CHAINS", -1) There's an Osiris query called QRY_CRIME_Prison_IsInAnyPrison that checks whether a character is in prison. More details can be found here: IsInAnyPrison Where I’m Stuck I don’t know how to actually write the script and turn it into a working mod. I haven’t figured out how to implement the dice roll for the rescue throw. The only reference I found is this: data "Boosts" "AbilityFailedSavingThrow(Strength);AbilityFailedSavingThrow(Dexterity);CriticalHit(AttackTarget,Success,Always,3);CriticalHit(AttackTarget,Failure,Never,3);Advantage(AttackTarget);ActionResourceBlock(Movement);DetectDisturbancesBlock(true);" data "RemoveConditions" "SavingThrow(Ability.Wisdom, SourceSpellDC())" See here But I don’t understand how to apply this to my idea. Looking for Help! If anyone is experienced with modding and can either make this mod or guide me through it, I’d be really grateful! I’d love to work on this together if possible. Hope to hear from someone soon—thanks in advance! Have a great day!
  3. Hey Nexus Modders, hope you are doing well and stay healthy. I want to ask from 0 to 10 how possible is it to create a mod where you can get arrested with 1 or 2 stars and get punished by lets say losing all cyberware? Maybe also with an animation if it does exist in game. Casue I see some npcs arrested and handcuffed I thought maybe its possible to do a mod out of it. 1 - possible, 10 - impossible. Have a great day. Sincerely, Snakeman33
×
×
  • Create New...