AstroBryGuy
AstroBryGuy
Reactions
-
Re: The BG NPC project
@jobby - Did the Shar-Teel "take off your clothes" dialog prompt a rest and post-coital dialog? (View Post)1 -
Re: The BG NPC project
@Jobby - I'm not sure why its didn't fire properly, but it looks like you missed a variable being set. In the CLUA Console enter:CLUAConsole:SetGlobal("x#ShMale","Global",1) Then,… (View Post)1 -
Re: The BG NPC project
@Rylorn - If you know how to use the CLUAConsole, try these commands to kick-start the Shar-Teel romance: IncrementGlobal("X#SharGoodCheck","GLOBAL",1) RealSetGlobalTimer("X#… (View Post)1 -
Re: The BG NPC project
Yes, the issue is that your PC is a paladin. The dialog code for Shar-Teel's romance has a Paladin/Ranger check that will count a Blackguard as a Paladin. I'll have to think about a way to code aroun… (View Post)3 -
Re: The BG NPC project
The BG2 engine has "songs" and "sounds". IIRC, the game's background music is played as songs. The BG1NPC music files aren't played as songs, they are played as sounds, like a cha… (View Post)3
