Search found 172 matches

by Gambit74
Fri Feb 03, 2012 1:29 am
Forum: Ren'Py Questions and Announcements
Topic: Autosave won't disable
Replies: 8
Views: 2260

Re: Autosave won't disable

Nope, didn't work. Started having the problems again a few days ago :( .
by Gambit74
Sat Jan 28, 2012 8:28 am
Forum: Skill Development
Topic: Last route unlocked only when other ones are finished
Replies: 4
Views: 2252

Re: Last route unlocked only when other ones are finished

Sorry about that. I'll try to keep it brief without giving away too much then. Basically it's like this. Each route proceeds differently from each other because they are supposed to depict the events that happen in the heroine of that route's point of view. But because the protagonist is there, he'...
by Gambit74
Sat Jan 28, 2012 5:22 am
Forum: Skill Development
Topic: Last route unlocked only when other ones are finished
Replies: 4
Views: 2252

Re: Last route unlocked only when other ones are finished

Yes, that's exactly what I'm doing with my story. Each route presents the reader their own take of the events that transpires throughout the story, as they happen because of the available choices that the protagonist makes in order to obtain the information he needs. By going through these routes, t...
by Gambit74
Sat Jan 28, 2012 2:21 am
Forum: Ren'Py Questions and Announcements
Topic: Autosave won't disable
Replies: 8
Views: 2260

Re: Autosave won't disable

That's just to remove the ability to load the autosaves. What I want is not have the ability to generate autosaves.

EDIT: Huh, seems to be working for the time being. I remember it not working for me when I removed that on the last version with the has_autosave set to false. Anyway, thanks :) .
by Gambit74
Sat Jan 28, 2012 1:49 am
Forum: Ren'Py Questions and Announcements
Topic: Autosave won't disable
Replies: 8
Views: 2260

Autosave won't disable

Okay, for some reason I cannot disable the autosave feature. I find that they are unnecessary and they clutter the save folder, so I really don't want the feature present in my game (I won't include an option to load them anyway due to the way they work). I tried using config.has_autosave = False by...
by Gambit74
Sat Jan 28, 2012 1:39 am
Forum: Skill Development
Topic: Last route unlocked only when other ones are finished
Replies: 4
Views: 2252

Last route unlocked only when other ones are finished

Not sure if this belongs here, but if not then please move it the right place accordingly, as I want to get as much of people's opinions on this as possible. Personally, how do you guys feel about the idea that you have to play through every other route first in order to unlock the last one? In my p...
by Gambit74
Sun Dec 04, 2011 8:42 pm
Forum: General Discussion
Topic: Spritual things; believe it or not? Why?
Replies: 26
Views: 1854

Re: Spritual things; believe it or not? Why?

I myself am also a believer of ghosts. I've seen a few pictures (Even one of them came from Google Maps) and have even had a few frightening experiences over the years in my life, but in the case of personal experiences I always try to find explanations first before deciding on whether or not it is ...
by Gambit74
Sun Dec 04, 2011 9:03 am
Forum: General Discussion
Topic: Stay healthy
Replies: 51
Views: 2963

Re: Stay healthy

I guess I can check my local Walgreens or something for those onion pills then, since I don't think I could eat an onion raw ^^; . All I've been doing lately is just some walking, a bit of exercising and eating raw peanuts. I'm supposed to undergo a blood test next month so hopefully I can bump my l...
by Gambit74
Sun Dec 04, 2011 6:39 am
Forum: Creator Discussion
Topic: Why do you make Visual Novels?
Replies: 47
Views: 5932

Re: Why do you make Visual Novels?

I like creative writing, especially when it comes to fiction and short stories. As a gaming nerd and a person who enjoys reading and listening to stories, I've always wanted to turn one of my own works into a game. However, I never really found a way to do it while having fun at the same time. I fir...
by Gambit74
Sun Dec 04, 2011 5:35 am
Forum: General Discussion
Topic: Stay healthy
Replies: 51
Views: 2963

Re: Stay healthy

As of late I've been sitting around a lot lately, but I'm currently trying to pick up the habit of doing push-ups and running up and down the flight of stairs in my house at least once or twice a day to keep blood flowing. If the weather is good, I like to take my bike out and ride for either 6 mile...
by Gambit74
Thu Nov 24, 2011 11:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Question about options using hotspot buttons
Replies: 2
Views: 414

Re: Question about options using hotspot buttons

Can you give me an code example? When I tried to use the persistent variables on my main menu screen as a test, only the extras option was clickable when the persistent variable condition was met.
by Gambit74
Thu Nov 24, 2011 8:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Question about options using hotspot buttons
Replies: 2
Views: 414

Question about options using hotspot buttons

I'm wondering if it's possible to unlock certain options only after certain conditions are met? I know it's possible for text buttons when using labels, but I was wondering if it's also possible for imagebuttons?
by Gambit74
Sat Oct 29, 2011 6:49 pm
Forum: Creator Discussion
Topic: When and Why did you start writing?
Replies: 18
Views: 1512

Re: When and Why did you start writing?

My interest stems from the times when I was still in elementary school. It first started when I had to write a story for Halloween, in which I wrote about some kids who discovers a sun dial inside a cave that serves as a count down for the death of all living things within the cave. My teacher reall...
by Gambit74
Sat Oct 29, 2011 6:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Hiding the default quick-menu?
Replies: 7
Views: 665

Hiding the default quick-menu?

Although I've originally gotten the code for the quick menu from the tutorial game, I've noticed that it comes with new projects created with the latest Ren'Py release so I decided to call it the default quick-menu. Anyway, my question is, is it possible to hide the quick menu during certain dialogu...