Iphone, Ipad, Android Resize.. I'm new to this
Abdilatti
Member Posts: 43
Hello!
I'm done with my game in Iphone portrait and it looks good, i was wondering if there is any tool out there so i can resize my game to Ipads resolution and other devices so it stretches depending on what device i open the game with.
I've looked around and found something called GS project resize but for some reason can't i download it so i was wondering if there was something else i could use?
I also tried "Aspect Ratio Adjustment" to Overscan when i published the game and tried it out on Ad Hoc on my Ipad but it didn't look good, please help me with this one
Best regards
Comments
@Abdilatti
http://www.deepblueapps.com/gs-quick-resizer/
GAMESALAD DEV FOR HIRE! - www.gingagaming.com
Hi, make overscan. Your game iphone 5 portrait right? And has Wight size 320, Hight size 568, right?
If you want to try to fit it with iPhone 4 make overscan rules in each your actor. Let's say that it is your background graphic/actor.
Double tap to your background actore/graphic. It has sizes that you set w:320, h:568.
Rule:
Attribute game.devise.screen.size.hight = 480
Behavior) change attribute:
Self.size.hight to 480
480 is iphone 4, 4s size.
For iPad:
Attribute game.devise.screen.size.hight = 1024
Behavior) change attribute:
Self.size.hight to 1024
Self.size.wight to 768
If it is not background actor than set x and y positions.
For example:
Actor1 has position x: 30 and y: 100 by default in Iphone 5 than
Double tap to Actor1, create rule
Attribute device.screen size height = 1024
Change attribute self.position.X to 50
Than see it on preview as a iPad))
Hope this helps
@gingagaming @alarm656 Thank you guys!
@alarm656 I tried what you told me but it seems that it doesn't work for me, what am i doing wrong?
https://www.dropbox.com/s/th44de0hy324q9x/Skärmavbild 2014-03-23 kl. 10.34.12.png
https://www.dropbox.com/s/t7l8jujwfuk1oxh/Skärmavbild 2014-03-23 kl. 10.34.02.png
https://www.dropbox.com/s/i6w35hsg10j9511/Skärmavbild 2014-03-23 kl. 10.32.47.png
Stretch to fit is probably your best option but you need pro for Android builds i think.
Darren.
@DeepBlueApps What do you mean? Is there a behavior called that when you got pro or do you mean that i need different backgrounds depending on what device i use?
The release candidate is available and it has stretch to fit.
http://gamesalad.com/download/releases
Darren.
1) Check "Resolution Independence for Crop Mode"
2) On preview set view as a "Crop" not Letterbox
everything will work fine
@alarm656 Yeah ive done that but when you do the crop mode, you dont get 100% of the picture, what do i need to do to get the hole picture and not a cropped one?
Than try to make like that: Chose new project set as a iPhone 5. Go to the scene=> set scene size H: 568x2=1136, W: 320x2=640. Set all your background graphics size 1136x640.
@alarm656 Alright thank you man
@DeepBlueApps The Stretch works fine but how do i publish the game so it use the stretch and not overscan and letterbox