Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Main Menu
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#7
RE: Main Menu BG

(04-15-2012, 03:54 AM)MrIcabod123 Wrote: Hey fellow modders! I'm currently making a Full-Conversion mod for Amnesia named "Nyctophobia" (irrational fear of the dark) and I'm trying to change the Background "image" (I know it's really a .map with a CameraPos player start).

Anyways, I wanted to know why the background isn't showing up. My nyctophobia_menu.cfg looks like this:

Spoiler below!
TextDuration_StartTime = "1.5"
TextDuration_MinTime = "2.5"
TextDuration_CharTime = "0.07"

/>

MainFadeInTime = "1"
MainFadeOutTimeFast = "0.3"
MainFadeOutTimeSlow = "3"

TopMenuFadeInTime = "1"
TopMenuFadeOutTime = "0.3"
TopMenuFontRelativeSize = "0.05 0.05"
TopMenuStartRelativePos = "0.8 0.325"
TopMenuStartRelativePosInGame = "0.5 0.5"
TopMenuFont = "menu.fnt"

MainMenuLogoStartRelativePos = "0.0525 0.22"
MainMenuLogoRelativeSize = "0.47 0.47"

BGScene = "nyctophobia_menu_bg.map"
BGCamera_FOV = "70"
BGCamera_ZoomedFOV = "40"

ZoomSound = "ui_zoom.ogg"
Music = "game_menu.ogg"

/>


ShowCommentary = "true"

/>

NormalFont = "game_default.fnt"
HeaderFont = "menu.fnt"

NormalFontSize = "17 17"
HeaderFontSize = "25 25"
TheEndFontSize = "35 35"

ScrollSpeed = "30"
FadeSpeed = "0.5"
/>

WindowSize = "500 360"
InformationWidth = "0"
ListFontSize = "18 18"

EnterNameWindowSize = "250, 150"
EnterNameButtonLength = "80"
/>


FadeInTime = "1"
FadeOutTime = "0.3"

DefaultFont = "game_default.fnt"
HeaderFont = "game_header.fnt"

PopUpMessageCenter = "400 200 5"

SlotImage = ""
SlotColor = "0 0 0 0"
SlotSize = "74 99"

SlotMouseOverImage = ""
SlotMouseOverColor = "0.1 0.1 0.1 0.2"
SlotMouseOverOffset = "0 0 0"

SlotPulsatingMin = "0.5"
SlotPulsatingAmp = "1"
SlotPulsatingFreq = "4"

SlotsRows = "3"
SlotsColumns = "6"
SlotsStart = "172 62 2"
SlotsSeparation = "2 2 0"
SlotsGridColor = "0.4 0.4 0.4 0.25"
SlotsDrawGrid = "true"
SlotsDrawFrame = "true"
SlotsFrameSize = "-1 -1"
SlotsFrameHPadding = "0 0"
SlotsFrameVPadding = "0 0"
SlotsFrameOffset = "0 0 0"
SlotsGridHExtension = "12 12"
SlotsGridVExtension = "12 12"
SlotsGridOffset = "0 0 -0.5f"

HealthCenter = "75 168 1"
HealthLabelCenter = "75 239 2"
HealthFrameSize = "110 -1"
HealthFrameHPadding = "0 0"
HealthFrameVPadding = "0 0"
HealthFrameOffset = "18 0 0"

SanityCenter = "75 418 1"
SanityLabelCenter = "75 471 2"
SanityFrameSize = "100 -1"
SanityFrameHPadding = "0 0"
SanityFrameVPadding = "0 0"
SanityFrameOffset = "7 0 0"

TinderboxesCenter = "720 127 1"
TinderboxesLabelCenter = "728 171 1"
TinderboxesFrameSize = "100 90"
TinderboxesFrameHPadding = "0 0"
TinderboxesFrameVPadding = "0 0"
TinderboxesFrameOffset = "-28 -15 1"

OilCenter = "720 293 0"
OilLabelCenter = "728 335 1"
OilFrameSize = "100 100"
OilFrameHPadding = "0 0"
OilFrameVPadding = "10 15"
OilFrameOffset = "-32 -5 1"

JournalCenter = "720 472 1"
JournalLabelCenter = "728 491 1"
JournalFrameSize = "100 -1"
JournalFrameHPadding = "0 0"
JournalFrameVPadding = "0 0"
JournalFrameOffset = "-5 0 0"

ItemHeaderCenter = "400 420 1"
ItemDescCenter = "400 440 1"
ItemTextFrameSize = "-1 -1"
ItemTextFrameHPadding = "0 0"
ItemTextFrameVPadding = "0 0"
ItemTextFrameOffset = "0 0 0"

ItemDescTextWidth = "456"

ItemCountOffset = "-18 10 0.2"

FontSize_ItemCount = "17 17"
FontSize_Label = "20 20"
FontSize_Header = "24 24"
FontSize_Description = "18 18"
FontSize_Message = "22 22"
/>


DefaultFont = "game_header.fnt"
/>

QuestAddedIcon = "hud_quest_added.tga"
QuestAddedSound = "ui_add_quest.snt"

GameMessageFontSize = "18 18"
/>


DefaultFont = "game_hints.fnt"

YPos = "40"
FontSize = "15 15"

TextDurationMul = "1.5"
/>

DefaultFont = "game_journal.fnt"
MenuFont = "game_header.fnt"

NoteTextWidth = "450"
NoteMaxPageRows = "18"
NoteFontSize = "20 20"
NoteRowDist = "22"
NoteHeaderFontSize = "25 25"
NoteHeaderStartY = "60"
NoteTextStartY = "105"
/>

DefaultFont = "game_default.fnt"

LoadingFontSize = "17 17"
TextFontSize = "18 18"
LoadingY = "550"
TextWithImageY = "375"
TextAloneY = "250"
ImageY = "5"
TextMaxWidth = "550"

FadeOutTime = "0.5"
TextDurationMul = "0.8"
/>

I already made the start background map thing, followed different tutorials and everything seems perfect. If anyone could help me it would be greatly appreciated. If you need me to post anything else just ask and I'll do it ASAP.

Thanks in advance!



follow Your Computer's tutorial

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
04-15-2012, 02:31 PM
Website Find


Messages In This Thread
Main Menu - by MrIcabod123 - 04-15-2012, 03:54 AM
RE: Main Menu BG - by SilentStriker - 04-15-2012, 09:05 AM
RE: Main Menu BG - by MrIcabod123 - 04-15-2012, 01:51 PM
RE: Main Menu BG - by SilentStriker - 04-15-2012, 02:01 PM
RE: Main Menu BG - by MrIcabod123 - 04-15-2012, 02:09 PM
RE: Main Menu BG - by SilentStriker - 04-15-2012, 02:15 PM
RE: Main Menu BG - by jessehmusic - 04-15-2012, 02:31 PM
RE: Main Menu BG - by MrIcabod123 - 04-15-2012, 02:32 PM
RE: Main Menu - by MrIcabod123 - 04-15-2012, 07:10 PM
RE: Main Menu - by Cranky Old Man - 04-15-2012, 07:25 PM
RE: Main Menu - by MrIcabod123 - 04-15-2012, 07:55 PM
RE: Main Menu - by Cranky Old Man - 04-15-2012, 08:32 PM



Users browsing this thread: 1 Guest(s)