A question so silly, it's almost embarrassing.

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Message
Author
ludeshka
Veteran
Posts: 277
Joined: Tue Apr 07, 2009 11:24 am
Completed: Hierofanía / Next Door Taker/Rhyme or Reason /Hierofanía 2
Projects: Hierofanía 3 (I swear it's the last one)
Tumblr: sillyraccoonknight
Deviantart: ludeshka
itch: ludeshka
Contact:

A question so silly, it's almost embarrassing.

#1 Post by ludeshka »

...But I still don't know the answer, so I have to ask it anyway.
(please, don't scream at me. It's my first game)

...How do I replace the little icon of Eileen with a little icon of my own?
I'm talking about the very little icon that the user has to click to launch the game.

Could you tell me how?
Thank you so much. ^^

User avatar
sake-bento
Eileen-Class Veteran
Posts: 1909
Joined: Sat Jan 26, 2008 5:58 pm
Completed: http://sakevisual.com/games.html
Projects: Every Sunrise, Shinsei
Organization: sakevisual
Tumblr: sakevisual
Deviantart: sakevisual
itch: sakevisual
Contact:

Re: A question so silly, it's almost embarrassing.

#2 Post by sake-bento »

Don't be embarrassed. The answer is a little bit hidden away:
http://renpy.org/wiki/renpy/doc/referen ... irectories

Basically, just include the icon you want to be used in the base directory (the folder that also holds the folder called "games"), and name it "icon.ico" to change the icon for Windows. You'll also have to include another file called "icon.icns" for Macs.

ludeshka
Veteran
Posts: 277
Joined: Tue Apr 07, 2009 11:24 am
Completed: Hierofanía / Next Door Taker/Rhyme or Reason /Hierofanía 2
Projects: Hierofanía 3 (I swear it's the last one)
Tumblr: sillyraccoonknight
Deviantart: ludeshka
itch: ludeshka
Contact:

A question about icons...

#3 Post by ludeshka »

Thank you, sake-bento...but...I still have another question.

...I made my little icon in photoshop. And then I saved it on the right folder. But when I rename the archive to "icon.ico", it acts as if it's just a jpg named "icon.ico" It doesn't change format or anything.
I'm sure I'm doing something wrong, but, could you tell me what?

Thank you very much for helping me out. ^^

User avatar
papillon
Arbiter of the Internets
Posts: 4107
Joined: Tue Aug 26, 2003 4:37 am
Completed: lots; see website!
Projects: something mysterious involving yuri, usually
Organization: Hanako Games
Tumblr: hanakogames
Contact:

Re: A question so silly, it's almost embarrassing.

#4 Post by papillon »

Changing the filename will only change the file's name, not the file contents. You need to use a graphics program that can create icons, and choose the format you want to save the file in while saving it. (Does photoshop make icons? I don't know, I don't really use it. I have a bunch of specialised icon tools floating around my hard drive.)

User avatar
jack_norton
Lemma-Class Veteran
Posts: 4087
Joined: Mon Jul 21, 2008 5:41 pm
Completed: Too many! See my homepage
Projects: A lot! See www.winterwolves.com
Tumblr: winterwolvesgames
Contact:

Re: A question so silly, it's almost embarrassing.

#5 Post by jack_norton »

I use this: http://iconverticons.com/
converts a PNG to ICO (Windows) and ICNS (Mac), is quite cool :)
follow me on Image Image Image
computer games

ludeshka
Veteran
Posts: 277
Joined: Tue Apr 07, 2009 11:24 am
Completed: Hierofanía / Next Door Taker/Rhyme or Reason /Hierofanía 2
Projects: Hierofanía 3 (I swear it's the last one)
Tumblr: sillyraccoonknight
Deviantart: ludeshka
itch: ludeshka
Contact:

Re: A question so silly, it's almost embarrassing.

#6 Post by ludeshka »

Once again, I ask for your help regarding icons.

I know I must sound like a complete idiot, but I have zero knowledge of computers. I just don't know what I'm supposed to do!

As suggested by Jack Norton (thank you so much, by the way) I went to iconverticons, and created icons for Mac, Pc, and Linux.

But this is my situation. The icon does show up as an icon indeed...but it does not replace the little Eileen icon. It just sits there. Look, I'm attaching how the screen looks to me.

...What do I do now?
Am I saving the file in the wrong folder? Am I supposed to change the filename again?

Please, if you can, tell me.

Thank you again. I'm really sorry for bothering you all like this.
Attachments
icontrouble.jpg

Black_Saber
Regular
Posts: 74
Joined: Wed Jul 14, 2010 4:56 am
Completed: cafe minigame
Projects: Beach Restaurant
Location: Indonesia
Contact:

Re: A question so silly, it's almost embarrassing.

#7 Post by Black_Saber »

judging from your picture, why the icon files still have the extension of PNG?
"*cackle*cackle*! In short, it's all about cleverly using the gaps between jobs to play. If it goes too far, it can turn to laziness. However, people only become mature when they learn to balance work with pleasure. Simply put, if all you care about is work all the time, you're not fully mature." - Gaap (Umineko no Naku Koro ni)

ludeshka
Veteran
Posts: 277
Joined: Tue Apr 07, 2009 11:24 am
Completed: Hierofanía / Next Door Taker/Rhyme or Reason /Hierofanía 2
Projects: Hierofanía 3 (I swear it's the last one)
Tumblr: sillyraccoonknight
Deviantart: ludeshka
itch: ludeshka
Contact:

Re: A question so silly, it's almost embarrassing.

#8 Post by ludeshka »

Thank you, Black Saber.
Although I think I fixed the .png thing, I'm still experiencing icon trouble.

Can anybody tell me what I'm doing wrong? O_o

...I swear this is the last time I'm asking this. If I can't make it work, I'll just give up on having an icon. I feel really embarrassed for wasting all of you nice people's time. -_-

I'm attaching what the screen looks to me now.
Attachments
ICONTROUBLE2.jpg

Adorya
Miko-Class Veteran
Posts: 541
Joined: Fri Aug 18, 2006 4:51 pm
Contact:

Re: A question so silly, it's almost embarrassing.

#9 Post by Adorya »

At least for windows version there should be an icon.ico file unless it was integrated in the executable file.

ludeshka
Veteran
Posts: 277
Joined: Tue Apr 07, 2009 11:24 am
Completed: Hierofanía / Next Door Taker/Rhyme or Reason /Hierofanía 2
Projects: Hierofanía 3 (I swear it's the last one)
Tumblr: sillyraccoonknight
Deviantart: ludeshka
itch: ludeshka
Contact:

Re: A question so silly, it's almost embarrassing.

#10 Post by ludeshka »

Adorya wrote:At least for windows version there should be an icon.ico file unless it was integrated in the executable file.
I'm sorry. I don't understand. T_T
There is an icon.ico file already. It shows like a little icon of its own, but it doesn't replace Eileen's.

What I want is to replace Eileen's icon with my own. Is there anything else I should be doing/ is there something else I'm doing wrong? O_o

Megaman Z
Miko-Class Veteran
Posts: 829
Joined: Sun Feb 20, 2005 8:45 pm
Projects: NaNoRenO 2016, Ren'Py tutorial series
Location: USA
Contact:

Re: A question so silly, it's almost embarrassing.

#11 Post by Megaman Z »

If I'm reading this right, I think you've got a couple things out of place and are missing a step entirely.

1) the icon files go in the base directory of your project (The folder that contains README.html and a subdirectory called "game" when you first make a new project), not the ren'py SDK base directory. If you're confused, find where your VN's .rpy files are and go one directory above it. Including the icon files in the distribution itself does nothing (and Ren'Py does not add the icon files themselves to the distribution, either)

example:
script files (*.py, *.rpy) are located in C:\renpy\someproject\game\
icon files (icon.ico, icon.icns) must be in C:\renpy\someproject\

2) said icon files are used when renpy builds a distribution for the game. In other words, the icon files should be there WHEN you build the distribution for the game. The distributions can be built from the Ren'Py SDK Launcher.

I just tested this myself, so it should work. Note that the icon of Eileen used on the launcher for the SDK will still be there, but your game's distribution will have the new icon on its executable(s).

If this fails, grab something like XN Resource Editor and swap it the hard way.
~Kitsune Zeta

ludeshka
Veteran
Posts: 277
Joined: Tue Apr 07, 2009 11:24 am
Completed: Hierofanía / Next Door Taker/Rhyme or Reason /Hierofanía 2
Projects: Hierofanía 3 (I swear it's the last one)
Tumblr: sillyraccoonknight
Deviantart: ludeshka
itch: ludeshka
Contact:

Re: A question so silly, it's almost embarrassing.

#12 Post by ludeshka »

It worked!!!!
Thanks so much, Megaman Z.

I'm a very slow learner it seems, but I finally got it right. :D

Thanks everybody, really. :)

User avatar
fenol
Regular
Posts: 69
Joined: Sat Aug 27, 2011 10:33 am
Projects: Choroumachi | Vasileio
Organization: Zerorange
Deviantart: fenolijuna
Skype: fenol.ijuna
Soundcloud: fenol-ijuna
Contact:

Re: A question so silly, it's almost embarrassing.

#13 Post by fenol »

may i ask??

i already success to changed my icon but i've got problem here..
when i changed my windows view to small icon, it do my icon. *small like the pic above by ludeshka.
but when i changed the view to tumbnails.. it still give me eilleen icon. :(

i already tried to changed the resolution from 48x48 and 32x32 but still give me that problem.
can tell me what's the right resolution?
Øp!
Image
[ PIXIV ] [ deviantArt ]

Øp!

Blue Lemma
Forum Founder
Posts: 2005
Joined: Sat Jan 25, 2003 2:32 pm
Completed: ToL, Shoujo Attack!, Lemma Ten
Projects: [RETIRED FROM FORUM ADMINISTRATION - CONTACT PYTOM WITH ISSUES]
Contact:

Re: A question so silly, it's almost embarrassing.

#14 Post by Blue Lemma »

I'm 95% sure this won't work, but you might try 64x64 and 256x256.

My better guess is that your thumbnail view is loading up cached images in Windows from back when Eileen was the icon. You might try copying the icon to another computer and seeing if it does the same thing. (Or another directory might be sufficient?)
“Among those who dislike oppression are many who like to oppress.”
- Napoleon Bonaparte


I've retired from forum administration. I do not add people to the "adult" group, deactivate accounts, nor any other administrative task. Please direct admin/mod issues to PyTom or the other mods : )

User avatar
ScottySeng
Regular
Posts: 162
Joined: Tue Oct 04, 2011 9:57 am
Completed: May-Chan
Projects: Fairy Tale, What do you see
Skype: scottyseng
Location: Carrollton, TX
Contact:

Re: A question so silly, it's almost embarrassing.

#15 Post by ScottySeng »

If you're running photoshop, I use this plug-in to make .ico

http://www.telegraphics.com.au/sw/

Post Reply

Who is online

Users browsing this forum: Google [Bot]