iPhone 5 setting resolution for iOS device.
Posted: Tue Sep 17, 2013 1:37 am
Dear Every one in Game-editor.
First of all, English is not my first language so I will try my best to write the way to do Game-Editor app port to iOS6 [iPod5, iPhone5].
-----------------------------------------------------------------------------------------------------
***Notices***
If you want to make game for iOS. Please get MAC and iOS device for real.
And testing your game on the real Device before release on App store.
!!! not everything will work on IOS device same as run on the desktop !!!
-----------------------------------------------------------------------------------------------------
Before we start to do it we need to understand the screen resolution between Game-Editor and iPhone5. [At this stage I use iPhone5 represent the iOS device]
Compare iphone resolution
iPhone1 resolution is 480 * 320 pixels in Game-editor screen is 480*320 pixels
iPhone4 resolution is 960 * 640 pixels in Game-editor screen is 480*320 pixels
So
What about on iPhone 5 screen resolution for Game-editor?
If you compare with iPhone4 the screen of iPhone5 is a bit longer.
iPhone5 resolution is 1136 * 640 pixels in Game-editor screen is 568*320 pixels
So If you want to make game for iPhone5 you need to following this screen resolution
Horizontal screen resolution 320 * 568 Pixels
Vertical screen resolution 568 * 320 Pixels
If you still not quite sure. Is it really used? Are you talk nonsense? Have you ever try before?
Please check out
iSBS - I Space Battle Ship for iOS6
http://game-editor.com/forum/viewtopic.php?f=4&t=13006
-----------------------------------------------------------------------------------------------------
Now Let;s start
Tools I used.
1. Game-Editor 1.4
2. Xcode 4.6.3 [On mac]
3. GeApp form http://game-editor.net/
4. iPod 5 - iOS6
5. OSX mountain lion
-----------------------------------------------------------------------------------------------------
I will start with the Game-Editor first [I use PC in this process]
How do we set the screen in the Game-Editor?
In the Game-Editor
1. Goto Config > Game Properties
2. In Game resolution set screen as 320 * 568 pixels
3. Press Ok
Then you will have a game screen resolution on Game-editor for iPhone5.
After this point, it is depend on you. How you gonna created your game?
After you finished your game or want to test your game on iOS device.
1. Go to File > Export
2. Select Export Type: to Game Data only (iPhone)
3. Press export.
Then Copy that file to your USB drive before we continue on MAC
-----------------------------------------------------------------------------------------------------
***Notices***
It is time to get Mac and iOS device for real
-----------------------------------------------------------------------------------------------------
After you COPY your "game.dat" file to your Thumb drive.
Before you going on MAC you need to have another File call "geapp_iphone.zip "
You can Download it on
http://game-editor.net/
Downloads > iPhones > geapp 1.4 xcode 4
However, That GEapp is the old version. So it will not support on iPhone5 and iPod5
You need to download my edition via the link below
However Don't forget about this. Do not release junk game.
!!! More Junk game release, Worst game engine feedback will get. !!!
-----------------------------------------------------------------------------------------------------
I will Continue later, Because I need to go back home to get my Mac. However, I will update this topic as soon as I can.
edit on 2013 09 17 CHAI
Let's continue
1. Now you need to get on your MAC
2. Open the Xcode file in GEapp-chai folder > geapp > GST.xcodeproj
When you open the Xcode. You need to copy your " game.dat " in to the Resources Folder on the left hand side.
In this case I copy the test file in to the folder already
note - you need to change your project name to match with your game name such as "Game.dat" your project name need to be "Game"
3. in the SUMMARY please put developer account Such as " com.maycompanyname.gamename "
4. at the BUILD SETTING on the Code signing identity section select to " iPhone developer "
if you want to publish your game you need to select as " iPhone Distribution"
5. Deployment > Target Device Family please select to " iPhone " [sell on iPhone and iPod only]
6. Now on you can press "RUN" [on the top left] for run app on your IOS devices
This is all my setting on Xcode
-----------------------------------------------------------------------------------------------------
!!!WARNING!!!
Connect yout iDevice to your MAC before RUN the app though Xcode.
If not you can't test your app. You can't test it via the device simulator.
-----------------------------------------------------------------------------------------------------
Now you can see the screen test on your iPhone5 or iPod5. Then you can compile and publish your app on the app store
Thank you for waiting and reading.
Wish you all will created an amazing by Game-Editor and publish on the AppStore.
GE power will be with you.
2013 09 21
Regards,
CHAI - http://www.charochai.com
-----------------------------------------------------------------------------------------------------
!!Announce!! 2014 04 08
I didn't make any game for a year and I haven't had a chance to try GE on the IOS7.
I don't have any ideas how to make GE work on IOS7 with Xcode 5.
So I can't help you, Even I want to.
Chai
-----------------------------------------------------------------------------------------------------
First of all, English is not my first language so I will try my best to write the way to do Game-Editor app port to iOS6 [iPod5, iPhone5].
-----------------------------------------------------------------------------------------------------
***Notices***
If you want to make game for iOS. Please get MAC and iOS device for real.
And testing your game on the real Device before release on App store.
!!! not everything will work on IOS device same as run on the desktop !!!
-----------------------------------------------------------------------------------------------------
Before we start to do it we need to understand the screen resolution between Game-Editor and iPhone5. [At this stage I use iPhone5 represent the iOS device]
Compare iphone resolution
iPhone1 resolution is 480 * 320 pixels in Game-editor screen is 480*320 pixels
iPhone4 resolution is 960 * 640 pixels in Game-editor screen is 480*320 pixels
So
What about on iPhone 5 screen resolution for Game-editor?
If you compare with iPhone4 the screen of iPhone5 is a bit longer.
iPhone5 resolution is 1136 * 640 pixels in Game-editor screen is 568*320 pixels
So If you want to make game for iPhone5 you need to following this screen resolution
Horizontal screen resolution 320 * 568 Pixels
Vertical screen resolution 568 * 320 Pixels
If you still not quite sure. Is it really used? Are you talk nonsense? Have you ever try before?
Please check out
iSBS - I Space Battle Ship for iOS6
http://game-editor.com/forum/viewtopic.php?f=4&t=13006
Q&A
Q: Why we can't use the iPhone 5 screen resolution 1136 * 640 for Game-editor.
A: Because, Game-Editor use 480 * 320 [iPhone1] as the base so when you export the ratio of screen still in the same as iPhone1
if you us iPhone 5 screen resolution 1136 * 640 when run on iPhone5. your game will run out of the screen
-----------------------------------------------------------------------------------------------------
Now Let;s start
Tools I used.
1. Game-Editor 1.4
2. Xcode 4.6.3 [On mac]
3. GeApp form http://game-editor.net/
4. iPod 5 - iOS6
5. OSX mountain lion
-----------------------------------------------------------------------------------------------------
I will start with the Game-Editor first [I use PC in this process]
How do we set the screen in the Game-Editor?
In the Game-Editor
1. Goto Config > Game Properties
2. In Game resolution set screen as 320 * 568 pixels
3. Press Ok
Then you will have a game screen resolution on Game-editor for iPhone5.
After this point, it is depend on you. How you gonna created your game?
After you finished your game or want to test your game on iOS device.
1. Go to File > Export
2. Select Export Type: to Game Data only (iPhone)
3. Press export.
Then Copy that file to your USB drive before we continue on MAC
-----------------------------------------------------------------------------------------------------
***Notices***
It is time to get Mac and iOS device for real
-----------------------------------------------------------------------------------------------------
After you COPY your "game.dat" file to your Thumb drive.
Before you going on MAC you need to have another File call "geapp_iphone.zip "
You can Download it on
http://game-editor.net/
Downloads > iPhones > geapp 1.4 xcode 4
Thank you, Aka for created this GEapp** Without him I will not have my games on App store.
Thank you, Makslane to created this amazing game engine I have ever used.
However, That GEapp is the old version. So it will not support on iPhone5 and iPod5
You need to download my edition via the link below
However Don't forget about this. Do not release junk game.
!!! More Junk game release, Worst game engine feedback will get. !!!
-----------------------------------------------------------------------------------------------------
I will Continue later, Because I need to go back home to get my Mac. However, I will update this topic as soon as I can.
edit on 2013 09 17 CHAI
Let's continue
1. Now you need to get on your MAC
2. Open the Xcode file in GEapp-chai folder > geapp > GST.xcodeproj
When you open the Xcode. You need to copy your " game.dat " in to the Resources Folder on the left hand side.
In this case I copy the test file in to the folder already
note - you need to change your project name to match with your game name such as "Game.dat" your project name need to be "Game"
3. in the SUMMARY please put developer account Such as " com.maycompanyname.gamename "
4. at the BUILD SETTING on the Code signing identity section select to " iPhone developer "
if you want to publish your game you need to select as " iPhone Distribution"
5. Deployment > Target Device Family please select to " iPhone " [sell on iPhone and iPod only]
6. Now on you can press "RUN" [on the top left] for run app on your IOS devices
This is all my setting on Xcode
-----------------------------------------------------------------------------------------------------
!!!WARNING!!!
Connect yout iDevice to your MAC before RUN the app though Xcode.
If not you can't test your app. You can't test it via the device simulator.
-----------------------------------------------------------------------------------------------------
Edit 2013 11 06
in case you still can't do it try to clear your project first. by
After you clean it. Please try to created it and it should be work at this time.
----------------------------------------------------------------------------------------------------
***Notices***
If you want to Distribute your game on app store.
Please prepare your icon images like this. (name should be the same also)
Now you can see the screen test on your iPhone5 or iPod5. Then you can compile and publish your app on the app store
Thank you for waiting and reading.
Wish you all will created an amazing by Game-Editor and publish on the AppStore.
GE power will be with you.
2013 09 21
Regards,
CHAI - http://www.charochai.com
-----------------------------------------------------------------------------------------------------
!!Announce!! 2014 04 08
I didn't make any game for a year and I haven't had a chance to try GE on the IOS7.
I don't have any ideas how to make GE work on IOS7 with Xcode 5.
So I can't help you, Even I want to.
Chai
-----------------------------------------------------------------------------------------------------