#bg3 console commands
Explore tagged Tumblr posts
blackjackkent · 1 month ago
Text
@featherwurm replied to your post “Pondering on trying to spin up a little one-pager...”:
Man I would love to get script extender working but I've yet to crack it.
Unsure if you mean you can't get it installed or can't get commands to run successfully, so super apologies if I'm telling you stuff you already know (but posting this anyway in case it's useful to someone else).
Do you use BG3 Mod Manager? If so, there is an option to download and install the Script Extender quickly through that interface:
Tumblr media
Run that command and complete the extraction, and then open the game via mod manager from the Go menu:
Tumblr media
This will open the game directly (you may have to click a confirmation within Steam, although lately it hasn't been prompting me), and you will see two windows open at once - the game and also a console window.
Tumblr media
Once you're loaded into a particular save, you can tab over to that console; hit enter a couple times and it will present you with the "server Lua console" input prompt:
Tumblr media
You can then type any command you want into this prompt:
Tumblr media
(If you've gotten this far but it's actually getting successful commands to run that you're having issues with - I'm def gonna try to put this cheatsheet together and update it as I learn more stuff, but if I can help with something specific in the meantime please let me know. :D )
16 notes · View notes
mogruith · 15 days ago
Text
BG3 Virtual Photography Masterpost
Tumblr media
Mog's BG3 Virtual Photography Tutorial
Chapter 0: Overview
Chapter 1: Script Extender Debug Console
Chapter 2: Scene Manipulation
Chapter 2.5: More Scene Manipulation
Chapter 3: Otis_Inf Camera Tools
Supplement: Mods and Resources - Patch 8 Update
Supplement: Fun with the Dream Guardian
Tumblr media
Asks
Transform and CopyCharacterEquipment Commands
Tumblr media
Other Posts
2 Tips for BG3 Photo Mode
Mod Highlight: Lighty Lights
Lighty Lights praise - Moon over Baldur's Gate
Lighty Lights + Otis_Inf Camera Tools Tip
My Frequent ReShade Shaders
BlackJackKent's SE code to find Hireling UUIDs
Tumblr media
Tags
My VP Tutorial Tag: Mog's BG Virtual Photography Tutorial
My BG3 Shots: my bg3 (edited by @susann-noir when credited)
Tumblr media
56 notes · View notes
johnny-depplyloveyou · 1 year ago
Text
[Spoilers] Methods to check Gale's true attitude towards godhood to prevent his “Sneaky God” ending (with a full list of dialogue options that determines his human/god ending)
Several people mentioned that they are playing on console and therefore can't check his flag status in my last post about using console commands to avoid his sneaky god ending(it is where you reject his proposal of ascending together in the boat scene, although he acted convinced but will then leave you and ascend to godhood alone), after searching through dialogue files, I found that it's actually possible for all players to check which ending he'll get after you have done his act 3 scenes(book scene, meeting Elminster, meeting Mystra, boat ride scene), but that involves killing him, which is not optimal :((...
So here's how you do it: first, send him to camp, enter turn-based mode, use your party members to kill him in one turn, switch back to your avatar and cast "Speak with Dead" on him, and ask him: "What were you trying to achieve?", if his answer is "Seeking... Karsus' power... failed..." then he's going to ascend at the end of the game, if it's any other answer, he'll remain human. Now revive him or load a save before this event!
You'll need to redo his Act 3 scenes if you got the Karsus answer, and if you want to know which dialogue options you need to choose to ensure he's convinced, I gathered a list of options you need to pick or avoid under the cut. If you really don’t want to kill him, you could load a save right after his act 3 scenes and view dialogue history to count options you chose with each flag and figure out which ending you’ll get.
If you are playing on PC, you have progressed too far in the game and don't want to redo the entire Act 3 when you find out about this, or you just want to see other endings of him with your character without replaying the game, here are some console commands for you to alter his ending using Norbyte's BG3 Script Extender’s console([X]this is an old version with a config file that enables the console, it will automatically update once you start the game, or you need to manually edit the JSON file if you download the latest version from the first link). These codes should still work during the scene when you defeat the Netherbrain before his part starts.
To get the normal human ending, copy and paste the text below in the console repeatedly until it returns a 0
Osi.SetFlag("ORI_Gale_State_RejectedBeMyGodProposal_de72eaa6-c6f4-014c-b1a2-213c243c1dba", GetHostCharacter(), 1, 1) Osi.ClearFlag("ORI_Gale_State_AcceptedBeMyGodProposal_3d452ca4-14e6-176a-88ad-47d0ef8271d3", GetHostCharacter(), 1, 1) Osi.ClearFlag("LOW_StormshoreTabernacle_State_WantsSurrenderCrown_4f748986-27db-df27-bd9d-115c101ab015", GetHostCharacter(), 1, 1) Osi.SetFlag("ORI_Gale_Event_PushAwayFromCrown_303eeb6d-22cb-4832-a186-f366a4a6eacc", GetHostCharacter(), 1, 1) print(GetFlag("ORI_Gale_State_SwayedTowardsCrown_76150a10-511d-4eeb-b263-46994bab0b48", GetHostCharacter()))
To get the normal god ending, copy and paste the text below in the console repeatedly until it returns a 1
Osi.SetFlag("ORI_Gale_State_AcceptedBeMyGodProposal_3d452ca4-14e6-176a-88ad-47d0ef8271d3", GetHostCharacter(), 1, 1) Osi.ClearFlag("ORI_Gale_State_RejectedBeMyGodProposal_de72eaa6-c6f4-014c-b1a2-213c243c1dba", GetHostCharacter(), 1, 1) Osi.ClearFlag("LOW_StormshoreTabernacle_State_WantsSurrenderCrown_4f748986-27db-df27-bd9d-115c101ab015", GetHostCharacter(), 1, 1) Osi.SetFlag("ORI_Gale_Event_PushTowardsCrown_96fad101-7c29-495c-91d3-3645b30c2bab", GetHostCharacter(), 1, 1) print(GetFlag("ORI_Gale_State_SwayedTowardsCrown_76150a10-511d-4eeb-b263-46994bab0b48", GetHostCharacter()))
To get the sneaky human ending, copy and paste the text below in the console repeatedly until it returns a 0
Osi.SetFlag("ORI_Gale_State_AcceptedBeMyGodProposal_3d452ca4-14e6-176a-88ad-47d0ef8271d3", GetHostCharacter(), 1, 1) Osi.ClearFlag("ORI_Gale_State_RejectedBeMyGodProposal_de72eaa6-c6f4-014c-b1a2-213c243c1dba", GetHostCharacter(), 1, 1) Osi.ClearFlag("LOW_StormshoreTabernacle_State_WantsSurrenderCrown_4f748986-27db-df27-bd9d-115c101ab015", GetHostCharacter(), 1, 1) Osi.SetFlag("ORI_Gale_Event_PushAwayFromCrown_303eeb6d-22cb-4832-a186-f366a4a6eacc", GetHostCharacter(), 1, 1) print(GetFlag("ORI_Gale_State_SwayedTowardsCrown_76150a10-511d-4eeb-b263-46994bab0b48", GetHostCharacter()))
To get the sneaky god ending, copy and paste the text below in the console repeatedly until it returns a 1
Osi.SetFlag("ORI_Gale_State_RejectedBeMyGodProposal_de72eaa6-c6f4-014c-b1a2-213c243c1dba", GetHostCharacter(), 1, 1) Osi.ClearFlag("ORI_Gale_State_AcceptedBeMyGodProposal_3d452ca4-14e6-176a-88ad-47d0ef8271d3", GetHostCharacter(), 1, 1) Osi.ClearFlag("LOW_StormshoreTabernacle_State_WantsSurrenderCrown_4f748986-27db-df27-bd9d-115c101ab015", GetHostCharacter(), 1, 1) Osi.SetFlag("ORI_Gale_Event_PushTowardsCrown_96fad101-7c29-495c-91d3-3645b30c2bab", GetHostCharacter(), 1, 1) print(GetFlag("ORI_Gale_State_SwayedTowardsCrown_76150a10-511d-4eeb-b263-46994bab0b48", GetHostCharacter()))
If you wish to do this on other characters, change their flags etc., this list of all the uuids of items, character tags and flags in the game could be useful, and you could look into datamined dialogue files from this post by @roksik-dnd to find which flag you need to look to get things done.
You'll need to choose more options with "PushAwayFromCrown" than "PushTowardsCrown" for his human ending to work, for his god ending, you should choose equal or more amount of "PushTowardsCrown" than "PushAwayFromCrown". You do not need to choose every possible option or ask him to seek Mystra's forgiveness to get his human ending. u/airydandelion explained this mechanism in detail in their reddit post, you should check it out if you want to understand how this works!
Dialogue options with the "PushAwayFromCrown" flag
In the discussion after you give him The Annals of Karsus
Romanced with Player
That crown is an abomination, Gale. I don't need a private conversation to understand that.
Not romanced version
I thought you were past this kind of temptation, Gale. You know exactly where such over-reaching leads.
Or to destroy the next wizard who attempts it. The attempt would kill you as it killed Karsus.
(after choosing "This is no ordinary artifact, Gale. Do this and you'd challenge the gods themselves.") Wallowing in the dirt? Is that what our time together has meant to you?
(Mystra is Player's deity) What you're suggesting is blasphemy. You'd be wise to banish these notions from your head. ['Gale -1']
(after choosing "Gale - I'm urging you to drop this. This Crown cannot be reforged." ['Gale -1'])You're still destined for greatness, Gale. But you won't find it chasing Karsus' shadow.
 (after choosing "Gale - I'm urging you to drop this. This Crown cannot be reforged." ['Gale -1'])Don't give up yet. There will be an answer - it just isn't the Crown.
(after choosing "Gale - I'm urging you to drop this. This Crown cannot be reforged." ['Gale -1'])You're deluded, Gale. The crown is clearly dangerous, as is pursuing it.
In Stormshore Tabernacle before meeting Mystra
Seek her forgiveness, Gale. It might be your only hope of curing the orb.
After meeting Mystra
if SwayedTowardsCrown=true (n(PushTowardsCrown)>=n(PushAwayFromCrown))
No, Gale. This all sounds far too dangerous - Karsus' magic must be destroyed.
if SwayedTowardsCrown=false (n(PushTowardsCrown)<n(PushAwayFromCrown))
(after choosing"Is that what you want?")  We're going to cure you - I promise. ['Gale 2']
(after choosing"Is that what you want?") You're a great man, Gale. With or without the orb. ['Gale 2']
(after choosing"Is that what you want?") A better incarnation of you, I hope. Not the impulsive wreck who unleashed the orb in the first place. ['Gale -2']
(after choosing"Is that what you want?") And what then? What will you do?
(after choosing "Sod redemption. With the Karsite Weave and the Crown, you could be a god.") You'd be more of a fool for chasing godhood. Take up Mystra's offer - it's the best way.
Boat scene
(Gale has not met Mystra in Stormshore Tabernacle) So much power will only prove dangerous. You should forget it.
(after choosing "I feel the same. Whatever you need of me, consider it done.") Wait. Perhaps I'm being too hasty... and perhaps you're overreaching.
(after choosing "I love you. But for the man that you are. Not the god you'd pretend to be.") Stop his protests with a kiss.
(after choosing any options other than "I feel the same. Whatever you need of me, consider it done." or "I love you. But for the man that you are. Not the god you'd pretend to be.", then ) You're already everything I need you to be.
Dialogue options with the "PushTowardsCrown" flag
In the discussion after you give him The Annals of Karsus
 You're a convincing man, Gale. The crown sounds promising. ['Gale 5']
(Shadowheart origin Dark Justicar route) Mystra is no friend of the Dark Lady. If you can dethrone her, you have my support. ['Gale 5']
(Player is a wizard) The pursuit of knowledge and power is in our nature. There's no question - you must do this. ['Gale 5']
In Stormshore Tabernacle before meeting Mystra
Make her squirm. Tell her the Crown will be ours soon enough.
After meeting Mystra
if SwayedTowardsCrown=true (n(PushTowardsCrown)>=n(PushAwayFromCrown))
Of course. ['Gale 1']
We're usually inclined to agree on moral matters. That's good enough for me. ['Gale 1']
Morals be damned - this is an incredible opportunity. You must take it. ['Gale 1']
I'm right beside you. Time to make you a god.
if SwayedTowardsCrown=false (n(PushTowardsCrown)<n(PushAwayFromCrown))
(after choosing "When you put it like that, it sounds rather easy...") I thought you were more ambitious than this, Gale. Why settle for mortality when immortality is on the table? ['Gale 2']
(after choosing "Sod redemption. With the Karsite Weave and the Crown, you could be a god.") You're right. This opportunity is too good to pass up. We need to get you that Crown.
Boat scene
(Gale has not met Mystra in Stormshore Tabernacle) I'm here to support you, no matter what you want. ['Gale 10']
(after choosing "I feel the same. Whatever you need of me, consider it done.") Kiss him.
(after choosing "I feel the same. Whatever you need of me, consider it done.")(Karlach origin without the second heart upgrade) You know I would if I could. But I'll sit with you as long as you'll have me.
(after choosing "I love you. But for the man that you are. Not the god you'd pretend to be.")You're right. We should not deny ourselves such a gift. The crown must be ours.
86 notes · View notes
insipid-drivel · 1 year ago
Text
BG3's Hotfix 18: Fixing Broken Script Extender for Modders
So as of today (2/20/2024) Larian released Hotfix #18 to BG3. For those of you that are like me and enjoy modding the game, you've probably found Norbite's Script Extender is broken and a bunch of, if not all of, your mods are broken.
For those unfamiliar, Script Extender is what allows modders to use mods that use files, colors, commands, and models that aren't native to the innate code of the core game. Script Extender allows mod developers to extend the game's code so it will run normally alongside modded codes that alter, add, or remove features from the game.
Norbite has gone on-record saying that they do not know when they'll be able to fix this issue, as they had only just finished updating SE for Patch 6. Hotfix 18 changed some of the fundamental files within the game that will take longer and be more frustrating to fix, and there currently is no estimate for when SE will be fixed for Hotfix 18.
If you play using Steam, here's how you can roll back your game to Patch 6 and get Script Extender and your mods back:
Go into BG3's /bin folder. This is usually found in C:\Program Files (x86)\Steam\steamapps\common\Baldurs Gate 3\bin on most default downloads for PC.
Save/back up the original files in there.
Open your PC's Run menu (Win+R)
Write in the command: steam://open/console
Press Enter
Steam's engine should open automatically. You should see a blank page with a text window at the very bottom. This is Steam's console command menu.
In the command line, type the command: download_depot 1086940 1419652 8231067205656009020 [<delta manifestid>] [<depot flags filter>] : download single depot
Press enter. Steam should begin to download a few MB's worth of files.
Once steam finishes downloading, the same command screen will show you the exact file route where the newly downloaded folders were placed.
Open the new folder. There should be multiple different files of different types.
Copy all of the new files (Ctrl+A + Ctrl+C works)
Go back to BG3's original \bin within your Steam\steamapps\common\Baldurs Gate 3 path (see Step 1)
Paste (Ctrl+V) the new files into your \bin folder.
You should receive a prompt asking if you want to replace the files. Choose yes. (This is why you backed up the original files)
Close out of the folder and run BG3. You should receive a Data Mismatch warning from the LariLauncher. Ignore this and launch the game.
You should be able to enjoy your mods again
31 notes · View notes
ms-demeanor · 2 years ago
Note
I've been waiting for Baldur's Gate 3 with so much gotdang anticipation and now that it's finally here I'm reconsidering my plan to buy a PS5 to play it, because the console itself is $500 and I like to play old Windows games from the early 2000s that have become available on Steam again. I'm currently using an old Macbook Pro (2017) with a dead screen that still connects to external monitors and running bootcamp to run Windows, so I'm thinking of skipping the PS5 (I've had a 4 for a while) and getting a gaming PC instead. You've patiently answered countless questions about hardware for people and I'm hoping you can recommend a setup that I can use to play BG3 and Command & Conquer and Age of Empires II via Steam. Signed, someone who got trapped into the Apple ecosystem long ago and has now idea how much I should expect to spend for something like this or what kinds of components to look for and is ashamed because I used to mod my own PCs in the late 90's and is angry because I'm vaguely aware of what cryptominers are doing to the graphics card supply.
So my primary massive tech blindspot is that I don't know anything at all about video games, consoles, and graphics cards. I don't really do much with them for work and I don't play any games myself so it's just not my wheelhouse.
So if anyone wants to drop into the comments with advice here, that would be fantastic!
Now, that being said, I've had to purchase something like 5 gaming computers for work in the past few years and the company we've worked with is a local shop called NZXT, who do customizable prebuilts and fully custom computers at what seem like decent prices with decent specs. Our customers have been very happy with the computers we've purchased through NZXT, so I feel pretty comfortable recommending them as a place to get a gaming computer. Their prices start at around $1000, which is what I understand is a common entry level price for gaming computers.
If you use their custom build tool it guides you based on price and the performance you can expect from different games on the system, which seems handy (but which I don't fully understand the import of).
Good luck, and people who understand gaming requirements please feel free to jump in with advice!
68 notes · View notes
raviollies · 1 year ago
Note
I'm glad I'm not the only one using bg3 to play with my OCs. Blythe looks so gooood!
THE TRIALS AND TRIBULATIONS I WENT THROUGH TO ENJOY THIS MAN....
Wyll wouldn't spawn. Like anywhere. He was nowhere. He wasn't dead, he never existed.
I used console commands to spawn him. He is untargetable
Okay, now to make him targetable. Somehow.
Okay I can click on him, but I cannot speak to him. Progress
Someone through finagling, I talk to him, invite him and he just stands there
Finally managed to get him into the party
The motherfucker doesn't join combat automatically. Fine whatever, I'm not doing this for combat
I suddenly get the fucking Wyll origin cutscene? Which probably explains why he wouldn't spawn. because for some reason the game thought I (Blythe, DURGE ? ) was Wyll ? ? ?
Up until this point, I could easily rename him as Raha and his mini portrait in the party was indeed Raha.
Then the fucking "devil" cutscene happens. From that point onward no matter what I did, his name and portrait back to Wyll
I had to learn cheat engine to manually change his name in the register to Raha.
The portrait is still a haunting image of Wyll but the rest works
All this so I can smash my barbies together
Unrelated but related:
14. Any cutscene featuring Astarions scar's will have bald Lorelai assume his form akin to a hermit crab taking shelter. Though more horrifyingly at one point, her type 1 body started trying to adjust to the type 2 skeleton and SHE STARTED JUST STRETCHING OUT ?
Tumblr media
21 notes · View notes
absentia-misere · 3 months ago
Text
I sometimes hate how well my brain can visualize things. I'm probably the most spoiler-sensitive person ever because of this but it ruins other things for me too. Like literally seeing one weapon stat sheet can fill my brain with entire builds that are now "spoiled", seeing one too many pieces of armor in a game lets me piece together what an entire region's people is gonna look like five or take. It removes my brains curiosity, its too easily satisfied from tiny amounts of information.
"What the fuck are you talking about?", you probably ask, which makes sense bc this is my main/bg3 blog and not my Ciri roleplay run blog.
Well I'm playing Witcher 3 (for around the 20th time or so, no exaggeration) AS CIRI!! (Like for real for real not just the console command, thanks to mods) But bc I've played it so thoroughly and so many times, I got about halfway through Velen before my brain filled in all the rest of the game with my TW4!Cirilla character/build and now I'm struggling to even play despite being extremely excited about this when I started. I'm at Kaer Morhen absolutely trudging through the dialogue because my brain already has it, it AI-generated (imagined) all of this already, no new input is being received. I don't wanna go help Eskel bait forktails again, tbh I wish I had just done blood and wine with this character.
I'm probably gonna do another run as the new sorceress class but I'll probably finish the main game with Ciri and then go do blood and wine and toussaint (and that one cintra dlc mod) as.... Idk, Yen probably.
And it sucks. I hate that I almost always lose hype halfway through doing a Thing. I've modded this game so much that it's basically not even the Witcher 3 anymore and my hyperfixation still won't kick in 😔
When's Witcher 4 coming out 😭
2 notes · View notes
makkuromurasaki · 1 year ago
Text
Tumblr help me decide
My multiplayer BG3 Dark Urge playthrough is not triggering the bite scene with Astarion, it seems that if he confesses to you that he's a vamp boi before the bite scene can trigger then it's just borked, it never triggers anymore. This means I lose a bunch of approval, some funny dialogue and the option to ask him to feed on my dear Tavilla.
I tested this before and after the vampire confession scene, took a bajillion long rests to see if the bite scene triggers and it just doesn't anymore if he confessed.
I've tried forcing the event to occur with console commands, and that was a fucking deep dive into utter insanity. I still can't get my head around exactly what triggers and flags I'm missing and probably never will since I'm not a programmer.
There are 30 hours of gameplay between the save before his confession and where we are at the moment when we realized the bite scene is borked.
So I am asking you guys :D both options are bad IMO
12 notes · View notes
pixeldiaries · 2 years ago
Text
BG3 Honour Mode Act 1 Route
I am currently playing Honour Mode in Baldur's Gate 3 and I wanted to start adding notes/guides to help others through it if they need it. Honour Mode is the new difficulty in Baldur's Gate 3 that's just above Tactician, and you only get one save file. So if you TPK (total party kill) it really is game over.
I haven't completed it yet, but I'm finding it surprisingly not difficult. However, I did a lot of planning. The first act is supposedly the most difficult. I'll add and update with more encounters as I go along.
I'm playing a custom character (Tav), as a moon druid. This is a guide for a Good/neutral aligned run.
Continue reading for the Level 1 to 4 Guide. FULL SPOILERS ahead.
Nautiloid:
pick up all the cartilogenous chests in the first room
rescue US
Free Shadowheart
kill the cultist thralls (for XP), either use the console or fight them
loot everything (you will need the gold)
there is a pink nautiloid explody vat by Shadowheart. Pick this up.
prepare the Command spell on Shadowheart before the Cambion encounter. I replaced Shield of Faith.
drop the chests you picked up in the door way right before the last sphincter. If you can't move past them, neither can the extra cambions. This will buy you time to kill things and loot the place
collect all the nautiloid explosive vats and the void bulbs
use command on Commander Zhalk. Save your spell slots for command. If you can't get him to drop it, you will have to kill him for the sword.
if he drops it or if he is dead, loot the sword right away and beeline for the helm. Go into party view and MAKE SURE THIS SWORD IS IN TAV'S INVENTORY RIGHT AWAY (just in case you lose your companions at anypoint)
The Crash Site
Save Shadowheart
loot everything. You need at least one set of thieves tools. Disarm kit is a bonus.
skip the intellect devourers by scaling the cliffs on the right.
Save Gale
Save Lae'zel
go back to the ship and kill the Intellect Devourers (xp!)
go find the Harper chest by the beach where Astarion is hanging out
go get ganked by Astarion
get some rest if needed. Switch in Astarion.
go to the Ruined refectory
intimidate or persuade the bandits there. No one gets any cheese.
Do not go into the refectory here. Go around the back, find the hatch to the crypt
read the Book of the Dead to give you inspiration.
fight the dead monks
go get Withers.
go the other crypt and open the trapped sarcophagus. If you don't have a disarm kit, keep 3 of your party outside, position 1 by the sarcophagus, turn on Turn-Based mode, loot the sarcophagus and dash out before the trap goes off. It's a nice spear.
Important tips:
long rest when your health and spell slots are low. Try to be at every major encounter fully rested
loot everything. Find every chest. Sell everything. If you fail survival checks, start digging anyway. You need all the gold.
COLLECT ALL THE EXPLOSIVE things. Put them in your camp traveller chest but loot them. I don't care if you think Barrelmancy is an exploit, this is Honour Mode.
The Emerald Grove
get some rest if needed
kill the rest of the bandits in the refectory for XP. Remember to have an escape route if things go south.
Tip: you can use the door to block attacks, and this way you can concentrate on any enemies that ran into the room.
go to the Emerald Grove, help Aradin, Wyll and Zevlor fight the goblins
do all the Emerald grove stuff
add Wyll to your group
talk to Ethel. Do NOT tell her about your tadpole. She will stay at the Grove and everytime you long rest, her stock replenishes. Suggested purchases: health potions, elixir of hill giant strength
only use gold on potions. Resist the temptation to buy all the dyes like I do
talk to Kagha. DO NOT USE FRIENDS ON KAGHA. Unless you want to trigger the tiefling massacre.
rescue Arabella
talk to Nettie. Loot all the scripts in the library.
Go talk to Alfira. Tell her you will help her write her song, so you get proficiency with a musical instrument. It's a bonus if you don't have a bard in the group, but distracting people will be very helpful.
don't fight the harpies just yet
Go find Sazza and free her (she will make it easier to get past the a goblin checkpoint).
DO NOT GO OUT the Emerald grove. Take the passageway behind the prison, and kill the goblins there for XP. Make sure to keep Sazza hidden in the back.
before you heal/wakeup the unconscious halfling druid there, pickpocket him for a +1 Nature head piece.
get out of the secret passageway. Go scale the cliffs in front of the Emerald Gold entrance. At the top, loot a skeleton for a Guidance neckpiece.
find the spider hole and grab he spider egg sac.
continue down the road and talk to the Absolute cultists. This is important: Try not to fight them. Have them "get revenge" on the owlbear instead.
it's up to you if you want to use the tadpoles or not. Tadpole powers make things a bit easier, but not necessary. Personally I have been resisting them.
go get Scratch
DO NOT talk to the Absolute siblings yet. Wait until you are level 4 for the Owlbear encounter
Blighted Village/Waukeen's Rest
persuade the goblins in Blighted Village to let you pass without a fight.
Rescue Barcus Wroot. Gnomes can't fly well.
If you trigger a fight, focus fire on the head goblin Fezzerk first. Once his health is low, he will beg for his life instead.
Talk to the ogres if you are confident in your persuasion skills or if you are sure you can beat them. At level 3, it's doable but a bit more difficult. You will want to kill them for Lump's intellect headpiece, but you may want them to fight for you instead.
You can find the cellar in the Apothacary shop, loot all the potions and herbs there
optional but tricky depending on your rolls and positioning: go kill the skeletons and talk to the mirror. Go find the Necromancy of Thay. Tav should probably read the book.
head north out of Blighted Village
find an uncommon (green) dagger stuck in some roasting mystery meat.
interrupt the bugbear and ogre in love if you want. It will be a bit of a challenging fight at level 3.
Go below the bridge, to avoid the hyenas/gnolls
Go to the tollhouse and talk to the paladins. Do not fight them.
If you collected the nautiloid explosive vats like I told you to do in the Nautiloid ship, start decorating around the Paladins with them. Two of them beside his desk should do. Do not fight them.
Go get Karlach
go to Waukeen's rest and do all the quests there. You can visit the Zhentarim hideout but be careful, if you fail with the guy keeping guard, he will blow you up. I recommend maybe keeping someone waiting outside.
Goblin Camp/Shattered Sanctum
go talk to the goblins. You can walk around if you are able to persuade the goblins at the first checkpoint
go talk to Volo.
go talk to Crusher. "Persuade" him to kiss your foot. He will go away and sulk alone on the bridge to the entrance
go inside the Shattered Sanctum.
talk to Priestess Gut. She will wait for you in her chambers
Rescue Volo
Rescue Liam
optional: talk to the Priest of Loviatar, Abdirak and get beaten by him. You get a buff.
I do not recommend talking to Dror Ragzlin or Minthara at this point, or attempting to rescue Halsin. If the talks go bad, you will have to fight.
if you still need more XP, you can fight the newborn gnolls on the Risen Road. They should be easy, but be prepared to kill the hyena runner fast, or deal with gnoll adds.
with Lae'zel in your party, you can also visit the Githyanki patrol and talk to Voss. Convince Lae'zel to play along and tell Voss that we'll help them find the "weapon" they seek. You DO NOT want to fight this patrol. They will murder you.
at some point after all this you should hit Level 4.
Owlbear
go to the Owlbear cave and head inside with the siblings
I'd recommend opening the Selune chest first to get the neck piece
go fight the Owlbear. In Honour mode, the Owlbear legendary action is that she will summon her mate so now you get to fight TWO full grown owlbears with the same HP and abilitlies AND the cub.
the siblings will distract the 2nd owlbear ideally.
Stay by the creek, it's a narrow section and doesn't let the owlbears maneouver very well
focus fire one, then the other.
make sure to pick up the owlbear egg and don't kill the cub.
Tip:
always kill one at a time if you can. This will knock enemies off the board, less chances for them to attack you. Even at 1 HP, enemies can cause trouble.
At Level Four you should be ready for most of the more trickier fights. I would recommend being at Level 5 to kill the Spider Matriarch, but all the other boss encounters in the area should be manageable. I'll write up my strat guide for the next post.
10 notes · View notes
thedinanshiral · 1 year ago
Text
The time is nigh.
We´re nearly there. we got news this week.
Say goodbye to "Dreadwolf"
Dragon Age: Dreadwolf is now Dragon Age: The Veilguard, and while the name change isn't horrible, insiders poking at it merely hours before BW got to reveal it was particularly annoying. Insiders are good to expose issues, harrassment and other bad practices in the industry, not spoiling game details barely a moment before official news! While we were all waiting for the Summer Games Fest on Friday, "insiders" spoiled the game would have a name change. Soon after BioWare confirmed this with a blog post, but i'll take a moment here to say this is a game many of us have been painfully waiting for ages, there's unimaginable anxiety and expectations involved on all sides and just when we're right around the corner some people popped up to stir a pot that doesn't need any more stirring, considering the dev history of this game i'm sure many people read these insiders' "i know something you don't tee hee" posts and streams and feared the worst, again. Completely unnecessary. Fortunately the news were rather inocuous but what insiders did at such a last moment was still annoying. They did the equivalent of telling an excited kid at Christmas that they got socks right before they got a chance to open their present, at least it feels like that.
Tumblr media
Moving from that, many people feel the name could drop that "the" and be just Dragon Age: Veilguard. It'd follow the pattern of DA games having three-words titles (Dragon Age Origins, Dragon Age 2, Dragon Age Inquisition), and personally i think it rolls off the tongue way better without "the" in the middle too. This name change brought with it the acronym issue, and a sad goodbye to all the DA:D jokes. Now people are deciding if it should be DA:V, DAtV, DAVG. Former DA dev and writer David Gaider has already expressed his wish we all just don't go for DAVG, one presumes because it's too close to his own name. DAD jokes are quickly being replaced by Dragon Age TV and Dave ones, and others about DAD going to get cigarrettes and never coming back. I'm already fond of DAV or simply Veilguard.
The name change is already applied to platforms like Stream and console stores, where it's been possible to add the unreleased game to the wishlist since the latest trailer from last year. This one is from the PS5 store:
Tumblr media
As BW explains in their blog post, the name change follows a need to change the focus due to this story's particulars. Yes, Solas is an antagonist, a big bad wolf, he's the Dread Wolf! BUT he's not the only threat we'll face this time, there are others, possibly bigger and more urgent matters to deal with. The Veil is quite the protagonist in this game, seems it's the last barrier between Thedas and utter annihilation, and as BW says, "the Veil needs guarding". DAO had the Grey Wardens, DA2 had Hawke & friends, DAI had the Inquisition, and now DAV has the Veilguard, a group of individuals from various backgrounds tasked with guarding the Veil. Pretty straightforward.
Gameplay details
BW has so far revealed we'll meet 7 new companions from a variety of factions and backgrounds, that we could romance any of them and that got everyone excited.. but we can only take 2 at a time to join the party, and combat will include a wheel menu to pause and strategize. This detail has people anticipating combat this time around will be much more like Mass Effect, with only MC and two party members the player might not control but send commands to instead, while some think BG3 and its success may have influenced some decisions as well.
This comparison reminded me of Mass Effect Andromeda, a highly criticized game many threw under a bus quickly and undeservedly (yes, undeservedly) . While it had its flaws it was a good game and its combat was possibly the best ME combat to date, and i think BW may have taken that for DAV. The one redeeiming grace from their last released game before DAV could have very well served as a base for it.
As for the different factions our companions may come from, it has all been teased before in concept art and side media, namely the Tevinter Nights anthology where we were introduced to entirely new factions as well as shown old ones more in depth. Antivan Crows, Mortalitasi, Lords of Fortune to name possibly the most anticipated ones. And we know the action this time will move all over Thedas, exciting new locales like Antiva, Rivain, Tevinter, the Anderfells, Arlathan Forest..
Lore trove!
On top of all these exciting news, just think of the lore, THE LORE. If Solas is not the main threat, if as BW says there are other gods we'll have to deal with as the Veilguard, who are they? Are we finally getting a double Blight? Are those other gods the last two remaining Old Gods OR is it the remaining Evanuris pushing from the other side of the Veil? Just how many fronts will our party be fighting on to save the world? And what ancient mysteries will come to light as we explore northern Thedas? In The Missing comics we learned there are areas of Arlathan forest that are twisted in time and space, paths too dangerous to traverse where spirits may take control of you, and gods know what else is there, what long forgotten horrors are waiting in the shadows of a history very few may remember. Could one of our new companions be an ancient elf? Many questions and the imagination is flying so high and far ..
But i'd like to focus on a small detail. Remember this? The little red book. It's where my avatar comes from! Here's a bit more on that. I remember back then i quickly edited it trying to get a clearer image
Tumblr media
The tower on the cover first reminded me back then of the figurines seen on the map in Inquisition, then the protagonist of what we now know is Veilguard was said to be named Rook (possibly a codename), so there it is. The Warden, Hawke, the Inquisitor and now (the) Rook. A chess piece in the Dread Wolf's board. I think that's what the mystery red book's cover is hinting at. So when i read we'll be getting 7 companions my mind went straight to chess. This game will be about strategy, moving the right pieces the right way, specially if we'll be fighting on multiple fronts. The protagonist Rook and 7 companions.
Tumblr media
Also reminded me of Solas' banter with the Iron Bull where they were playing a chess match mentally on the go. Here's a great recap of it. I don't understand chess, never really got to fully learn it, but i appreciate its symbolic value and of course, this will be a race of wits.
Solas, the other gods, the politics, the manipulations and revelations, everything Thedas has to offer is getting closer by the minute. Today it's the Xbox Showcase, in a couple of hours, we're all counting on some kind of reveal after the SGF gave us nothing. I hope for a cinematic trailer and introduction of companions, maybe if i could be so greedy even a release date or the possibility to pre-order, or a date for it. If not, we still have Tuesday 11th for a confirmed and announced by BW 15 minutes long gameplay reveal.
A gameplay reveal, fiften minutes!! It's real, it's happening, we're going home.
3 notes · View notes
blackjackkent · 7 days ago
Text
Just Launched: BG3 Script Extender Console Cheat Sheet!
youtube
This is a pet project I've been working on for a little while that is finally, I think, ready to see the light of day, and I'm excited to share it with y'all!
Visit http://bg3se.netlify.app for a useful cheat sheet of easily copyable and customizable commands to be used for various purposes in the BG3 Script Extender console mod.
Currently supported:
Quick-copy character UUIDs.
Search for plot flags and generate commands to set/unset/check them.
Search for character tags and generate commands to add/remove/check them.
Search for cutscenes and generate commands to trigger them dynamically with any character in each role. (Currently a non-exhaustive list due to the huge number of scenes in the game, but reach out to me if there's one you need and can't find!)
Search for items and generate commands to spawn them in your inventory.
Generate commands to spawn gold in your inventory, set character hitpoints, trigger a character respec, or set companion approval.
Suggestions very much welcome! Please reach out to me on Tumblr or Github if you have an idea for another feature, encounter a bug, or find some missing data.
88 notes · View notes
proffbon · 2 years ago
Text
To be honest, I think the reason I like the camp mechanics in bg3 so much is because they remind me of Dragon Age Origins, and I'm nothing if not a huge DAO simp. Yeah, it's cool when you have like a hub area with your companions or a big home base, but when you've got this small camp, and everyone is kinda huddled together but still maintaining a certain distance, you really feel like you're traveling, adventuring.
More than that, bg3 implemented mechanics that I either tried to emulate or modded when I played DAO, like having a dedicated 'camp outfit', which I did by adding some NPC townsfolk outfits with a console command, or actually sleeping in the camp and seeing the night-day cycle (DahliaLynn's Sleep Until Dawn mod, you're a real one). Also, the way each companion has their own tent filled with little baubles reminded me of Morrigan's little corner.
What can I say, I'm a sucker for the whole fantasy camp atmosphere.
9 notes · View notes
mogruith · 4 months ago
Text
BG3 Virtual Photography Supplement: Mods and Resources
Here's some popular and useful mods I use for virtual photography! I will try to update this as I find more. You may find these useful with the rest of my tutorial:
Chapter 0: Overview
Chapter 1: Script Extender Debug Console
Chapter 2: Scene Manipulation
Chapter 2.5: More Scene Manipulation
Chapter 3: Otis_Inf Camera Tools
Supplement: Mods and Resources
Tools
EasyCheat - Teleport to locations near and far, summon armor and items for your characters, clean the dirt off. All at the press of a button!
Lighty Lights - An incredible tool but terribly finicky. Actively being worked on.
Native Camera Tweaks - A Native Mod that allows you to unlock the camera pitch and zoom in and out of combat. It's handy for photo stuff but generally useful.
WASD Character Movement - another Native mod for WASD movement. More precise placement of characters in the field.
Remove Broken Objects - can help clean up sets.
Scribe Object Inspector and Event Logging - sometimes you need to find the IDs of objects in the game. This is an easy way to do it.
Polyamory Mod - can be useful for flag checking but I haven't used it recently. But it may have use for some.
Characters
Full Custom Companions (Hirelings) - have full custom control over hirelings. Great if you wanna add more Tavs to your shots! Have done family portraits for my Tav's family this way, it's so fun!
Recruit any NPC - Make an NPC a playable character. Can be really handy sometimes if you don't wanna do code transformations.
Appearance Edit Enhanced - if you're not using this already, you should be. Modify your characters at any time. Works great with the Custom Hirelings mod.
Transmogs and Spelltheft - identity theft! Another mod that lets you copy the appearance of characters. There was some special case scenario that I used an old version of this but I don't recall what that is anymore. Listing it here anyway.
Ring of Metamorphosis - Another mod for changing your character into several known characters and also INVISIBLE. Being invisible is extremely useful when you start conversations for facial expressions but you don't want another character in the way of a shot.
Effects
Pretty Particles - I've only used this once but if you combine it with Depth of Field, you can use it to get some really pretty bokeh effects. Also, blood and sweat in varying degrees/combinations.
No Annoying VFX - a series of mods that will remove the effects that you may not want for a shot. Like casting glows, glowing armor, UI indicators, among other things.
Posing
Hugs - Hug your companions!! Great for a quick and cute hug that doesn't require any coding.
Kisses - Kiss your companions using anybody animations! For best results cast the spells on a body type that matches up.
Replayable Romance Scenes - what it says on the tin. Romance scenes playable through casting a spell. These cutscenes play in new locations.
Stay Still In Camp and Play Idle Animations Everywhere - basically what it says. Once you switch from a companion to Tav, they won't run back to their tent. They also have some idle animations that are new.
Sit Happens - spawn chairs to sit!
Emotes - Poses and Toggle Walk - TONS of poses to use in the open world. Extremely useful for non-cinematic shots.
Cutscenes
Cut Scene Edits for Better Screenshots - A mod by Moxi that allows for cutscenes to be modified slightly - including forced clothing when you want something custom (shirtless Astarion, for example), removing Karlach's glow from her cutscene, among other things. Take a read through.
Musical Instrument Yeet - Sometimes the instruments pop up in a kiss cutscene and it is really distracting. Remove them with this!
Resources
Moxi's Research Directory - TONS of resources for finding character UUIDs, some copy-pastes ready to modify for scenes, cool locations like Private Camp Rooms and how to get there, Teleport commands. HANDY!
Google Spreadsheet of Tags - for scripting purposes.
Google Spreadsheet of Dialogue Lines - for finding cutscenes you want to script and play.
A few useful ScriptExtender commands.
An In Depth list of Osiris Commands - for advanced use.
LaughingLeader's list of Osiris Commands - another resource for commands.
104 notes · View notes
meonlyred · 2 years ago
Text
Replaying CP77 has reminded of one thing I really missed while playing BG3: a photomode. I was super skeptical about photomodes before. Which was dumb because of how many hours I spent doing using console commands in Fallout and Elder Scrolls to pose and take screen shots. And now I am ruined by games like FFXIV and CP77 just having them built into the game. I'd maim someone to add a photomode in BG3.
8 notes · View notes
dxnse-macabre · 1 year ago
Text
for those who got fucked over by the hotfix right after patch 6: HERE IS A SOLUTION TO PLAY WITH MODS AGAIN (for STEAM users)
basically, what we are going to be doing is rolling back the update to the previous version before the hotfix.
Open a command window "Run" by pressing «Win + R» and then enter the command: steam://open/console, and then press Enter
what this should do is open up the steam console. afterwards, copy and paste this:
download_depot 1086940 1419652 8231067205656009020 [<delta manifestid>] [<depot flags filter>] : download a single depot
what this does is download some bin files in your DOWNLOADS folder.
what you will need to do next is basically replace the bin files found in the bg3 files. to do this:
go to your game library right click baldur's gate hover over manage, and click on browse local files the bin folder should be one of the first things you see open it, then drag and drop the files you had downloaded into this folder. select replace files. - AS ALWAYS, WITH REPLACING FILES, MAKE SURE YOU BACK THEM UP.
feel free to share this and spread it around. the next time hotfixes break and everything i will try to edit this post OR make a new one. but for now, here you go ^^
4 notes · View notes
womanlives · 2 years ago
Note
general: 1, story specific: 11, and romance: 7
Where can your Tav be recruited?  Are they first encountered on the Nautiloid, or in the Nautiloid crash region?  Or are they not recruitable until a later act?
 Mercy can be first encountered on the nautiloid, trapped in a pod that’s partially shattered. The console to open the pod is damaged beyond recognition. Its glass-like surface has a jagged, two-foot diameter hole in it. She can be freed with a successful STRENGTH check to widen the hole, allowing her to safely slip through, or with a successful INTELLIGENCE check to find spongy, flesh-like material in the nautiloid to coat the sharp opening with. Once successfully freed, she will offer her services in escaping the nautiloid.
If both of these checks fail, Mercy will opt to free herself by any means necessary, diving head-first through the crack and taking heavy damage from the jagged edges while doing so. The protagonist can give her a healing potion — in which case she will join them to fight Commander Zhalk — or leave her there.
Later, she can be found on the crash site’s beach, just in front of the Overgrown Ruins waypoint (outside of the locked door leading to Withers’ temple). If she was successfully freed or healed, she will be sunbathing. She seems delighted to see her rescuer and offers her services free of charge.
 If she was ignored or left injured outside of her pod, she will be unconscious but critically injured. The protagonist can choose to heal her — in which she will join them after a successful CHARISMA check to convince her their odds of survival are better together — or leave her to bleed out.
What do they say if the PC tries to force them to go up on stage with Dribbles the Clown?
Canonically, Mercy has been cheese-wheeled by Akabi at this point because she gets into a shouting match with him about allegedly cheating within 5 minutes of visiting the fair.
If Mercy has been cheese-wheeled, she will roll over the protagonist’s foot several times. The protagonist, taking this as consent, must help her roll her way up the stairs to Dribbles, in which she immediately launches herself at his knees with unparalleled viciousness. Otherwise, she bonks helplessly against the lowest stair until Dribbles gets fed up, drops the disguise, and attacks.
If Mercy has not been cheesed, the dialogue goes something like this, in true 30 Rock fashion.
Mercy: Fine. I’ll do it. Mercy: But only for the attention. ;)
What questions can Zethino ask the PC about Tav in the Love Test? 
Mercy absolutely thinks this is a whole-ass scam because she and the protagonist have to pay good, honest money for this shit. Her participation is a testament to how truly she cares for the protagonist if they ask her to do this and she agrees. Bonus if she’s still a wheel of fucking cheese. (Also, similar to Astarion, she approves of sarcastic answers and disapproves of spot-on answers, save for the last question. Do not perceive her.)
Zethino: Ah, Mercy. An interesting choice of moniker for such a colorful life. Mercy: Okay. Rude. Zethino: Consider. In which of her illusions does Mercy find the most comfort? Zethino: Feel the bond that thrums through the two of you. Look past the disguises. What keeps the star-painted half-elf awake at night? Zethino: The sweetest loves dance lightly on the tongue. But now we must dig deeper. Into the most painful reaches of the spirit. Mercy: (under her breath) Aw, fuck. Zethino: If you could tell your beloved one thing, knowing that this may be the only thing she will well and truly believe, what would it be?
The answers are, respectively — (i am taken out back and shot)
bg3 companion asklist feat. @sirenhunt
4 notes · View notes