C++ Map Maker

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
User avatar
Mogex
Prole
Posts: 15
Joined: Thu Dec 06, 2012 2:13 am

C++ Map Maker

Post by Mogex »

Ok, I've decided to begin work on a C++ written map maker for a game that I'm developing and I'm wondering how exactly this is going to go on through and how I could make Love2D somehow understand some C++ imput to build the map and objects of the map.

That is all for now.
mathacka
Prole
Posts: 8
Joined: Tue Sep 25, 2012 7:45 pm

Re: C++ Map Maker

Post by mathacka »

I'm not sure I'm understanding your question, in what way will you be using c++, why couldn't you use a (*.txt) file and then input the parameters you need like:

inside the (*.txt) file

Code: Select all

blocknum: 1
image: 3
pos: 32 32
collidable: 1

blocknum: 2
image: 2
pos: 64 0
collidable: 0
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 210 guests