Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Map Converter Template -Make your Own Converter!-


Spainion
 Share

Recommended Posts

Understand that this is not a functional map converter, it is designed for people who need there maps converted and don't know where to start.

[Map Converter Template](http://www.7-nations.com/MapConverterSource.zip)

It is a pretty basic concept if you have any questions about the functionality post here and myself or anotehr developer will be able to help you.

AGAIN this is a basic template which you can use to convert any maps you have both sources too.

Hope this helps someone.

~Spainion
Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 3 months later...
I'm getting an error too, though I might just be putting the wrong info into the template… =P  I'll post it here since someone else already revived this topic.

![](http://i7.photobucket.com/albums/y294/Orca239/convertererror.png)

Any help would be much appreciated.
Link to comment
Share on other sites

I would recommend you are capable of debugging simple elements before you use this, but:

The first error means, you most likely didn't set up the mapRec and tileRec up correctly.

The second Error just means I forgot to leave a Const in there just add
Public Const MAX_MAP_NPCS = X
Make X the same as whatever it is in the source.
just find "MAX_MAP_NPCS" in the source you pasted it from and paste that line over.
Link to comment
Share on other sites

> Option Explicit
> Public Const MAX_MAPS = 300
>
> Type TileRec
>     'Put in all the New Map Tile shit here
> End Type
>
> Type NewTileRec
>     'Put in all the New Map Tile shit here
> End Type

should it not be…

> Option Explicit
> Public Const MAX_MAPS = 300
>
> Type TileRec
>     'Put in all the OLD Map Tile shit here
> End Type
>
> Type NewTileRec
>     'Put in all the New Map Tile shit here
> End Type
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...