# Problems with overworld extension

**URL:** https://forum.makecode.com/t/problems-with-overworld-extension/44390
**Category:** Help
**Tags:** extension
**Created:** [June 7, 2026, 5:03pm UTC](https://forum.makecode.com/t/problems-with-overworld-extension/44390 "2026-06-07T17:03:08Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ZRPCoding](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/zrpcoding/32/32659_2.png) [@ZRPCoding](https://forum.makecode.com/u/ZRPCoding)
#### Post date: [June 7, 2026, 5:03pm UTC](https://forum.makecode.com/t/problems-with-overworld-extension/44390/1 "2026-06-07T17:03:08Z")

</div>

So I am having a problem with the overworld extension in my project and the error is:

pxt\_modules/overworld/tilemap.ts(7,11): error TS2433: A namespace declaration cannot be in a different file from a class or function with which it is merged.

And I saw an example of the extension and it was in v.1.11.0 and my is in v.1.1.7 maybe I need to update the extension but I don’t know how.

Here is the project:

> **[evil kingdoms\_](https://arcade.makecode.com/S09899-80702-35580-70861)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

In case you want to play it it’s B to open the chest and arrows to move

Please help me 🙏

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [June 7, 2026, 6:19pm UTC](https://forum.makecode.com/t/problems-with-overworld-extension/44390/2 "2026-06-07T18:19:42Z")

</div>

i updated it but nothing changed, not even the version. I would ask @richard since he made the extension. I think the only reason that happens is when 2 tilemap namespaces are made, but i only see the definition in overworld. I also deleted every extension but overworld, the error still existed. I deleted overworld and it was fine, but for some reason tilemap still existed and i literally looked through every ts file, and was annoyed when the only file that shouldve had it was tilemap.ts in game, but that just had namespace tiles

---

<div class="post-metadata">

### Author: ![richard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/richard/32/5417_2.png) [@richard](https://forum.makecode.com/u/richard)
#### Post date: [June 8, 2026, 5:21pm UTC](https://forum.makecode.com/t/problems-with-overworld-extension/44390/3 "2026-06-08T17:21:54Z")

</div>

did you perhaps mean to add riknoll/arcade-overworld instead of riknoll/overworld? riknoll/overworld is a very old extension that is deprecated

here’s your project with those extensions swapped:

> **[evil kingdoms\_](https://arcade.makecode.com/S15831-51991-34290-83834)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![ZRPCoding](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/zrpcoding/32/32659_2.png) [@ZRPCoding](https://forum.makecode.com/u/ZRPCoding)
#### Post date: [June 8, 2026, 5:48pm UTC](https://forum.makecode.com/t/problems-with-overworld-extension/44390/4 "2026-06-08T17:48:41Z")

</div>

Thank you richard can you please also put the tilemap extension.

![Captura de ecrã 2026-06-08 184654](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/3/7/376240e1593b69d3fb317cca5f1ecec867502349.png)

---

<div class="post-metadata">

### Author: ![richard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/richard/32/5417_2.png) [@richard](https://forum.makecode.com/u/richard)
#### Post date: [June 8, 2026, 6:59pm UTC](https://forum.makecode.com/t/problems-with-overworld-extension/44390/5 "2026-06-08T18:59:24Z")

</div>

just add microsoft/arcade-tile-util

that’s the new version of that extension

---

<div class="post-metadata">

### Author: ![ZRPCoding](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/zrpcoding/32/32659_2.png) [@ZRPCoding](https://forum.makecode.com/u/ZRPCoding)
#### Post date: [June 10, 2026, 4:02pm UTC](https://forum.makecode.com/t/problems-with-overworld-extension/44390/6 "2026-06-10T16:02:22Z")

</div>

Thank you 😁
