Jump to content


Photo

BWPv14


  • Please log in to reply
220 replies to this topic

#21 dabus

dabus
  • Member
  • 1982 posts

Posted 10 January 2014 - 10:57 AM

Just for the record:

If you wonder where mtee.exe in your drives main directory comes from:
Edit BiG World Install.bat, line 43:
SET M="%BWIP%"\mtee.exe /+ "BiG World Debug.txt"
:: the quotation mark is at the wrong place here, below is fine. Coloring of this site shows you the effect just fine. :)
SET M="%BWIP%\mtee.exe" /+ "BiG World Debug.txt"

Edited by dabus, 10 January 2014 - 10:59 AM.

THINK! - It's not illegal.

#22 new(Mike)

new(Mike)
  • Member
  • 122 posts

Posted 10 January 2014 - 04:07 PM

Replace the first line in BiG World Installpack\config,bat:

@echo off
:: replace off with on
@echo on

With @echo on, there'll be additional output that tells you what's going on.
Maybe your system does not find/contain the tools that it needs or they don't work on your system.

i have replace @echo off with @echo on

 

but the content in BiG World Debug.txt is still as follows:

".\BiG World Installpack\English\strings.txt

已复制         1 个文件。

"

in english,it is as follows:

 

".\BiG World Installpack\English\strings.txt

        1 file(s) copied."

 

i cannot find any additional output


Edited by new(Mike), 10 January 2014 - 04:25 PM.


#23 dabus

dabus
  • Member
  • 1982 posts

Posted 11 January 2014 - 01:29 AM

Sorry, switch that. On shows, off hides the executed commands.
THINK! - It's not illegal.

#24 dabus

dabus
  • Member
  • 1982 posts

Posted 11 January 2014 - 09:27 AM

There's an error in the BiG World Textpack if you want German and textharmonisation and don't use the BiG World Install.bat.
:JHARMON
IF EXIST "BiG World Textpack" xcopy /Y /S /E ".\BiG World Textpack\_Textharmonisation" ".\BiG World Textpack"
:: should be
IF EXIST "%MAIN_DIR%" xcopy /Y /S /E ".\%MAIN_DIR%\_Textharmonisation" ".\%MAIN_DIR%"

Edited by dabus, 11 January 2014 - 09:27 AM.

THINK! - It's not illegal.

#25 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 12 January 2014 - 04:33 AM

Not the BG2Fixpack - I meant the BWPFixpack master :P


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#26 The Imp

The Imp

    Not good, see EVIL is better. You'll LIVE.

  • Member
  • 5150 posts

Posted 12 January 2014 - 06:17 AM

Not the BG2Fixpack - I meant the BWPFixpack master :P
We have too many fixpacks... or don't we ? We need more hack packs. :devil:

Yep, Jarno Mikkola. my Mega Mod FAQ. Use of the BWS, and how to use it(scroll down that post a bit). 
OK, desert dweller, welcome to the sanity, you are free to search for the limit, it's out there, we drew it in the sand. Ouh, actually it was still snow then.. but anyways.


#27 new(Mike)

new(Mike)
  • Member
  • 122 posts

Posted 12 January 2014 - 07:20 AM

Sorry, switch that. On shows, off hides the executed commands.

 

excuse me, can you tell me where i can see the  the executed commands.

 

thank you very much

 

i can use BWP13 without any problem,but now,i cannot use BWP14 and i donnot know why

 

who can help me


Edited by new(Mike), 12 January 2014 - 07:21 AM.


#28 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 12 January 2014 - 08:19 AM

@Leonardo: setup-Gavin_BGGraphics_hotfix.tp2 should not be used because BGTGraphics handles it within the mod itself now :)

 

I've removed it from the BWPFixpack :P


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#29 dabus

dabus
  • Member
  • 1982 posts

Posted 12 January 2014 - 08:59 AM

Uh, you can just read the text in the batchfile if you like to. :D
But that wouldn't tell you what command fails you.
Likely having @echo on in BiG World Installpack\Config.bat and running the BiG World Install.bat again will show you what's happening and might reveal an error. It should look like this (with the red part being something that is normally hidden):
D:\temp>type "D:\temp\BiG World Installpack\temp\general.txt" | find
str @000 | "BiG World Installpack"\cut -c5-



Please choose your language. (E)nglish

S'il vous plaît choisissez votre langue. (F)rench

And as said, there'll be some hints about what's errors are happening...

Edited by dabus, 12 January 2014 - 09:08 AM.

THINK! - It's not illegal.

#30 new(Mike)

new(Mike)
  • Member
  • 122 posts

Posted 13 January 2014 - 11:27 PM

after i extract BiG World Textpack v14 ENGLISH、BiG World Trimpack v13.0.2、BiG World Installpack v14、BiG World Fixpack v14 ,i can install BWP14

 

if i donot extract BiG World Textpack v14 ENGLISH, i cannot  install BWP14

 

 


Edited by new(Mike), 14 January 2014 - 12:15 AM.


#31 dabus

dabus
  • Member
  • 1982 posts

Posted 25 January 2014 - 04:18 PM

Installpack will not use manual install on multiple components currently because the variable INSTI is defined before the file BWP_InstQ is created by the config.bat. Move the test to some point after config.bat ran or move it into the config.bat so the test will recognize the file and eventually start asking you for your component selection.

I mean this question;
Do you want to pause at mods with several components and select them manually?

Use this feature with caution! Don't complain if the components you have
edited ruin your installation.

Edited by dabus, 25 January 2014 - 04:26 PM.

THINK! - It's not illegal.

#32 Leonardo Watson

Leonardo Watson
  • Modder
  • 531 posts

Posted 26 January 2014 - 03:06 AM

I made a small update that should cover the most recent issues, however, it's not tested.
Thanks to Lollorian who maintains the Fixpack.



#33 new(Mike)

new(Mike)
  • Member
  • 122 posts

Posted 26 January 2014 - 04:54 PM

why bgt-music isn't installed in BWP14?

 

i also meet Wrong Music in various Areas,if this problem is caused by BGT-music



#34 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 26 January 2014 - 05:18 PM

@Leonardo:

 

BGTMusic had some issues with the latest WeiDU - more discussion here (BGTMusic is necessary even if ToBEx is present :P)

 

Now it does not because magic... (also this got upped into the fixpack a few days back :lol:)


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#35 The Imp

The Imp

    Not good, see EVIL is better. You'll LIVE.

  • Member
  • 5150 posts

Posted 27 January 2014 - 02:04 AM

@Leonardo:

 

BGTMusic had some issues with the latest WeiDU - more discussion here (BGTMusic is necessary even if ToBEx is present :P)

Nope... you don't have to install it ! You can and are welcomed to. But yeah, that's more of a BWS thing.


Yep, Jarno Mikkola. my Mega Mod FAQ. Use of the BWS, and how to use it(scroll down that post a bit). 
OK, desert dweller, welcome to the sanity, you are free to search for the limit, it's out there, we drew it in the sand. Ouh, actually it was still snow then.. but anyways.


#36 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 27 January 2014 - 06:01 AM

Yup you don't have to but the BG1 portion of BGT sounds boring as fuck without BGTMusic so yeah... you have to! I command it! :devil:


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#37 Eric P.

Eric P.

    Journeyman Modder

  • Member
  • 1178 posts

Donator

Posted 27 January 2014 - 07:04 AM

Yup you don't have to but the BG1 portion of BGT sounds boring as fuck without BGTMusic so yeah... you have to! I command it! :devil:

 

Language check, please.


Working and playing on a Mac Pro 6,1 running Mac OS X 10.13.6 High Sierra, and a Mac Pro 3,1 running Mac OS X 10.11.6 El Capitan.

~Buion na 'ell! I serve with joy! Your eyes and ears I shall be. Let us hunt together!~
- Erysseril Gwaethorien: a joinable, romanceable NPC mod for BGII - SoA/ToB, in sporadic development.

A female elf warrior of nature and a Bhaalspawn cross paths during their quests, joining forces to share adventure and companionship. Will they find more?


#38 Usurper

Usurper
  • Member
  • 1115 posts

Posted 27 January 2014 - 07:28 PM

I've been doing a Big World Project Let's Play for about 2 years now, and I'm finally about to kill Sarevok. It seems like the perfect time to transition from BWP 10.2.1 to version 14. Would you guys consider this release to be stable enough to use for the next 2 years?


The Monk is always out to keep a wild mage down. But the Weave, she speaks to me. Together we work our collective will on this brittle, cracking world.
Playing the Big World Project Let's Play both here and on the Something Awful forums.

#39 Leonardo Watson

Leonardo Watson
  • Modder
  • 531 posts

Posted 29 January 2014 - 03:30 AM

@The Imp  vs. Lollorian

Now I don't know what I shall do with the BGTMusic. Some say yes, some say no, and I can't test it myself in the near future. Can I get some more opinions?



#40 dabus

dabus
  • Member
  • 1982 posts

Posted 29 January 2014 - 04:02 AM

As far as I understand, TobEX just patches the EXE to "do something" but that does not include the correction of the music in BG1.
Since WeiDU made some changes to the way music is installed, it's TP2-file may need some tweaking. Lol and WA made some changes, don't know which works better (WA said Lols was better, but a guy said that it does not work, so who knows).
THINK! - It's not illegal.