deco

Do you have any issues? Don't hesitate to tell us about it.
User avatar
PiePiePie
Settler
Reactions:
Posts: 5
Joined: 16 Nov 2022, 12:40

deco

#1

Post by PiePiePie »

Hello need some help, for some reason its hovering I don't know the problem, i even edit the image multiple time. it should be where the decal btw
Screenshot_20230617-182311_1.png

Code: Select all    Reset

[{ "id":"PPP-Deco-B", "Author":"PiePiePie", "text":"Park for cars", "type":"decoration", "width":3, "height":3, "frames":[{"bmp":"Park01.png"},{"bmp":"Park02.png"}], "needs roads":"false", "build time":1, "price":"1000", "draw ground":"true" }]
JSON checker
Check

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

Plugin Creator

Platform

Re: deco

#2

Post by Bearbear76 »

PiePiePie wrote:
17 Jun 2023, 12:44
Hello need some help, for some reason its hovering I don't know the problem, i even edit the image multiple time. it should be where the decal btw
Screenshot_20230617-182311_1.png

Code: Select all    Reset

[{ "id":"PPP-Deco-B", "Author":"PiePiePie", "text":"Park for cars", "type":"decoration", "width":3, "height":3, "frames":[{"bmp":"Park01.png"},{"bmp":"Park02.png"}], "needs roads":"false", "build time":1, "price":"1000", "draw ground":"true" }]
JSON checker
Check
You could forcefully align the image using handle x and handle y (mentioned here: Aligning frames). However, this is only curing the symptom and not the cause.
From what I remember issues like this are usually caused by some problem in the texture. :calc

User avatar
PiePiePie
Settler
Reactions:
Posts: 5
Joined: 16 Nov 2022, 12:40

Re: deco

#3

Post by PiePiePie »

Bearbear76 wrote:
17 Jun 2023, 17:03
PiePiePie wrote:
17 Jun 2023, 12:44
Hello need some help, for some reason its hovering I don't know the problem, i even edit the image multiple time. it should be where the decal btw
Screenshot_20230617-182311_1.png

Code: Select all    Reset

[{ "id":"PPP-Deco-B", "Author":"PiePiePie", "text":"Park for cars", "type":"decoration", "width":3, "height":3, "frames":[{"bmp":"Park01.png"},{"bmp":"Park02.png"}], "needs roads":"false", "build time":1, "price":"1000", "draw ground":"true" }]
JSON checker
Check
You could forcefully align the image using handle x and handle y (mentioned here: Aligning frames). However, this is only curing the symptom and not the cause.
From what I remember issues like this are usually caused by some problem in the texture. :calc
Thank you! I'll try it, can you help me just one more stuff Im making this car spawner its alright, I put night animation on top but its not working

Code: Select all    Reset

[ { "id": "PPP-Cars-test-1", "type": "animation", "light": true, "light switching": true, "frames": [{"bmp":"blink01.png","count": 4,"w": 13}], "frames per animation":4, "rotation aware": true }, { "id":"PPP-Car-1", "type":"car", "frames":[{"bmp":"car001.png","count":4,"w":13,"h":12}],"v2":true,"speed":1.2}, { "id":"PPP-Car-2", "type":"car", "frames":[{"bmp":"car002.png","count":4,"w":13,"h":12}],"v2":true,"speed":1.2}, { "id":"PPP-Car-3", "type":"car", "frames":[{"bmp":"car003.png","count":4,"w":13,"h":12}],"v2":true,"speed":1.2}, { "id":"PPP-Car-4", "type":"car", "frames":[{"bmp":"car004.png","count":4,"w":13,"h":12}],"v2":true,"speed":1.2}, { "id":"PPP-Car-5", "type":"car", "frames":[{"bmp":"car005.png","count":4,"w":13,"h":12}],"v2":true,"speed":1.2}, { "title":"Cars", "text":"5 cars", "author":"PiePiePie", "width":1, "height":1, "build time":1, "draw ground":true, "frames":[{"bmp":"CarSpawner.png"}], "type":"decoration", "price":100, "id":"PPP-Cars-test", "car spawner": [{"cars":["PPP-Car-1"],"radius":1000,"count":2}, {"cars":["PPP-Car-2"],"radius":1000,"count":2}, {"cars":["PPP-Car-3"],"radius":1000,"count":1}, {"cars":["PPP-Car-4"],"radius":1000,"count":1}, {"cars":["PPP-Car-5"],"radius":1000,"count":1}] } ]
JSON checker
Check

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

Plugin Creator

Platform

Re: deco

#4

Post by Bearbear76 »

PiePiePie wrote:
18 Jun 2023, 05:59
Bearbear76 wrote:
17 Jun 2023, 17:03
...
Thank you! I'll try it, can you help me just one more stuff Im making this car spawner its alright, I put night animation on top but its not working

Code: Select all    Reset

[ { "id": "PPP-Cars-test-1", "type": "animation", "light": true, "light switching": true, "frames": [{"bmp":"blink01.png","count": 4,"w": 13}], "frames per animation":4, "rotation aware": true }, { "id":"PPP-Car-1", "type":"car", "frames":[{"bmp":"car001.png","count":4,"w":13,"h":12}],"v2":true,"speed":1.2}, { "id":"PPP-Car-2", "type":"car", "frames":[{"bmp":"car002.png","count":4,"w":13,"h":12}],"v2":true,"speed":1.2}, { "id":"PPP-Car-3", "type":"car", "frames":[{"bmp":"car003.png","count":4,"w":13,"h":12}],"v2":true,"speed":1.2}, { "id":"PPP-Car-4", "type":"car", "frames":[{"bmp":"car004.png","count":4,"w":13,"h":12}],"v2":true,"speed":1.2}, { "id":"PPP-Car-5", "type":"car", "frames":[{"bmp":"car005.png","count":4,"w":13,"h":12}],"v2":true,"speed":1.2}, { "title":"Cars", "text":"5 cars", "author":"PiePiePie", "width":1, "height":1, "build time":1, "draw ground":true, "frames":[{"bmp":"CarSpawner.png"}], "type":"decoration", "price":100, "id":"PPP-Cars-test", "car spawner": [{"cars":["PPP-Car-1"],"radius":1000,"count":2}, {"cars":["PPP-Car-2"],"radius":1000,"count":2}, {"cars":["PPP-Car-3"],"radius":1000,"count":1}, {"cars":["PPP-Car-4"],"radius":1000,"count":1}, {"cars":["PPP-Car-5"],"radius":1000,"count":1}] } ]
JSON checker
Check
Sorry for the late reply.
I think you just have to add an animation tag to the spawner.
You can find more information about that here: Advanced tags for building plugins

Post Reply Previous topicNext topic

Return to “Problems and Errors (bugs)”