Quote:
Originally Posted by pooper200000
Thanks but heres my problem. I go to generate a world and it doesnt ahve the tileset for zone in it x-x
It only has teh regular tileset any help would be greatly aprreciated!
|
You have to use the addtiledef script, which I believe goes something like
adtiledef zonetiles.png,pooperslevels,1;
zonetiles.png would have to be replaced with the actual filename for zones tiles.
pooperslevels can be replaced with whatever you want your levels name's to start with, the script will then replace pics1 with the zone tiles in all levels starting with pooperslevels, or whatever name you choose.
The number 1 indicates that it is a type 1 tileset, which I believe Zone's is.