Page 1 of 1
Is there a link to get the source data for mapconv?
Posted: 19 Sep 2005, 05:36
by genblood
Is there a place where I can get the source files for the latest
mapconv?
Re: Is there a link to get the source data for mapconv?
Posted: 19 Sep 2005, 05:40
by mother
genblood wrote:Is there a place where I can get the source files for the latest
mapconv?
It's in that 8/31 build effectively, those files supercede their namesakes in the source distro.
Posted: 19 Sep 2005, 06:26
by genblood
mother,
The reason I'm asking was in a older version you where
able to add metal spots on your map like the Geos. Is it possible
to add those features in?
Posted: 19 Sep 2005, 06:31
by SinbadEV
was that buggi's one maybe? that was the old map format...
Posted: 19 Sep 2005, 07:17
by mother
No I know exactly what he is talking about... Neither of the 'improved' mapconvs made for the old format ever had the source released anywhere :/
General concensus that auto-splat-placement is the next feature on the list?
I'll take a look at it, don't see why it should be too difficult to "re" implement.
Posted: 20 Sep 2005, 10:30
by zwzsg
Can you give me a detailed walkthrough on how to properly set the tclap thing?
Posted: 21 Sep 2005, 03:10
by Gabba
zwzsg wrote:Can you give me a detailed walkthrough on how to properly set the tclap thing?
Too bad I erased my old copy of the sources... I had managed to compile mapconv, so I'll try to remember how I suceeded:
- downloading tclap and putting it in a
tclap directory either under mapconv or under the directory above mapconv (I had to experiment with different locations for it before it worked, so I'm afraid you'll have to do the same)
- I also commented out a line which gave an error at compilation. It was just commenting out the line that the compiler pointed out, nothing more involved. It worked.
This doesn't replace a complete tutorial by mother, but it might get you on the right track.