Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Work in progress Total Conversion: "Sciophobia" (Lost and Cancelled)
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#80
RE: Total Conversion: "Sciophobia"

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?
(01-16-2012, 08:14 PM)darkely Wrote:
(01-14-2012, 12:14 AM)Statyk Wrote:
(01-13-2012, 04:21 AM)darkely Wrote: oh well then I do not mind but I like the site some what Smile because it has a lot of the mods in one place
I know, I WILL be putting it on ModDB, as it will get more noticed. I don't care much about waiting time. It's just setting things up on there is a royal pain O.e
Ya I hear that they are strict about posting it :/ however if someone were to upload a virus or something it would be bad for them and others.

I wanted to ask in you're game will there be anything like the "Fountain of Youth" from the original game? because I really like the atmosphere in that part especially with the lighting and it made reminded me how big the castle really is - will you're map (or castle of sorts) be huge because I like to explore a lot too. By the way who's body is that?! I forget :p.

Fountain of Youth for those who needed a refresher...

[Image: Fountain-of-Youth-e1283910824521.jpg]
And yes, there will be plenty of places to explore throughout the campaign. It all takes place in a decently sized mansion, big but not too big, as well as outside environments and garden. I don't want to overwhelm some players.
(This post was last modified: 01-16-2012, 08:34 PM by Statyk.)
01-16-2012, 08:32 PM
Find


Messages In This Thread
RE: Total Conversion: "Sciophobia" - by Statyk - 11-08-2011, 06:47 PM
RE: Total Conversion: "Sciophobia" - by Arvuti - 11-08-2011, 07:20 PM
RE: Total Conversion: "Sciophobia" - by Kman - 11-09-2011, 12:52 AM
RE: Total Conversion: "Sciophobia" - by Statyk - 11-09-2011, 02:01 AM
RE: Total Conversion: "Sciophobia" - by Statyk - 11-09-2011, 03:41 AM
RE: Total Conversion: "Sciophobia" - by Statyk - 11-12-2011, 04:12 AM
RE: Total Conversion: "Sciophobia" - by Statyk - 11-14-2011, 11:26 PM
RE: Total Conversion: "Sciophobia" - by Statyk - 01-16-2012, 07:45 PM
RE: Total Conversion: "Sciophobia" - by trollox - 01-16-2012, 08:19 PM
RE: Total Conversion: "Sciophobia" - by Statyk - 01-16-2012, 08:32 PM
RE: Total Conversion: "Sciophobia" - by darkely - 01-16-2012, 08:34 PM
RE: Total Conversion: "Sciophobia" - by darkely - 01-16-2012, 08:21 PM
RE: Total Conversion: "Sciophobia" - by Statyk - 01-16-2012, 08:35 PM
RE: Total Conversion: "Sciophobia" - by darkely - 01-16-2012, 08:36 PM
RE: Total Conversion: "Sciophobia" - by Statyk - 01-16-2012, 08:41 PM
RE: Total Conversion: "Sciophobia" - by darkely - 01-16-2012, 08:44 PM
RE: Total Conversion: "Sciophobia" - by Datguy5 - 03-17-2012, 03:28 PM
RE: Total Conversion: "Sciophobia" - by Statyk - 03-17-2012, 04:37 PM



Users browsing this thread: 1 Guest(s)