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
Custom logo for my FC
OriginalUsername Offline
Posting Freak

Posts: 896
Threads: 42
Joined: Feb 2013
Reputation: 34
#1
Custom logo for my FC

Hey there,

I'm working on my first FC and I wanted to add a custom logo.
I put the logo in /MG(This is my FC folder)/graphics/logo.png
and I changed the menu.cfg:

MenuLogo = "/MG/graphics/logo.png"

But it just doesn't show whatever I do.
Please tell me what I did wrong
02-20-2013, 02:17 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#2
RE: Custom logo for my FC

I think .png's doesn't work. Use TGA's.

"Veni, vidi, vici."
"I came, I saw, I conquered."
02-20-2013, 02:41 PM
Find
Kreekakon Offline
Pick a god and pray!

Posts: 3,063
Threads: 70
Joined: Mar 2012
Reputation: 124
#3
RE: Custom logo for my FC

Nah, PNGs work perfectly fine as I'm using one right now.

I'd recommend you try lowering the resolution of your logo as well as play around with the values of the "MainMenuLogoStartRelativePos" and "MainMenuLogoRelativeSize" in your menu.cfg until it produces something that you are happy with.

[Image: Tv0YgQb.gif]
Image by BandyGrass
(This post was last modified: 02-20-2013, 03:02 PM by Kreekakon.)
02-20-2013, 03:01 PM
Find
OriginalUsername Offline
Posting Freak

Posts: 896
Threads: 42
Joined: Feb 2013
Reputation: 34
#4
RE: Custom logo for my FC

(02-20-2013, 02:41 PM)JustAnotherPlayer Wrote: I think .png's doesn't work. Use TGA's.

Thanks!
02-20-2013, 03:03 PM
Find
Mackiiboy Offline
Member

Posts: 101
Threads: 7
Joined: Jan 2012
Reputation: 11
#5
RE: Custom logo for my FC

(02-20-2013, 02:41 PM)JustAnotherPlayer Wrote: I think .png's doesn't work. Use TGA's.

.png should work just fine, I've used it several times for game menu logos.

Make sure that the directory path is right, if it's wrong, the game will probably not find your image.

To debug and make sure there are no issues with your image, you could use a renamed copy of an original logo from Amnesia and try to make it to show up in your story. If the directory path is wrong, it will not show up.
02-20-2013, 03:06 PM
Website Find
OriginalUsername Offline
Posting Freak

Posts: 896
Threads: 42
Joined: Feb 2013
Reputation: 34
#6
RE: Custom logo for my FC

(02-20-2013, 03:01 PM)Kreekakon Wrote: Nah, PNGs work perfectly fine as I'm using one right now.

I'd recommend you try lowering the resolution of your logo as well as play around with the values of the "MainMenuLogoStartRelativePos" and "MainMenuLogoRelativeSize" in your menu.cfg until it produces something that you are happy with.

I think that was the problem. I used a different, smaller logo and it worked right away.
02-20-2013, 03:08 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#7
RE: Custom logo for my FC

At what part did it say
MenuLogo?
Because i'm not seeing it right now.
EDIT: Whoops, wrong .cfg. OK, now i see it.

"Veni, vidi, vici."
"I came, I saw, I conquered."
(This post was last modified: 02-20-2013, 03:18 PM by PutraenusAlivius.)
02-20-2013, 03:17 PM
Find
OriginalUsername Offline
Posting Freak

Posts: 896
Threads: 42
Joined: Feb 2013
Reputation: 34
#8
RE: Custom logo for my FC

Oh, nevermind. It just picked the Amnesia logo again...
I'm not sure, I have all the paths right, I've tried it in .png and .tga and it still doesn't work..
I tried this: MenuLogo = "graphics/menu_logo.tga"

This: MenuLogo = "MG/graphics/menu_logo.png"
And this: MenuLogo = "graphics/menu_logo.png"

And it still doesnt work -.-

EDIT: is the path /MG/graphics/menu_logo.tga right? Or is it supposed to be in another folder?
(This post was last modified: 02-20-2013, 03:48 PM by OriginalUsername.)
02-20-2013, 03:30 PM
Find
Mackiiboy Offline
Member

Posts: 101
Threads: 7
Joined: Jan 2012
Reputation: 11
#9
RE: Custom logo for my FC

(02-20-2013, 03:30 PM)Smoke Wrote: Oh, nevermind. It just picked the Amnesia logo again...
I'm not sure, I have all the paths right, I've tried it in .png and .tga and it still doesn't work..
I tried this: MenuLogo = "graphics/menu_logo.tga"

This: MenuLogo = "MG/graphics/menu_logo.png"
And this: MenuLogo = "graphics/menu_logo.png"

And it still doesnt work -.-

EDIT: is the path /MG/graphics/menu_logo.tga right? Or is it supposed to be in another folder?

The directory path might differ depending on if you have created an isolated or non-isolated conversion custom story. When I created a FiCCS, my logo did not show up till' I removed the '/' in front of the mod-name in the directory path.
02-20-2013, 03:58 PM
Website Find
OriginalUsername Offline
Posting Freak

Posts: 896
Threads: 42
Joined: Feb 2013
Reputation: 34
#10
RE: Custom logo for my FC

(02-20-2013, 03:58 PM)Mackiiboy Wrote:
(02-20-2013, 03:30 PM)Smoke Wrote: Oh, nevermind. It just picked the Amnesia logo again...
I'm not sure, I have all the paths right, I've tried it in .png and .tga and it still doesn't work..
I tried this: MenuLogo = "graphics/menu_logo.tga"

This: MenuLogo = "MG/graphics/menu_logo.png"
And this: MenuLogo = "graphics/menu_logo.png"

And it still doesnt work -.-

EDIT: is the path /MG/graphics/menu_logo.tga right? Or is it supposed to be in another folder?

The directory path might differ depending on if you have created an isolated or non-isolated conversion custom story. When I created a FiCCS, my logo did not show up till' I removed the '/' in front of the mod-name in the directory path.

It is a isolated FC. And I've tried everything :S But I did notice the ptest menu.cfg is different than the normal menu.cfg. I'll try some other things out.

I've added the logo. Maybe there's something wrong with that.
I gave it to ferryadams10 and he fixed it, so it shouldn't be the file... But I'm getting desperate xD

Link
(This post was last modified: 02-20-2013, 04:11 PM by OriginalUsername.)
02-20-2013, 04:04 PM
Find




Users browsing this thread: 1 Guest(s)