amazing_freeze
amazing_freeze
Hi,
here I have some amazing freeze for you:
This tileset comes with an automapper that allows you to select the style of the corner design separately for inside and outside corners.
Moreover it features some rules listed under "Game to Freeze" to convert a copy of the Game Layer into freeze Design. Caution: Only use these options one time on a copy from the game layer.
The "Rounded Stones" option will try to fill the ugly holes inbetween freeze and generic_unhook.
here I have some amazing freeze for you:
This tileset comes with an automapper that allows you to select the style of the corner design separately for inside and outside corners.
Moreover it features some rules listed under "Game to Freeze" to convert a copy of the Game Layer into freeze Design. Caution: Only use these options one time on a copy from the game layer.
The "Rounded Stones" option will try to fill the ugly holes inbetween freeze and generic_unhook.
Re: amazing_freeze
Edit: Fixed some bugs and heavily improved the "Rounded Tiles" version of the "Game to Freeze" rules
Last edited by mind on Sun Nov 22, 2020 9:42 pm, edited 1 time in total.
-
- Posts: 2
- Joined: Fri Aug 21, 2020 12:53 am
- Location: Talca, Chile
- Player profile: https://ddnet.org/players/Yto/
- Clan: Rank S
Re: amazing_freeze
Looks really cool man 

Re: amazing_freeze
love it, good job
- Kingston Dawn
- Posts: 10
- Joined: Fri Jun 05, 2020 1:53 am
- Location: Serbia
- Player profile: https://ddnet.org/players/Kingston/
- Discord: Kingston#7646
Re: amazing_freeze
Awesome 

- PopCorn181
- Posts: 22
- Joined: Sat Oct 24, 2020 7:00 pm
- Player profile: https://ddnet.org/players/PopCorn181/
- Mapper profile: https://ddnet.tw/mappers/PopCorn181/
- Clan: Inspire
Re: amazing_freeze
How u do dis!!!! Amazing work!!!!!!!!!!!!!!!!!!
Re: amazing_freeze
Impressive work! Did you write the 9669 lines by hand?
There were a couple bugs/typos in the automapper which I detected with a compiler and corrected in this version.
>>> >>>
here's the detail of the errors:
There were a couple bugs/typos in the automapper which I detected with a compiler and corrected in this version.
>>> >>>
here's the detail of the errors:
- A few double spaces. In ddnet implementation, double spaces will cause errrors ~except~ after a INDEX/NOTINDEX (yes, weird).
- A couple OOR (typo for OR).
- A trailing character at the end of a line.
Code: Select all
The automapper contains 44 error(s).
[warning] line 7, chars 0-9: Previous config or run is empty.
[warning] line 1376, chars 0-9: Previous config or run is empty.
[warning] line 2389, chars 0-16: Previous config or run is empty.
[error] line 2832, chars 9-9: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 2832, chars 10-20: Expected end of line.
[error] line 4854, chars 16-16: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 4944, chars 9-9: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 4944, chars 10-24: Expected end of line.
[error] line 4966, chars 8-8: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 4966, chars 9-23: Expected end of line.
[error] line 5227, chars 9-9: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 5227, chars 10-24: Expected end of line.
[error] line 5238, chars 8-8: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 5238, chars 9-23: Expected end of line.
[error] line 5249, chars 9-9: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 5249, chars 10-24: Expected end of line.
[error] line 5260, chars 10-10: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 5260, chars 11-25: Expected end of line.
[error] line 5742, chars 14-14: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 5742, chars 15-16: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 5745, chars 16-16: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 5745, chars 17-18: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 5767, chars 14-14: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 5767, chars 15-16: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 5770, chars 16-16: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 5770, chars 17-18: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 5792, chars 14-14: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 5792, chars 15-16: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 5795, chars 16-16: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 5795, chars 17-18: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 6312, chars 17-20: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 6312, chars 21-24: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 6336, chars 17-20: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 6336, chars 21-24: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 6385, chars 9-9: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 6385, chars 10-20: Expected end of line.
[error] line 8406, chars 16-16: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 8496, chars 9-9: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 8496, chars 10-24: Expected end of line.
[error] line 8518, chars 8-8: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 8518, chars 9-23: Expected end of line.
[error] line 8779, chars 9-9: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 8779, chars 10-24: Expected end of line.
[error] line 8790, chars 8-8: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 8790, chars 9-23: Expected end of line.
[error] line 8801, chars 9-9: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 8801, chars 10-24: Expected end of line.
[error] line 8812, chars 10-10: Unexpected token. Note: Expected one of "EMPTY", "FULL", "INDEX", "NOTINDEX"
[warning] line 8812, chars 11-25: Expected end of line.
[error] line 9295, chars 14-14: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 9295, chars 15-16: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 9298, chars 16-16: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 9298, chars 17-18: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 9320, chars 14-14: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 9320, chars 15-16: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 9323, chars 16-16: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 9323, chars 17-18: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 9345, chars 14-14: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 9345, chars 15-16: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[error] line 9348, chars 16-16: Expected a tile index. Note: "INDEX" or "NOTINDEX" must be followed by a tile index, e.g. "INDEX 10"
[error] line 9348, chars 17-18: Unexpected token. Note: Expected one of "XFLIP", "YFLIP", "ROTATE", "OR", "NONE"
[warning] line 9669, chars 0-14: Previous config or run is empty.
- deen
- Posts: 3579
- Joined: Mon May 05, 2014 2:30 pm
- Player profile: https://ddnet.org/players/deen/
- Discord: deen#5910
Re: amazing_freeze
What is the compiler?
Re: amazing_freeze
@deen it's the linter that I wrote for teeworlds web editor, you can try it there (disclaimer it's work in progress): https://tw.thissma.fr/.
source https://github.com/k2d222/twwe/blob/mai ... automap.ts
source https://github.com/k2d222/twwe/blob/mai ... automap.ts
Who is online
Users browsing this forum: Semrush [Bot] and 0 guests