Frictional Games Forum (read-only)
[WIP] Total Conversion: "Sciophobia" (Lost and Cancelled) - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html)
+--- Thread: [WIP] Total Conversion: "Sciophobia" (Lost and Cancelled) (/thread-11248.html)

Pages: 1 2 3 4 5 6 7 8 9


RE: Total Conversion: "Sciophobia" - darkely - 01-16-2012

(01-16-2012, 08:32 PM)Statyk Wrote:
Spoiler below!
(01-16-2012, 08:19 PM)trollox Wrote: What wrong with my script? sorry for writing in this forum but i got no clue how to make my own
here it is :

void OnStart()
{
AddEntityCollideCallback("Player", "FlyingJesus_2", "HolyJesus", true, 1);
AddEntityCollideCallback("Jesus_2", "FlyingJesus_2", "Sound", true, 1);
}


void HolyJesus(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("Jesus_2", true);
AddPropForce("Jesus_2", 0, 0, 30000, "World");
}


void Sound(string &in asParent, string &in asChild, int alState)
{
PlaySoundAtEntity("", "21_screams.snt", "FlyingJesus_1", 0, false);
}


AddUseItemCallback("", "key_study_11", "leveldoor", "CrowbarKeyOnDoor", true);
}
void CrowbarKeyOnDoor(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("leveldoor", false, true);
PlaySoundAtEntity("", "unlock_door.ogg", "leveldoor", 0, false);
RemoveItem("key_study_11");
}
////////////////////////////
// Run when entering map
void OnEnter()
{
AddUseItemCallback("", "key_study_10", "Basementdoor", "KeyOnDoor", true);
}
void KeyOnDoor(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("Basementdoor", false, true);
PlaySoundAtEntity("", "unlock_door.ogg", "Basementdoor", 0, false);
RemoveItem("key_study_10");
}


////////////////////////////
// Run when leaving map
void OnLeave()
{
}

I'm sorry but what does this have to do with being in my campaign?? >> The hell?


sorry :'( I was just trying to help him/her out.


RE: Total Conversion: "Sciophobia" - Statyk - 01-16-2012

And what body are you talking about? O.o
(01-16-2012, 08:34 PM)darkely Wrote:
(01-16-2012, 08:32 PM)Statyk Wrote:
Spoiler below!
(01-16-2012, 08:19 PM)trollox Wrote: What wrong with my script? sorry for writing in this forum but i got no clue how to make my own
here it is :

void OnStart()
{
AddEntityCollideCallback("Player", "FlyingJesus_2", "HolyJesus", true, 1);
AddEntityCollideCallback("Jesus_2", "FlyingJesus_2", "Sound", true, 1);
}


void HolyJesus(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("Jesus_2", true);
AddPropForce("Jesus_2", 0, 0, 30000, "World");
}


void Sound(string &in asParent, string &in asChild, int alState)
{
PlaySoundAtEntity("", "21_screams.snt", "FlyingJesus_1", 0, false);
}


AddUseItemCallback("", "key_study_11", "leveldoor", "CrowbarKeyOnDoor", true);
}
void CrowbarKeyOnDoor(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("leveldoor", false, true);
PlaySoundAtEntity("", "unlock_door.ogg", "leveldoor", 0, false);
RemoveItem("key_study_11");
}
////////////////////////////
// Run when entering map
void OnEnter()
{
AddUseItemCallback("", "key_study_10", "Basementdoor", "KeyOnDoor", true);
}
void KeyOnDoor(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("Basementdoor", false, true);
PlaySoundAtEntity("", "unlock_door.ogg", "Basementdoor", 0, false);
RemoveItem("key_study_10");
}


////////////////////////////
// Run when leaving map
void OnLeave()
{
}

I'm sorry but what does this have to do with being in my campaign?? >> The hell?


sorry :'( I was just trying to help him/her out. Back on topic I asked about something here: http://www.frictionalgames.com/forum/thread-11248-post-111952.html#pid111952


I have replied, check back to the bottom of the previous page


RE: Total Conversion: "Sciophobia" - darkely - 01-16-2012

(01-16-2012, 08:35 PM)Statyk Wrote: And what body are you talking about? O.o
sorry again Sad I was talking about in the Fountian of Youth that was random I know lol

and I saw you're edit thanks for the reply Smile I am working on a story of my own Big Grin too if you do not mind I am going to send it to some people here first for them to test and see if they like it or not. I have been playing some mods so I can see what others have made too yours is looking great Big Grin


RE: Total Conversion: "Sciophobia" - Statyk - 01-16-2012

Lol I don't know. I didn't know it was someone specific, as there was no torso or face to specify. I thought it was just design.


RE: Total Conversion: "Sciophobia" - darkely - 01-16-2012

(01-16-2012, 08:41 PM)Statyk Wrote: Lol I don't know. I didn't know it was someone specific, as there was no torso or face to specify. I thought it was just design.
I figured it was just some random design too but I forgot if the body was mentioned or not in the plot.


RE: Total Conversion: "Sciophobia" - MrJetRaptors - 02-11-2012

Well sweet everything this looks like a nifty CS, can't wait for ya to finish it up and publish it.


RE: Total Conversion: "Sciophobia" - Datguy5 - 03-17-2012

Are you still working on this?Or did you abandon it.


RE: Total Conversion: "Sciophobia" - Statyk - 03-17-2012

(03-17-2012, 03:28 PM)Datguy5 Wrote: Are you still working on this?Or did you abandon it.
It, as well as Nearsight, is being put on hold for now as I'm working on a bigger project at the moment. I'm sorry everyone! This one is going to go further! =]