Upgrades with rotation awareness issues

Do you have any issues? Don't hesitate to tell us about it.
User avatar
I_Support_Palestine
Townsman
Posts: 53
Joined: 09 Jun 2024, 11:53
Location: Johor
Plugins: Showcase Store

Platform

Upgrades with rotation awareness issues

#1

Post by I_Support_Palestine »

I tried to add upgrades with my plugin (Small Hotel) but it won't work.here is a picture:
Screenshot_2024-10-25-16-35-47-33_b9c7f85ab9c096b4378029bc61eaf2d6.png
and here's the code:

Code: Select all    Reset

[ { "id": "$Small_Hotellightnight", "type": "animation", "light": true, "light switching": true, "frames": [ { "bmp": "FVInight.png", "count": 4, "h": 41, "w": 33 } ], "rotation aware": true }, { "id": "$mall_hotel", "type": "residential", "author": "I_Support_Palestine", "width": 1, "level":2, "height": 1, "habitats":20, "autobulid":true, "active": true, "frames": [ { "bmp": "FVI.png", "count": 4, "h": 41, "w": 33 } ], "frames winter":[ { "bmp": "FVIsnow.png", "count": 4, "h": 41, "w": 33 } ], "animation": [{"id": "$Small_Hotellightnight", "x":0,"y":-33}], "price": 200, "rotation aware": true, "draw ground": true, "water": "-50", "power": "-60", "build time": 5, "needs road": true, "text": "A small hotel.", "title": "Small Hotel", "upgrades": [{ "id": "$mall_Hotel01", "frames": [{ "bmp": "FVIupgrade.png", "count":4, "h": -41, "w": 32 } ], "price": 150, "title":"SolarStay", "text":"Reneveted And Upgraded Hotel", "monthly price": 40 }] }]
JSON checker
Check

Return to “Problems and Errors (bugs)”