Search found 72 matches

by mavyxdawn
Wed Jul 05, 2023 11:05 pm
Forum: I am a Programmer, Director, or Other
Topic: [OPEN][PAID] Programmer willing to help! (Zeil)
Replies: 8
Views: 2452

Re: [OPEN][PAID] Programmer willing to help! (Zeil)

For those who are interested, here are my estimates: Common/Required: Main Menu - 1-2 Hours depending on the UI Game Menu - 1-2 hours depending on the UI Save/Load - 2 hours depending on the UI Preferences - 1-2 hours depending on the UI Confirmation popup - 30 minutes Optional Logs - 1 hour Help - ...
by mavyxdawn
Wed Jul 05, 2023 10:59 pm
Forum: I am a Programmer, Director, or Other
Topic: [OPEN][PAID] Programmer willing to help! (Zeil)
Replies: 8
Views: 2452

Re: [OPEN][PAID] Programmer willing to help! (Zeil)

Hi, Zeil. My artist is currently making the GUI for my renpy vn, and I'll need a programmer in the future to custom the UI for me using the assets made by the artist. How long does it take for you to custom a menu with already existing assets? I suggest sending the UI if you can so I can send the c...
by mavyxdawn
Sun Sep 19, 2021 9:14 am
Forum: I am a Programmer, Director, or Other
Topic: [OPEN][PAID] Programmer willing to help! (Zeil)
Replies: 8
Views: 2452

Re: [OPEN][PAID] Programmer willing to help! (I am Zeil)

Update: I decided to do freelancing (to pay for house bills lol). If you need my help, you can check out the details below! What: Coding When: Starting January 2022 Rate: $10 per hour I can do: GUI Stats System Map System Image Gallery/Album I'm not interested in: coding the dialogue Overly complic...
by mavyxdawn
Mon Jun 21, 2021 6:35 pm
Forum: Ren'Py Cookbook
Topic: Stats System (just like persona 5's social stats) [YouTube] - Free source code on itch.io
Replies: 7
Views: 3594

Re: Stats System (just like persona 5's social stats) - Free source code on itch.io

Finally! I finished my YouTube tutorial for this~


Stats UI
This is focused on navigation using imagebutton and ShowMenu().




Stats System
This is focused on:
  • using a flag call with return.
  • choices with required stat points (using jump)
by mavyxdawn
Wed Jun 16, 2021 7:45 pm
Forum: Ren'Py Questions and Announcements
Topic: How to print to Ren'py console
Replies: 1
Views: 749

Re: How to print to Ren'py console

This worked for me:
I have an instance variable called inventory

The console input:

Code: Select all

inventory
This also worked

Code: Select all

print inventory

It has an array items so I code this to check my array:

Code: Select all

inventory.items
by mavyxdawn
Tue Jun 15, 2021 10:41 pm
Forum: Ren'Py Cookbook
Topic: Character Screen - Free source code on itch.io
Replies: 1
Views: 2880

Re: Character Screen - Free source code on itch.io

I updated the character screen to be easier to understand.
I also added an example of how to change a Sayer's name.
You can find the details here: https://zeillearnings.itch.io/character ... provements
by mavyxdawn
Tue Jun 15, 2021 5:59 am
Forum: We are offering Paid Work
Topic: CLOSED
Replies: 2
Views: 2290

Re: [PAID] Looking for GUI Artist

Thank you for all the PMs! I've chosen my GUI artist!
I'll be posting more commission projects in the future!
Marking this closed
by mavyxdawn
Wed Jun 09, 2021 8:29 pm
Forum: Ren'Py Cookbook
Topic: Character Screen - Free source code on itch.io
Replies: 1
Views: 2880

Character Screen - Free source code on itch.io

https://www.dropbox.com/s/2balmb1swewf6an/itch.io%20thumbnail%20%289%29.png?dl=1 On the character screen, you'll see your Love Interest's info. If you don't know him/her well enough, his/her info will show "???". In the script.rpy, there are choices to learn more about Yuki. This will cha...
by mavyxdawn
Tue Jun 08, 2021 10:42 pm
Forum: We are offering Paid Work
Topic: CLOSED
Replies: 2
Views: 2290

CLOSED

This is a paid job. I am looking for a talented artist who can design a UI that is generic. What I mean by that is not too girly/boyish, not too scifi, not too medieval I have a YouTube Channel. Once I reach 1000 subs, I want to code and upload the GUI on my itch.io (free to use, open for donations)...
by mavyxdawn
Sun Jun 06, 2021 7:13 pm
Forum: Ren'Py Cookbook
Topic: Image Gallery/CGs/Album- Free source code on itch.io
Replies: 4
Views: 2614

Re: Image Gallery/CGs/Album- Free source code on itch.io

Yay! It's always my pleasure to help!
by mavyxdawn
Sun Jun 06, 2021 10:23 am
Forum: Ren'Py Cookbook
Topic: Image Gallery/CGs/Album- Free source code on itch.io
Replies: 4
Views: 2614

Re: Image Gallery/CGs/Album- Free source code on itch.io

Final form reached! Free code can be found in: https://zeillearnings.itch.io/image-gallery-v2 https://www.dropbox.com/s/oqmodbklz90qtlv/igt2.png?dl=1 I based it on Collar X Malice (but flipped horizontally because Ren'py's menu, by default, is positioned on the left side). https://www.dropbox.com/s/...
by mavyxdawn
Sun Jun 06, 2021 5:25 am
Forum: Ren'Py Questions and Announcements
Topic: Android build failed with an exception
Replies: 3
Views: 658

Re: Android build failed with an exception

Hi! Please update to Ren'Py 7.4.5. It is fixed in the said version, more info here:
https://www.renpy.org/doc/html/changelog.html#android
by mavyxdawn
Sat Jun 05, 2021 7:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Navigate through map locations?
Replies: 2
Views: 656

Re: Navigate through map locations?

viewtopic.php?f=51&t=20541
Try this one. I've seen it in action and it has a good explanation.
by mavyxdawn
Thu Jun 03, 2021 7:09 pm
Forum: Ren'Py Cookbook
Topic: Renpy Tutorial for beginners [YouTube]
Replies: 6
Views: 3373

Re: Renpy Tutorial for beginners [YouTube]

I decided to share how I code my UI because I think it's really helpful to people who are new to Ren'Py.