Jump to content

Anniversary in a megamod


Recommended Posts

Hi,

 

I want to inform you, that smeagolheart from shs has described us the following problem:

 

Found a coupla bugs with the G3 anniversary mod and the Big World Project.

 

This one was found earlier elsewhere on forums, same thing happens:

Lady Bev doesn't give Vibrissa after receiving the java beans. Thought it was because SCSII overwrote her script, g3bev.bcs, but replacing it with the original didn't work. Had to do a "SetGlobal("G3JavaMojo","GLOBAL",2)" then talk to her to get it.

 

Also, after fighting the "end battle" of the mod, you come up to an area in Waukeens Promenade, and can exit to the world map, but nothing on the map is clickable (had to MoveToArea to get out). After porting out, the world map worked normally.

Do you know of these problems?

 

Greetings Leomar

Link to comment
Guest temujin.
Also, after fighting the "end battle" of the mod, you come up to an area in Waukeens Promenade, and can exit to the world map, but nothing on the map is clickable (had to MoveToArea to get out). After porting out, the world map worked normally.

i don't know anything about weidu so i could be completely wrong here.

 

the area where you get stuck and can't get out (g3g12a) seems like a random encounter area (i.e. you only visit it once). so i don't understand why Cam provided compatibility for it in the first place :)

 

open Setup-G3Anniversary.tp2, scroll down and delete or comment out the following lines:

 

///// \\\\\

///// compat code for BP-BGT worldmap \\\\\

///// \\\\\

 

PRINT @2

 

ACTION_IF FILE_EXISTS ~Worldmap/map_mods_areas.tbl~ THEN BEGIN

 

COPY ~Worldmap/map_mods_areas.tbl~ ~Worldmap~

APPEND_FILE ~G3Anniversary/Worldmap/areas.tbl~

 

COPY ~Worldmap/map_mods_links.tbl~ ~Worldmap~

APPEND_FILE ~G3Anniversary/Worldmap/links.tbl~

 

//preliminary step - making LANGUAGE temporary file until the new WeiDU

COPY - ~G3Anniversary/Worldmap/%LANGUAGE%/worldmap.tra~ ~tmp_worldmap.tra~

 

COPY ~Worldmap/map_mods_trans.tra~ ~Worldmap~

APPEND_FILE ~tmp_worldmap.tra~

 

END ELSE BEGIN

 

MKDIR ~Worldmap~

COPY ~G3Anniversary/Worldmap/areas.tbl~ ~Worldmap/map_mods_areas.tbl~

COPY ~G3Anniversary/Worldmap/links.tbl~ ~Worldmap/map_mods_links.tbl~

COPY ~G3Anniversary/Worldmap/%LANGUAGE%/worldmap.tra~ ~Worldmap/map_mods_trans.tra~

 

END

reinstall and try again. works for me.

Link to comment

Archived

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

×
×
  • Create New...