Jump to content


Photo

Adding descriptions to .spl files


  • Please log in to reply
6 replies to this topic

#1 Sebastian

Sebastian
  • Member
  • 67 posts

Posted 14 December 2008 - 02:13 PM

Greetings.

Well, as the name suggests, I'm in need of assistance in what concerns the adding of spell descriptions for BG2-TOB.

I am making a new Fighter Kit after my own tastes. I created most of the "spells" and HLA's (yes, this kit will have its own HLA's) however, there are obviously some things I haven't figured out yet.

Namely, when creating the installer package for the kit, WHERE am I supposed to put the various HLA descriptions, must they be individual files for each spell or do I have to put ALL of the strings somehow into the tp2 or some other file? And how do I subsequently add them to the Dialog.tlk and how do I tell the tlk which spell to link it to?

Before you ask, YES I visited the Site's Tutorial Section and NO I didn't find anything about how exactly to add a string to dialog.tlk and make it so it is set as the description to a specific .spl file.

Maybe I should mention that I'm using the resources of a working Megamod just in case.

If the answer is of the painfully obvious generation( which I'm thinking it might) please exqueeze me :whistling:

//Sebastian

Edited by Sebastian, 14 December 2008 - 02:13 PM.


#2 Icendoan

Icendoan

    "An Infinite Deal of Nothing"

  • Member
  • 1723 posts

Posted 14 December 2008 - 02:24 PM

For non-spellbook spells

COPY ~myMod/mySPL.spl~ ~override~
SAY NAME1 ~mySPL~
SAY DESC ~mySPL Description~

For spellbook spells

ADD_SPELL ~myMod/mySpl.spl~ spellType spellLevel ~MYSPL~
SAY NAME1 ~mySPL~
SAY DESC ~MySPL Description~

Consider yourself exqueezed.

Icen

Edited by Icendoan, 14 December 2008 - 02:25 PM.

Proud member of the 'I HATE Elminster!' Club!

Mods in development: Keeping Yoshimo

#3 Thanatos.

Thanatos.
  • Member
  • 474 posts

Posted 14 December 2008 - 02:41 PM

Another mod saved from death, Icen :whistle:

#4 Irbis

Irbis

    Drone Locker

  • Member
  • 186 posts

Posted 14 December 2008 - 02:42 PM

nevermind ^^

Edited by Irbis, 15 December 2008 - 04:06 AM.

ico_0000_FB_png.pngico_0005_TW_png.pngico_0006_YT_png.pngico_0002_IDB_png.png


#5 Icendoan

Icendoan

    "An Infinite Deal of Nothing"

  • Member
  • 1723 posts

Posted 14 December 2008 - 02:46 PM

Yeah, but it should still be moved.

Thanks Illithian! It had slipped my mind....

Icen
Proud member of the 'I HATE Elminster!' Club!

Mods in development: Keeping Yoshimo

#6 vilkacis

vilkacis

    Rashemen REPRESENT! Word to yo hamsta!

  • Modder
  • 1571 posts

Posted 14 December 2008 - 05:20 PM

Should, and has.

#7 Sebastian

Sebastian
  • Member
  • 67 posts

Posted 15 December 2008 - 02:29 AM

For non-spellbook spells

COPY ~myMod/mySPL.spl~ ~override~
SAY NAME1 ~mySPL~
SAY DESC ~mySPL Description~

For spellbook spells

ADD_SPELL ~myMod/mySpl.spl~ spellType spellLevel ~MYSPL~
SAY NAME1 ~mySPL~
SAY DESC ~MySPL Description~

Consider yourself exqueezed.

Icen

Ah, I thank thee :Bow:

//Sebastian

P.S. Lol, no matter how many forums I register to, I always manage to post topics in the wrong sections.