Custom Menu Screen - 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: Custom Menu Screen (/thread-9724.html) |
Custom Menu Screen - Selyp - 08-12-2011 So I have made my custom menu map, and I can get it to load no problem. However, I can't get the camera to move. I have moved the PlayerStartArea_1 around and for some reason the camera doesn't change. Is there a certain name I need for the camera? I have also tried moving all of my areas to see if the camera was somehow attatched to a different one, but nothing changes. It seems to me like the camera is not attatched to a start area at all? Any help on this would be appreciated RE: Custom Menu Screen - Tanshaydar - 08-12-2011 It has to be same name with original background player start area. RE: Custom Menu Screen - Selyp - 08-12-2011 (08-12-2011, 09:38 PM)Tanshaydar Wrote: It has to be same name with original background player start area. Hmm I changed the name of the area to CameraPos, (the name of the original camera in FG's map) and it still didn't work. It is a full conversion, so is there a way for me in the menu.cfg file to point to what area to use as the camera? RE: Custom Menu Screen - Tanshaydar - 08-12-2011 I guess not, as I did a full conversion too. Make sure you deleted the cache file though. RE: Custom Menu Screen - Selyp - 08-13-2011 I got it to work. Just did a save as and changed the map name and it worked fine. I guess it just needed to "reset" itself. |