View Full Version : Easy Tutu CLUAConsole NPC Summons


Halasz
Fri, 13th Oct '06, 2:50am
Is there a way to summon the BG1 NPCs with BGTuTu using CLUAConsole? I've tried before and says there is no such string :confused:


If there isn't a way of doing it with CLUAConsole, is there any other way of doing this?

Andyr
Fri, 13th Oct '06, 3:10am
CLUA Console works the same with Tutu as it does with BG2. File names are prefixed with an underscore, so BG2's foo.cre becomes _foo.cre. Files which were previously 8 characters (maximum length permitted by the engine) have their first letter replaced by an _ instead. So essentially, if you know the filename you can create the creature (or item, etc) as normal. :)

Halasz
Fri, 13th Oct '06, 4:32am
So, if I wanted to summon Skie, all I would have to do is go: CLUAConsole:CreateCreature("_Skie")..... or how ever the creature summon thing goes? Not that I'd want Skie....

Felinoid
Fri, 13th Oct '06, 6:09am
Yup. And don't forget that there are different level versions. Having no number at the end would give you the lowest level version.