Search found 54 matches

by bitgraphic
Thu Dec 12, 2013 12:11 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to return back to previous label after jumping
Replies: 5
Views: 5820

[Solved] How to return back to previous label after jumping

I have screen button that gives advice to players on the entire game. My problem is... My screen "advice_button" let players to jumps to a label called "advice". But after that, It won't return back to the game (previous label), instead it goes to main menu. screen advice_button:...
by bitgraphic
Wed Dec 11, 2013 11:38 pm
Forum: Ren'Py Questions and Announcements
Topic: a time button?
Replies: 11
Views: 1303

Re: a time button?

@Pythom
For my circle, december 31, the day 3
by bitgraphic
Wed Dec 11, 2013 3:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Thumbnail, Saved date doesn't show up on Saved Game Slot
Replies: 9
Views: 1253

Re: Thumbnail, Saved date doesn't show up on Saved Game Slot

@Tsapas I tried experimenting with your code, but it doesn't show both thumbnail and saved date. Tsapas.jpg However, when I combined your code with Alex's, It showed thumbnail when I "Quit and auto-saved" the game. It didn't work when I "Returned to title", but I think it's getti...
by bitgraphic
Tue Dec 10, 2013 9:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Thumbnail, Saved date doesn't show up on Saved Game Slot
Replies: 9
Views: 1253

Re: Thumbnail, Saved date doesn't show up on Saved Game Slot

Thank you for helping me out again! It seems like, it doesn't seems to be working this time. TL;DR: You need to provide a Filescreenshot page "auto" argument or change Filepage to "auto" for the game to find the save screenshot and description. I believe I'm getting the idea. I s...
by bitgraphic
Tue Dec 10, 2013 7:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Thumbnail, Saved date doesn't show up on Saved Game Slot
Replies: 9
Views: 1253

Re: Thumbnail, Saved date doesn't show up on Saved Game Slot

Here's how it looks like when the saved slot is not Auto. There a saved date and time, thumbnail of the game appearing. Here is my code screen load_save_slot: $ file_text = "% s\n %s" % (FileTime(number, empty="Empty Slot."), FileSaveName(number)) add FileScreenshot(number) xpos ...
by bitgraphic
Tue Dec 10, 2013 7:24 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to auto save when returning to main menu?
Replies: 2
Views: 770

Re: How to auto save when returning to main menu?

It worked!
I could never done this alone.
I really appreciate your help Tsapas!
by bitgraphic
Tue Dec 10, 2013 7:22 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to add autosave slot?
Replies: 3
Views: 883

Re: How to add autosave slot?

@Tsapa
wow, it worked like a charm
thank you so much!
by bitgraphic
Tue Dec 10, 2013 4:00 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to auto save when returning to main menu?
Replies: 2
Views: 770

[Solved] How to auto save when returning to main menu?

I know I'm asking a lot of questions, but I need to finish my game soon, so please excuse me. The default auto save is amazing. It saves the game before I quit the game. But... I don't know if it's just me, but it doesn't automatically save when I return to main menu. Is there a way to auto-save whe...
by bitgraphic
Tue Dec 10, 2013 3:53 am
Forum: Ren'Py Questions and Announcements
Topic: Thumbnail, Saved date doesn't show up on Saved Game Slot
Replies: 9
Views: 1253

Thumbnail, Saved date doesn't show up on Saved Game Slot

The auto save works great on my game, but it doesn't show up any thumbnails or saved date and time.
Is there any way to enable it?

Any answers or advises are very welcomed. thanks!
by bitgraphic
Mon Dec 09, 2013 9:19 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to add autosave slot?
Replies: 3
Views: 883

[Solved] How to add autosave slot?

Hey guys. I have this code for my load screen hotspot (85, 392, 1216, 218) action FileAction(0): use load_save_slot(number=0) how do I change this slot to auto save? i tried "use load_save_slot('auto')" or "use load_save_slot(number='auto')" but it didn't work
by bitgraphic
Mon Dec 09, 2013 1:29 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]not all arguments converted during string formatting
Replies: 1
Views: 1442

Re: not all arguments converted during string formatting

i managed to fixed this.
Probably this error happened because I had another screen with same name
by bitgraphic
Mon Dec 09, 2013 11:08 am
Forum: Ren'Py Questions and Announcements
Topic: a time button?
Replies: 11
Views: 1303

Re: a time button?

@Pytom
Yep, I want something like with mouse

@xela
I see. I'd like to give it a shot, but this game has to be done before C85, so probably I shouldn't.
by bitgraphic
Mon Dec 09, 2013 12:50 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]not all arguments converted during string formatting
Replies: 1
Views: 1442

[Solved]not all arguments converted during string formatting

I'm getting "not all arguments converted during string formatting" Error from this script. Can anyone help me figure out what is going on? screen day01_01: imagebutton auto "gui/emo_400/normal_%s.png" action [Jump("daysmile"), Hide("choosey")] xalign 0.2 yalig...
by bitgraphic
Sun Dec 08, 2013 11:14 pm
Forum: Ren'Py Questions and Announcements
Topic: a time button?
Replies: 11
Views: 1303

Re: a time button?

ah, i see.
i never heard of CDD. are they complicated and time consuming?