Page 48 of 49

Re: [CLOSED] Call to modders/mappers: "One Room" round robin

Posted: Tue Feb 12, 2013 11:10 pm
by Xanathar
Please ignore ALL of the above regarding x. :o

And everybody in heaven all sing glory songs to Komag :lol: :lol:

This is exactly an instance of the same bug Komag is having with the allEntities iterator - simply the allEntities(1) iterator doesn't return the grim_dragon object for some reason.

Image

Re: [CLOSED] Call to modders/mappers: "One Room" round robin

Posted: Wed Feb 13, 2013 12:59 am
by Skuggasveinn
The mod has been updated on Nexus to version 1.1

Fixes are
SpoilerShow
Meretifh got the source and changed his room abit, more clues as to how the scrolls should be ordered, and it was removed that you need to place the book on the pedestal .....

When you go into BeNNyBiLL's room the door will close behind you as it did before, put when you complete the puzzle both doors open (to continue and to go back). This will allow people to go back to the library if they missed it.
Skuggasveinn.

Re: [CLOSED] Call to modders/mappers: "One Room" round robin

Posted: Wed Feb 13, 2013 1:43 am
by Komag
sounds good, but perhaps it will need 1.2 to change Grimwold's allEntities to 0,31 loops of entitiesAt

Re: [CLOSED] Call to modders/mappers: "One Room" round robin

Posted: Wed Feb 13, 2013 4:24 am
by Skuggasveinn
Komag wrote:sounds good, but perhaps it will need 1.2 to change Grimwold's allEntities to 0,31 loops of entitiesAt
I'm all for fixing this issue, but this falls way outoff my scripting league :)
If someone wants to send me the complete new script with the fix, I can paste it in, or I can send someone a link to the source if that persons wants to go in and fix this (Grimwold !!! you want the source ??? )

Skuggasveinn.

Re: [CLOSED] Call to modders/mappers: "One Room" round robin

Posted: Wed Feb 13, 2013 9:44 am
by Xanathar
We can apply the solution Marble Mouth gave here: viewtopic.php?f=14&t=5028&sid=0ba1d92c6 ... e58#p53889

I can do it later today or tomorrow, but if anyone has more available time is welcome :)

Besides Grimwold's room, also (I think) JohnWordsworth and HaunterV ones are using allEntities in scripts so they might be affected (I just had a quick search on dungeon.lua, so I might be wrong on which room has which script :) ).

Re: [CLOSED] Call to modders/mappers: "One Room" round robin

Posted: Wed Feb 13, 2013 3:02 pm
by SpiderFighter
Congrats guys!! This is exciting. :) Have you had any feedback from it yet?

Re: [CLOSED] Call to modders/mappers: "One Room" round robin

Posted: Wed Feb 13, 2013 4:47 pm
by Merethif
SpiderFighter wrote:Congrats guys!! This is exciting. :) Have you had any feedback from it yet?
Hi there! Yes, there's a feedback thread:
viewtopic.php?f=14&t=4982

Re: [CLOSED] Call to modders/mappers: "One Room" round robin

Posted: Wed Feb 13, 2013 5:28 pm
by Grimwold
Just to confirm.. the problem with my room is definitely the allEntities() and Map Marker issue... I loaded up Ryeath_Greystalk's save game, removed his map markers and was able to play my room no problem.

From Petrii's comments it sounds like it will be a bit before the patch for this goes live, so perhaps using Komag's work-around is the best option.
viewtopic.php?f=14&t=5028&start=10#p53907

Re: [CLOSED] Call to modders/mappers: "One Room" round robin

Posted: Wed Feb 13, 2013 7:02 pm
by JohnWordsworth
Wow, what an obscure bug. It sounds like Marble Mouth's solution is the way to go (essentially as an extension to Komag's solution). By redefining the allEntities() method we essentially guarantee the problem fixed for any code that runs after the redefinition. I assume redefining global functions works well with save files.

Re: [CLOSED] Call to modders/mappers: "One Room" round robin

Posted: Wed Feb 13, 2013 8:39 pm
by Skuggasveinn
map markers :) who would have thought .....

I've PM'ed Grimwold the link to the latest build, if we want to get this released on steam I think its a good idea take care of this bug with some workaround, and like Grimwold said it looks from Petri's words that the fix for this will not come for a while.

Skuggasveinn.