Modding C2 games

0 favourites
  • 3 posts
From the Asset Store
Find pleasure in juggling balls with this basic HTML5 template
  • Currently I'm developing an infinite procedurally generated world game. I was wondering if I could have modding feature for my game so that players can change the way it looks in-game. Is that possible for Desktop export?

    If this could be done just with the event system it would be awesome! I'm still new with Javascript so I'm not sure what to do here......

  • The way how it looks? Sure, that should be possible. You could allow the user to input a location of an image file (such as the image with tiles Tiled uses) somewhere and then have the game load the image from the link.

    Another way would probably be to store the image as a text string (the name base64 comes to mind, perhaps something like that has been mentioned on the forums somewhere, a plugin, perhaps), then just have the user paste it.

    As for the arrangement of things, you could probably store information in a .csv file and use something like csv2array.

    -Sent from my outdated android phone.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thx for the suggestions! <img src="smileys/smiley2.gif" border="0" align="middle" />

    I will look around and see what I can do with these <img src="smileys/smiley36.gif" border="0" align="middle" />

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