# Weekly Update 24/04/2023

<figure><img src="/files/cbHszdARPlb7zZb3qTRl" alt=""><figcaption></figcaption></figure>

**Backend**

* route to get my user + added some informations in its payload
* added finish informations on orders to have more data to display
* transformed some game rules data formats
* fixes in the blockchain microservice
* big changes: now we serve every date in the data we have with a unix time equivalent
* new orders listing with a `inProgress` filter for each facility

**Frontend**

* Big cleanup on Perforce, our VCS (Version Control Software). The old PC based Battleground was still living there…
* Replaced old assets with new ones, especially buildings, and rescaled them
* Replacing some placeholder (login menu, create a village popup…)
* Solved a bug where terrain was generated two times due to old BluePrint code conflicting with new C++ code
* Added new icons
* Reworked project folder structure
* Light worldmap assets optimizations (especially forest tile)
* Horrible bug solved, where the Worldmap level lost reference to Worldmap assets : We could only load the Worldmap from one specific Workspace (the local folder where we have project files) successfully, where reference was still there. Our VCS was not able to understand what was happening and solution was to re-upload the Level to our repository.

**Art**

Our artist is currently redoing the assets of the world map as well as the village map, we will slowly replace the place holder of the game to put in place the final assets

**Website**

Our new website is live, don’t forget to join our “Early player program” which ends tomorrow link here : <https://monkeyempire.net/>

Join the “Early player program” : <https://medium.com/@monkeyempire/early-player-program-is-live-e5d8ffcddb38>

**Next steps**

We are happy to announce the release of the **Private Beta 2** in a few if we do not encounter any major bug, everything should go well normally but you know the vagaries of development 🙃

Very nice things are coming for the project, we are looking forward to release the game and start the events for the players.

**Join the ape community!**

**Linktree:**[ linktr.ee/monkey.empire](https://t.co/EGPb2u5hKX)\
**Website:**[ https://monkeyempire.net](https://monkeyempire.net/)\
**Whitepaper:** [https://monkeyempiredeeplgitbook.io/monkey-empire/](https://monkeyempire.gitbook.io/monkey-empire/)\
**Twitter:**[ https://twitter.com/monkeyempiree](https://twitter.com/monkeyempiree)\
**Discord:**[ ](http://discord.gg/RGchaxczUB)<http://discord.gg/RGchaxczUB>\
**Telegram:** <https://t.me/monkeyempiree>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://monkeyempire.gitbook.io/monkey-empire/dev-blog/weekly-update-24-04-2023.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
