Jump to content


Photo

Bottomless bag of holding, et al.


  • Please log in to reply
24 replies to this topic

#21 Taimon

Taimon
  • Member
  • 387 posts

Posted 17 July 2008 - 09:44 PM

How are you trying to install the mod?
If WeiDU say something about --tlk-out, you most likely haven't used the Setup-xxx.exe file.

#22 Sam.

Sam.
  • Administrator
  • 1294 posts

Posted 18 July 2008 - 08:43 AM

How are you trying to install the mod?
If WeiDU say something about --tlk-out, you most likely haven't used the Setup-xxx.exe file.

That was it. Thanks!

"Ok, I've just about had my FILL of riddle asking, quest assigning, insult throwing, pun hurling, hostage taking, iron mongering, smart-arsed fools, freaks, and felons that continually test my will, mettle, strength, intelligence, and most of all, patience! If you've got a straight answer ANYWHERE in that bent little head of yours, I want to hear it pretty damn quick or I'm going to take a large blunt object roughly the size of Elminster AND his hat, and stuff it lengthwise into a crevice of your being so seldom seen that even the denizens of the nine hells themselves wouldn't touch it with a twenty-foot rusty halberd! Have I MADE myself perfectly CLEAR?!"

--<CHARNAME> to Portalbendarwinden

--------------------

post-10485-0-15080600-1348188745.jpg
___________Old pen and paper modules of the 70s and 80s.___________

CA Forums CA Homepage


#23 Sam.

Sam.
  • Administrator
  • 1294 posts

Posted 20 July 2008 - 07:43 PM

Yet another question... :). Can WeiDU edit a text file in the BG 2 directory folder? What I would like to do is add the movie entries to baldur (the config settings) so that one could watch them from the 'movies' screen in game without having come across them while playing.

"Ok, I've just about had my FILL of riddle asking, quest assigning, insult throwing, pun hurling, hostage taking, iron mongering, smart-arsed fools, freaks, and felons that continually test my will, mettle, strength, intelligence, and most of all, patience! If you've got a straight answer ANYWHERE in that bent little head of yours, I want to hear it pretty damn quick or I'm going to take a large blunt object roughly the size of Elminster AND his hat, and stuff it lengthwise into a crevice of your being so seldom seen that even the denizens of the nine hells themselves wouldn't touch it with a twenty-foot rusty halberd! Have I MADE myself perfectly CLEAR?!"

--<CHARNAME> to Portalbendarwinden

--------------------

post-10485-0-15080600-1348188745.jpg
___________Old pen and paper modules of the 70s and 80s.___________

CA Forums CA Homepage


#24 Miloch

Miloch

    Barbarian

  • Modder
  • 6573 posts

Posted 21 July 2008 - 01:58 AM

Yet another question... :). Can WeiDU edit a text file in the BG 2 directory folder? What I would like to do is add the movie entries to baldur (the config settings) so that one could watch them from the 'movies' screen in game without having come across them while playing.

Yes, you can COPY it like any other file, and I suppose you want REPLACE_TEXTUALLY too.
COPY ~baldur.ini~ ~baldur.ini~
  REPLACE_TEXTUALLY EXACT_MATCH ~[MOVIES]~ ~[MOVIES]
NEWENTRY=1
[...]~
You could probably try to be more intelligent with checking whether the entries you're adding already exist, but there may not be much point depending on what you're doing. If you want to match newlines or other potential whitespace, use something like this first:
OUTER_INNER_PATCH 1234 BEGIN
  WRITE_LONG 0x0 0x090a0d20
  READ_ASCII ws(4)
END
Then you can use %ws% to match any sort of whitespace (tabs, returns, spaces) in the first search string.

If you're doing something like this, you might also be interested in the "controversial" Disable Startup Movies component which is going in the new MixMod with the rest of the tweaks (and already exists there in a previous version).

Edited by Miloch, 21 July 2008 - 02:01 AM.

Infinity Engine Contributions
Aurora * BG1 NPC * BG1 Fixpack * Haiass * Infinity Animations * Level 1 NPCs * P5Tweaks
PnP Free Action * Thrown Hammers * Unique Containers * BG:EE * BGII:EE * IWD:EE
================================================================
Player & Modder Resources
BAM Batcher * Creature Lister * Creature Checker * Creature Fixer * Tutu/BGT Area Map & List * Tutu Mod List
================================================================
"Infinity turns out to be the opposite of what people say it is. It is not 'that which has nothing beyond itself' that is infinite, but 'that which always has something beyond itself'." -Aristotle


#25 Miloch

Miloch

    Barbarian

  • Modder
  • 6573 posts

Posted 10 August 2008 - 01:59 AM

However, when you put tons of stuff in a bag whose Storage capacity is '0', things seem to mysteriously disappear.

Here's another reason to implement this tweak.

Edited by Miloch, 10 August 2008 - 02:00 AM.

Infinity Engine Contributions
Aurora * BG1 NPC * BG1 Fixpack * Haiass * Infinity Animations * Level 1 NPCs * P5Tweaks
PnP Free Action * Thrown Hammers * Unique Containers * BG:EE * BGII:EE * IWD:EE
================================================================
Player & Modder Resources
BAM Batcher * Creature Lister * Creature Checker * Creature Fixer * Tutu/BGT Area Map & List * Tutu Mod List
================================================================
"Infinity turns out to be the opposite of what people say it is. It is not 'that which has nothing beyond itself' that is infinite, but 'that which always has something beyond itself'." -Aristotle