Megaquarium

Megaquarium

What will you create?
Access an ocean of content for Megaquarium created by players like you. New animals, decorations, tanks and more are available to expand your game and tailor it to your liking.
了解更多
Triggered Cat 52 2022 年 1 月 3 日 上午 12:48
Regarding MQ custom campaign with Architect's Collection tag
for some reason when I try to make a campaign that has Architect's Collection tag it seem to broke the game staffs can't do their job like feeding, guests and staffs can walk through tank and wall, guests can't look at the tank and when you put heater to a tank it will say 0 until u start the game. I don't know if this is just a problem with me or the tag itself any help would be thankful.
最后由 Triggered Cat 编辑于; 2022 年 1 月 3 日 上午 2:42
< >
正在显示第 1 - 4 条,共 4 条留言
Twice Circled  [开发者] 3 2022 年 1 月 3 日 上午 6:51 
Interesting. Could you send me your custom campaign file to support@twicecircled.com I will try to get that fixed. :)
Triggered Cat 52 2022 年 1 月 3 日 上午 6:58 
引用自 Twice Circled
Interesting. Could you send me your custom campaign file to support@twicecircled.com I will try to get that fixed. :)
alright
Twice Circled  [开发者] 3 2022 年 1 月 4 日 上午 3:38 
Thanks for sending this through. The issue was actually just this global trigger:
"globalTriggers": [ { "conditions":[ {"unlocked":{"id":"2deeptank", "quantity":1,"insert":true}} ], "doOnTrigger": [ { "message": { "id": "opt_trigger", "buttons": [ { "doOnClick": [ { "sideObjectiveStart": "opt_trigger" } ] } ], } } ] }, ],
Specifically here:

{"unlocked":{"id":"2deeptank", "quantity":1,"insert":true}}

You can't supply an unlock tag here, you must supply a concrete spec id. Thankfully you can just supply any one of the individual 2 deep tanks, like this:

{"unlocked":{"id":"wall_1side_deep_3_3", "quantity":1,"insert":true}}

An easy way to find all the ids for unlocked objects is to unlock them in any level, save, and look in the save file under "unlockedSpecs".
最后由 Twice Circled 编辑于; 2022 年 1 月 4 日 上午 3:39
Triggered Cat 52 2022 年 1 月 4 日 上午 3:44 
引用自 Twice Circled
Thanks for sending this through. The issue was actually just this global trigger:
"globalTriggers": [ { "conditions":[ {"unlocked":{"id":"2deeptank", "quantity":1,"insert":true}} ], "doOnTrigger": [ { "message": { "id": "opt_trigger", "buttons": [ { "doOnClick": [ { "sideObjectiveStart": "opt_trigger" } ] } ], } } ] }, ],
Specifically here:

{"unlocked":{"id":"2deeptank", "quantity":1,"insert":true}}

You can't supply an unlock tag here, you must supply a concrete spec id. Thankfully you can just supply any one of the individual 2 deep tanks, like this:

{"unlocked":{"id":"wall_1side_deep_3_3", "quantity":1,"insert":true}}

An easy way to find all the ids for unlocked objects is to unlock them in any level, save, and look in the save file under "unlockedSpecs".
oh oof thx u
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50