Frictional Games Forum (read-only)
[CHAOS] Full Conversion Main Menu Help - 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: [CHAOS] Full Conversion Main Menu Help (/thread-17674.html)



Full Conversion Main Menu Help - The Shanus - 08-11-2012

Hey guys, I'm having some trouble with my main menu. The two biggest issues are that, firstly, in-game physics doesnt seem to apply to the main menu. It's practically the same map I use in a level, but when run in the main menu, invisible boxes are visible, (I deleted them so it's not an issue, just pointing it out), staticphysics doesn't work, and things just dont "mold" into each other like they do in-game. Any idea how to fix this, if it can be fixed? Secondly, I can't figure out how to change the AMNESIA title, that pops-up over the game at the start menu. Can anyone tell me where the file is that the text/image is at, so I can edit it? Thanks in advance.


RE: Full Conversion Main Menu Help - Apjjm - 08-11-2012

There are two ways to handle the logo:
1) The amnesia logo is in "lang/eng/graphics/main_menu". For a full conversion you will want to create a copy of the "lang" folder and dump it into your full conversion folder, then just use the cfg files of your full conversion to point at the new lang folder. I think the options for changing this is in "english.lang" in the resources section - so you will also need to make a custom "english.lang" (or whatever language you are using), which you probably are doing anyway, and set up main_init accordingly.

2) This other way is a little easier: Look at how it was done for justine (ptest) in ptest_menu.cfg as there is an option there to set the logo up.


RE: Full Conversion Main Menu Help - Your Computer - 08-11-2012

The main menu map is only for looks, it's not intended to be a completely functional map.



Also, http://www.frictionalgames.com/forum/thread-11120.html


RE: Full Conversion Main Menu Help - The Shanus - 08-11-2012

(08-11-2012, 02:48 PM)Apjjm Wrote: There are two ways to handle the logo:
1) The amnesia logo is in "lang/eng/graphics/main_menu". For a full conversion you will want to create a copy of the "lang" folder and dump it into your full conversion folder, then just use the cfg files of your full conversion to point at the new lang folder. I think the options for changing this is in "english.lang" in the resources section - so you will also need to make a custom "english.lang" (or whatever language you are using), which you probably are doing anyway, and set up main_init accordingly.

2) This other way is a little easier: Look at how it was done for justine (ptest) in ptest_menu.cfg as there is an option there to set the logo up.

(08-11-2012, 02:49 PM)Your Computer Wrote: The main menu map is only for looks, it's not intended to be a completely functional map.



Also, http://www.frictionalgames.com/forum/thread-11120.html
Okay, thanks alot guys, I'll get to work