rep_tiler_nonisometric
Arguments:
- { filename | [tileset] },min_tile>=3,increment>=0,_tileset_iw_width>=1,_tileset_ih_width>=1,{ _filename | [placed_tiles] },_preserve_bgout={ 0=eliminate_bg | 1=preserve_bg },_drgba_r>=0,_drgba_g>=0,_drgba_b>=0,_gridcol>=0,_trackpadcol>=0
Description:
Launch the interactive non-isometric tiling toolkit. Mandatory variables are the first 3 ones!More info: The interactive non-isometric tiling toolkit is a near final version. Final version will have tiledata import and export. Perhaps with a master developer editor to make overworld art.
(equivalent to shortcut command rep_tiler_n).
Note: This is meant to enable artists to make artwork based on non-isometric RPG games or even world. It is not meant to be a tool to aid into making RPG games. If you want that, then you need to look into other solutions. Of course, there might be the off-chance that this tool is suitable for you.'{ filename | [tileset] }' can be either location of the tileset in text form, or as a image argument. If using image argument, you must do rep_tiler_nonisometric[target] [tile] to make it work.
__min_tile defines the size of tiles.
increment defines the maximum possible selection length by number of tiles added by 1. 0 means maximum possible selection length by tile within axis is exactly 1.
_tileset_iw_width defines the width of tileset visible within interactive window.
_tileset_ih_width defines the width of tileset visible within interactive window.
_preserve_bgout can be used to keep or erase image after painting tiles.
'{ filename | [placed_tiles] }' can be either location of the tile in text form, or as a image argument. If using image argument, you must do rep_tiler_nonisometric[target] [tile] to make it work.
_dbrga_r is the color of transparent background. If a value is assigned to this, then transparent areas are replaced with colored background instead of a checkerboard.
_dbrga_g is the color of transparent background. If a value is assigned to this, then transparent areas are replaced with colored background instead of a checkerboard.
_dbrga_b is the color of transparent background. If a value is assigned to this, then transparent areas are replaced with colored background instead of a checkerboard.
_gridcol defines the color of grid within interactive window. Only grayscale value.
_trackpadcol defines the color of tracker pad within interactive window. Only grayscale value.
Default values:
_tileset_iw_width=16,_tileset_ih_width=16,_filename="",_preserve_bgout=0,_drgba_r=,_drgba_g=,_drgba_b=,_gridcol=0,'_trackpadcol=0'


Home
Download
News
Mastodon
Bluesky
X
Summary - 18 Years
Summary - 17 Years
Summary - 16 Years
Summary - 15 Years
Summary - 13 Years
Summary - 11 Years
Summary - 10 Years
Resources
Technical Reference
Scripting Tutorial
Video Tutorials
Wiki Pages
Image Gallery
Color Presets
Using libgmic
G'MIC Online
Community
Discussion Forum (Pixls.us)
GimpChat
IRC
Report Issue