Jump to content


Custom components in a megamod

bgt bwp megamod

  • Please log in to reply
3 replies to this topic

#1 -Mark-

-Mark-
  • Guest

Posted 08 January 2013 - 11:40 AM

I am trying to install a megamod right now through big world project.  I would like to select each component individually as I am not interested in all the components of different mods.  In the past would go through the big world install bat file and delete all the component numbers I am not interested in each particular mod.  For example if I wanted component 0 but not component 1 of a mod I would change something like this:

 

Call %INST% modname "0 1"

 

to something like this:

 

Call %INST% modname "0"

 

And it has worked in the past (I believed that if I did this again it would still work)

 

I figured there was an easier way to go about this however.  I've tried changing all the %INST% to %INSTQ% for the mods I want and I've tried changing the line:

 

SET INST="%BWIP%\Install.bat"

 

to this:

 

SET INST="%BWIP%\Install_q.bat".

 

However, each time I try doing either of these approaches, it goes through the beginning stuff fine, and stops at my first mod like it should.  It does something like this:

 

Installing TobEx...

 

[Weidu.exe] WeiDU version 23104

This is a non-stable version.  Unless you're sure about what you're doing, consider downgrading.

[./CHITIN.KEY] 182 BIFFs, 41793 resources

[./dialog.tlk] 74107 string entries

[WeiDU.exe] Using scripting style "BG2"

0:English

1:Castellano (Castilian/Spanish)

2:Francais (French)

3:Italiano (Italian)

4:Russian

5: (Simplified Chinese)

6: (Traditional Chinese)

Language:

 

I then try typing "0" and pressing enter. And it says the following:

 

Skipping TobEx, component[s] 100 101 102 103 105 107 108 109 110 111 112 113 114 115 116 117 118 120 121 122 123 124: No language selected: aborting

Press any key to continue . . .

 

It then stops at my next mod and continues in a similar pattern.  Note that if I change each mod from %INST% to %INSTQ% and delete all components after it, it will still error out saying no language selected so I don't think it is a syntax error from that.  I have been googling for hours and looking through the guides here but the only thing I could find that was related was a german website that I couldn't understand.  Can someone point me in the right direction of what I should be doing?  How do people on this site do custom megamod installs?

 

Thank you for your time.



#2 Jarno Mikkola

Jarno Mikkola

    The Imp in his pink raincoat.

  • Member
  • 10911 posts

Posted 08 January 2013 - 12:26 PM

I am trying to install a megamod right now through big world project. I would like to select each component individually as I am not interested in all the components of different mods.
Erhm, then you just need to use the BWS and use this:
capturevmp.png

Edited by Jarno Mikkola, 08 January 2013 - 12:26 PM.

Deactivated account. The user today is known as The Imp.


#3 -Mark-

-Mark-
  • Guest

Posted 08 January 2013 - 02:07 PM

Oh thanks Jarno I did not know the setup was still supported, I thought it was outdated and not recommended to use.



#4 Jarno Mikkola

Jarno Mikkola

    The Imp in his pink raincoat.

  • Member
  • 10911 posts

Posted 08 January 2013 - 03:05 PM

Oh thanks Jarno I did not know the setup was still supported, I thought it was outdated and not recommended to use.

Well, the new version is uptodate...


Deactivated account. The user today is known as The Imp.