Change .png files to .svg files in the Game using Construct

0 favourites
  • 7 posts
From the Asset Store
Casino? money? who knows? but the target is the same!
  • Hello all,

    I am working on one of the endless platform runner game. My game is about to complete and i am stucked with one problem. My game is for web and mobile browser, both having different resolutions and graphics pixelate in high resolution. My client wants to use the .svg graphics in the game and .svg graphics is ready. I had developed the complete game using .png graphics. Is there any way or step by step tutorial with explanation or any video tutorial or any plugin with its documentation to change the .png graphics to .svg graphics. I don't have much time. My deadline is very near. Please suggest some solution to come out from this problem as soon as possible.

    Thanks in advance.

    Thanks,

    Ankush

  • You are aware Construct2 doesn't work with svg?

    There is a third party plugin for importing svg, but I've never used it, so I wouldn't know if it's suitable for your needs..

  • Unfortunately SVG is not currently supported in C2. PNGs are the only way to go.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks Little Stain

    Can you please give me the link for that Plugin and if possible some documentation to implement that plugin so that i can test that in my game.

  • Why don't you convert the svg files in an external editor and then have 2 different versions of the game hosted? One version with the graphics you already have and the other with the higher res. Then have mobile browsers request the first version and desktop browsers the other.

  • Thanks Little Stain

    Can you please give me the link for that Plugin and if possible some documentation to implement that plugin so that i can test that in my game.

    The quickest way to find it is to use the forum search and search for "svg"

    Just scroll down till you see a topic with "[PLUGIN]". To use it, presumably that topic will have some documentation, although I doubt it's just a simple matter of replacing sprites with svg.

    Also I second immortalx's idea, it's much simpler.

  • Try this for your conversion:

    http://www.imagemagick.org/script/index.php

    Then make a batch file with the command:

    convert -background none %1 %1.png

    You can drag and drop entire folders of SVG images onto that batch file for the PNG conversion.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)