Frictional Games Forum (read-only)
[SCRIPT] BIG problem - 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: [SCRIPT] BIG problem (/thread-25238.html)

Pages: 1 2


BIG problem - Straxedix - 05-07-2014

Ok guys i'm in really problem Sad
Maybe someone can help me?

I need Elevator that works (teleport player when click button)
And i need some good Furnitures,Static Objects if can link me some (don't ask why Wink

Anyone Please Smile

Spoiler below!
I need a link of a Static obj. and Furniture and stuff like that



RE: BIG problem - Slanderous - 05-07-2014

Not sure what do you want extaclly. Do you want the script or an object?


RE: BIG problem - MsHannerBananer - 05-07-2014

Furniture aside, you want script that will act like the elevator is transporting a player to different floors? How many floors do you want the elevator to be able to access, because this will depend on what kind of script I can give you.

EDIT: You need to be more specific in your posts. What kind of furniture do you need? If you meant to say you need a static ORB, then just put in script to set the orb to static when your map runs. I'm also pretty sure there's already a static orb entity in the level editor.


RE: BIG problem - ProyectV - 05-07-2014

This tutorial will certanly give you a hand with the elevator escene:

https://www.youtube.com/watch?v=yGM5KSB_wkM


RE: BIG problem - FlawlessHappiness - 05-08-2014

(05-07-2014, 08:26 PM)Straxedix Wrote: (teleport player when click button)

So like this?

void Function(string &in asEntity)
{
TeleportPlayer("PlayerStartArea_2");
}


RE: BIG problem - Straxedix - 05-09-2014

(05-07-2014, 09:31 PM)Lazzer Wrote: Not sure what do you want extaclly. Do you want the script or an object?

Script And Object

(05-07-2014, 09:49 PM)HannahDJA Wrote: Furniture aside, you want script that will act like the elevator is transporting a player to different floors? How many floors do you want the elevator to be able to access, because this will depend on what kind of script I can give you.

EDIT: You need to be more specific in your posts. What kind of furniture do you need? If you meant to say you need a static ORB, then just put in script to set the orb to static when your map runs. I'm also pretty sure there's already a static orb entity in the level editor.


10 floors (don't ask why) and need some good celling,chairs... something that is not old Smile i don't say ORB i say ob. like objects -.-

(05-07-2014, 10:08 PM)ProyectV Wrote: This tutorial will certanly give you a hand with the elevator escene:

https://www.youtube.com/watch?v=yGM5KSB_wkM

Maybe i'm crazy but not that much to watch 1:05:01 mins Smile

(05-08-2014, 09:35 AM)FlawlessHappiness Wrote:
(05-07-2014, 08:26 PM)Straxedix Wrote: (teleport player when click button)

So like this?

void Function(string &in asEntity)
{
TeleportPlayer("PlayerStartArea_2");
}

Something like that Smile


RE: BIG problem - Mudbill - 05-09-2014

You want an elevator? Do you want it to animate or just fade? You can simply use a FadeIn/FadeOut effect and some sound effects if you want to keep it basic, but a full-on animated elevator will require more work.

I'm not sure if there are that many static objects around here, but if there are you'll probably find them in the Resources section. If you want custom floor/ceiling you can just create your own out of custom textures. If you google a specific texture, you'll probably find many good ones, just make sure they're free to use.

PS: Not sure if ob is an accepted abbreviation of object. Obj may be better though.


RE: BIG problem - Straxedix - 05-09-2014

Yes Fade In and out effects Wink Mudbill

Any link for good obj. :/ ?


RE: BIG problem - FlawlessHappiness - 05-09-2014

Check the Resources Section for models

http://www.frictionalgames.com/forum/forum-42.html


Anything found anywhere else are, unless the author says so, illegal to use.


RE: BIG problem - Straxedix - 06-01-2014

there is no model for elevator :( or i didn't saw it

Need just a link for modern elevator i can't find it anywhere !!! :(