[Question] How to inherit default zone tile
Moderators: Scenario Moderators, Plugin Moderators
[Question] How to inherit default zone tile
Is it possible to inherit the default zone tile colors for each zone, i.e. res (green, blue green) com (blue, purple) ind (yellow, orange)
- Kulche
- Pluche
- Posts: 1196
- Joined: 07 Jun 2017, 20:28
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: [Question] How to inherit default zone tile
What have you exactly mean by that? If you want to change the colors you would have to override the whole zone, but I think it wouldn't really work. You may also place your own texture in the game using some coords (if I'm right).
- CommanderABab
- AB
- Posts: 11241
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: [Question] How to inherit default zone tile
See the content_zone.json in resources and use the frames statements for each appropriate zone is a possibility.
Re: [Question] How to inherit default zone tile
This is what I want to inhertit by default, so that I will not have to create and recolor a lot of files for my custom zones.

I would want to avoid having to declare this a lot in the .json and lessen the amount of .png

I would want to avoid having to declare this a lot in the .json and lessen the amount of .png
Is it doable?"frames":[{"bmp":"zone1x1.png"}],
Re: [Question] How to inherit default zone tile
By inherit, what I mean is that I will not have to create my own .png for
(and just use the one available in the game files and just declare/type it in my .json

- CommanderABab
- AB
- Posts: 11241
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: [Question] How to inherit default zone tile
Code: Select all
"frames":[{"bmp":"zone1x1.png"}],
//you could do this to make it look like the game zone.|v|,
//"frames":[{"x":320,"y":0,"w":32,"h":16}],"map color":{"r":82,"g":180,"b":40},
I would also suggest that you put all your zones in a category within the zone category.

Re: [Question] How to inherit default zone tile
I will try this later, thanks!
- JustAnyone
- Developer
- Posts: 3580
- Joined: 23 Jul 2017, 12:45
- Location: Easter Island
- Plugins: Showcase Store
-
Platform
Re: [Question] How to inherit default zone tile
or you can steal frames
"frames":[{"steal":"$zoneidIdontremember66"}],
"frames":[{"steal":"$zoneidIdontremember66"}],