Converting from ipad to macstore

BrynjeBamsenBrynjeBamsen Member Posts: 188
I have completed my ipad game and want to release it to macstore aswell.

What should i concider in the process.
Do i have to change all my touch rules to mouse click
also change text to click instead of touch.

I have DBA project resizer. But can i just release the same project wihtout converting images.
If i use project resizer it oftens screws up alot of interpolates. and i ALOT of those.

Hope some one can show me the way :)

thanks

Best Answer

  • JustMe74JustMe74 Posts: 542
    Accepted Answer
    My game is essentially the iPad version (1024 x 768).

    Some things to keep in mind:

    1). Don't mention the word "touch" or "tap" in your directions. If you have a help screen, make sure it references mouse and keyboard controls.

    2). The "Touch" action works for mouse clicks just fine, no need to recode anything.

    3). Right now, anything built with GS is probably going to get rejected by Apple for the Mac App Store, since GS has yet to implement sandboxing.

    4). Even though you can submit an app at 1024x768, Apple really wants apps to be one of these resolutions: 1280x800, 1440x900, 2880x1800, or 2560x1600. Your screenshots will need to be at one of those four resolutions.

    5). Support both mouse and keyboard controls, or you'll get complaints/negative reviews.

Answers

  • LiquidGameworksLiquidGameworks Anchorage, AKMember, Sous Chef Posts: 956
    I'm fairly certain you can release the iPad version to MAC appstore without any modifications to the project. That is, the camera size is appropriate for MAC gameplay. I could be wrong, but I think the "touch" action is recognized as mouse click as well. Just need to change the text. You should be able to double click the file that GS makes for you and test your game that way. That being said, I also think publishing to the MAC store has been broken and continues to be broke.
  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
    Hi there,

    From what I remember, you also need to change When Touch is Pressed to When Mouse button is Down etc.

  • AcceleratedGamesAcceleratedGames Member Posts: 201
    You should use DBA's Quick Resizer. It's free and works great, but you are going to need to fix warping in some actors.
Sign In or Register to comment.