Eye Of The Beholder Maps

Eye Of The Beholder Maps

Get all the inside info, cheats, hacks, codes, walkthroughs for Dungeons & Dragons: Eye of the Beholder on GameSpot.

I created a level explorer / editor for Eye of the Beholder 1. With it you can edit maps, events and items of the levels.There's a help file included and you can view it from the tool also.

It's very easy to crash the game but it's also easy to restore the original state of the game with the tool.Big thanks to JackAsser, CFOU and others from the English Amiga Board for figuring out much of these games.Requires Windows XP or newer. More info, screenshots and a download here:/Here's a snippet on how to remove the copy protection dialog which pops when you access the stairs leading down to level 1:-If you click on coordinates 18,23 in the first level map on the first level, you'll see thescript of event 1. There are stairs down on these coordinates. This event is the stuff thathappens before you walk down the stairs.offset command parameters bytecode$02DD IF LEVELFLAG (31) = 0 // EE EF 1F 00 FF$02E2 ELSEGOTO $02EA // EE EA 02$02E5 ENCOUNTER 10 // E6 0A$02E7 SETFLAG LEVELFLAG 31 // F7 EF 1FAt $02DD the game checks if LEVELFLAG 31 is 0. If not, it jumps to $02EA.If the flag was 0, we will continue at $02E5 which has an ENCOUNTER command with parameter 10.This launches the copy protection dialog.Let's try to remove that.Go to the SCRIPT page and scroll down to event 1. World of goo online. Locate the ENCOUNTER command and parameter(E6 0A) and remove the line.Press Control + F9 to parse the script / update the datafile.Run the game and check if the copy protection was removed.-Another thing:If you want the game start faster without the graphics card / sound card questionnaire or the intro, edit the file 'dosboxeob1single.conf' in the game folder to look like this:ipx# ipx - Enable ipx over UDP/IP emulation.ipx=falseautoexecmount c '.' Mount C '.cloudsaves' -t overlayc:eob 3 1 1 homieexit.