Search found 36 matches

by Zalkyria
Tue Dec 16, 2014 11:37 am
Forum: Ren'Py Questions and Announcements
Topic: Issues with a calendar code
Replies: 6
Views: 1021

Re: Issues with a calendar code

Okay I finally got it to work thank you!!!! I had to edit the script I had a bit but now it doesn't skip a day anymore. I posted the now updated script and everything works how we wanted now. Once again thanks! init python: class Calendar(object): '''Provides time-related information. ''' def __init...
by Zalkyria
Tue Dec 16, 2014 9:36 am
Forum: Ren'Py Questions and Announcements
Topic: Issues with a calendar code
Replies: 6
Views: 1021

Re: Issues with a calendar code

I put the code in you posted but it still is skipping a day, We have it set up for the game to start on April 30th a Monday, and when the next day happens it will skip May 1st Tuesday to May 2nd Wednesday. I'm not so sure what to do.
by Zalkyria
Tue Dec 16, 2014 12:14 am
Forum: Ren'Py Questions and Announcements
Topic: Issues with a calendar code
Replies: 6
Views: 1021

Issues with a calendar code

Hello all, We're having a bit of an issue with our calendar. In our game, we're using the calendar from the Ren'py Quickstart ( http://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=22393 ) although we've modified it a bit for our own personal use. Another user on this forum programmed it so tha...
by Zalkyria
Sun Oct 12, 2014 10:41 am
Forum: We are a Free Project looking for Partners
Topic: Looking for Coders -Date Sim-
Replies: 14
Views: 2895

Re: Looking for Coders -Date Sim-

I'm sorry what isn't running smoothly isn't the inventory its our calendar. But I can't really explain it in here its more of something you would have to see the rpy files to see what we did wrong. We start the game, it works and than we hit an error message, however we hit the reload button and it ...
by Zalkyria
Sat Oct 11, 2014 3:58 pm
Forum: We are a Free Project looking for Partners
Topic: Looking for Coders -Date Sim-
Replies: 14
Views: 2895

Re: Looking for Coders -Date Sim-

Haven't worked much with Ren'py as I mainly work with lower level languages, but if you put the code in the code tags " "" " I'll look through it. Also a recommendation, for a coder to really be able to help you'd probably want them to look through the whole system as it would m...
by Zalkyria
Sat Oct 11, 2014 3:57 pm
Forum: We are a Free Project looking for Partners
Topic: Looking for Coders -Date Sim-
Replies: 14
Views: 2895

Re: Looking for Coders -Date Sim-

Hey hun, could you put that in code tags so we can read the indentation too? The code looks pretty swell, but that's the init/python end of things. I beat you don't have any instances created in the script itself, which is why you can't see it/manipulate it in script like you want. It's also possib...
by Zalkyria
Fri Oct 10, 2014 2:01 pm
Forum: We are a Free Project looking for Partners
Topic: Looking for Coders -Date Sim-
Replies: 14
Views: 2895

Re: Looking for Coders -Date Sim-

Generally, money would just be a stat already incorporated into an inventory system, which is why I mentioned it. Perhaps your coder already put it in and there is just no way to see it on the screen? Posting your inventory code could allow forum members to tell you, and there might be an easy way ...
by Zalkyria
Wed Oct 08, 2014 2:17 pm
Forum: We are a Free Project looking for Partners
Topic: Looking for Coders -Date Sim-
Replies: 14
Views: 2895

Re: Looking for Coders -Date Sim-

Hm, it looks like you've already started your game, but a while back I made a quickstart guide that comes with a tutorial-- maybe that could help you? http://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=22393 It has an inventory system made by leon, some basic stats (including money), and if ...
by Zalkyria
Wed Oct 08, 2014 1:01 pm
Forum: We are a Free Project looking for Partners
Topic: [Postponed/Indefinite Hiatus]
Replies: 14
Views: 2951

Re: Looking for Editors/Art Advisor/Colorist!! [Otome, GxB]

linearts would help but i do have something that i can show you as well.
by Zalkyria
Wed Oct 08, 2014 12:45 pm
Forum: We are a Free Project looking for Partners
Topic: Looking for Coders -Date Sim-
Replies: 14
Views: 2895

Re: Looking for Coders -Date Sim-

The date sim will be branching depending on what choices you make will lead you to certain events. Currently we need a money system, a health bar, thats what we know so far. As for effects I'm not sure what you mean by that?
by Zalkyria
Tue Oct 07, 2014 8:01 pm
Forum: We are a Free Project looking for Partners
Topic: Looking for Coders -Date Sim-
Replies: 14
Views: 2895

Looking for Coders -Date Sim-

Working on a date sim and my partner and I don't have much experience with coding that it helps to have someone look it over. We had a coder but we have lost contact with him, and well as much of an amazing coder he was we are currently at a standstill on making the game. If anyone can help us pleas...
by Zalkyria
Tue Oct 07, 2014 7:35 pm
Forum: We are a Free Project looking for Partners
Topic: [Postponed/Indefinite Hiatus]
Replies: 14
Views: 2951

Re: Looking for Editors/Art Advisor/Colorist!! [Otome, GxB]

Well I can help color if you still need someone to color?
by Zalkyria
Sun May 11, 2014 5:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with utilizing the calendar system!
Replies: 2
Views: 535

Re: Help with utilizing the calendar system!

IF you want a game like princess maker than check out this framework http://lemmasoft.renai.us/forums/viewto ... 51&t=22393
by Zalkyria
Sun May 04, 2014 11:47 am
Forum: Old Threads (– September 2014)
Topic: Looking for coders [unpaid]
Replies: 0
Views: 497

Looking for coders [unpaid]

In need of coders for two games I am working on, one is worked on now, is my Date Sim. I need some help with the coding. And than I want to make a simple farming script for renpy, something where you can farm and if possible interact with animals? Essentially a Harvest Moon type game for renpy.
by Zalkyria
Sun May 04, 2014 11:45 am
Forum: Ren'Py Questions and Announcements
Topic: Farming script?
Replies: 5
Views: 1172

Re: Farming script?

Okay I will try there.