Does anyone have a screen resolution autoresizer of java games where user can select the resolution 1st before downloading?
Autoresizer of java games
Collapse
X
-
it all depends on how the game was made...
ie: paper airplane (my old favourite) had 3 sets of images in the game for different screen sizes... Some other games seem to be coded to render graphics however they do it, but works on all screen sizes by adjusting to screen dimensions. But in general, if it's not a multi screen game, you need different physical copies for different screen sizes...
Comment
-
ya pmbguy was right if u want that function check http://wapinet.ru/script/dl/Zagruzki/wappos_dc.zip
Comment
-
Thanx for the reply brothers, i just wanna run a script like in fank.ru where all screen resolutions are available for java, same as in nokia-games.com if someone have that script in any kind please share. I just don't want to make my site a grabber site that depends on grabber scripts i want to upload files on my own but same feature as the sites i mentioned above.
For the image autoresize does anyone have a working script? I found atleast 4 scripts here but none of them work.
Comment
-
I think they resize .jar games by using php to write the MANIFEST.mf eg:
Nokia-MIDlet-Original-Display-Size: 176,208
and then saving all the files into zip folder like this: http://coding-talk.com/f14/zip-downl...145/#post74829
and then renaming .zip folder to .jar
Comment
Comment