EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
965 stars 183 forks source link

Firefox stops downloading or fails nightly builds! #355

Closed captaincecil closed 9 years ago

captaincecil commented 9 years ago

I really don't see why this is. I wonder if it has to do with dial-up or maybe it can't handle the nightly build system. I don't get it. So maybe you guys can give me a link to a RAR archive with the latest Wii build in it. Maybe it will get that instead.

captaincecil commented 9 years ago

So is there any way you can get me a diffrent link? It still does'nt work.

captaincecil commented 9 years ago

and I just figured out right now that it stops once it hits about 350..

fdelapena commented 9 years ago

You're the only person I know with downloading problems from Jenkins. If you are a dialup 56k modem, consider downloading it from another network or place. We can't maintain mirrors for these cases. Here is a link: https://fran.cr/owncloud/public.php?service=files&t=f8b65387f9a395fab58b2619e86f1146&download

captaincecil commented 9 years ago

If you notice this, there are a few questions I,d like to ask.

  1. Is there ANY GIF,AVI,MPG or ANY video support?
  2. I have audiere.dll, harmony.dll and otherharmony.dll in the game directory and etc in the USB Root . Yet when it plays Midi tracks, they are silent! What do I do?
  3. Can I set the music file so that after it plays once, It doesnt stay silent for a bit? A smooth transition, in other words?
  4. Does move picture work and can I use the picture transitions? Like Fade in and Wipe? I know I ask a lot of questions but I really need pre-advice before I make my project.
fdelapena commented 9 years ago
  1. Is there ANY GIF,AVI,MPG or ANY video support?

There is no video support for any platform yet. 99% of games don't use this feature, so is definitely low priority. GIF is not supported by RPG Maker at all.

  1. I have audiere.dll, harmony.dll and otherharmony.dll in the game directory and etc in the USB Root . Yet when it plays Midi tracks, they are silent! What do I do?

EasyRPG Player has nothing to do with RPG_RT.exe libraries. Read the documentation in the Wii blog post about "timidity patches", download them and put them in the right place.

  1. Can I set the music file so that after it plays once, It doesnt stay silent for a bit? A smooth transition, in other words?

Music loop and gapless audio loop playback is not supported yet. Crossfading is not available in RPG Maker anyways, as it does not support playing 2 songs simultaneously. You can try playing two sounds, but not two songs.

  1. Does move picture work and can I use the picture transitions? Like Fade in and Wipe?

Move picture works, even zoom, rotation, opacity and such. Just try it.

Picture transitions are RPG Maker XP, VX, and VX Ace only. RPG Maker 2000 and 2003 have a few built-in transitions, but they don't have picture transition support at all.

I know I ask a lot of questions but I really need pre-advice before I make my project.

We want to fix interpreter issues to match RPG_RT.exe behavior, check existing opened bugs and if you find any unreported bug, your reporting will help us to fix them.