Welcome to the world of Amnesia Mysteries of the Beyond, enjoy your stay!

Description

Few bugs and glitches fixed here and there. Major hammer and chipper glitch fixed.

Preview
Mysteries of the Beyond Full Conversion - Final -
Post comment Comments
nicoprod84
nicoprod84 - - 31 comments

Still can't combine the hammer and the chipper :/

Reply Good karma Bad karma+1 vote
Damon93
Damon93 - - 46 comments

Unfortunately I have the same problem :( it happens to me with more full conversion mods :/
I really want to finish this, it's really well done

Reply Good karma Bad karma+1 vote
WaterIceInco
WaterIceInco - - 20 comments

The hammer and chipper won't combine. Is there a way or coding to make them combine?

Reply Good karma Bad karma+1 vote
musicworker1349
musicworker1349 - - 7 comments

I got an errorlog file, in which it says EXCEPTION_ACCESS_VIOLATION. Do I have to load Justine instead of "Launch Game", which it is just a blank button?

Reply Good karma Bad karma+1 vote
WaterIceInco
WaterIceInco - - 20 comments

//COMBINE HAMMER//
//////////////////

void hammer_chipper(string ∈ asItemA, string ∈ asItemB)
{
PlayGuiSound("15_make_hammer", 1.0f);
RemoveItem(item_1); RemoveItem(item_2);
GiveItem("stone_hammer_chipper", "Puzzle", "stone_hammer_chipper", "stone_hammer_chipper.tga", 0);
GiveSanityBoost();
}

void OnGameStart()
{
AddCombineCallback("hammer_chipper", "stone_hammer_1", "stone_chipper_1", "hammer_chipper", false);
}

On the top, do we add COMBINE CHIPPER or something similar next to or below it? And do we add make_chipper next to make_hammer or other? In my opinion, these might be why it doesn't combine

Reply Good karma Bad karma+1 vote
Guest
Guest - - 689,507 comments

This comment is currently awaiting admin approval, join now to view.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: