Jump to content


Photo

How to make end-game biography shown for character?


  • Please log in to reply
6 replies to this topic

#1 Lassal

Lassal
  • Modder
  • 100 posts

Posted 26 October 2017 - 01:14 PM

In AR6200.bcs for example for Viconia some file VICONND2 is started.

I didn't find it with NearInfinity search.

How to make such files and how to assign picture and end text?

 


SetGlobal("BodhiRomance","GLOBAL",2)
 
Mods:
Vampire World for EET - http://www.shsforums...-world-for-eet/
Mercenaries of Sword Coast for EET - http://www.shsforums...-coast-for-eet/
Bank of Baldurs Gate for EEThttp://www.shsforums...s-gate-for-eet/
Caelar's Fall for EEThttp://www.shsforums...2-caelars-fall/
Pregnancy for EE/EET - http://www.shsforums...or-bg1bg2eeeet/
Sister of Bhaalspawn for EEThttp://www.shsforums...lspawn-for-eet/
 


#2 Roxanne

Roxanne

    Modder

  • Member
  • 3564 posts

Posted 26 October 2017 - 11:31 PM

In AR6200.bcs for example for Viconia some file VICONND2 is started.

I didn't find it with NearInfinity search.

How to make such files and how to assign picture and end text?

Those are 2da files. Just look at VICONND2.2da and see how the picture and strings for bio text are included.

 

2DA V1.0
*NVICONL  //>>> This is the large portrait to be shown, the * must be in front of it
                        0           1
SWITCH                  DEFAULT     DEFAULT
DEFAULT                 71020       343824 //>>>>> This is the string to be displayed


Edited by Roxanne, 26 October 2017 - 11:40 PM.

The Sandrah Saga

another piece of *buggy, cheesy, unbalanced junk*

 


#3 Lassal

Lassal
  • Modder
  • 100 posts

Posted 27 October 2017 - 08:33 AM

In AR6200.bcs for example for Viconia some file VICONND2 is started.

I didn't find it with NearInfinity search.

How to make such files and how to assign picture and end text?

Those are 2da files. Just look at VICONND2.2da and see how the picture and strings for bio text are included.

 

2DA V1.0
*NVICONL  //>>> This is the large portrait to be shown, the * must be in front of it
                        0           1
SWITCH                  DEFAULT     DEFAULT
DEFAULT                 71020       343824 //>>>>> This is the string to be displayed

Of all the files I didn't think of 2da files:-)

Very big thanks!

By the way, what are these 0, 1 things? after portrait?


SetGlobal("BodhiRomance","GLOBAL",2)
 
Mods:
Vampire World for EET - http://www.shsforums...-world-for-eet/
Mercenaries of Sword Coast for EET - http://www.shsforums...-coast-for-eet/
Bank of Baldurs Gate for EEThttp://www.shsforums...s-gate-for-eet/
Caelar's Fall for EEThttp://www.shsforums...2-caelars-fall/
Pregnancy for EE/EET - http://www.shsforums...or-bg1bg2eeeet/
Sister of Bhaalspawn for EEThttp://www.shsforums...lspawn-for-eet/
 


#4 Roxanne

Roxanne

    Modder

  • Member
  • 3564 posts

Posted 27 October 2017 - 08:39 AM

Of all the files I didn't think of 2da files:-)

Very big thanks!

By the way, what are these 0, 1 things? after portrait?

https://gibberlings3..._bgee/npcnd.htm


The Sandrah Saga

another piece of *buggy, cheesy, unbalanced junk*

 


#5 Lassal

Lassal
  • Modder
  • 100 posts

Posted 27 October 2017 - 08:41 AM

Of all the files I didn't think of 2da files:-)

Very big thanks!

By the way, what are these 0, 1 things? after portrait?

https://gibberlings3..._bgee/npcnd.htm

There is nothing about 0, 1 :crying: 


SetGlobal("BodhiRomance","GLOBAL",2)
 
Mods:
Vampire World for EET - http://www.shsforums...-world-for-eet/
Mercenaries of Sword Coast for EET - http://www.shsforums...-coast-for-eet/
Bank of Baldurs Gate for EEThttp://www.shsforums...s-gate-for-eet/
Caelar's Fall for EEThttp://www.shsforums...2-caelars-fall/
Pregnancy for EE/EET - http://www.shsforums...or-bg1bg2eeeet/
Sister of Bhaalspawn for EEThttp://www.shsforums...lspawn-for-eet/
 


#6 Roxanne

Roxanne

    Modder

  • Member
  • 3564 posts

Posted 27 October 2017 - 09:54 AM

Of all the files I didn't think of 2da files:-)

Very big thanks!

By the way, what are these 0, 1 things? after portrait?

https://gibberlings3..._bgee/npcnd.htm

There is nothing about 0, 1 :crying:

This is the official description.

I have added many epilogues to my mods but the only fields I ever used were the ones defining the BMP portrait and the two strings - for which I used the same text anyway.


The Sandrah Saga

another piece of *buggy, cheesy, unbalanced junk*

 


#7 Lassal

Lassal
  • Modder
  • 100 posts

Posted 27 October 2017 - 10:01 AM

Of all the files I didn't think of 2da files:-)

Very big thanks!

By the way, what are these 0, 1 things? after portrait?

https://gibberlings3..._bgee/npcnd.htm

There is nothing about 0, 1 :crying:

This is the official description.

I have added many epilogues to my mods but the only fields I ever used were the ones defining the BMP portrait and the two strings - for which I used the same text anyway.

Yes, made it now same way :devil: 

There are always new levels of modding for BG. Zen of Baldur's Gate :new_thumbs: 


SetGlobal("BodhiRomance","GLOBAL",2)
 
Mods:
Vampire World for EET - http://www.shsforums...-world-for-eet/
Mercenaries of Sword Coast for EET - http://www.shsforums...-coast-for-eet/
Bank of Baldurs Gate for EEThttp://www.shsforums...s-gate-for-eet/
Caelar's Fall for EEThttp://www.shsforums...2-caelars-fall/
Pregnancy for EE/EET - http://www.shsforums...or-bg1bg2eeeet/
Sister of Bhaalspawn for EEThttp://www.shsforums...lspawn-for-eet/