Frictional Games Forum (read-only)
[split] Script questions - Where are the tools!?!? - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: [split] Script questions - Where are the tools!?!? (/thread-8638.html)



[split] Script questions - Where are the tools!?!? - Paulpolska - 06-16-2011

What is dependency between void code and Areamap ? How call void code ? If Player is in area and code can be called but how ? I dont see in differents code's line with area map (I think maybe I miss it)

Sorry for each questions but I will start modifications earliest tommorow ;p (New graphics card)


RE: [split] Script questions - Where are the tools!?!? - Acies - 06-16-2011

I'm quite unsure of what you are asking. Basically you have two things:
1. The map
2. The code
The dependency between them is simply that in the map editor you create things you may look at. In the code you write everything that is going to happen. Refer to the:
http://wiki.frictionalgames.com/hpl2/start

for further information Smile


RE: [split] Script questions - Where are the tools!?!? - Paulpolska - 06-21-2011

How to rotate objects in HPL (sideways) ? for example wall
but don't used "rand.rotate" only shortcuts
And how to rotate camera. I need for example alt+arrow


RE: [split] Script questions - Where are the tools!?!? - Paulpolska - 06-22-2011

Refresh.

Plz I easy known english and this is hard for me


RE: [split] Script questions - Where are the tools!?!? - Paulpolska - 06-23-2011

Ref^^ plz reply


RE: [split] Script questions - Where are the tools!?!? - rojkish - 06-23-2011

Up in the right corner of the level editor there's three buttons, one named "translate", one "rotate" and one "scale".

You use these three to either drag, rotate or scale the objects you choose, there are three shortcuts to these as well; Q, W, E.

How to rotate the camera is simple, press alt and drag, otherwise you could hold down mouse button 5 (and alt?) so you can move around.


RE: [split] Script questions - Where are the tools!?!? - Paulpolska - 06-23-2011

How to crate collides ? I think that i place it but while game is working collides is blank !