Search found 941 matches

by SusanTheCat
Fri Sep 23, 2016 11:43 pm
Forum: Ren'Py Questions and Announcements
Topic: How to interact with the environment
Replies: 4
Views: 3053

Re: How to interact with the environment

Here's an Ace Attorney clone I made in 48 hours. the source should be included in the download. Thanks to KimiYoriBaka for the original code.

http://ludumdare.com/compo/ludum-dare-2 ... w&uid=5150

Susan
by SusanTheCat
Mon Jun 27, 2016 7:22 pm
Forum: Ren'Py Cookbook
Topic: Hidden Object Game Tutorial
Replies: 21
Views: 25538

Re: Hidden Object Game Tutorial

I'm glad you figured it out.
by SusanTheCat
Wed Apr 13, 2016 12:33 pm
Forum: Ren'Py Questions and Announcements
Topic: RenPy 6.99.9 has SDL issue on Android.
Replies: 3
Views: 1416

Re: RenPy 6.99.9 has SDL issue on Android.

I got a simiar error and I tried to update Ren'Py. It got me to reinstall RAPT. Now I get this error: File "C:\Software\renpy-6.18.3-sdk\rapt\buildlib\rapt\install_sdk.py", line 186, in get_packages with open(plat.path("android-sdk/extras/google/play_apk_expansion/downloader_library/p...
by SusanTheCat
Mon Apr 11, 2016 1:50 am
Forum: Ren'Py Questions and Announcements
Topic: renpy.list_files using cached results
Replies: 6
Views: 1340

Re: renpy.list_files using cached results

I could have a "play this file" menu instead of being lazy and reusing my main menu..

You could have you work on file A then on file B then you want to test file A.

I should just bite the bullet and have two seperate programs for playing and editing.

Susan
Insomnia is a wonderful thing
by SusanTheCat
Sun Apr 10, 2016 9:41 pm
Forum: Ren'Py Questions and Announcements
Topic: renpy.list_files using cached results
Replies: 6
Views: 1340

Re: renpy.list_files using cached results

When you load the program, you can make a puzzle or play a puzzle. To make a puzzle: use the program to make a series of dots, then you save the dots to an XML. I want to be able to load the newly made xml to play without reloading the program. It is not a program killer if I have to reload. I'll ju...
by SusanTheCat
Sun Apr 10, 2016 7:35 pm
Forum: Ren'Py Questions and Announcements
Topic: renpy.list_files using cached results
Replies: 6
Views: 1340

renpy.list_files using cached results

I have a program that creates dot to dot files and reads them back.

Except, if you make a new file, renpy.list_files does not show it until you restart the program.

how can I force it to reload the cache?

Susan
Currently typing from hospital room. I am soooo bored.
by SusanTheCat
Wed Mar 09, 2016 9:59 pm
Forum: WiP: NaNoRenO
Topic: Mot's Flame [Dot-2-Dot][Spot the Difference][Hidden Object]
Replies: 1
Views: 855

Mot's Flame [Dot-2-Dot][Spot the Difference][Hidden Object]

It is going to be a series of images that tell the story of Mot and the object of his affection. My drawing skills have completely forsaken me. So I did the first couple of images with Dover clip art. http://thecatsweb.com/copper/albums/userpics/10001/normal_act_one.png You go through the images by ...
by SusanTheCat
Wed Mar 02, 2016 11:25 am
Forum: General Discussion
Topic: Shout For Joy, Share Your Happiness
Replies: 756
Views: 129478

Re: Shout For Joy, Share Your Happiness

@Fox Lee: Way to go!

I going to the spa for a haircut and manicure. The awesome thing is -- my hair needs to be cut!!!!! (See profile pic)

Susan
by SusanTheCat
Sat Feb 27, 2016 2:20 pm
Forum: Works in Progress
Topic: The Solitaire Project [Android]
Replies: 1
Views: 1469

Re: The Solitaire Project [Android]

Added Perpetual Motion. Someday I'll add the instructions!

Susan
by SusanTheCat
Tue Feb 23, 2016 8:17 pm
Forum: General Discussion
Topic: NanoReno 2016
Replies: 116
Views: 22068

Re: NanoReno 2016

I've got a couple of ideas kicking around my head for this year. This time last year was a bit of a mess.
by SusanTheCat
Tue Feb 16, 2016 12:22 pm
Forum: Works in Progress
Topic: The Solitaire Project [Android]
Replies: 1
Views: 1469

The Solitaire Project [Android]

One of the complications of my breast cancer it that is has spread to my brain. It is not too serious, but it has made concentrating difficult. So, to give me something to stretch my brain on, I decided to made Solitaire games using the Cardgame Framework: http://www.renpy.org/wiki/renpy/Cardgame I ...
by SusanTheCat
Tue Feb 09, 2016 6:42 pm
Forum: Ren'Py Cookbook
Topic: Spot The Difference Game skeleton
Replies: 3
Views: 3186

Re: Spot The Difference Game skeleton

I added more comments to explain the code difference.rpy init python: import pygame # this keeps track of the potential images # and there current state on either side class STD_Item(renpy.Displayable): def __init__(self,myimage,x,y,w,h, **kwargs): # Pass additional properties on to the renpy.Displa...
by SusanTheCat
Tue Feb 02, 2016 6:11 pm
Forum: Development of Ren'Py
Topic: Line drawing doesn't work properly
Replies: 1
Views: 1118

Line drawing doesn't work properly

If you try to draw a line using canvas.line going from right to left, it gets drawn in the wrong place. Very consistently in the wrong place. dot1 = (100,100) #left dot dot2 = (200,100) #right dot canvas.line(colour,dot2,dot1,width = 2) # right to left: won't work canvas.line(colour,dot1,dot2,width ...
by SusanTheCat
Sun Jan 31, 2016 8:35 pm
Forum: Ren'Py Cookbook
Topic: Spot The Difference Game skeleton
Replies: 3
Views: 3186

Re: Spot The Difference Game skeleton

I made a game using this for Global Game Jam. I added scoring and a Give Up button.

http://globalgamejam.org/2016/games/scottish-game

Susan
by SusanTheCat
Fri Jan 29, 2016 9:08 am
Forum: Creative Commons
Topic: A female sprite
Replies: 3
Views: 5196

Re: A female sprite

Adorable!!!