Frictional Games Forum (read-only)
I made a menu bg - 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 Resources (https://www.frictionalgames.com/forum/forum-42.html)
+---- Thread: I made a menu bg (/thread-20190.html)

Pages: 1 2


RE: I made a menu bg - CarnivorousJelly - 02-07-2013

(02-06-2013, 02:42 PM)JustAnotherPlayer Wrote: How do you made it? TELL ME!

Say please? Tongue

Euhm, create a map, keeping in mind the perspective you want the player to see the map from.

Add a player_start area and rename it "CameraPos"
It must be typed exactly as CameraPos, otherwise you will not be able to load the map for the background
Rotate CameraPos so that the z-axis (the blue one) is pointing where you want the camera to look.

Remember: this is a stationary map (the player cannot move around it). Use this to your advantage with billboards and particle systems. Make sure your map extends slightly wider and taller than what your computer screen allows you to see as a buffer zone (a larger computer screen would see more of the map).

Hopefully that makes sense Smile