The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Full conversion
Icaab2607 Offline
Junior Member

Posts: 34
Threads: 13
Joined: Mar 2013
Reputation: 0
#1
Brick  Full conversion

I'm going to make a special-total conversion to a amnesia going to add new textures to make a new lantern to add enemy dead:
[Image: bandicam20_2061333_7872460.jpg]
And even that's changed this hand:
[Image: Amnesia201_5273899_7872474.jpg]
But at me it will turn out only if you help me with 4 things:
1 . At me at starts of my converting, the mistake for some reason starts taking off:
[Image: bandicam20_4120010_7872495.jpg]
2 . As to me to make here such billboard white_lightray how in "white night":
[Image: whitelight_8751661_7872499.jpg]
3 . I try to make so that I could swim under water, here a script:
void OnStart()
{
AddEntityCollideCallback("Player", "InsanityHall", "FuncInsanityHall", false, 0);
}
void FuncInsanityHall(string &in asParent, string &in asChild, int alState)
{
if(alState == 1)
{
SetLocalVarFloat("init_sanity", GetPlayerSanity());
AddTimer("start_drain", 0.01, "SanityDrain");
AddDebugMessage("Adding start_drain",false);
}

else if(alState == -1)
{
SetPlayerSanity(GetLocalVarFloat("init_sanity"));
RemoveTimer("drain_loop");
RemoveTimer("start_drain");
AddDebugMessage("Removing timers",false);
}
}

void SanityDrain(string &in asTimer)
{
if(asTimer == "start_drain")
{
if(GetPlayerSanity() > 20)
{
GiveSanityDamage(5, false);
AddDebugMessage("Giving sanity damage",false);
}
}

else if(asTimer == "drain_loop")
{
if(GetPlayerSanity() > 20)
{
GiveSanityDamage(5, false);
AddDebugMessage("Giving sanity damage",false);
AddDebugMessage("Player sanity at "+GetPlayerSanity(),false);
}
}
AddTimer("drain_loop", 1, "SanityDrain");
AddDebugMessage("Adding drain_loop",false);
}
And here video, that is at me didn't turn out, simply I fall down textures and all:




4. I want to change color for example the enemy, shoot video on it better, and that at me that that didn't turn out.
Me and in dds tried to, but did not happen:
http://www.mediafire.com/?zigledd2zojdsbh

Here link to file:

I hope you not igaist and you will be able to help me.
And conversion will be be called:Fears and Nightmares.
(This post was last modified: 06-26-2013, 06:36 PM by Your Computer.)
05-01-2013, 07:17 PM
Find


Messages In This Thread
Full conversion - by Icaab2607 - 05-01-2013, 07:17 PM
RE: Total conversion - by PutraenusAlivius - 05-02-2013, 07:01 AM
RE: Full conversion - by PutraenusAlivius - 05-03-2013, 02:46 PM
RE: Full conversion - by Rapture - 05-03-2013, 03:57 PM
RE: Полный переход - by Theforgot3n1 - 05-02-2013, 08:09 PM
RE: Полный переход - by Rapture - 05-02-2013, 08:17 PM



Users browsing this thread: 2 Guest(s)