Autoresizer of java games

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Autoresizer of java games

    Does anyone have a screen resolution autoresizer of java games where user can select the resolution 1st before downloading?

    #2
    Currently there is no Video , Game as i know only image and audio cutter is there i think bt making game resizer isnt possible!

    Comment


      #3
      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...
      C3 Themes: http://c3themes.wen.ru/index.html
      Find Files: http://mystarter.tk/?goto=X-search

      Comment


        #4
        ya pmbguy was right if u want that function check http://wapinet.ru/script/dl/Zagruzki/wappos_dc.zip

        Comment


          #5
          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


            #6
            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

            Working...
            X