If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Miriel the Magical Merchant
| Miriel the Magical Merchant |
|---|
|
Developer:
Myth People
|
| To do: Take a look at the lua scripts if there is a chance to trigger the debug mode. |
Miriel the Magical Merchant is a time management game with a medieval style where you have the control of a market. The game has a direct sequel, Miriel's Enchanted Mystery.
Sub-Page
| Notes |
Unused Splash Slogan
Looking at "mythpeople\text.png", you can see the company was planning to include a slogan in the splash screen, hence the text "HERE BE THE SLOGAN". "logo-splash-mythpeople.lua" reveals that the logo is present, but disabled with the flag "!NONE").
To enable the slogan placeholder in the splash, decompress data.pak into the game's folder, delete the previous file, go to the mythpeople folder, open logo-splash-mythpeople.lua and change the following line:
| Original | SetProperty ("label.bitmap", "!NONE")"mythpeople/mythpeople-logo.png");
|
|---|---|
| Modified | SetProperty ("label.bitmap", "mythpeople/mythpeople-logo.png");
|
Once changed, save and run the game.
| Original File | Splash Screen |
|---|---|