Search found 351 matches
- Thu Jun 22, 2006 8:13 pm
- Forum: Creator Discussion
- Topic: Hirameki's American VN
- Replies: 9
- Views: 2851
- Tue Jun 20, 2006 7:58 pm
- Forum: General Discussion
- Topic: wonach einer ringt, danach ihm gelingt
- Replies: 7
- Views: 1900
- Mon Jun 19, 2006 8:21 pm
- Forum: Creator Discussion
- Topic: Installers and packaging
- Replies: 36
- Views: 32174
Don't forget that with Linux, installing dependancies can be done in a single command of apt-get, yum or whatever. In Windows, if there are multiple dependancies (which aren't included), you got to track down all the sites and locate all the download links and install each of the packages individual...
- Sun Jun 18, 2006 4:46 pm
- Forum: Creator Discussion
- Topic: Installers and packaging
- Replies: 36
- Views: 32174
The thing with separate files is that people could be confused. They usually like to download just one file. And I'm thinking that some places only allow one file per submission (things like Download.com is people plan to use it). You're right, that did not cross my mind. I was thinking in terms of...
- Sat Jun 17, 2006 1:06 pm
- Forum: Creator Discussion
- Topic: Installers and packaging
- Replies: 36
- Views: 32174
- Fri Jun 16, 2006 7:55 pm
- Forum: Creator Discussion
- Topic: Installers and packaging
- Replies: 36
- Views: 32174
How about an installer that works off a zip file? Basically, the installer would do nothing more than present a nice interface for installing and uninstalling and maybe some icons too. That way, those who like the installer can use it while those on platforms that does support exe's can unzip direct...
- Thu Jun 15, 2006 11:04 am
- Forum: Ideas
- Topic: Looking for help
- Replies: 24
- Views: 7330
- Wed Jun 14, 2006 8:23 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 5.5.2 Released
- Replies: 24
- Views: 5273
From what I see, Allegro (with DX) uses the WaitForVerticalBlank( ) function for polling vsync, which is what I was referring to as the "helper" function from the OS, though I was wrong about it being part of the win32 API. The GDI driver is exactly what PyTom said, only simulates vsync by a timer. ...
- Wed Jun 14, 2006 8:10 pm
- Forum: Ideas
- Topic: Looking for help
- Replies: 24
- Views: 7330
I'd like to use this occasion to ask a more general question : what do people think of fan-games using official art ? Thumbs down for me. I like original work even if its fanart. Jinnai : you say you're good at drawing but don't have a tablet... What's the problem exactly ? You can't color or you c...
- Wed Jun 14, 2006 8:01 pm
- Forum: Creator Discussion
- Topic: Installers and packaging
- Replies: 36
- Views: 32174
I prefer zip file. With an installer, I always have the feeling that uninstalling through the "Add/Remove" will not cleanly uninstall all the files that were installed. Though I'm sure that's only the case of evil software packages. I like the idea of unpacking everything into a single directory. In...
- Tue Jun 13, 2006 10:13 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 5.5.2 Released
- Replies: 24
- Views: 5273
What? Really? I didn't know that. Yeah, I just also found out that SDL 1.2.10 now defaults to windib too. So the vsync prob is likely only happening now because 1) you don't have vsync option "on" in your video card settings or 2) somehow SDL is selecting the directx driver for some reason or 3) it'...
- Tue Jun 13, 2006 8:51 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 5.5.2 Released
- Replies: 24
- Views: 5273
DirectX doesn't have exclusive access to the video card in windowed mode because the OS (windows) has it and therefore it cannot vsync without the help of the OS. This is the case with SDL, which is what ren'py is based off of. Allegro handles vsyncing correctly in windowed mode because it uses help...
- Mon Jun 12, 2006 9:07 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 5.5.2 Released
- Replies: 24
- Views: 5273
- Mon Jun 12, 2006 8:57 pm
- Forum: Creator Discussion
- Topic: Visual novel speculations...
- Replies: 17
- Views: 4302
- Tue Jun 06, 2006 9:08 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 5.5.2 Released
- Replies: 24
- Views: 5273
Here's my bug report for the day (Linux platform only): $ python run_game.py Traceback (most recent call last): File "run_game.py", line 43, in ? renpy.bootstrap.bootstrap(renpy_base) File "/tmp/renpy-5.5.2a/renpy/bootstrap.py", line 111, in bootstrap renpy.import_all() File "/tmp/renpy-5.5.2a/renpy...