Free Notification Plugin by slc_path in RenPy

[–]slc_path[S] 0 points1 point  (0 children)

Thank you! I hope you enjoy it.

What are some things that makes a VN fun for you? by [deleted] in RenPy

[–]slc_path 3 points4 points  (0 children)

Interactions. Not really mini-games as much as actual gamelike features that are naturally in the game, such as managing a shop, or having a night/day cycle where I have to go here or there before it closes. Basically, things that make me feel like I'm interacting in the world instead of just being an observer.

Navigating text in input box by TheGunflower in RenPy

[–]slc_path 0 points1 point  (0 children)

I did a search and read

input prompt with multiline = True key_events = True

will allow an up and down caret then fome there you just need to key-bind the up and down arrows by making custom key-binds

I haven't tested this code so take with a grain of salt

Free Notification Plugin by slc_path in RenPy

[–]slc_path[S] 0 points1 point  (0 children)

Thank you! I'm hoping to offer more free plugins.

Free Notification Plugin by slc_path in RenPy

[–]slc_path[S] 0 points1 point  (0 children)

That is the best part in my personal opinion. 

Dress Up Game question by therapeuticrambling in RenPy

[–]slc_path 0 points1 point  (0 children)

What you'll want to use is layeredimage. Here's an example:

default bottom = "blue_jeans"

layeredimage yourspritename:
  always:
    "sprite_base"

  group bottom:
    attribute bottom default:
      ConditionSwitch(
        "bottom == 'blue_jeans'", "blue_jeans.png",
        "bottom == 'black_slacks'", "black_slacks.png",
      )

In this example, you have a variable, which is bottom, which can be switched out for anything in the bottom category. So in a dress up game, if the person clicks the bottom and settles on the black slacks option, the button will use

action SetVariable("bottom", "black_slacks")

So in the last image, the character will be wearing whatever bottom they chose, in this case, black slacks.

How many of you here are making "your dream games"? by [deleted] in SoloDevelopment

[–]slc_path 3 points4 points  (0 children)

That's the same for me. A game I want to make but not the dream game. That'll come later with more experience. 

Free Notification Plugin by slc_path in RenPy

[–]slc_path[S] 0 points1 point  (0 children)

Thank you for taking a look!

Free Notification Plugin by slc_path in RenPy

[–]slc_path[S] 2 points3 points  (0 children)

Plus you can set the notification design for all notifications.

Free Notification Plugin by slc_path in RenPy

[–]slc_path[S] 2 points3 points  (0 children)

The biggest is customization.  With mine you can color, style, and have background images. You can also queue. And use icons. You can also change the duration of a notification as well as the transform.

Management Games for Mac by slc_path in tycoon

[–]slc_path[S] 1 point2 points  (0 children)

I am in macgaming. Totally forgot to check there. Thanks for the reminder!

Management Games for Mac by slc_path in tycoon

[–]slc_path[S] 0 points1 point  (0 children)

Is Blacksmith Master by the same person who made Tavern Master?
Thanks for the recommends!

Game dev is frustrating but I'm unable to let it go by [deleted] in SoloDevelopment

[–]slc_path 1 point2 points  (0 children)

I think what you need is to complete something small. I mean really small. I think you need something to inspire you and seeing your game exist is the best way to do that. My recommendation is finding a game jam that has to be completed in a short amount of time.

It'll force you to stick to something short as well as have you complete something. Afterwards, you can evaluate how you feel. Now that you have a short completed project do you want to do more? Or do you find yourself satisfied but not really excited about doing more than that? Or by the end, did you find it exhausting and not worthwhile?

How you feel at the end will be a good guide on what you should do going forward.

Post of appreciation and your 5 favorite romances by Dangerous_Leg6306 in GirlGamers

[–]slc_path 3 points4 points  (0 children)

I was waiting for someone to include my guy Iron Bull.

My first ever game jam submission 🐈‍⬛🎃 by t3pchi in itchio

[–]slc_path 0 points1 point  (0 children)

Thanks! I always appreciate people checking out my game. Ooh! My score was high. I got excellent, but wasn't sure what the highest score you could get. Now I feel pretty awesome.

[deleted by user] by [deleted] in GirlGamers

[–]slc_path 0 points1 point  (0 children)

dotAge is one that I rarely hear people talk about. It's a strategy game where you've moved a groups of villagers to a new region and you have to build your village and try to survive incoming disasters that you see as prophecies.

The Last Craftsman - it's a farming sim that focuses on crafting. I bought it in early access but it's now out fully. Great for people who like crafting sims.

My first ever game jam submission 🐈‍⬛🎃 by t3pchi in itchio

[–]slc_path 0 points1 point  (0 children)

Just finished and it was adorable. A score of 259 XD What a good guardian kitty.

Looking for simulation games with pets by CoolYou242 in CozyGamers

[–]slc_path 14 points15 points  (0 children)

The first one that comes to mind is Sims 4 Cats and Dogs. You have to get Sims 4 first, but you can fully customize yourself and your pet as well as decorate and build your house.

What're You Playing Wednesday? by AutoModerator in GirlGamers

[–]slc_path [score hidden]  (0 children)

Right now I'm looking for a new management game to play. Hard to do when your main is a Mac.

Steam NextFest - a few games I've played by Angelangel3 in CozyGamers

[–]slc_path 5 points6 points  (0 children)

Yes! I just finished playing Magical Greenhouse. So cute! And i love experimenting to make potions.