Page 294 of 465

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 1:01 am
by Dare
Hello I was wondering if I could get some help on a command that would add the passive feat, "Awakened". You get it In Find the Githyanki Crèche, while a character is in the Zaith'isk. I did not notice that happen in my playthrough and had one of my companions in the machine, I was really hopping to get this on my main character.

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 1:10 am
by Jaxtes
Hello, anyone find a way to enable adding tadpoles to hirelings.

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 4:51 am
by oilnarak01
There're Mod in Nexus called Daughter of Lolth - Minthara

https:// www. nexus mods .com/baldursgate3/mods/1515

this mod fixed Halsin & Minthara problem

Halsin won't die if you use debug flag to summon Minthara

EVEN you didn't USE the mod's ring to summon her , but use cheat engine command to summon Minthara like you do before patch 1

Halsin won't die anymore , won't die after loaded save too

i think it's fix flag that added in patch 1 that check if Minthara lived after camp party event it will kill halsin

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 5:08 am
by Base_N
Dare wrote:
Tue Aug 29, 2023 1:01 am
Hello I was wondering if I could get some help on a command that would add the passive feat, "Awakened". You get it In Find the Githyanki Crèche, while a character is in the Zaith'isk. I did not notice that happen in my playthrough and had one of my companions in the machine, I was really hopping to get this on my main character.

Code: Select all

{$lua}
if syntaxcheck then return end

passive = "CRE_GithInfirmary_Awakened"

[ENABLE]
AddPassiveToPlayer(passive)
[DISABLE]
RemovePassiveFromPlayer(passive)

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 6:21 am
by Avike
Hey all,

Here is the code to add and/or remove the "Oath Breaker" status from characters. To reset Withers repec options you will have to respec your character with the "Respec Selected Character" command on any of the tables after you have removed the "Oath Breaker" status.

Add/Remove Oath Breaker

Code: Select all

{$lua}
if syntaxcheck then return end
status = "PALADIN_OATH_BROKEN"
[ENABLE]
ApplyStatusToPlayer(status)
[DISABLE]
RemoveStatusFromPlayer(status)

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 7:08 am
by wannabecheater
Hi, does anyone know how to get weapon passives to work when adding them to a character?

e.g. MAG_ZOC_ForceConduit_Halberd_Passive (Skin Burster Weapon Effect add 2 force conduit on melee hit)

Adding them to a character will not trigger the effect when the character lands a melee hit, certain other passives like entangle on hit from the 2h staff also does not work (it triggers a saving throw and then...nothing)

I can get passives from armor/amulets etc to stick but only weapons (and some shields) flat out dont work? (exceptions exist such as the passive effect from harold's crossbow)

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 7:57 am
by infearno
Dare wrote:
Tue Aug 29, 2023 1:01 am
Hello I was wondering if I could get some help on a command that would add the passive feat, "Awakened". You get it In Find the Githyanki Crèche, while a character is in the Zaith'isk. I did not notice that happen in my playthrough and had one of my companions in the machine, I was really hopping to get this on my main character.
CRE_GithInfirmary_Awakened

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 8:21 am
by VannATLC
fruitctrl wrote:
Mon Aug 28, 2023 11:38 pm
Im unable to use Console Commands, the leveling up after a save works but the console commands doesn't do anything, doesn't expand to show more options.. ive hit F5 to save and reload because i was getting a load save game message, now not getting that but now this
I have the same issue, by the way - Somebody downthread mentioned they'd isolated it to games being saved/started before Patch 1. I am about to test that out.

Edit: Can Confirm, New Game gives full console commands as expected/Normal

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 8:35 am
by Azefa
PeDaGaNG wrote:
Mon Aug 28, 2023 10:41 am
Azefa wrote:
Mon Aug 28, 2023 9:09 am
Anyone knows how to spawn a character's statue for my camp which you can buy from Stoney at Circus of Last days? It does not spawn for some reason even after I payed a 5000 gold. I've found a strings that says "Statue ordered" and "Statue spawned" but I don't know where to put them in CE.
is it this one? I can't try since not yet reach ACT3

Code: Select all

"ee20ef22-87f5-4ebc-864e-21c040022437",--UNI_CAMP_CircusStatuePedestal (Pedestal)
I thought it's this two lines
"9bd9aa22-d90e-6928-91df-2591988ceb24", --WYR_Circus_Event_OrderedStatue
"a9a2101e-bcdd-cbba-78d7-713926bdc0d4", --WYR_Circus_Sculptor_State_MadeStatue
Maybe i'm wrong, but can't try as well, beacuse I just don't know which option should I use in CE

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 9:10 am
by Rogue King
Hi there!

Is there a way to resurrect a NPC? Jaheira has died in the fight.

:s

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 10:37 am
by MadLane
EvenLess wrote:
Mon Aug 28, 2023 6:50 pm
MadLane wrote:
Mon Aug 28, 2023 5:25 pm
Rukongai wrote:
Thu Aug 10, 2023 4:29 am


The UUID is c2827852-5cc1-46ec-8ab0-254e52150966 but I can't get it to spawn. Comparing it to other items, it has location data in the item defintion. I'm wondering if it is just spawning on the actual location?
How did you find that UUID? i have tried searching all files in notepad++ and can't find anything related to Halfred's Ledger, damn item seems to be nowhere. I also searched the UUID you said but didn't show anywhere.
f5e8b331-c495-4d3a-ab82-90f6b9a1f3d6
It's Even in my Google Sheet:
[Link]

If you want to search through the game files yourself, I have guide here (also linked to from Zanzer's main post).
That's the ledger UUID, we wanted the Halfred's Note.

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 10:51 am
by MadLane
Noway3 wrote:
Mon Aug 28, 2023 7:41 pm
MadLane wrote:
Mon Aug 28, 2023 5:25 pm
Rukongai wrote:
Thu Aug 10, 2023 4:29 am


The UUID is c2827852-5cc1-46ec-8ab0-254e52150966 but I can't get it to spawn. Comparing it to other items, it has location data in the item defintion. I'm wondering if it is just spawning on the actual location?
How did you find that UUID? i have tried searching all files in notepad++ and can't find anything related to Halfred's Ledger, damn item seems to be nowhere. I also searched the UUID you said but didn't show anywhere.
I was curious too...
I could trace it back by looking first at the english translation "Halfred's note", and found this (in file english.xml).

Code: Select all

<content contentuid="h8518a703g76aag4434g9100gceec56e328b8" version="1">Halfred's Note</content>
from there I looked at the object having that "TranslatedString" (h8518a703g76aag4434g9100gceec56e328b8) and found this:

Code: Select all

				<node id="GameObjects">
					<attribute id="DisplayName" type="TranslatedString" handle="h8518a703g76aag4434g9100gceec56e328b8" version="1" />
					<attribute id="Flag" type="int32" value="1" />
					<attribute id="LevelName" type="FixedString" value="SCL_Main_A" />
					<attribute id="MapKey" type="FixedString" value="c2827852-5cc1-46ec-8ab0-254e52150966" />
					<attribute id="Name" type="LSString" value="S_HAV_SeluniteResistanceNote" />
					<attribute id="TemplateName" type="FixedString" value="f5e8b331-c495-4d3a-ab82-90f6b9a1f3d6" />
					<attribute id="Type" type="FixedString" value="item" />
					<attribute id="_OriginalFileVersion_" type="int64" value="144115207403209032" />
so, we are actually searching for the internal name "S_HAV_SeluniteResistanceNote" which can be found in few of the "merged.lsx" and "story.div" files (that last one is important probably, see my next point further down)

Code: Select all

				<node id="GameObjects">
					<attribute id="DisplayName" type="TranslatedString" handle="h8518a703g76aag4434g9100gceec56e328b8" version="1" />
					<attribute id="Flag" type="int32" value="1" />
					<attribute id="LevelName" type="FixedString" value="SCL_Main_A" />
					<attribute id="MapKey" type="FixedString" value="c2827852-5cc1-46ec-8ab0-254e52150966" />
					<attribute id="Name" type="LSString" value="S_HAV_SeluniteResistanceNote" />
					<attribute id="TemplateName" type="FixedString" value="f5e8b331-c495-4d3a-ab82-90f6b9a1f3d6" />
					<attribute id="Type" type="FixedString" value="item" />
					<attribute id="_OriginalFileVersion_" type="int64" value="144115207403209032" />
The UUID we are looking for is usually the "MappedKey" = "c2827852-5cc1-46ec-8ab0-254e52150966" indeed.
I tried to spawn it : it doesn't work

My best guess is that these kind of items are dynamically generated during quest and are then available at that point in a specific scenario in your savefile and in memory.

My (JSON/Excel) dumps (here: viewtopic.php?f=4&t=13996&start=4153) does not contain any of these info unfortunately: I did not bother so far to dump these "story" or "merged" files. I could do it but, still, if we cannot spawn these items, what's it worth?
Thx for trying, i tried spawning with those UUID and didn't work either, weird that TemplateName (f5e8b331-c495-4d3a-ab82-90f6b9a1f3d6) spawns the Halfred Ledger, damn Ledger is the only thing that can be spawn.

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 11:12 am
by PeDaGaNG
MadLane wrote:
Tue Aug 29, 2023 10:51 am

Thx for trying, i tried spawning with those UUID and didn't work either, weird that TemplateName (f5e8b331-c495-4d3a-ab82-90f6b9a1f3d6) spawns the Halfred Ledger, damn Ledger is the only thing that can be spawn.
viewtopic.php?p=312405#p312405

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 12:08 pm
by victorq9
Is there anyone know how to edit weapon stats?

Re: z Baldur's Gate 3

Posted: Tue Aug 29, 2023 12:31 pm
by Cidrow
Here is list of weapon enchantments and some statuses what i could find so far. Thanks to Noway3 JSON tables.
Copy/Paste/Merge with Zanzer's latest's Tables.