Difference between revisions of "Making maps"

From Tuxepedia
Jump to navigation Jump to search
(Created page with "== Guides == * Map Editor Events * Event Reference * Creating Maps == FAQs and Walkthroughs == === How do I tell what map bug caused the game to crash? === If you...")
 
Line 10: Line 10:
=== It's a chore to add the "collision" type to all collisions I've drawn in Tiled ===
=== It's a chore to add the "collision" type to all collisions I've drawn in Tiled ===
Ctrl+A to select all, then set the Type to "collision" and they'll all get it.
Ctrl+A to select all, then set the Type to "collision" and they'll all get it.
=== How to update dialogue ===
You have to add to mods/tuxemon/l18n/<LANGUAGE>/LC_MESSAGES/base.po
=== Why isn't my dialogue updating? ===
You have to manually remove the *.mo files of your language in order for them to be reconstructed before launching the game

Revision as of 04:17, 21 August 2020

Guides

FAQs and Walkthroughs

How do I tell what map bug caused the game to crash?

If you open cmd or the windows console, then navigate to the folder, you can run the game in the command prompt and any errors will stay in that window.

It's a chore to add the "collision" type to all collisions I've drawn in Tiled

Ctrl+A to select all, then set the Type to "collision" and they'll all get it.

How to update dialogue

You have to add to mods/tuxemon/l18n/<LANGUAGE>/LC_MESSAGES/base.po

Why isn't my dialogue updating?

You have to manually remove the *.mo files of your language in order for them to be reconstructed before launching the game