Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

MysteryCorgi

43
Posts
3
Topics
242
Followers
782
Following
A member registered Nov 13, 2014 · View creator page →

Creator of

Recent community posts

No worries! Would you be able to share a snippet of the code? Hopefully looking at it might clue me in to the issue. 

No worries! I will try to help as I'm able. There's a pretty good chance my code has become outdated, but let's see what we  can figure out!


So according to this renpy documentation page

renpy.change_language(language, force=False)
Changes the current language to language, which can be a string or None to use the default language.

Have you changed "language" (the brackets) to the new language on that menu?

Aa thank you! I'm honored you remembered it. 

I'm sorry that you understand but I'm glad to not be alone! The tooth issue prompted me to look up what folks in Alaska and other isolated places do and made me wish that travelling doctors (or in this case, dentists) were more common! Thank you for the kind comment.

A nod from one .hack fan to another.

Sad that you relate but yay we're not alone!

Hey, thanks for the suggestions! It completely slipped my mind to add ttf. And I didn't remember the metadata had an option for the license. I appreciate it.  

Thank you, I am glad to have survived! 
And also, wow, what an appropriate username+icon for the game's topic!

Thank you for the clear, effective communication.

Oh hey! Thanks for reaching out! I had to put some of my social media on lockdown, so I know that's a bit confusing to work around, though I am slowly working on a new version of the site.

somestrangecircus contributed to the ADVaNCE zine's "Kinetic Corner," but I don't recognize the piece that you've linked. I'll look around and let you know if I find anything just in case I'm forgetting. 

Also wow, 2 years already? Gosh I'm behind on stuff I wanted to post here, lol.

Anyway I think I found the post I was thinking of:

https://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=61623&p=540707&hilit=langu...

I think you could use the same script bit currently included before the menu, just edit it a bit so that it's after the game starts but before the story begins and take out the

renpy.utter_restart()

and/or add it to the "options" menu. It may take some tweaking. If I recall correctly I saw something similar on lemmasoft forums, I'll check my bookmarks for you.

https://mysterycorgi.itch.io/quixel-font

https://mysterycorgi.itch.io/painterly-field-scene

From what I can tell it wasn't there until after a scene with the fireflies and moves in the same patterns so I figured there was a code issue.  I think dust would float down rather than moving quickly and erratically. But I could  be wrong. One of my games (also made in Ren'Py ) uses something similar for insects and snow so I may be overthinking it.

This has been such a wonderful experience. I noticed that after I loaded the game for my second play session, it seems like the remnants of the firefly animation is stuck on the screen no matter what background. I tried to catch a gif, if you look closely you should see the movements. It's not terrible, but it is a bit distracting. I figure it must be some sort of code issue so wanted to let you know. 

https://mysterycorgi.itch.io/quixel-font

I hope you're doing better! I know how the cross-country move and PTSD combo goes so if you need anyone to talk to I'm here for you! Glad you found it :D

I'm glad you've gotten to see it now! Forgive me the delay, I'm not sure what happened.

Happy New Year! 

I am so excited to see Ace/Aro pride colors, this made my day. Thank you!!

Thank you! It worked just now. For some odd reason the request button didn't pop up last night, but it happened for other people's games as well. A mystery.

Quick question, I just got this (along with the other two titles in the series) and Yousei didn't have a Steam Key available on the download page. Just wanted to double check on that. Thanks! Can't wait to play these again :D

Oh! Sorry I just saw this. Glad you got it figured out! It's a bit confusing at first, I totally forgot to note that strings are a necessary evil. :)

Be sure to not only look at each object in a room, but also search each object. Furniture is a good bet. :)

I am greatly enjoying this, thank you! I kinda figured it would turn out that way, but oh well. Thanks for this great game. The engine runs really smoothly, well done.

I am trying out various different tactics to see how it changes things. Is there any hint you could give to me as to whether or not I can get Angus to stop following me? Like, stay somewhere? Or not go into certain rooms?

Hey! I hope you enjoy your time with VNs! So  the nice thing is that there is a good variety of engines and tools to make Visual Novels. I use Ren'Py for most projects, but I've also used Fungus and Visual Novel Maker. There are also tools for GameMaker Studio. Thecommunity for Ren'Py is really helpful for trying out making VNs, no matter what engine or tools you use. Good luck! :)

This disaster lesbian is excite af

Thank you for this!

Thanks! It ended up running pretty well a few seconds after the error popped up. So I haven't a clue what that was about.

I ran into this error when I tried opening the game. I hope this helps!

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/definitions.rpy", line 7, in <module>
OSError: [Errno 17] File exists: 'c:\\users\\mchar\\appdata\\local\\temp\\C-Users-mchar-Desktop-DDLC-1.1.0-pc-DDLC-.lock'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "C:\Users\mchar\Desktop\DDLC-1.1.0-pc\renpy\bootstrap.py", line 295, in bootstrap
    renpy.main.main()
  File "C:\Users\mchar\Desktop\DDLC-1.1.0-pc\renpy\main.py", line 364, in main
    renpy.game.script.load_script()  # sets renpy.game.script.
  File "C:\Users\mchar\Desktop\DDLC-1.1.0-pc\renpy\script.py", line 265, in load_script
    self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
  File "C:\Users\mchar\Desktop\DDLC-1.1.0-pc\renpy\script.py", line 753, in load_appropriate_file
    self.finish_load(stmts, initcode, filename=fn + source)
  File "C:\Users\mchar\Desktop\DDLC-1.1.0-pc\renpy\script.py", line 445, in finish_load
    node.early_execute()
  File "C:\Users\mchar\Desktop\DDLC-1.1.0-pc\renpy\ast.py", line 865, in early_execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\mchar\Desktop\DDLC-1.1.0-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/definitions.rpy", line 7, in <module>
  File "python-packages/singleton.py", line 45, in __init__
OSError: [Errno 17] File exists: 'c:\\users\\mchar\\appdata\\local\\temp\\C-Users-mchar-Desktop-DDLC-1.1.0-pc-DDLC-.lock'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
 

Thank you~! <3

(1 edit)

https://mysterycorgi.itch.io/squat-font

http://mirz123.deviantart.com/art/Pixel-Noir-Bitma...

http://emotication.deviantart.com/art/Pixel-Horror...

This font is free use for personal and commercial projects.

https://mysterycorgi.itch.io/visual-novel-bubble-g...

This font is released under the CC-BY License.


Feel free to add links to others here!

Hello! I'm Morgana/Morgi/Mystery Corgi!

I can't actually program in anything other than Ren'Py and my boss will kill me if I participate in the Jam by making a game. (So much work to do!) :P So instead I'm going to contribute assets! I'm marking my fonts down for free because I'm so inspired by this jam. I will also probably contribute some pixel art.

(4 edits)

https://mysterycorgi.itch.io/quixel-font
https://mysterycorgi.itch.io/hana-pixel-font
https://mysterycorgi.itch.io/aiko
https://mysterycorgi.itch.io/diamondplus-font

Here are fonts for you lovely folks!

This fonts are released under the CC-BY License.

Feel free to post other fonts here!

Here are some more of mine:

https://mysterycorgi.itch.io/smallif-font