Search found 13 matches

by serusk
Fri Jan 13, 2012 4:11 pm
Forum: Works in Progress
Topic: Dorchadas[GxBxG][Horror]
Replies: 6
Views: 2884

Re: Dorchadas[GxBxG][Horror]

@try10 Thanks :D I'm glad you're intrested!

@pugfarts I...Did not see that :I Thanks for letting me know, I'ma fix that.
by serusk
Thu Jan 12, 2012 9:35 pm
Forum: Works in Progress
Topic: Dorchadas[GxBxG][Horror]
Replies: 6
Views: 2884

Re: Dorchadas[GxBxG][Horror]

Thank you ^^ It makes feel 100 times better hearing someone say they're intrested!
And great, I need a proof reader XD

And the Name is irish for "Darkness", if you're intrested.
by serusk
Thu Jan 12, 2012 8:09 pm
Forum: Works in Progress
Topic: Dorchadas[GxBxG][Horror]
Replies: 6
Views: 2884

Dorchadas[GxBxG][Horror]

http://i1221.photobucket.com/albums/dd464/serusk/Logo.png Dorchadas ! Edit: I added a picture of Colleen so you can see what she looks like XD Warning though, includes Violence and use of drugs. Mainly pot. Story - War has broken out among the world, not between countries, but between the horrid mo...
by serusk
Mon Aug 08, 2011 5:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Condition switch Side image trouble
Replies: 1
Views: 428

Condition switch Side image trouble

I've been trying to do this, and because no one answered my question I've messing around alot. So I thought this would help, but it doesn't work. define pcNormal = Character("povname",color="#000000", window_left_padding=160, show_side_image=ConditionSwitch( "skin == 'pale'&...
by serusk
Sun Jul 24, 2011 4:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Composite side images?
Replies: 0
Views: 332

Composite side images?

Is there a way to put a LiveComposite image as a side image?
Like in my game, you can create a character, chose skin, eyes and hair, how would I put that as a side image?
by serusk
Mon May 30, 2011 8:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Image map problems [solved]
Replies: 2
Views: 444

Re: Image map problems

Thank you, It works.
by serusk
Mon May 30, 2011 7:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Image map problems [solved]
Replies: 2
Views: 444

Image map problems [solved]

I just started practicing with imagemaps, and this is how it's suppose to look: http://i1221.photobucket.com/albums/dd464/serusk/23.png?t=1306798698 And it works perfectly untill I enter the Options' hotspot thing, and then it turns to this: http://i1221.photobucket.com/albums/dd464/serusk/fff.png?t...
by serusk
Mon May 30, 2011 2:37 pm
Forum: Ren'Py Questions and Announcements
Topic: in-game Menu inside the textbox?
Replies: 2
Views: 515

in-game Menu inside the textbox?

I've searched for the answer and I can't find it.
Inside of menu choices that pop up in the middle of the screen is their a way to make the menu choice appear in the textbox?
by serusk
Sat May 28, 2011 12:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Dse help?
Replies: 3
Views: 596

Re: Dse help?

I still get the same error :/
by serusk
Sat May 28, 2011 12:19 am
Forum: Ren'Py Questions and Announcements
Topic: Dse help?
Replies: 3
Views: 596

Dse help?

I've spent the past days trying to learn how to do this right :/ What i'm trying to do is pull up the day planner for the afternoon only, heres my code. init python: afternoon_act = None register_stat("Strength", "strength", 10, 100) register_stat("Intelligence", "...
by serusk
Sun May 15, 2011 2:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Expected Statment help?
Replies: 2
Views: 357

Re: Expected Statment help?

Thanks, but now I get this error

Code: Select all

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/script.rpy", line 57: keyword can't be an expression
by serusk
Sun May 15, 2011 1:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Expected Statment help?
Replies: 2
Views: 357

Expected Statment help?

I'm working on a game, and I'm use the DSE framework thing and i'm sure I'm tpying this in right but I keep getting an error. Here's what my code looks like, # The game starts here. label start: display_stats("strength"=True, bar=True, value=True, max=True) and Heres the error i keep on ge...