Jump to content

Including NPC Kitpack in a Batch file Install?


Guest AndrewB

Recommended Posts

Guest AndrewB

So as the title states, I tried including the NPC Kitpack in an automated Install via a Batch file (I modified the BWP's Install.bat) but when the mod was all done, it wouldn't proceed onto the next mod in the list. All I could do was hit Enter to close, which in turn breaks the Install. Is there any way I can fit this in smoothly, or am I just going to have to use a pause and install this manually while the .bat is waiting in the background?

Link to comment
So as the title states, I tried including the NPC Kitpack in an automated Install via a Batch file (I modified the BWP's Install.bat) but when the mod was all done, it wouldn't proceed onto the next mod in the list. All I could do was hit Enter to close, which in turn breaks the Install. Is there any way I can fit this in smoothly, or am I just going to have to use a pause and install this manually while the .bat is waiting in the background?
What kind of code did you try to insert into the BiG World Install.bat ?

 

Something like this might work:

setup-npckit.exe				--language 0	--force-install-list	x y z

Where the x y z are the numbers of the kits that were in v2 at least according to this:

30 Improved Specialist Mage Descriptions

31 Replace Berserker Kit with Battlerager for Dwarves

400 Anomen Gains Helm Kit on Passing Knighthood Test

410 Anomen Gains Berserker Kit on Failing Knighthood Test

420 Prevent CN Anomen Gaining a Holy Symbol

900 Add Red Wizard to Edwin's Kit Description

1400 Give Imoen Adventurer Kit

1410 Give Imoen a Mage Kit -> Abjurer

1411 Give Imoen a Mage Kit -> Conjurer

1412 Give Imoen a Mage Kit -> Diviner

1413 Give Imoen a Mage Kit -> Enchanter

1414 Give Imoen a Mage Kit -> Illusionist

1415 Give Imoen a Mage Kit -> Invoker

1416 Give Imoen a Mage Kit -> Necromancer

1417 Give Imoen a Mage Kit -> Transmuter

2100 Change Korgan's Kit to Battlerager

2200 Give Mazzy a Proper Truesword of Arvoreen Kit

2300 Change Minsc's Title to Rashemaar Ranger

2500 Give Nalia Adventurer Kit

2510 Give Nalia a Mage Kit -> Abjurer

2511 Give Nalia a Mage Kit -> Conjurer

2512 Give Nalia a Mage Kit -> Diviner

2513 Give Nalia a Mage Kit -> Enchanter

2514 Give Nalia a Mage Kit -> Illusionist

2515 Give Nalia a Mage Kit -> Invoker

2516 Give Nalia a Mage Kit -> Necromancer

2517 Give Nalia a Mage Kit -> Transmuter

2800 Give Sarevok a Proper Deathbringer Kit

Link to comment
Guest AndrewB

I figured out what it was. Nothing with NPCkit it turns out, but rather my foolish editing of things which have already taken place in the .bat while it is running. Lesson learned.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...