Search found 457 matches

by Cidz
Wed Nov 14, 2012 10:07 pm
Forum: General Discussion
Topic: What TV Show fandoms are you in?
Replies: 41
Views: 3122

Re: What TV Show fandoms are you in?

Is there some kind of requirement to be *in* a fandom? Or if you're just a fan of a show, are you automatically considered a part of that fandom? The word fandom has really confused me ever since I first heard it. >.> ^ this. I've been wondering that too, I thought maybe if you are just a fan of it...
by Cidz
Mon Nov 12, 2012 10:39 pm
Forum: Creator Discussion
Topic: Extra Credits - On game Development
Replies: 8
Views: 2242

Re: Extra Credits - On game Development

I love watching extra credit, it's entertaining and educational! I'm also glad to see something tackle more of the development of games.
by Cidz
Mon Nov 12, 2012 10:38 pm
Forum: Creator Discussion
Topic: Character Archetype Survey
Replies: 13
Views: 1775

Re: Character Archetype Survey

Ok I took it.
too bad there wasnt the silent type with a cute side...i love those >_>
but i chose the aloof mysterious type cuz that sounds cool and intriguing.
by Cidz
Fri Nov 09, 2012 5:43 pm
Forum: General Discussion
Topic: Jobs
Replies: 131
Views: 11555

Re: Jobs

I work as a caregiver for my mom. It was really stressful and hard on me at first, and i got pretty depressed but then i got use to it. I only take care of her for a little bit on weekends, we have a main caregiver as well as another lady now that comes by in the mornings, so things are a little eas...
by Cidz
Thu Nov 08, 2012 10:19 pm
Forum: General Discussion
Topic: NaNoWriMo '12
Replies: 113
Views: 9843

Re: NaNoWriMo '12

Am I the only crazy person writing (and coding) directly in Ren'py here? My story is going to need too much editing to just write it directly in Ren'py. I've been using google docs myself. Also I'm currently at 12639 word count. not bad. But, I've gotten addicted to harvest moon again, it's going t...
by Cidz
Tue Nov 06, 2012 3:45 am
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 448655

Re: Get that thing off your chest... Now...

Haha yea, even if they taste a little flat, they'll definitely help out. ^^ He's so sweet. My mom used to force me to drink them (ensures) all the time growing up - I've *always* been underweight, so when I lose weight it's definitely not a good thing. >_< 95 is generally my weight, give or take a ...
by Cidz
Tue Nov 06, 2012 1:10 am
Forum: General Discussion
Topic: Atlus Halloween Contest (please vote!) - and "cute" mascots
Replies: 13
Views: 2037

Re: Atlus Halloween Contest (please vote!) - and "cute" masc

Voted.
I thought teddy was cute in persona 4 anime (never played the game >_> )
by Cidz
Mon Nov 05, 2012 4:10 pm
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 448655

Re: Get that thing off your chest... Now...

I woke up around 1030am, which isn't bad. But it was so hot! So yeah, I think early evening is the best when it cools down. Luckilly there's a park nearby, just down the block, that has a little circle track. @ Kitty - I hope you feel better! That was pretty nice of your BF, at least, even if they d...
by Cidz
Mon Nov 05, 2012 3:25 pm
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 448655

Re: Get that thing off your chest... Now...

I also decided that I wanted to diet and exercise, I took a look at myself in the mirror the other day, I've pretty much lost my figure. It's time to get back into shape! However, mother nature hates me, and decided to make it 85F(29C) outside! What the heck! the other week or two it was nice, crisp...
by Cidz
Sun Nov 04, 2012 9:42 pm
Forum: General Discussion
Topic: "Thank You" Dump
Replies: 32
Views: 5475

Re: "Thank You" Dump

I;m not very good at remembering names, and I'm afraid of leaving someone out. So i'll just leave a general thank yous. I want to thank everyone that has helped me answer and learn programing in renpy. (I'm still such a newb >_< ) Thanks for your patients, and for not yelling at me for not knowing s...
by Cidz
Sun Nov 04, 2012 7:42 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I fix my side sprite? [re-opened new problem]
Replies: 18
Views: 4847

Re: How do I do a side sprite?

Oh yay! It works! Now I have the side image w/o the image in the middle.
Thank you sooooo much! I'm going to be sure and back up my files from now on, incase I accidently loose them again. >_<
by Cidz
Sun Nov 04, 2012 7:02 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I fix my side sprite? [re-opened new problem]
Replies: 18
Views: 4847

Re: How do I do a side sprite?

Hmm... so I got the side image to show, but the problem is I can't really get it to show w/o the other one in the middle showing. Or, if I can get the side image to show, it doesn't change expressions. http://i.imgur.com/QqN33.jpg http://i.imgur.com/d53hl.jpg here is the code # The game starts here....
by Cidz
Sun Nov 04, 2012 6:38 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I fix my side sprite? [re-opened new problem]
Replies: 18
Views: 4847

Re: How do I do a side sprite?

Oh, sure. # You can place the script of your game in this file. # Declare images below this line, using the image statement. # eg. image eileen happy = "eileen_happy.png" # Declare characters used by this game. #define j = Character('Jinko', color="#c8ffc8") # The game starts here. label start: #def...
by Cidz
Sun Nov 04, 2012 6:36 pm
Forum: Completed Games
Topic: The Spirit Of Disaster (Competition 2012)
Replies: 363
Views: 47313

Re: The Spirit Of Disaster (Competition 2012)

I tried downloading the file, but it gives me an error something about the source file.
by Cidz
Sun Nov 04, 2012 6:27 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I fix my side sprite? [re-opened new problem]
Replies: 18
Views: 4847

Re: How do I do a side sprite?

KomiTsuki's method is indeed the easiest, and it works...sort of. However, the MC is behind the textbox and in the middle like the picture below. And, I'm not sure how to fix it. I tried looking at conditional switch, but it just looked really confusing to me. I'm not really too familiar with renpy,...