Anxt
Senior Member
Posts: 588
Threads: 12
Joined: Mar 2011
Reputation:
10
|
RE: Abduction Chapter 1
Yeah, unfortunately if you leave the area after he smashes the door, it will for whatever reason spawn again and be locked. So, if you don't mind replaying it, then that will solve the issue. Or, just load a save before you went into the Archives and it will work again.
If you don't want to do either of those, I can give you a line of code that will fix it. Just let me know.
|
|
08-15-2011, 01:44 AM |
|
WookieMang
Member
Posts: 56
Threads: 3
Joined: Aug 2011
Reputation:
0
|
RE: Abduction Chapter 1
Now the blood extracter won't spin after I put the arm in :rage:
/E Yeah went back to check my recordings, spun it before I put the arm in now its locked qq
(This post was last modified: 08-17-2011, 06:40 AM by WookieMang.)
|
|
08-17-2011, 03:54 AM |
|
Anxt
Senior Member
Posts: 588
Threads: 12
Joined: Mar 2011
Reputation:
10
|
RE: Abduction Chapter 1
(08-17-2011, 03:54 AM)WookieMang Wrote: Now the blood extracter won't spin after I put the arm in :rage:
/E Yeah went back to check my recordings, spun it before I put the arm in now its locked qq
I am not sure why it is doing that, I have never had that issue before, but now suddenly multiple people are having that issue. I will give you the same fix I gave another person:
|
|
08-17-2011, 04:39 PM |
|
WookieMang
Member
Posts: 56
Threads: 3
Joined: Aug 2011
Reputation:
0
|
RE: Abduction Chapter 1
Yeah im just gonna stop, errors on me after I added the line of text, cant figure out each save and I don't feel like going back again and again.
Its a nice layout though
|
|
08-18-2011, 04:05 AM |
|
zeravia
Member
Posts: 228
Threads: 16
Joined: Jul 2011
Reputation:
1
|
RE: Abduction Chapter 1
I think my copy is glitched... or are there no monsters in the first level?
Diary of a madman -Onhold
New -
|
|
08-21-2011, 07:18 PM |
|
Anxt
Senior Member
Posts: 588
Threads: 12
Joined: Mar 2011
Reputation:
10
|
RE: Abduction Chapter 1
(08-21-2011, 07:18 PM)zeravia Wrote: I think my copy is glitched... or are there no monsters in the first level?
There are no monsters in the first level. Trust me, they will appear when it is time. And a little too heavily later on, admittedly, but don't worry, you won't be safe for long.
|
|
08-22-2011, 01:55 AM |
|
CustomStoryFan98
Junior Member
Posts: 5
Threads: 0
Joined: Oct 2011
Reputation:
0
|
RE: Abduction Chapter 1
(08-15-2011, 01:44 AM)Anxt Wrote: Yeah, unfortunately if you leave the area after he smashes the door, it will for whatever reason spawn again and be locked. So, if you don't mind replaying it, then that will solve the issue. Or, just load a save before you went into the Archives and it will work again.
If you don't want to do either of those, I can give you a line of code that will fix it. Just let me know. I NEED THE CODE NAO! PLEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEESSSSSSSSSSSSSSSSSSSSS!!!
|
|
10-27-2011, 01:57 PM |
|
Anxt
Senior Member
Posts: 588
Threads: 12
Joined: Mar 2011
Reputation:
10
|
RE: Abduction Chapter 1
(10-27-2011, 01:57 PM)CustomStoryFan98 Wrote: (08-15-2011, 01:44 AM)Anxt Wrote: Yeah, unfortunately if you leave the area after he smashes the door, it will for whatever reason spawn again and be locked. So, if you don't mind replaying it, then that will solve the issue. Or, just load a save before you went into the Archives and it will work again.
If you don't want to do either of those, I can give you a line of code that will fix it. Just let me know. I NEED THE CODE NAO! PLEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEESSSSSSSSSSSSSSSSSSSSS!!! In the OnEnter function (should be at the bottom of the code file) paste the following line:
SetEntityActive("GruntDoor", false);
That should fix it. You will just have to leave the Archives and re-enter.
|
|
10-27-2011, 05:17 PM |
|
CustomStoryFan98
Junior Member
Posts: 5
Threads: 0
Joined: Oct 2011
Reputation:
0
|
RE: Abduction Chapter 1
(10-27-2011, 05:17 PM)Anxt Wrote: (10-27-2011, 01:57 PM)CustomStoryFan98 Wrote: (08-15-2011, 01:44 AM)Anxt Wrote: Yeah, unfortunately if you leave the area after he smashes the door, it will for whatever reason spawn again and be locked. So, if you don't mind replaying it, then that will solve the issue. Or, just load a save before you went into the Archives and it will work again.
If you don't want to do either of those, I can give you a line of code that will fix it. Just let me know. I NEED THE CODE NAO! PLEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEESSSSSSSSSSSSSSSSSSSSS!!! In the OnEnter function (should be at the bottom of the code file) paste the following line:
SetEntityActive("GruntDoor", false);
That should fix it. You will just have to leave the Archives and re-enter. It comes up an error, here are some screen caps
http://imageshack.us/f/12/amensia.png/
Did I do it right?
http://imageshack.us/photo/my-images/202/amensia2.png/
I really like the story overall the creepyness and good gameplay of the maps, which obviously means I want to play the whole trilogy of ur Abduction series.
|
|
10-28-2011, 07:55 AM |
|
Anxt
Senior Member
Posts: 588
Threads: 12
Joined: Mar 2011
Reputation:
10
|
RE: Abduction Chapter 1
(10-28-2011, 07:55 AM)CustomStoryFan98 Wrote: (10-27-2011, 05:17 PM)Anxt Wrote: (10-27-2011, 01:57 PM)CustomStoryFan98 Wrote: (08-15-2011, 01:44 AM)Anxt Wrote: Yeah, unfortunately if you leave the area after he smashes the door, it will for whatever reason spawn again and be locked. So, if you don't mind replaying it, then that will solve the issue. Or, just load a save before you went into the Archives and it will work again.
If you don't want to do either of those, I can give you a line of code that will fix it. Just let me know. I NEED THE CODE NAO! PLEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEESSSSSSSSSSSSSSSSSSSSS!!! In the OnEnter function (should be at the bottom of the code file) paste the following line:
SetEntityActive("GruntDoor", false);
That should fix it. You will just have to leave the Archives and re-enter. It comes up an error, here are some screen caps
http://imageshack.us/f/12/amensia.png/
Did I do it right?
http://imageshack.us/photo/my-images/202/amensia2.png/
I really like the story overall the creepyness and good gameplay of the maps, which obviously means I want to play the whole trilogy of ur Abduction series. Easy fix. You just put the code in the wrong spot. It needs to be within the {} of OnEnter, just like PlayMusic is. Just put it directly underneath PlayMusic and it should work.
|
|
10-28-2011, 01:48 PM |
|
|