| Author |
Message |
Forum: Ren'Py Questions and Announcements Topic: Legality of using character |
| PyTom |
|
Posted: Tue May 21, 2013 11:06 am
|
|
Replies: 11 Views: 225
|
| Actually, I believe that Spider-Man is covered by both copyright and trademark. While you can't copyright a character directly, you can copyright works that contain the character. (In Spider-Man's case, that's Amazing Fantasy #15.) For a fully realized character, one that's distinctive enough that t... |
|
 |
Forum: Development of Ren'Py Topic: Ren'Py zip distributions contain world-writable files. |
| PyTom |
|
Posted: Mon May 20, 2013 9:24 pm
|
|
Replies: 2 Views: 68
|
I'll make this change in the next release of Ren'Py - I'm tracking the issue here: https://github.com/renpy/renpy/issues/104
Are they going to be fixing this in info-zip? It seems like a major bug that could affect a lot of software, not just Ren'Py. |
|
 |
Forum: Asset Creation: Art Topic: IIcharacter Alpha (RenPy based sprite generator in English) |
| PyTom |
|
Posted: Mon May 20, 2013 12:59 am
|
|
Replies: 4 Views: 570
|
| This is really nice, and I hope people will get a lot of use out of it - and especially, that people will come up with new sprite-families to be used with it. One issue I had is that there are a few bogus characters in the credits list. (See after Allinardo here.) This might be a problem with Ren'Py... |
|
 |
Forum: Ren'Py Questions and Announcements Topic: What do I need in the License and Readme page? |
| PyTom |
|
Posted: Sun May 19, 2013 4:45 pm
|
|
Replies: 4 Views: 93
|
| If you create a .txt or .html file in the base directory, it will be automatically included when building distributions. |
|
 |
Forum: Ren'Py Questions and Announcements Topic: Diary System error with screens [Solved] |
| PyTom |
|
Posted: Sat May 18, 2013 12:53 pm
|
|
Replies: 2 Views: 37
|
| I think you want to use the Jump command to jump to another label - basically, have Jump("diary_page1_label") instead of just ("diary_page1_label"). That being said, I probably wouldn't use Jump and labels here - why not just show the screen, using code like: screen button: vbox ... |
|
 |
Forum: Ren'Py Questions and Announcements Topic: What do I need in the License and Readme page? |
| PyTom |
|
Posted: Sat May 18, 2013 12:22 pm
|
|
Replies: 4 Views: 93
|
| While the Ren'Py license is included, you'll also want to decide on a license your game is under, and include that in your game. (Say, in a file called LICENSE.txt.) If you don't include a license, it means that people can only redistribute your game with your explicit permission. If something were ... |
|
 |
Forum: Ren'Py Questions and Announcements Topic: [Resolved] LINT report blank |
| PyTom |
|
Posted: Sat May 18, 2013 12:16 pm
|
|
Replies: 2 Views: 62
|
Does the game run? If the game won't run at all, Ren'Py won't make it to the lint report stage.
Otherwise, look for a traceback.txt being produced. |
|
 |
Forum: Ren'Py Questions and Announcements Topic: Ren'Py on Win95??? |
| PyTom |
|
Posted: Thu May 16, 2013 10:12 am
|
|
Replies: 2 Views: 71
|
| No. I believe that XP is the minimum version, although there's an outside chance that Ren'Py will still run on 2000. 95 is missing many of the Unicode APIs that Ren'Py uses. (I think some of the older versions ran on 95, but I don't know offhand where support was dropped.) Also, win95-era computers ... |
|
 |
Forum: Asset Creation: Art Topic: Figures: They Speak For Themselves (NSFW) |
| PyTom |
|
Posted: Wed May 15, 2013 10:27 pm
|
|
Replies: 1 Views: 162
|
|
 |
Forum: Ren'Py Questions and Announcements Topic: Updater problem. |
| PyTom |
|
Posted: Wed May 15, 2013 8:16 pm
|
|
Replies: 4 Views: 94
|
| 403 is the http forbidden code. It seems like your server is rejecting the zsync requests for some reason. |
|
 |
Forum: Ren'Py Questions and Announcements Topic: Updater problem. |
| PyTom |
|
Posted: Wed May 15, 2013 11:52 am
|
|
Replies: 4 Views: 94
|
| I don't know how to help you. This is the problem we'd get if the file downloaded off the server was corrupted, or possibly if the update failed somewhere in the middle. I'd suggest going into the updater directory, deleting any .update or .part file, and trying again. (There's also a log in there t... |
|
 |
Forum: Creator Discussion Topic: The Worst VN/KN Ever - 2013 |
| PyTom |
|
Posted: Wed May 15, 2013 1:24 am
|
|
Replies: 39 Views: 1039
|
| For two weeks, I'll allow it. |
|
 |
Forum: Works in Progress Topic: Melody☆Prelude! (BxG, Slice of Life, Romance, High School) |
| PyTom |
|
Posted: Tue May 14, 2013 4:46 pm
|
|
Replies: 9 Views: 337
|
| A couple of things here: * Isn't this a BxG game - a male protagonist pursuing female characters? I think you might have the tag backwards. * It seems kind of early to be crowdfunding a game like this. We've recently - after this was posted - updated the forum rules to require a game demo before you... |
|
 |
Forum: General Discussion Topic: Shout For Joy, Share Your Happiness |
| PyTom |
|
Posted: Sun May 12, 2013 7:45 pm
|
|
Replies: 189 Views: 4781
|
I think it's well known I'm a huge space geek, but I think even if you're not, you'll find this awesome. (I suggest jumping over to youtube and watching it in hd.)
|
|
 |
Forum: Ren'Py Questions and Announcements Topic: Complex data structures of Python with Ren'py |
| PyTom |
|
Posted: Sun May 12, 2013 11:54 am
|
|
Replies: 3 Views: 82
|
| I was also wondering how would you implement loops such as for loops or while loops with Ren'py? If someone could provide simple examples to demonstrate and hence answer my questions that would be lovely and I would really appreciate it. The while loop is just in Ren'Py: while python_expression: &q... |
|
 |
| Sort by: |