Search found 26 matches

by chungy
Thu Jun 27, 2019 4:49 pm
Forum: We are offering Paid Work
Topic: [CLOSED] Looking for someone to do a custom transition!
Replies: 0
Views: 311

[CLOSED] Looking for someone to do a custom transition!

I'm looking for a programmer to code a transition :0) I'm not looking for transitions for specific screens, just a general transition I can program into screens/script myself. (for example the dissolve transition! how it can be used everywhere!) please don't reach out to me here-i barely check lemma...
by chungy
Wed Jun 19, 2019 10:48 pm
Forum: We are offering Paid Work
Topic: [CLOSED] looking for a programmer for settings!
Replies: 0
Views: 308

[CLOSED] looking for a programmer for settings!

heya! im just looking for a programmer for options/settings! no other screens! it'd be based on a sketch, and i'd do all the vectors/images! I just need someone to actually program it for me! also, dont reply here since i dont check lemma that often! please send me a message on discord (scoob#3180 ,...
by chungy
Tue May 14, 2019 6:12 pm
Forum: I am an Artist
Topic: I am a Sprite/Asset artist for hire!
Replies: 1
Views: 1611

I am a Sprite/Asset artist for hire!

Examples of my recent anthro work:

Image
Image


more examples

Examples of my recent human work:

https://gutfever.wixsite.com/portfolio
by chungy
Sat Jan 26, 2019 8:12 pm
Forum: Ideas
Topic: ...dere game idea?
Replies: 5
Views: 1528

Re: ...dere game idea?

this seems really cool! heres some different types! https://goboiano.com/the-14-popular-der ... ery-anime/
by chungy
Wed Nov 21, 2018 11:24 pm
Forum: Ren'Py Cookbook
Topic: Animated Imagemap Main Menu
Replies: 1
Views: 5490

Animated Imagemap Main Menu

Hello! Big thanks to lezalith for helping me out!! <3 Heres how to make an animated main menu! End result will be this but with a button; ezimba17256616324800.gif in the screens.rpy, scroll down to the entire mm section (somewhere in the 300s.) replace the entire mm with this; screen main_menu(): ta...
by chungy
Thu Nov 08, 2018 9:39 pm
Forum: We are offering Paid Work
Topic: Ren'Py Postcard Commission
Replies: 7
Views: 1339

Re: Ren'Py Postcard Commission

Hello! Here's a few examples of my art; https://orig00.deviantart.net/aaa9/f/2018/271/6/6/goodie_bag_2_by_vampwre-dco1p5a.png https://orig00.deviantart.net/7019/f/2018/271/4/9/goodie_bag_by_vampwre-dco1p4z.png For 50$ you could get two of the examples above, or a detailed painting like this; huh.png...
by chungy
Sun Oct 14, 2018 3:17 pm
Forum: Ren'Py Cookbook
Topic: {code} Imagemap character selection screen!
Replies: 0
Views: 4973

{code} Imagemap character selection screen!

Hello, here's the code on how to make a character selection screen (either for displaying images based on who the player chooses/certain dialogue) Finished product will look like this; 1.PNG 2.PNG (mouse hovered over first one) 3.PNG things you need to have in your folder before hand: -ground image ...
by chungy
Sun Oct 07, 2018 10:23 am
Forum: Ren'Py Questions and Announcements
Topic: [solved] textbox not showing up?
Replies: 2
Views: 471

Re: textbox not showing up?

Heyo, I've asked this a few times in the descord server but most people don't know how to fix this! The normal textbox is showing up, however my narrator textbox isnt. Heres my code for the textbox; define n = Character("", window_background="gui/textboxnb.png", ctc="ctc_an...
by chungy
Sat Oct 06, 2018 11:15 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] textbox not showing up?
Replies: 2
Views: 471

[solved] textbox not showing up?

Heyo, I've asked this a few times in the descord server but most people don't know how to fix this! The normal textbox is showing up, however my narrator textbox isnt. Heres my code for the textbox; define n = Character("", window_background="gui/textboxnb.png", ctc="ctc_anc...
by chungy
Sat Oct 06, 2018 12:47 pm
Forum: Ren'Py Cookbook
Topic: [quick code] Heart popup
Replies: 1
Views: 2894

[quick code] Heart popup

Heya! This is a super simple code that took me a few minutes of looking up to do, but I just wanted to post it for people (like me) who are usually too lazy to figure it out themselves! This heart does a little bounce, but you can define yours to just appear! 1.) Paste this into your options.rpy (I...
by chungy
Sun Sep 30, 2018 1:24 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Prefs menu not showing up on imagemap mm
Replies: 6
Views: 1093

Re: Prefs menu not showing up on imagemap mm

I think I see the problem. Your image map replaced the navigation screen. All game_menus use the navigation screen, so your image map is being drawn over the preferences screen. (The title and return button are drawn last, which is why "Options" is still visible.) I would suggest moving y...
by chungy
Sat Sep 29, 2018 7:02 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Prefs menu not showing up on imagemap mm
Replies: 6
Views: 1093

Re: Prefs menu not showing up on imagemap mm

From what I see your menu sees preferences screen but not it's content. You should check viewport as it looks like problem lies there. By the way is this some sort of automaticly generated menu? Because I must say it looks kinda strange. could you explain what you think the issue is w viewport? als...
by chungy
Sat Sep 29, 2018 5:11 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Prefs menu not showing up on imagemap mm
Replies: 6
Views: 1093

Re: Prefs menu not showing up on imagemap mm

Can you post your code for main menu and options menu? That way someone might see what is wrong with your menu. yeah, here it is; main menu ## Main Menu screen ############################################################ ## ## Used to display the main menu when Ren'Py starts. ## ## https://www.renp...
by chungy
Sat Sep 29, 2018 2:28 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Prefs menu not showing up on imagemap mm
Replies: 6
Views: 1093

[solved] Prefs menu not showing up on imagemap mm

Heya, my prefs arent showing up when i click the button i've made for it- but it's not the buttons i think are the issue, i think that bc/ its a game_menu that's the issue. MM on it's own: mm 1.PNG 'prefs' screen: mm 2.PNG (added red circle to show the only thing that pops up other than return) (als...