Skip to content

Summoning .cre files with CLUAConsole

How do I do this? All the old CRE filenames I used in bg2 don't work for EE, goes for BGEE and BG2EE. I've tried using nearinfinity to find the .crefiles and use those names, didn't work either. I can't find anything on this subject. Basically I want to summon dragons, liches, golems, etc. I have an arena setup on a ToB save :p

Comments

  • SarevokokSarevokok Member Posts: 171
    See this is an example, either way I type it, it doesn't work. And trust me, GIBBER aint the only word I've used. Been at this for hours.
  • ErgErg Member Posts: 1,756
    Gibber indeed does not exist, try this

    CLUAConsole:CreateCreature("GIBBER01")
    Please note that on the Enhanced Edition you can also use the following shortcut:

    C:CreateCreature("GIBBER01")
  • SarevokokSarevokok Member Posts: 171
    Interesting. But I figured it out. I wasn't using the "

    I was just doing CLUAConsole:CreateCreature(GIBBER01)
Sign In or Register to comment.