At 8/19/09 10:55 PM, Magical-Zorse wrote:
At 8/19/09 10:43 PM, SDLS wrote:
At 8/19/09 09:47 PM, Magical-Zorse wrote:
did you draw that in ms paint?
Yes i did. I made them into png.'s but i had to make a gif for the this page
Why not make it a jpeg? it'll lose alot of quality if you make it a gif.
JPG is ok for demonstrative screenshot style images, but you have to save at a high quality or you'll get awful results. Also, MSPaint can't save a good JPG. GIMP can, though. GIMP can even load a PDF. It's better than Photoshop in that area: http://www.gimp.org
Some features of GIMP will be missing until you install some Script-Fu dependencies, can't remember what that requires. Anyway, the features you get out-of-box are more than enough for most people. You may also find it's great for tablets.
Recommendations for your project...
1. Keep it simple. It's your first project.
2. Never use a game creation tool (many confuse these for "game engines", but they are doing way too much of the work on their own), you won't learn anything this way! (That means ex out RPG Maker.)
3. Make sure it works for Windows at least! This is something to consider. If your game works for Windows, almost anybody can play it, because Windows is currently the most popular OS, aside from free alternatives. If your game can work in Linux, you have an advantage, especially if it can be distributed through the many install managers. Look at Ubuntu and check what games are available for it through the application manager. You may find that your RPG could use the same code base as a previously created RPG. This will take a lot of programming experience, though, as it's not as easy as designing a game in Game Maker or even the Flash IDE. Your best option is PyGame, a SDL wrapper for Python: http://www.pygame.org
Keep in mind that even Python has flaws when it comes to portability. Mac OS X PyGame is lagging behind the other PyGame distributions, so you may notice some Mac users having problems running your game. I don't use a Mac or even have access to one, so I can't shed any light on the issue. (PC rules.)