Wano
Wano
@wano
Admin
Member
Joined: Nov 14, 2022
Last seen: Sep 11, 2026
Topics: 8 / Replies: 214
Reply
Answer to: Dealing more damage to targets with a status effect in play

A formula could be something like t.status.includes(status => status.id === 1) ? u.atk * 2 : u.atk Replace 1 by the ID of the status. Not tes...

1 year ago
Forum
Reply
Answer to: Change text preview aspect ratio

For now, no. But after 3.0.0 I could change it so you can type different resolutions to test.

1 year ago
Forum
Reply
RE: Translating "Empty" inventory and keybindings

@the_ramen_dutchman Well looks like a bug... I'll have a look!

1 year ago
Forum
Reply
Answer to: is it possible to make touch buttons for control?

Currently no, it's fixed for 3.0.0. You will have to wait for this release.

1 year ago
Forum
Reply
Answer to: Translating "Empty" inventory and keybindings

Empty is not translated here yeah. Would require some script change. For keyboard it's weird, you can have the name and descriptions here (see uploa...

1 year ago
Forum
Reply
Answer to: What properties do heroes and monsters have?

There is no proper documentation for this, unfortunately. You can check the Player types here: I didn't test, but !t.status.some(status => statu...

1 year ago
Forum
Reply
Answer to: Problem with collisions

Can you check if your hero character has collisions?

1 year ago
Forum
Reply
Answer to: Systems Manager > Models tab: Can window sizes be changed?

Hi! Unfortunately it's not possible yet. However, it will be in 3.0.0, and it already is the case in ! It's complicated to mod so I would suggest to j...

2 years ago
Forum
Reply
Answer to: Title screen video help

Probably due to incompatible resolution. I would need to check that, at least add an option to stretch or center.

2 years ago
Forum
Reply
RE: Some help

Can you join the wall picture here?

2 years ago
Reply
Answer to: Editing the title screen

Unfortunately not possible yet, only doable with scripts!

2 years ago
Forum
Reply
Answer to: A couple of questions from a beginner

Hello! For your question 1, it's unfortunatelly not possible to do that, just a random move that would go anywhere. That would require using a script ...

2 years ago
Forum
Reply
Answer to: 3D object as a Hero

Sure, you can replace graphics in Systems > Models > Hero and choose a 3D object here. However it won't be animated since GLTF is not handled ye...

2 years ago
Forum
Reply
Answer to: Crash when using items near the end of the inventory

I had a similar issue but it happened only with mouse use, is it happening only if using mouse or also with keyboard?

2 years ago
Reply
RE: How to forcibly close the main menu?

@sergiop90 I tried with this common event and it works as intended (show message a, + choice, if I press yes it closes menu and teleports + show messa...

2 years ago
Forum
Page 5 / 15