Search found 699 matches

by chocojax
Mon Aug 17, 2015 11:00 pm
Forum: Demos & Beta Testing
Topic: Les Contes Magiques - Short Demo
Replies: 9
Views: 2395

Les Contes Magiques - Short Demo

>> LSF Thread << >> Visit the download page << ( v0.13 - 8/20/2015 ) http://lcdm.spacenote.net/promotional/derpy.png Intro: So, this game was originally meant to be released for SuNoFes2015 , but unfortunately, I was too optimistic about what I could do in a month. Though, I was able to finish a lo...
by chocojax
Fri Aug 14, 2015 6:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Menu items that show only under certain conditions? [SOLVED]
Replies: 2
Views: 507

Re: Menu items that show only under certain conditions?

http://www.renpy.org/doc/html/menus.html (bottom of page)

It should be like this:

Code: Select all

    menu:
        "Edit flute function (3 of  of %(lpmenu_choices)i)" if flen>0:
            ...
by chocojax
Fri Aug 14, 2015 2:18 am
Forum: Ren'Py Questions and Announcements
Topic: Script.rpy TypeError:
Replies: 3
Views: 762

Re: Script.rpy TypeError:

That should work though (and I copied the code and it ran fine). Maybe it's because you're running version 6.18? The most recent version is on 6.99, so try updating it.
by chocojax
Fri Aug 14, 2015 12:55 am
Forum: Ren'Py Questions and Announcements
Topic: Animations repeating on imagebutton press
Replies: 2
Views: 668

Re: Animations repeating on imagebutton press

While I don't know how to fix it, I noticed that the problem would happen (on my end) when I had the StylePreference() buttons on screen and would click on them. Wouldn't happen if the StylePref() button wasn't clicked before clicking on other buttons, and wouldn't happen if StylePref() buttons were...
by chocojax
Thu Aug 13, 2015 4:02 pm
Forum: WiP: Short Noncommercial Games
Topic: Cerulean [SuNoFes] [Friendship] [Complete!]
Replies: 19
Views: 5366

Re: Cerulean [SuNoFes] [Friendship]

So excited to see this get released!! Everything looks so awesome (just saw the GUI bug video, hee), so props to everyone on the team! Good luck with what you guys have left! \o/
by chocojax
Thu Aug 13, 2015 2:10 pm
Forum: Works in Progress
Topic: Les Contes Magiques: Marie Lévesque [Fantasy|GxB][DEMO 8/17]
Replies: 19
Views: 7262

Re: Les Contes de Magie: Marie Lévesque [Otome|Fantasy]

sorani: Thanks you!! I'M TRYIN' TY!! ----- Updates: Music I mean... I dunno what to say about this, but nearly all of the tracks are finished. :D Updates: Writing Writing is going okay! I've been doing more planning for what's past the demo, and script is coming along fine. Hoping for at least 5k f...
by chocojax
Thu Aug 13, 2015 2:48 am
Forum: Ren'Py Questions and Announcements
Topic: need help with code for a money system
Replies: 8
Views: 1275

Re: need help with code for a money system

You could do something simple like:

Code: Select all

# assuming money is a global var
def check_money( item_cost ):
    if money < item_cost:
        return False # cannot buy
    return True # can buy, probably add code to add/have the item
by chocojax
Mon Aug 10, 2015 12:54 am
Forum: Asset Creation: Art
Topic: Anatomy Studies, Week 2: Human Proportions (Muscular)
Replies: 16
Views: 7580

Re: Anatomy Studies, Week 2: Human Proportions (Muscular)

(reserved for week 2)

Will update later tomorrow with more pictures. :-(
by chocojax
Sun Aug 09, 2015 3:31 pm
Forum: Asset Creation: Art
Topic: Anatomy Studies, Week 2: Human Proportions (Muscular)
Replies: 16
Views: 7580

Re: Anatomy Studies, Week 1: Human Proportions (Skeletal)

@King-sama: Please do! \o/

@hiko27: It is! I mean, you can still do it now (and in the future), but I'll be changing it later today.
by chocojax
Sun Aug 09, 2015 2:46 pm
Forum: Works in Progress
Topic: Les Contes Magiques: Marie Lévesque [Fantasy|GxB][DEMO 8/17]
Replies: 19
Views: 7262

Re: Les Contes de Magie: Marie Lévesque [Otome|Fantasy]

@Green Glasses Girl: Aaa, thank you!! \o/ --- Updates! Uhh, so, been working on GUI and character sprites. I'm almost done with the scheduling screen, need to work on the crafting screen. And the preference, stats and extras screen (the former two should be easy since I have a layout set up already...
by chocojax
Sat Aug 08, 2015 1:31 am
Forum: General Discussion
Topic: Should we be encouraging?
Replies: 106
Views: 11408

Re: Should we be encouraging?

I remember being HIGHLY encouraged to raise prices, on here and on other sites like tumblr. I haven't been on here recently, but encouragement is always good. Really though, people can learn from their mistakes on their own. If an artist completes a commission where they could've easily earned twice...
by chocojax
Fri Aug 07, 2015 9:53 pm
Forum: Asset Creation: Art
Topic: How to become a fast artist? T.T
Replies: 7
Views: 1730

Re: How to become a fast artist? T.T

Can't get fast without knowledge and practice. We could use math as an example! When you learn a concept for the first time, it's slow. Reeeally slow. You're drilled to learn the concept, how it works in certain situations. When you can finally pull that off the top of your head, you still take time...
by chocojax
Fri Aug 07, 2015 6:08 pm
Forum: WiP: Short Noncommercial Games
Topic: Kusoge [parody][SuNoFes]
Replies: 13
Views: 5377

Re: Kusoge [parody][SuNoFes]

Super excited to read this, LOL. Been loving all of your updates on twitter so far! All of the sprites look friggin' awesome and so expressive. (Especially classmate-kun...)

Good luck with the final(?) stretch!
by chocojax
Fri Aug 07, 2015 11:11 am
Forum: Ren'Py Questions and Announcements
Topic: Scrolling menu with inventory items?
Replies: 3
Views: 641

Re: Scrolling menu with inventory items?

Something like this? side "c": area (0,0,600,400) # x-position,y-position,width,height viewport: draggable True mousewheel True scrollbars "vertical" has vbox for i in range(0,25): # length of player inventory textbutton "Some inventory item here": # Replace with item n...
by chocojax
Thu Aug 06, 2015 6:19 pm
Forum: Works in Progress
Topic: Les Contes Magiques: Marie Lévesque [Fantasy|GxB][DEMO 8/17]
Replies: 19
Views: 7262

Re: Les Contes de Magie: Marie Lévesque [Otome|Fantasy]

@Googaboga: Thanks! And I really love crafting systems too. \o/ --- Update! So, writing is going along slowly, but the demo will most likely only have a few actual scenes in it. Most of the coding is done (scheduling and cookin') except for the battle screens. GUI still needs to be done for a lot o...