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


Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Fixed!]Creating a main menu logo for a FC
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#11
RE: Creating a main menu logo for a FC

Quote:And do i really need to create a .mat for the main menu logo? I thought i just need to put it into graphics. It's just a simple picture loaded on the main menu right? Or well i dont know i never did one.
Awnser is YES!
you still need to create a.mat file.
the game reads .mat files.
So if you want this be loaded and seen in game.
OR
Plane
Billboards
Decal
ALL of these above NEED a .mat file.
If you create a .mat file, you can use that single one for Planes\Billboards\Decals.
I hope you understand me now.
(This post was last modified: 05-16-2015, 05:59 PM by DnALANGE.)
05-16-2015, 05:57 PM
Find
Slanderous Offline
Posting Freak

Posts: 1,606
Threads: 78
Joined: Dec 2012
Reputation: 63
#12
RE: Creating a main menu logo for a FC

You don't need .mat file for logo I beleive. I think you only need to modify the file that's located in "redist\lang\eng\graphics\main_menu" for vanilla game. Preferably always set your logo dimensions to 32x32, 64x64, 128x128, 256x256, 512x512, or 1024x1024, because the game doesn't read other resolutions properly.
That's actually bullshit. I just remembered that I heared the logo should be in the same resolution as it is originally, which is 319x275 (at least for me).

As for the logo itself, I might be able to help you, so if you want you can drop me a PM.
(This post was last modified: 05-16-2015, 06:36 PM by Slanderous.)
05-16-2015, 06:22 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#13
RE: Creating a main menu logo for a FC

Try this file I'm attaching. It's a modded menu logo I know works.


Attached Files
.zip   menu_logo_mod.zip (Size: 45.71 KB / Downloads: 87)

05-16-2015, 06:44 PM
Find
LordOfDragons Offline
Senior Member

Posts: 501
Threads: 14
Joined: Aug 2013
Reputation: 13
#14
RE: Creating a main menu logo for a FC

(05-16-2015, 06:44 PM)Mudbill Wrote: Try this file I'm attaching. It's a modded menu logo I know works.

It's not loading your logo either.
I dont really know if im doing something wrong without noticing or something else needs to be done. I just renamed it to fit to my menu.cfg. I also tried adding the TDD logo and that worked just fine...

The question that will never be answered:
SOMA WHY ARE YOU SO BEAUTIFUL? ;_;
05-16-2015, 07:17 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#15
RE: Creating a main menu logo for a FC

O my god...
What is it now...
There could be a lot of things you want...
A picture in your PRE MENU...
a picture in your MAIN MENU... or is it a billboard you want to see,
because only frictionsl games would look very weird for a main menu...
What is it precisely?
05-16-2015, 09:20 PM
Find
LordOfDragons Offline
Senior Member

Posts: 501
Threads: 14
Joined: Aug 2013
Reputation: 13
#16
RE: Creating a main menu logo for a FC

(05-16-2015, 09:20 PM)DnALANGE Wrote: O my god...
What is it now...
There could be a lot of things you want...
A picture in your PRE MENU...
a picture in your MAIN MENU... or is it a billboard you want to see,
because only frictionsl games would look very weird for a main menu...
What is it precisely?

Like i said (Also written in the title), a logo for the MAIN MENU of my FC mod.
No billboards, no pre menu or anything else. Just for the main menu.

The question that will never be answered:
SOMA WHY ARE YOU SO BEAUTIFUL? ;_;
05-16-2015, 09:24 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#17
RE: Creating a main menu logo for a FC

Are there any errors in your log file?
Does the game crash, or loading another picture?
Send us your picture, with the name you use, and your
1 pre menu.cfg
2 main init.cfg
3 menu.cfg
4. Config folder would do too.

Try what i said with a .mat file.
Just add a billboard wich will be your picture.
Easy to do and fast.
(This post was last modified: 05-16-2015, 09:27 PM by DnALANGE.)
05-16-2015, 09:26 PM
Find
jmitchell Offline
Junior Member

Posts: 31
Threads: 6
Joined: Feb 2015
Reputation: 2
#18
RE: Creating a main menu logo for a FC

I had an issue like this recently as well. What solved it for me was changing my logo's dimensions to 400x400. It looks like the pictures have to be that size or smaller in order to be loaded.

From what I understand, your logo is currently a .tga (good move!), though .png will work as well. Also, I don't know what's going on with this .mat file idea, but that's not necessary at all.

Also, make sure in your menu.cfg that you've added "MenuLogo = filepath" in the Main node (should go right under the Music filepath). Here's mine for reference:

<Main
    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 = "Amontillado/maps/menu_bg.map"
    BGCamera_FOV = "70"
    BGCamera_ZoomedFOV = "40"
    
    ZoomSound = "ui_zoom.ogg"
    Music = "../Amontillado/extrasounds/Kosmogonia_Intro.ogg"
  
  MenuLogo = "Amontillado_logo.png"
/>

05-16-2015, 10:00 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#19
RE: Creating a main menu logo for a FC

Lol... in my fc the MenuLogo is empty,...
So, its not nescesary to fill that in...
The .mat is for text you can add in your menu.map
Also a picture works offcourse, thats what i try to explane..
Also mitchell..
The /armatillo/..../... is Not nescasary as well.
KosmogoniaIntro.ogg would do as well.
As well for the bgscene its not nescacery.
05-16-2015, 10:20 PM
Find
LordOfDragons Offline
Senior Member

Posts: 501
Threads: 14
Joined: Aug 2013
Reputation: 13
#20
RE: Creating a main menu logo for a FC

Hm well im trying some things with mudbills attachment right now. I changed the size, renamed it but nothing worked. It's just not loading. And im sure i edited the menu.cfg right...
Here my menu.cfg (The menu section):
PHP Code: (Select All)
<Main
    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 "test_mod/main_menu/menu_bg.map"
    
BGCamera_FOV "70"
    
BGCamera_ZoomedFOV "40"

    
ZoomSound "afx_events_mansion_tremor_01.ogg"
    
Music "music_temple_dieses_herz.ogg"

    
MenuLogo "test_mod/graphics/search_logo.tga"
/> 
Must be something wrong with the picture itself, because when i just tried adding the logo from TDD, it worked...

The question that will never be answered:
SOMA WHY ARE YOU SO BEAUTIFUL? ;_;
(This post was last modified: 05-16-2015, 10:41 PM by LordOfDragons.)
05-16-2015, 10:40 PM
Find




Users browsing this thread: 1 Guest(s)