Search found 34 matches
- Tue Oct 01, 2019 7:56 pm
- Forum: Creator Discussion
- Topic: Help with bust/waist/hip measurement
- Replies: 9
- Views: 992
Re: Help with bust/waist/hip measurement
I would also recommend against referencing anime measurements, like Imperf3kt said. Honestly it's kind of distracting when a game/show whips out some totally ridiculous measurement. I feel like the clothing measurements thing is a good starting point, but I think you should also consider what you wa...
- Mon Sep 16, 2019 11:30 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Rollback issue
- Replies: 6
- Views: 388
Re: Rollback issue
I haven't tested it, but it seems to me like the in_rollback() function gives you a pretty useful tool to deal with this (if you can check if the game is rolled back before calling your function, it seems like it should do it). That said, I'm not entirely sure I understand how your music function is...
- Sun Sep 15, 2019 4:45 pm
- Forum: Works in Progress
- Topic: Blankspace [Mystery/Puzzle/Escape Room/Point-and-click][Mature Themes][BxG] DEMO AVAILABLE!
- Replies: 15
- Views: 1165
Re: Blankspace [Mystery/Puzzle/Escape Room][BxG]
Oh hell yeah, I'm always excited for mystery games (particularly with the subgenre escape room haha) so I'm looking forward to this. Also I appreciate when games respect my time and make themselves short, so 2-4 hours sounds great. I always like the idea of doing background in 3d too, and yours look...
- Wed Sep 11, 2019 3:13 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Chess game?
- Replies: 6
- Views: 454
Re: Chess game?
I'm also working on a chess minigame, the itch.io engine is super useful! (And the code is intentionally unarchived, I believe). In the public domain and everything. Thanks for the link, even though it wasn't even my question haha. Looking into it, you can also find the code/github for it here
- Tue Sep 10, 2019 12:22 am
- Forum: General Discussion
- Topic: Shout For Joy, Share Your Happiness
- Replies: 745
- Views: 72326
Re: Shout For Joy, Share Your Happiness
Feeling pretty good! I just got done demoing one of my games at a local science museum all weekend, and the first draft of the script for my VN should be done by Wednesday (I've done a ton of small digital projects, but I'm excited to work on something that'll take someone longer than an hour to fin...
- Tue Sep 03, 2019 3:59 am
- Forum: Works in Progress
- Topic: Ignis VN [Medieval|Fantasy|Fairytale Inspired][DEMO]
- Replies: 11
- Views: 1067
Re: Ignis VN [Medieval|Fantasy|Fairytale Inspired][DEMO]
I love it when a VN has a story that is immediately compelling! You always see a bunch of 'fairytales... except edgy' stories, but I really like the direction this seems to be going. The art definitely adds to it too, I'm looking forward to the release! (Also I hope you're feeling better)
- Tue Sep 03, 2019 2:19 am
- Forum: Asset Creation: Writing
- Topic: Fast pace stories or drawn out stories?
- Replies: 4
- Views: 432
Re: Fast pace stories or drawn out stories?
This is probably obvious, but for me a lot of it is in quality. If it's Not Good, then I prefer it to just be over sooner... But those really great stories that go on for ages are some of my favorites. I remember after I finished playing Umineko (over the course of a few months) I just sat there thi...
- Tue Sep 03, 2019 1:42 am
- Forum: Creator Discussion
- Topic: Pre-demo tips anyone? (please help)
- Replies: 3
- Views: 1067
Re: Pre-demo tips anyone? (please help)
It seems to me that wondering if your following is big enough to release a demo is kind of self defeating? Like I feel like one of the draws of a demo is that it is something to show people what you're working on so they'll want to see more. Definitely include links to your social media presence if ...
- Mon Jun 24, 2019 5:02 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Iterative updates and old save files
- Replies: 5
- Views: 525
Re: Iterative updates and old save files
Adding new things should be fine, you just don't want to be in a situation where the game is looking for something that doesn't exist from a previous iteration
- Sat Jun 22, 2019 2:09 am
- Forum: Asset Creation: Art
- Topic: I need help with Art
- Replies: 2
- Views: 2141
Re: I need help with Art
It strikes me that on the dialogue boxes, the text looks uncomfortably close to the top of the box. Spacing it out a little more and increasing the padding would give it some more room to breath and help it look a little less unbalanced. I agree that the decision to make it look like a folder is rea...
- Fri Jun 21, 2019 10:26 pm
- Forum: Development of Ren'Py
- Topic: Learn Python
- Replies: 2
- Views: 2072
Re: Learn Python
Knowing a little bit of programming will always make videogame dev easier, even in something (relatively) simple like Renpy. I recommend this Python tutorial, it's really easy to follow and has inline code testing stuff.
- Fri Jun 21, 2019 10:10 pm
- Forum: Creator Discussion
- Topic: Find & Replace {t}{/t} (RegEx) Question [Semi SOLVED]
- Replies: 14
- Views: 2744
Re: Find & Replace {t}{/t} Question [UNSOLVED]
I tried it both in Sublime & Notepad++, unfortunately it does not work. I have tried that one before, or something very similar. Does that site work for Python, because I don't see it as an option in the pulldown? Or does it not matter? Appreciate your time & the links! :) Got it, it looks like thi...
- Fri Jun 21, 2019 10:04 pm
- Forum: Anime, Games, and Japan
- Topic: Do you play as same or opposite gender?
- Replies: 234
- Views: 31401
Re: Do you play as same or opposite gender?
Man this seems like it shouldn't be a complicated question, yet it kinda is huh. Usually, if given the option, I'll play as a girl. But I actually ended up giving up on the last Harvest Moon game I played because I started playing as a girl, realized the girls were so much better (dateability wise) ...
- Thu Jun 20, 2019 6:45 pm
- Forum: Creator Discussion
- Topic: Find & Replace {t}{/t} (RegEx) Question [Semi SOLVED]
- Replies: 14
- Views: 2744
Re: Find & Replace {t}{/t} Question [UNSOLVED]
Oh, if it's like actual regex then this should be what you want: (jm "{mt})(.)+({/mt}") (Oh and if it complains about the backslash then use this one, but I think the first one should be fine probably) (jm "{mt})(.)+({\/mt}") Whenever I have to do regex stuff, I find RegExr really helpful (plus a re...
- Mon Jun 17, 2019 7:36 pm
- Forum: Ideas
- Topic: My Little World [On Hold]
- Replies: 24
- Views: 1377
Re: My Little World [Fantasy/Slice of Life] [Friendship] [Free]
Wow, you've been making really good progress! Make sure to not burn yourself out, but super cool to see what you have so far