✔No value for x

Plugin specific problems will be solved here.

Moderator: Plugin Moderators

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

✔No value for x

#1

Post 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"}]
}]

User avatar
CommanderABab
AB
Reactions:
Posts: 11086
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: No value for x

#2

Post 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"?

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: No value for x

#3

Post by Bearbear76 »

No, that's not the case apparently since the file is called egde.png

User avatar
CommanderABab
AB
Reactions:
Posts: 11086
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: No value for x

#4

Post by CommanderABab »

Frames winter has to have the same number as frames!

User avatar
CommanderABab
AB
Reactions:
Posts: 11086
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: No value for x

#5

Post by CommanderABab »

Image

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: No value for x

#6

Post by Bearbear76 »

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

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: No value for x

#7

Post 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.

User avatar
CommanderABab
AB
Reactions:
Posts: 11086
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: No value for x

#8

Post by CommanderABab »

The default has 12 edge frames.

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: No value for x

#9

Post by Bearbear76 »

Do i need to make a winter edge frame too?

User avatar
CommanderABab
AB
Reactions:
Posts: 11086
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: No value for x

#10

Post by CommanderABab »

Probably not.

User avatar
JustAnyone
Developer
Reactions:
Posts: 3474
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: No value for x

#11

Post by JustAnyone »

Lemme see.

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Re: No value for x

#12

Post by Lobby »

Screenshot_20171203-134909.jpg
I would say that's the problem. What is it supposed to do?

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: No value for x

#13

Post 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.

Post Reply Previous topicNext topic

Return to “Problems”