Megamod 2.44 Bug Reports and Suggestions

Status
Not open for further replies.
This bug appear if you have "Bag" in inventory. When create "Healing Powder" (may be and all other item) with Mr.Fixit - game hang. Only helps Ctrl Alt Del.
 
Some more bugs to report:

1. I finally got my hands on a gasmask, I headed straight to the Destroyed Lab then to the Ghost town, in both areas while using the mask in the poisoned areas, the message "You see a bar visitor" would appear above my characters head.

2. In ghosttown in the poisoned sewer area is a note on a corpse/pile of bones, examining the note caused the game to crash. Memory exception error IIRC.

3. Minor bug, but at Vault 14, the mutant hide-out/Master's Lab, I was able to peacefully gain entrance. When I met Ardenius (name?) he commented about how he couldn't forgive my slaughtering of his brethren, or something to that effect.
On another note, Ardenius was a nice challenge, if it weren't for the psycho I nicked from cassidy I would have been a gonner :)
Also he was carrying the wrong ammo for his weapon, a Bozar. He had some .223. The Bozar also disappeared when he died. No matter, I have two.

4. Vault14 - Marcus' Armour, when he puts it on he changes his appearance briefly then moves one step and some floating red text appears saying:
"Eh, And why is it that the player hasn't taken advantage of the new animation?"
He then reverts to his normal self, it does the same thing regardless of whether I have party_armor_graphic on or off.

5. Two minor bugs that are similar (Might not even be bugs). The doctor that makes marcus' armour will only accept metal armour mk1, it seems the metal used in mk2 armour is not acceptable :) The miner that works on the tunnel between Modoc and the home of the Slags also has the same problem with plastic explosives (Or whatever the white explosive is), he only likes dynamite.

6. At the EPA, I have already killed all thje spore plants then I met a hologram asking me to kill them, it won't let me tell him they are dead. Perhaps I did something wrong though, although I can't find a damned spore plant left anywhere.

Earlier I mentioned :
BOS bunker quests seem bugged again
I have yet to test but I read that this is a known issue, its allegedly caused by taking the car with you so I'll try heading back there without the car soon.

Cheers.


P.S. Why do need Random Chemicals?

Good question :) I wish I knew, I always assumed they provided a random effect each time, but everyone I actually try just poisons me.

and how to skinning golden gecko (i watch jordan, but i dont have perk)
Yeah getting the perk is still the same as it always was. You have to rescue smiley the trapper from the toxic caves, after that if you chose the warrior route and you bring him enough golden gecko pelts, the head warrior will teach you how to skin other animals and how to get more than just a skin from a gecko.
I don't know what watching Jordan does, it might just be an XP gain.
 
nad02s said:
and how to skinning golden gecko (i watch jordan, but i dont have perk)
Yeah getting the perk is still the same as it always was. You have to rescue smiley the trapper from the toxic caves, after that if you chose the warrior route and you bring him enough golden gecko pelts, the head warrior will teach you how to skin other animals and how to get more than just a skin from a gecko.
I don't know what watching Jordan does, it might just be an XP gain.
I haven't played the Megamod in a long time, but this is how it used to be:

[spoiler:d28abf3495]
Jordan:

Watch when Jordan skins a gecko, then ask if he can teach you to trap geckos. In return for a sharpened spear you will get + 4% traps. If your traps skill is 40% or more, you can teach Jordan instead. As a reward you can ask for a silver gecko skin (if your barter skill is at least 40% you can ask for two skins) or teach him for free (you get a whopping +1 karma).

Also ask him to tell you about the wastes, for the price of a sharpened spear you get +4% outdoorsman. If your outdoorsman skill is 40% or more you can teach him a few things, same deal as earlier.

You have to talk to Jordan the first time you are in Arroyo (village square), once you leave the map, you lose the ability to watch him skin the gecko. You can only learn one skill not both, but you can teach Jordan in both.
[/spoiler:d28abf3495]
 
Hello

I encountered a little problem. It's about savegames.

Apparently, when i come into a map, and do a save(im using quicksaves mostly) i can load it without problems.
But then, if i load, and save it again - loading makes crash to a desktop. Same if i come into a map and move my character around for a bit - saves can't be loaded.
I hadn't got this problem with 2.42 version, and i tried downloading "obj_dude.int" script which was posted at the first pages of this topic.
After removing Klint from my team bug seems to be less ocurring. But it's still not fixed.
Help anybody?

Thanks for reading my post ;)
 
Hi all. I have the same problem as that of Rafaello. When I take Klint, you can not saved with him. If you leave him and move to another location, then everything is OK.
P.S. Sorry for my bad english:D
 
Yeah, and I cannot save the game anywhere. I run ProcessDat2.exe before running the game, I've checked if the files in protofolder are set to "read only", I've even tried to change the obj_dude.int given in the previous posts and the one from 2.42 version, but I still got the error saving game! message... Any ideas?
 
Hello, I got an idea, how bout your fallout.cfg. Do u have critter_patch and master_patch pointing to the same folder. Paths have to be identical like DATA for example
 
Script bug in grizzly.int

A fixed script file error in dialog for Megamod in script grizzly.int. Error appears in Collyweb, conversation with John Grizzly after you kill Humphrey for him. Download and put it into data\scripts of Megamod folder. I changed lines number in dialog, one digit was wrong, pointing to a wrong line in msg file.

Here is the problem node. Changed 430 to 5430 and 432 to 5432. This line conflicts with line in joezy.int script.

Corrected script should look like this.

Code:
procedure Node016 
begin 
  variable LVar1 := 0; 

  LVar1 := op_create_object(125, 0, 0, -1); 
  op_add_mult_objs_to_inven(op_dude_obj(), LVar1, 5); 
  LVar1 := op_create_object(236, 0, 0, -1); 
  op_add_mult_objs_to_inven(op_dude_obj(), LVar1, 1); 
  LVar1 := op_create_object(40, 0, 0, -1); 
  op_add_mult_objs_to_inven(op_dude_obj(), LVar1, 2); 
  LVar1 := op_create_object(48, 0, 0, -1); 
  op_add_mult_objs_to_inven(op_dude_obj(), LVar1, 1); 
  LVar1 := op_create_object(109, 0, 0, -1); 
  op_add_mult_objs_to_inven(op_dude_obj(), LVar1, 3); 
  LVar1 := op_create_object(49, 0, 0, -1); 
  op_add_mult_objs_to_inven(op_dude_obj(), LVar1, 1); 
  LVar1 := op_create_object(79, 0, 0, -1); 
  op_add_mult_objs_to_inven(op_dude_obj(), LVar1, 3); 
  LVar1 := op_create_object(86, 0, 0, -1); 
  op_add_mult_objs_to_inven(op_dude_obj(), LVar1, 1); 
  op_set_local_var(8, op_local_var(8) bwor 4096); 
  op_display_msg(op_msg_string(219, 5800)); 
  op_give_exp_points(600); 
  op_set_global_var(844, 2); 
  op_gsay_reply(219, op_msg_string(219, 5430 + ((op_local_var(8) bwand 2048) != 0)) + op_msg_string(219, 5432)); 
  op_giq_option(4, 219, 5433, @Node999, 50); 
end
 
Z? said:
The game crashes whenever I arrive in Broken Hills. Anything to fix that?
it seems that a new obj_dude.int cures the problem with crash including Broken Hills.
 
Bug with two jammed doors in Vault 8 Level2.
With Strength 7,8,9,10, with and without crowbar in inventory I'm could not open it.

I'm can join more than four party members with Charisma 8.
My current party:
1. Vic
2. Cassidy
3. Goris
4. Sulik
5. Marcus
6. Robo-dog from NCR.
And I can join Lenny.
But I do not want. :)

Only Sulik refuses to join again without reducing the number of party members.
 
Quest log

Mib88,

These quests in Navarro don't show up in PipBoy.

  • Locate the crashed Vertibird near Klamath. 300xp

    Enter the Toxic Caves warehouse. 1500xp + Advanced Power Armor
 
Gambigobilla said:
I have a problem in EPA. When i enter only my character and car trunk is visible (not even car itself!) everything else is black. Mouse and items console shows too. Saving in this situation creates a corrupted save game which cannot be loaded.

I tried reinstalling from both single click installer and zipped version. the problem still continues.

i goggled for help and it seems same problem occurs in restoration project mod. It can be simply corrected by installing hi-res patch. So I tried installing hi-res patch just to fail again.

Is it something about map edge data (the edg files)? Hi-Res readme file doesn't say where to copy them. So i copied them \fallout2\data\maps\folder , \fallout2\f2_res\ , \fallout2\f2_res\map_edges\ and \fallout2\f2_res\maps folder (yeah, both four places!!!) again i failed.

If you can help me how to correct this i really appriciate.
I can send save games in and before epa if needed.

Thanks in advance.
Hi. I have the same Problem, and nothing I tried worked. Some help here please.

Edit: oops, .. thats NOT the Post I wanted to Quote.. my bad.. corrected now!

Edit²: Things I've already tried:
  • Fiddled with the Edges (At least maybe ti could be that)
  • Entered multiple times even without a car, w/o npcs, etc
  • Extracted the Maps out of the Package and tried again
  • Downloaded it again AND extracted again AND tried it again
  • Runned through all of it with a fresh Second Char, just to stumbling on it again
  • Installed everything completely new and used a third char, the same outcome
I'm just out of Ideas, and Mapper just won't work on my machine. Driving me nuts and bolts, so checking for a item on ground or entity that causes this is out of order :crazy:

One thing I noted: There are NO .SAV Files for the Maps in question
 
o4fun said:
Z? said:
The game crashes whenever I arrive in Broken Hills. Anything to fix that?
it seems that a new obj_dude.int cures the problem with crash including Broken Hills.
Oh okay. Well where would I get a new obj_dude.int? Do I download 2.44 again and just take the obj_dude.int from it?
 
Z? said:
o4fun said:
Z? said:
The game crashes whenever I arrive in Broken Hills. Anything to fix that?
it seems that a new obj_dude.int cures the problem with crash including Broken Hills.
Oh okay. Well where would I get a new obj_dude.int? Do I download 2.44 again and just take the obj_dude.int from it?

Try this link. Ironically, this post is couple posts above yours.
 
Matt Drax said:
Gambigobilla said:
I have a problem in EPA. When i enter only my character and car trunk is visible (not even car itself!) everything else is black. Mouse and items console shows too. Saving in this situation creates a corrupted save game which cannot be loaded.

I tried reinstalling from both single click installer and zipped version. the problem still continues.

i goggled for help and it seems same problem occurs in restoration project mod. It can be simply corrected by installing hi-res patch. So I tried installing hi-res patch just to fail again.

Is it something about map edge data (the edg files)? Hi-Res readme file doesn't say where to copy them. So i copied them \fallout2\data\maps\folder , \fallout2\f2_res\ , \fallout2\f2_res\map_edges\ and \fallout2\f2_res\maps folder (yeah, both four places!!!) again i failed.

If you can help me how to correct this i really appriciate.
I can send save games in and before epa if needed.

Thanks in advance.
Hi. I have the same Problem, and nothing I tried worked. Some help here please.

Edit: oops, .. thats NOT the Post I wanted to Quote.. my bad.. corrected now!

Edit²: Things I've already tried:
  • Fiddled with the Edges (At least maybe ti could be that)
  • Entered multiple times even without a car, w/o npcs, etc
  • Extracted the Maps out of the Package and tried again
  • Downloaded it again AND extracted again AND tried it again
  • Runned through all of it with a fresh Second Char, just to stumbling on it again
  • Installed everything completely new and used a third char, the same outcome
I'm just out of Ideas, and Mapper just won't work on my machine. Driving me nuts and bolts, so checking for a item on ground or entity that causes this is out of order :crazy:

One thing I noted: There are NO .SAV Files for the Maps in question

Post here your save file right before entering EPA for THE FIRST TIME. I can check it out for you. Most likely your installation failing one of the steps.
 
Hello! First of all, wonderful work on bringing new life to Fallout. Thank you!

Secondly, I've got a few issues.
I've installed the GoG version of Fallout2 ( I presume humongous, but there's no version check for their installer)

Then I've renamed the patch000.dat file to patch0000.bak file, and proceeded to install the Megamod v2.44

The install went on smoothly, but alas some issues arose after installation. Namely this:

1) I checked the proto files for read-only, and then I ran the ProcesDat2.exe and nothing happens (Presumably due to the automatic installation, it only throws out an error about a missing file, which was supposedly deleted by the auto-run procesdat2.exe) So this ain't really an issue, however..

2) I try to run Fallout2.exe and my on-screen color scheme goes banzai, dotted black, and an error message appears saying "Fallout appears to be running in compatibility mode" with a "OK" check to close the window and restore my screen. Here's a link to the screenshot: http://tinypic.com/view.php?pic=2061jt5&s=5

3) After having investigated some into my installation, I compared my folder to the one in the megamod readme, and it is different. Which is also visible from the screenshot. The proto folder is in the first data folder for me.

If you could be so kind, to help me with this matter, I'd be most grateful!
Thank you!
 
Drobovik said:
Post here your save file right before entering EPA for THE FIRST TIME. I can check it out for you. Most likely your installation failing one of the steps.
You mean Fresh Game, right, not install? If you meant the latter just holler, it can't hurt any more to do it again ^^"
k3eJ52RHls3vM.jpg

Savegame Fresh Char * Don't mind the SPECIAL stats *cough*


Greel: The Sound Folder inside the Main Folder is normal for the GoG Version. 2 things you can do:
1st: Install Megamod like normal and MOVE the Sound Folder into the 1st Data Folder
or 2nd: Change ONE of the MUSIC Paths in fallout2.cfg
Fallout looks in the DATA and MAIN Folders, so music_path2=sound\music\ should be sufficient
 
Matt Drax said:
Greel: The Sound Folder inside the Main Folder is normal for the GoG Version. 2 things you can do:
1st: Install Megamod like normal and MOVE the Sound Folder into the 1st Data Folder
or 2nd: Change ONE of the MUSIC Paths in fallout2.cfg
Fallout looks in the DATA and MAIN Folders, so music_path2=sound\music\ should be sufficient

Well, as far as I've seen the sounds in the GoG version of fallout 2 work for me, but when I do what you said (moved sounds into data folder) the game breaks my saves and sounds don't work any more.
 
Greel said:
Matt Drax said:
Greel: The Sound Folder inside the Main Folder is normal for the GoG Version. 2 things you can do:
1st: Install Megamod like normal and MOVE the Sound Folder into the 1st Data Folder
or 2nd: Change ONE of the MUSIC Paths in fallout2.cfg
Fallout looks in the DATA and MAIN Folders, so music_path2=sound\music\ should be sufficient

Well, as far as I've seen the sounds in the GoG version of fallout 2 work for me, but when I do what you said (moved sounds into data folder) the game breaks my saves and sounds don't work any more.
Always ensure correct paths. Check both paths.
I had after the first start of the Game WITH the Mod a corrupt path in the cfg. Had to correct it once again...
because of that I thought it would be easier to have everything in one folder.
Well, a better idea is www.nma-fallout.com/forum/viewtopic.php?t=53053, nice and smooth for multiple Mods.
For your convinience here the list if you want to restore w/o installing again. But checking your cfg is a must :\

Index of \sounds\music from GoG
[spoiler:af2804b033]
01hub.acm
03wrldmp.acm
05raider.acm
07desert.acm
08vats.acm
10labone.acm
12junktn.acm
13carvrn.acm
14necro.acm
16follow.acm
17arroyo.acm
18modoc.acm
19reno.acm
20car.acm
21sf.acm
22vcity.acm
23world.acm
24redd.acm
akiss.acm
wind1.acm
wind2.acm[/spoiler:af2804b033]

And for your Problem no 2):
Set the line SkipCompatModeCheck=0 under [MAIN] to 1. It's a little Workaround if that is really the Problem, and not any wrong path or a error that appears sometimes only. NB: All the ini's are commented ^^
 
6. At the EPA, I have already killed all thje spore plants then I met a hologram asking me to kill them, it won't let me tell him they are dead. Perhaps I did something wrong though, although I can't find a damned spore plant left anywhere.
I have the same problem.
 
Status
Not open for further replies.
Back
Top