Frictional Games Forum (read-only)
HELP MODDER! - 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)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: HELP MODDER! (/thread-22409.html)

Pages: 1 2 3 4


RE: HELP MODDER! - albertoilmodder - 08-15-2013

No Adrianis quiet, I had not noticed it and I corrected it works perfectly! Wink

I'm sorry for the way I talk, I hope you understand what I say.


RE: Script Amnesia - The chaser - 08-15-2013

http://wiki.frictionalgames.com/hpl2/amnesia/script_functions


RE: Script Amnesia - albertoilmodder - 08-15-2013

Thank you very much even though I do not understand very well because it is in English and I'm Italian, and Google translator translates badly.

and then I needed the full script and not just the void


RE: HELP MODDER! - The chaser - 08-15-2013

(08-15-2013, 12:47 PM)Adrianis Wrote: Heads up Chaser

AddUseItemCallback("", "acido1", "organico1", "Dissolve", true);

You're missing a " before organico1. If the script is copy & pasted, albertoilmodder's going to come back with an error Smile

Yea, I wrote it very fast, I had to leave soon... sorry :p


RE: HELP MODDER! - Adrianis - 08-16-2013

No need to apologise Smile


RE: Script Amnesia - FlawlessHappiness - 08-16-2013

Do you have any experience with HPL2 scripting? Or are you a beginner?


RE: Script Amnesia - albertoilmodder - 08-16-2013

(08-16-2013, 08:42 PM)FlawlessHair Wrote: Do you have any experience with HPL2 scripting? Or are you a beginner?

I have a bit of experience but the truth is that I am 12 years old so for me it's a bit complicated.


Sound Amnesia! Urgent! - albertoilmodder - 08-16-2013

Hello everyone Modder Amnesia, excuse my English, I'm Italian, I'm creating a mod and I have a problem, I wrote the script that is used to open a door with a crowbar, and I put a sound in the game but you do not hear, now I write the script below:

void OnStart ()
{
AddUseItemCallback ("", "spranga1", "porta6", "apridoor", true);
}

void apridoor (string & in item, string & in door)
{
    SetSwingDoorLocked ("porta6", false, true);
    PlaySoundAtEntity ("", "hit_wood2", "Player", 0, false);
    RemoveItem ("spranga1");
}

I did wrong, can you help me please?
Thanks in advance!


RE: HELP MODDER! - plutomaniac - 08-16-2013

Moved & Merged. Scripting questions go under Development Support section and not Technical Support. Also, since you make lots of help request topics every day, make one thread and ask everything there (keep this one).


RE: HELP MODDER! - albertoilmodder - 08-16-2013

ok, sorry, I'll go in the Development Support section and redo the same question, thank you.

But the question is not already in Develoment Support?