BUG? in Temple of seasons

I am trying to go through the temple of seasons area and I fought the winter battle and going onto the Spring however the book was already opened and no one to fight there. now the doors to the rest of the area are locked tight. so I’m stuck.

I have tried this
DebugMode 1
rs ga_global_int(“24_nStatuesPurified”, “4”)
rs ga_journal(“24_statues”, “50”, “1”, “0”, “0”) <------doesnt work
rs ga_give_feat("$PC_LEADER", “1747”, “0”, “0”) < ----- Doesnt Work
DebugMode 0

weird. I may skip this all together if possible.

Temple of Seasons can be a bit buggy

if you have a save before entering consider putting Nwn2Fixes in your myDocs/Nwn2/override folder and try it again

Ya I found out though after the next morning I played it I found out that I have already gotten to the statue with out going thru all the rooms. I guess they fixed the bug by just unlocking the door to the statue right off after the winter battle

so alls well enough?

cashaber… The journal and feat console code only needs " " on the writing bits not the numbers, that’s probably why it doesn’t work.

1 Like

Hi. When you say the writing bits, do you mean 24_statues?
I’m no wizz at code, so I need to know what I’m doing makes sense.

1 Like

the correct format is -

rs ga_journal(“24_statues”, 50, 1, 0, 0)

Thank you, I’ll try it now.