Well, I'm running out of ideas.
Search found 292 matches
- Sat Jul 29, 2006 7:34 am
- Forum: Ren'Py Questions and Announcements
- Topic: Testers Needed for MP3 problem.
- Replies: 43
- Views: 7203
- Sat Jul 29, 2006 6:08 am
- Forum: Ren'Py Questions and Announcements
- Topic: Testers Needed for MP3 problem.
- Replies: 43
- Views: 7203
You could try disabling Microsoft Machine Debug Manager (mdm.exe) in Services Control Panel (Stop the service, then set it to 'manual' instead of 'automatic') --- I don't know how it is in english Windows so: Pravé tlačítko na Tento počítač, Spravovat, Služby a aplikace, Služby a tam přepnout Micros...
- Sat Jul 29, 2006 5:38 am
- Forum: Ren'Py Questions and Announcements
- Topic: Testers Needed for MP3 problem.
- Replies: 43
- Views: 7203
Okay so it probably isn't hardware or driver... Now what program is running and might be using soundcard on all three computers? Process Explorer might be useful in finding that. You might also try closing everything you dont really need. Edit: And if you use Process Explorer for killing precesses k...
- Sat Jul 29, 2006 5:12 am
- Forum: Ren'Py Questions and Announcements
- Topic: Testers Needed for MP3 problem.
- Replies: 43
- Views: 7203
- Sat Jul 29, 2006 4:46 am
- Forum: Ren'Py Questions and Announcements
- Topic: Testers Needed for MP3 problem.
- Replies: 43
- Views: 7203
- Sat Jul 29, 2006 3:41 am
- Forum: Ren'Py Questions and Announcements
- Topic: Testers Needed for MP3 problem.
- Replies: 43
- Views: 7203
- Fri Jul 28, 2006 11:50 am
- Forum: Archived Lemma Soft Topics
- Topic: Hanafuda Club Demo Released!
- Replies: 91
- Views: 80188
- Fri Jul 28, 2006 2:21 am
- Forum: Archived Lemma Soft Topics
- Topic: Hanafuda Club Demo Released!
- Replies: 91
- Views: 80188
That was fun. I hope Lemma will be in finished version too. And why I can't vote for her in the other thread?
Btw: Is there a way to run the demo windowed? That would be useful.
Btw: Is there a way to run the demo windowed? That would be useful.
- Tue Jul 11, 2006 9:21 am
- Forum: Anime, Games, and Japan
- Topic: Japanese Character Program: Translations, onegaishimasu...
- Replies: 63
- Views: 13474
- Sat Jul 08, 2006 12:38 am
- Forum: Ren'Py Questions and Announcements
- Topic: Trying to figure out how Ren'Py works
- Replies: 15
- Views: 3881
- Thu Jul 06, 2006 8:56 am
- Forum: General Discussion
- Topic: Evil PyTom...?
- Replies: 3
- Views: 1222
Re: Evil PyTom...?
Maybe Evil PyTom is PyTom's father...Alessio wrote:Just stumbled over an interesting new user name: Evil PyTom... ... hmmm... is The Creator Himself planning to change sides?
...or mother
Don't worry they don't have the Ring. I stole it.mikey wrote:the Fellowship may be pulling the strings
*vanishes*
- Mon Jul 03, 2006 1:03 am
- Forum: Ren'Py Questions and Announcements
- Topic: A few dumb questions
- Replies: 19
- Views: 3849
VirtualDub can make .avi from image sequence and you can easy turn it into .mpg with QuEnc.
- Sun Jun 25, 2006 8:29 am
- Forum: Ren'Py Questions and Announcements
- Topic: A few dumb questions
- Replies: 19
- Views: 3849
And video:
Code: Select all
label splashscreen:
$ renpy.movie_cutscene('Eisenhow1952.mpg', 63.0)
show movie at Position(xpos=0, ypos=0, xanchor='left', yanchor='top')
return
- Sun Jun 25, 2006 8:10 am
- Forum: Ren'Py Questions and Announcements
- Topic: A few dumb questions
- Replies: 19
- Views: 3849
I think this is what you want (you positions were out of screen, y resolution is 600 in demo and you were using > 600, quit game wasnt moved because it was renamed from "Quit game" to "Quit" ): library.main_menu_positions = { 'Start Game' : dict(xpos=65, ypos=425, xanchor='left', yanchor='top'), 'Co...
- Wed Jun 21, 2006 3:53 am
- Forum: General Discussion
- Topic: Which will come first?
- Replies: 63
- Views: 11092
If you want it l33t... That's hilarious! Fantastic! Can we run that script over our VNs as well? You know, to get l33t version V15u4| N0v3|Z... "M4rry M3, M15470!" and such... The original script is GPLed so there might be legal problems with using it alongside nonGPLed games, but writing a new one...