How hidden object genre could be added in VN game?
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
How hidden object genre could be added in VN game?
By imagemaps? What do you think?
Re: How hidden object genre could be added in VN game?
hidden object ... genre?
We are confused. Do rephrase.
We are confused. Do rephrase.
Re: How hidden object genre could be added in VN game?
Something like pixel hunting.
http://www.objecthiddengames.com/
http://www.objecthiddengames.com/
Re: How hidden object genre could be added in VN game?
I don't think it needs to be its own genre, but it's doable.
- 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: How hidden object genre could be added in VN game?
I would suggest using image buttons and the new screen language capabilities.
sakevisual visual novels (and stuff) | sakevisual dev blog
- rioka
- Royal Manga Tutor
- Posts: 1255
- Joined: Fri Jul 16, 2004 12:21 pm
- Completed: Amgine Park, Garden Society: Kykuit, Metropolitan Blues (art)
- Location: somewhere in NY
- Contact:
Re: How hidden object genre could be added in VN game?
This is kind of an old thread but I can't help but make a correction here.
Actually, Hidden Object Games has been the best-selling type of casual game for the past several years and it is indeed it's own genre because there's so many of them. Most these days tend to be very graphic intensive with lots of nicely done digital paintings, voice acting, animations, and a storyline. I think HOG-types would fit well with VNs. Previous casual best selling genre's were time management; ex/ Diner Dash; and before then, break games; ex/ Peggle; and match-3; Bejeweled.Mikan wrote:I don't think it needs to be its own genre, but it's doable.
Re: How hidden object genre could be added in VN game?
You mean ImageMaps? Or what buttons did you mean? Interface buttons with modified style (transparent and "hiddenly" located on picture)?sake-bento wrote:I would suggest using image buttons and the new screen language capabilities.
- 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: How hidden object genre could be added in VN game?
I was thinking imagebuttons like this: http://www.renpy.org/doc/html/screens.html#imagebutton
Of course, hovered and idle should be the same image. XD But yeah. It seems like it would work, since then you could overlay more hidden objects and change and move them around as you need to.
Of course, hovered and idle should be the same image. XD But yeah. It seems like it would work, since then you could overlay more hidden objects and change and move them around as you need to.
sakevisual visual novels (and stuff) | sakevisual dev blog
- jack_norton
- Lemma-Class Veteran
- Posts: 4067
- 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: How hidden object genre could be added in VN game?
In Vera Blanc, the minigame "spot the differences" could be easily adopted to make a HOG. I coded it in python, if you know it should be rather simple. With the new screen language you can also add nice effects like sparkles or zoom in/out or pop-out when you click them.
/subliminal message
Renpy still misses a drag&drop though which would be VERY useful in such situations. <coughs> maybe pyTom is reading this
/subliminal message
Renpy still misses a drag&drop though which would be VERY useful in such situations. <coughs> maybe pyTom is reading this
- PyTom
- Ren'Py Creator
- Posts: 15893
- Joined: Mon Feb 02, 2004 10:58 am
- Completed: Moonlight Walks
- Projects: Ren'Py
- IRC Nick: renpytom
- Github: renpytom
- itch: renpytom
- Location: Kings Park, NY
- Contact:
Re: How hidden object genre could be added in VN game?
I'm working on it, but it's not the highest priority thing.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom(When was the last time you backed up your game?)
"Silly and fun things are important." - Elon Musk
Software > Drama • https://www.patreon.com/renpytom
- jack_norton
- Lemma-Class Veteran
- Posts: 4067
- 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: How hidden object genre could be added in VN game?
Cool, well knowing you're working on it is already goodd!
Re: How hidden object genre could be added in VN game?
Oh, so complicated. XDsake-bento wrote:I was thinking imagebuttons like this: http://www.renpy.org/doc/html/screens.html#imagebutton
Of course, hovered and idle should be the same image. XD But yeah. It seems like it would work, since then you could overlay more hidden objects and change and move them around as you need to.
Maybe, are there any ready examples? Like examle with imagemap construction in Ren'py Demo.
-
Glazed Donuts
- Regular
- Posts: 121
- Joined: Thu Aug 12, 2010 11:47 am
- Contact:
Re: How hidden object genre could be added in VN game?
yeah I was looking to make a HoG-type of minigame in my RenPy game, but the features needed for it hasn't really been implemented yet.
And a mouse-dragging feature would be AWESOME, as I've been trying to find a way to be able to drag images around the screen with the mouse.
And a mouse-dragging feature would be AWESOME, as I've been trying to find a way to be able to drag images around the screen with the mouse.
- PyTom
- Ren'Py Creator
- Posts: 15893
- Joined: Mon Feb 02, 2004 10:58 am
- Completed: Moonlight Walks
- Projects: Ren'Py
- IRC Nick: renpytom
- Github: renpytom
- itch: renpytom
- Location: Kings Park, NY
- Contact:
Re: How hidden object genre could be added in VN game?
Mouse dragging is on its way, probably the next thing I add. That being said, I have my own list of requirements for it, as I plan to use it to support cardgame style games, and eventually a screen editor. If you have other needs, please let me know.
From my phone at jfk airport.
From my phone at jfk airport.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom(When was the last time you backed up your game?)
"Silly and fun things are important." - Elon Musk
Software > Drama • https://www.patreon.com/renpytom
-
Glazed Donuts
- Regular
- Posts: 121
- Joined: Thu Aug 12, 2010 11:47 am
- Contact:
Re: How hidden object genre could be added in VN game?
Thanks for the update, PyTom! I look forward to seeing the next addition! 
Who is online
Users browsing this forum: No registered users
