![]() |
The Seed (RELEASE) - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html) +---- Forum: Showcase (https://www.frictionalgames.com/forum/forum-36.html) +---- Thread: The Seed (RELEASE) (/thread-19544.html) |
RE: The Seed (RELEASE) - str4wberrypanic - 12-14-2012 The chaser, did you got the same problem? And dnalange, Spoiler below!
RE: The Seed (RELEASE) - crisosphinx - 12-14-2012 I think I might give this a try RE: The Seed (RELEASE) - ShiningBlader - 12-15-2012 I'm stuck Spoiler below!
RE: The Seed (RELEASE) - MyRedNeptune - 12-15-2012 I found a bug: if you enter the the living quarters, pull the lever to open the hatch, and then leave and re-enter the map, the hatch will be closed and it will be impossible to open. RE: The Seed (RELEASE) - ShiningBlader - 12-15-2012 I think I know where the problem is: Your code only runs the first time a map loads. If you exit the map then it doesn't work anymore Or maybe it is your auto-saves? I don't know What I know is that I loaded a previous auto-save when you enter the Spoiler below!
Then, I loaded another auto-save and I started at Spoiler below!
Plz fix this ASAP. RE: The Seed (RELEASE) - str4wberrypanic - 12-15-2012 I have found the problem. When you load the game with an auto save, it doesn't run any scripts. I'm trying to solve it, if anyone knows anything about this bug, let me know. RE: The Seed (RELEASE) - The chaser - 12-15-2012 A common problem I see in a lot of Custom Stories is that when they make hubs, they put a lot of scripts in void OnStart(). I don't really know if that's the issue here, but just curiosity: Did you have beta-testers for this? RE: The Seed (RELEASE) - str4wberrypanic - 12-15-2012 Yes, 2 beta testers and me. But we don't have even think about loading the game. Basically all of my scripts are in void start, there can be a problem with this? RE: The Seed (RELEASE) - The chaser - 12-15-2012 (12-15-2012, 04:27 PM)str4wberrypanic Wrote: Yes, 2 beta testers and me. But we don't have even think about loading the game.Yes, of course: Imagine there are two maps. Map_1 and Map_2. We get a key in Map_1 for a door in Map_1. We move to Map_2 thinking that we have to use the key in there. We see that it doesn't work. We return. As void OnStart() only runs the FIRST TIME YOU ENTER IN A MAP, the key for the door in Map_1 will be useless, because no callback will be assigned. That's a really common issue with some stories. And that's the reason why I can't enjoy most of them. RE: The Seed (RELEASE) - str4wberrypanic - 12-15-2012 I've fixed it. The download link is in the first page. |