[MOD] Eye of the Beholder: Waterdeep Sewers
Re: [MOD] Eye of the Beholder: Waterdeep Sewers
It seems to be so that I can't add any more spells, the magic missile spell broke (was reset to fireburst) when I added the vampiric touch spell, so the amount of the custom spells seems to be limited to 15. So I have to remove the vampiric touch Damn that cause was hard to figure out Thanks Petri
- LoG Framework 2http://sites.google.com/site/jkoslog2 Define hooks in runtime by entity.name or entity.id + multiple hooks support.
- cloneObject viewtopic.php?f=22&t=8450
- cloneObject viewtopic.php?f=22&t=8450
Re: [MOD] Eye of the Beholder: Waterdeep Sewers
I found a work around, i just named the vampiric touch to ice_shards (any original spell name can be used) and everything works fine again.
So in conclusion: we can have 15 custom named spells + all originals.
So in conclusion: we can have 15 custom named spells + all originals.
- LoG Framework 2http://sites.google.com/site/jkoslog2 Define hooks in runtime by entity.name or entity.id + multiple hooks support.
- cloneObject viewtopic.php?f=22&t=8450
- cloneObject viewtopic.php?f=22&t=8450
- odinsballs
- Posts: 288
- Joined: Thu Dec 20, 2012 4:25 pm
- Location: south of heaven
Re: [MOD] Eye of the Beholder: Waterdeep Sewers
found another beholder model wich should be at least 90% true to Original (meatball physique, ten tentacle eyes on head, no stuff hanging out of its arse) as Always only a static ingame model. but if yer folks can use it lemme know
screenshot on log nexus:
http://grimrock.nexusmods.com/images/83
screenshot on log nexus:
http://grimrock.nexusmods.com/images/83
Re: [MOD] Eye of the Beholder: Waterdeep Sewers
I've started creating a list of missing things (wallsets, monsters, props, items, etc.). You can find it here: https://github.com/grimrock/eob1-waterdeep/wiki. I've added couple items from level 4 (with screenshots from the original). Feel free to expand the list or add pointers to existing Grimrock work.
Re: [MOD] Eye of the Beholder: Waterdeep Sewers
I just went through and played what is done of this mod so far, and I really liked it. I found 4 secrets and all 15 notes and cleared all 3 floors in about an hour (at least I got as far as I think you can on level 3?)
I haven't played EOB since... 2008 or so. I'm amazed I was ever able to beat the game without the excellent mapping system Grimrock provides. Yowza!
Great work guys; can't wait to see this continue on!
SpoilerShow
At least I got to a point where there were 3 keyholes in this one wall and I couldn't do anything there, and I had 2 spare iron keys but they only seemed to go into a room with a dinosaur and 2 potions, and there seemed to be only one path down to level 4 -- through a hole in the floor in the middle of the maze on 3.
Great work guys; can't wait to see this continue on!
Re: [MOD] Eye of the Beholder: Waterdeep Sewers
Keep this going guys! I love Eye of the Beholder
Re: [MOD] Eye of the Beholder: Waterdeep Sewers
Did you use version from steam or from github? You may want to download the version from github. This is our latest code. It should be albe to get to get to level 4 and do some things there. Many things will work on level 4, but some of them won't. It may be possible to get to level 5, but I'm not sure about it.vegetaman wrote:I just went through and played what is done of this mod so far, and I really liked it. I found 4 secrets and all 15 notes and cleared all 3 floors in about an hour (at least I got as far as I think you can on level 3?)
Re: [MOD] Eye of the Beholder: Waterdeep Sewers
Ah, I played the version from Steam. I will try the version from Github.thomson wrote:Did you use version from steam or from github? You may want to download the version from github. This is our latest code. It should be albe to get to get to level 4 and do some things there. Many things will work on level 4, but some of them won't. It may be possible to get to level 5, but I'm not sure about it.vegetaman wrote:I just went through and played what is done of this mod so far, and I really liked it. I found 4 secrets and all 15 notes and cleared all 3 floors in about an hour (at least I got as far as I think you can on level 3?)
- Unkillable Cat
- Posts: 57
- Joined: Fri Mar 29, 2013 5:06 pm
- Location: Iceland
Re: [MOD] Eye of the Beholder: Waterdeep Sewers
That's the one. Also, a model for Shindia (female drow) from lv 10 is missing in the list.djoldgames wrote:You mean this Dark-robed figure:Unkillable Cat wrote:Isn't this list missing one monster? The long Drow Mage that's encountered on lv 6? Of course, he's probably the easiest to do, just a slight rework of the Goromorg and he's good to go.
On another related note, you guys say that you have some sort of data dump of the levels from Eye of the Beholder, and you're using that to recreate the levels as faithfully as possible. How detailed is this data dump? Does it say what flags are on each square and what they do? What further data from the game has been extracted? I'm currently writing a FAQ for all three games and I'd appreciate any raw data that I can get.
Re: [MOD] Eye of the Beholder: Waterdeep Sewers
See EobConverter link in my signature. It's a java code. It extracts walls, object locations, items, monsters and special actions. Special actions are only decoded and no grimrock code is generated based on it. The easiest way to check it out, is to download it, and run it yourself.Unkillable Cat wrote:On another related note, you guys say that you have some sort of data dump of the levels from Eye of the Beholder, and you're using that to recreate the levels as faithfully as possible. How detailed is this data dump? Does it say what flags are on each square and what they do? What further data from the game has been extracted? I'm currently writing a FAQ for all three games and I'd appreciate any raw data that I can get.