Page 1 of 1

✔No value for x

Posted: 03 Dec 2017, 09:05
by Bearbear76
What does that mean?

Code: Select all

[{
"id":"$ground00",
"author":"lobby , theo",
"width":1,
"height":1,
"type":"ground",
"title":"Bear grass",
"text":"Grass from outer space!",
"auto build":true,
"override":true,
"hidden":true,
"edge frames":[{"bmp":"egde.png","w":16,"h":48,"count":2}],
"border frames":[{"bmp":"river.png","w":32,"h":20,"handle y":8,"count":16}],
"edge border frames":[{"x":0,"y":144,"w":16,"h":32,"count":32}],
"frames":[{"bmp":"land01.png"},{"bmp":"land02.png"},{"bmp":"land03.png"},{"bmp":"land04.png"},{"count":4}],
"frames winter":[{"bmp":"landw01.png"},{"bmp":"landw02.png"},{"bmp":"landw03.png"},{"count":3}],
"preview frame":[{"bmp":"preview.png"}]
},
{
"id":"$dirt00",
"author":"lobby , theo",
"width":1,
"height":1,
"type":"ground",
"title":"Bear grass",
"text":"Grass from outer space!",
"auto build":true,
"override":true,
"hidden":true,
"edge frames":[{"bmp":"egde.png","w":16,"h":48,"count":2}],
"border frames":[{"bmp":"river.png","w":32,"h":20,"handle y":8,"count":16}],
"edge border frames":[{"x":0,"y":144,"w":16,"h":32,"count":32}],
"frames":[{"bmp":"land01.png"},{"bmp":"land02.png"},{"bmp":"land03.png"},{"bmp":"land04.png"},{"count":4}],
"frames winter":[{"bmp":"landw01.png"},{"bmp":"landw02.png"},{"bmp":"landw03.png"},{"count":3}],
"preview frame":[{"bmp":"preview.png"}]
},
{
"id":"$sand00",
"author":"lobby , theo",
"width":1,
"height":1,
"type":"ground",
"title":"Bear grass",
"text":"Grass from outer space!",
"auto build":true,
"override":true,
"hidden":true,
"edge frames":[{"bmp":"egde.png","w":16,"h":48,"count":2}],
"border frames":[{"bmp":"river.png","w":32,"h":20,"handle y":8,"count":16}],
"edge border frames":[{"x":0,"y":144,"w":16,"h":32,"count":32}],
"frames":[{"bmp":"land01.png"},{"bmp":"land02.png"},{"bmp":"land03.png"},{"bmp":"land04.png"},{"count":4}],
"frames winter":[{"bmp":"landw01.png"},{"bmp":"landw02.png"},{"bmp":"landw03.png"},{"count":3}],
"preview frame":[{"bmp":"preview.png"}]
}]

Re: No value for x

Posted: 03 Dec 2017, 10:05
by CommanderABab
Do you have a file egde.png? Because that's what you have in the code.

Maybe the graphics are in "edge.png"?

Re: No value for x

Posted: 03 Dec 2017, 10:27
by Bearbear76
No, that's not the case apparently since the file is called egde.png

Re: No value for x

Posted: 03 Dec 2017, 11:15
by CommanderABab
Frames winter has to have the same number as frames!

Re: No value for x

Posted: 03 Dec 2017, 11:22
by CommanderABab
Image

Re: No value for x

Posted: 03 Dec 2017, 11:55
by Bearbear76
CommanderABab wrote:
03 Dec 2017, 11:15
Frames winter has to have the same number as frames!
Ah ok , thank you.

Re: No value for x

Posted: 03 Dec 2017, 12:00
by Bearbear76
CommanderABab wrote:
03 Dec 2017, 11:15
Frames winter has to have the same number as frames!
Strange, I made a new frame and now they have the same amount of frames.
But still gets the same error.

Re: No value for x

Posted: 03 Dec 2017, 13:10
by CommanderABab
The default has 12 edge frames.

Re: No value for x

Posted: 03 Dec 2017, 13:31
by Bearbear76
Do i need to make a winter edge frame too?

Re: No value for x

Posted: 03 Dec 2017, 13:50
by CommanderABab
Probably not.

Re: No value for x

Posted: 03 Dec 2017, 13:51
by JustAnyone
Lemme see.

Re: No value for x

Posted: 03 Dec 2017, 14:50
by Lobby
Screenshot_20171203-134909.jpg
I would say that's the problem. What is it supposed to do?

Re: No value for x

Posted: 03 Dec 2017, 15:00
by Bearbear76
Lobby wrote:
03 Dec 2017, 14:50
Screenshot_20171203-134909.jpg
I would say that's the problem. What is it supposed to do?
Thank you.