Jump to content


Photo

Installation issues


  • Please log in to reply
12 replies to this topic

#1 Benji

Benji
  • Member
  • 25 posts

Posted 25 May 2015 - 12:41 PM

I'm having some trouble getting Worldmap to install. It keeps on telling me that Patching has Failed... Whatever that means :P

 

Because I've seen it asked for elsewhere, here are my Worldmap folder and Debug file

 

 

Attached Files



#2 dragonian

dragonian
  • Validating
  • 503 posts

Posted 25 May 2015 - 10:53 PM

Do you have newest version of Sandrah?
If not it probably is this mods fault:
check here post 120 http://www.shsforums...allation/page-6
 



#3 Benji

Benji
  • Member
  • 25 posts

Posted 26 May 2015 - 09:05 AM

Thanks Dragonian! That worked a treat

 

It's a fine thing to find an easy fix :D



#4 -Seraf-

-Seraf-
  • Guest

Posted 24 July 2015 - 02:13 AM

Hello,

 

I have the same problem, trying to install BWP "Recommended" version   minus NPC mods (Big World Setup) and I getting this error. Don't have any Sandrah NPC.



#5 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 24 July 2015 - 02:16 AM

Shit this again :unsure:

 

Can you attach (or post) your Worldmap/map_mods_areas.tbl and Worldmap/map_mods_links.tbl and we can fix this right up :)


Edited by Lollorian, 24 July 2015 - 02:18 AM.

"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


#6 zerguu

zerguu
  • Member
  • 9 posts

Posted 24 July 2015 - 02:26 AM

Ok, here is my files

Attached Files



#7 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 24 July 2015 - 02:30 AM

Extract and overwrite them and run the worldmap setup again :cheers:

 

As for what the problem was, Stone of Askavar didn't leave any lines after its worldmap entries and Innershade didn't leave lines before its entries so both entries combined into a single line :lol:

Attached Files


Edited by Lollorian, 24 July 2015 - 02:31 AM.

"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


#8 zerguu

zerguu
  • Member
  • 9 posts

Posted 24 July 2015 - 02:33 AM

Great, now it's working, thanks for a help :)



#9 Wisp

Wisp
  • Modder
  • 1353 posts

Posted 24 July 2015 - 11:01 AM

Was this with 10.1 or an older version? 10.1 should have fixed it. My mistake. This is fixed in the next version.


Edited by Wisp, 24 July 2015 - 11:08 AM.


#10 GeneralHappyPie

GeneralHappyPie
  • Member
  • 7 posts

Posted 23 August 2015 - 07:12 PM

Hi All.
 
I am getting the below when attempting to install the Worldmap mod.
 
Would love to attach the files but there doesn't seem to be an option to do so??? I'm probably being completely dense here but yeah.
 
Found it!
 
"NOT INSTALLED DUE TO ERRORS Worldmap for Baldur's Gate - including colored Baldur's Gate map icons
 
F:\Program Files (x86)\GOG Games\Baldurs Gate BWP>
ERROR: error loading [%tra_path%/%LANGUAGE%/fft_compat.tra]
ERROR: [worldmap/map_mods_trans.tra] -> [worldmap/map_mods_trans.tra] Patching Failed (COPY) (Unix.Unix_error(20, "stat", "%tra_path%/%LANGUAGE%/fft_compat.tra"))
ERROR: Unix.Unix_error(20, "stat", "%tra_path%/%LANGUAGE%/fft_compat.tra")
Worldmap for Baldur's Gate - including colored Baldur's Gate map icons (BP-BGT Worldmap) was not installed due to errors."
 

Attached Files


Edited by GeneralHappyPie, 23 August 2015 - 07:16 PM.


#11 hejmeddej

hejmeddej
  • Member
  • 7 posts

Posted 23 August 2015 - 11:23 PM

I had the same error. Seems to be due to a beta version 10.2b of worldmap instaled ny BWS install World map 10.1 form this webpage. Extract to your bladur´s gate folde run install. Worked for me.



#12 K4thos

K4thos
  • Modder
  • 315 posts

Posted 24 August 2015 - 02:55 PM

a little bug report:

this code:

ACTION_IF FILE_EXISTS_IN_GAME xnewarea.2da BEGIN
  COPY_EXISTING xnewarea.2da override
    REPLACE_TEXTUALLY CASE_INSENSITIVE ~.*ar3000.*~ ~~
  IF ~ar3000~
  BUT_ONLY
END

should be changed to:

ACTION_IF FILE_EXISTS_IN_GAME xnewarea.2da BEGIN
  COPY_EXISTING xnewarea.2da override
    REPLACE_TEXTUALLY CASE_INSENSITIVE ~.*ar3000.*~ ~1~
  IF ~ar3000~
  BUT_ONLY
END

Leaving whole line empty causes problems in BG2:EE - no matter what XP CAP limit you set, after game reload XP will be reduced up to 2950000.


Edited by K4thos, 24 August 2015 - 02:56 PM.


#13 GeneralHappyPie

GeneralHappyPie
  • Member
  • 7 posts

Posted 24 August 2015 - 11:16 PM

I had the same error. Seems to be due to a beta version 10.2b of worldmap instaled ny BWS install World map 10.1 form this webpage. Extract to your bladur´s gate folde run install. Worked for me.

Thanks hejmeddej that worked for me. Much appreciated!