1. Research Story
  2. News

Research Story News

Hotfix v0.3.4

Hello researchers! Pushing out another hotfix due to a crashing bug which I wanted to fix asap. There're also some minor QOL changes, as noted below. I'll be sharing about the progress for the next content update soon!

Fixes
- Fixed crash when walking into 'final room' in cave while animals are following.
- Blue Claw can now be used for the Magic Forge, just like other Fish Parts.

Changes based on player feedback
- In-progress and completed Research Samples now have differentiating icons in the inventory description.
- Composter ingredient additions:
  • Added Jellyshroom and Slimeshroom as Quality Fertiliser ingredients
  • Added Lavacress as Kelp Fertiliser ingredient

- Magic Forge ingredient additions:
  • Added Watercress, Lavacress, as well as various Fish Net drops as organic materials for the Magic Forge

- Some placed items now need to be hit twice in succession to be removed. This is to address the issue where some of these items often get accidentally removed while doing other things on the farm. These items are:
  • Well
  • Crafting Stations: Stone Forge, Magic Forge, Loom, Spinning Wheel, Mixer, Seed Sieve, Campfire, Dehydrator
  • Crafting Benches: Feed Crafter, Bait Press


Thank you for all your feedback and reports!
- Miki

Hotfix v0.3.3

A few more bugfixes!
- [Controller] Attempt to fix possible crash when interacting with the Auto-feeder.
- [Controller] Fixed being able to select two item slots when pressing Up and Left buttons simultaneously in the Auto-feeder Inventory.
- Fixed overlapping tooltip when cursor points to the trough and Auto-feeder at the same time.
- Fixed Journal UI's Information scrollbar.
- Fixed a missing collision bug when removing a bed while there is more than 1 bed in the room.

Thanks,
Miki

Mini-Devlog #7 Localisation in progress!

[h3]Hello Researchers![/h3]

This Devlog is about adding localisation to Research Story - it's a little more technical than our usual posts!

At this time, we can only confirm that we'll be localising the game to Simplified Chinese - we'll look into other languages in the future! Thank you to our Chinese fans who have been interested in the game and waiting for CN, it's on the way!~ ❤️

[h3]Localising the game - properly! 📝✨[/h3]
Together with Electronic Sheep Games, who have been working on the localisation of the texts itself, I have been working on the implementation of the localised texts into the game. While our Demo has localisation, I wanted to do things in a better way for our Early Access version. This is so that when we plan to have more languages in the future, it wouldn't take as long to do so.

With over 5000 rows of texts in Excel and over 45,000 words (and counting), it's no simple task! This is a snippet of how Kipp's Dialogue data looks like:

It has a unique ID (state), English texts for normal dialogue and options, and the translated columns.

All other texts, from a single word in a UI such as "Research" to Item Names and Descriptions all require similar treatment.

I had to make sure that each line was read from the Excel Sheets instead of being written directly into the game engine itself. If there were any in the engine, I had to move it to the Excel Sheet and give it a unique ID to reference in the code. Even though a large part of the game was already written in the Excel, I still spent maybe 4-5 full days (8 hr+) replacing the remaining written texts with the unique IDs. I did so much Ctrl+C, Ctrl+V and other Ctrl Shortcuts that my left pinkie started hurting even after a night's sleep 😰😰 Glad to say it's all good now, and most of the intense copy-pasting due to my prior lack of foresight have been completed 🎉🎉

Being a Chinese Singaporean, I feel particularly excited when seeing CN in the game! Since I can read a bit of Chinese, it feels like I'm playing RS for the first time again - the texts are so refreshing. And yes, I was influenced by my Chinese roots when creating the General Store and its characters! ❤️

[h3]Other Visuals 🔍[/h3]
Other than the game title, there aren't many texts in-game that was drawn as an image (thankfully!). The Darts Minigame is one part of the game that has drawn texts, which would require appropriate localisation too:


[h3]Keeping optimisation in mind 💭[/h3]
In our Demo, there were some optimisation issues where adding CN led to longer loading times when changing the language and when returning to the main menu. This was mainly due to the loading of fonts, and I've prevented those issues from happening in our Early Access build!

[h3]What's Next 📝[/h3]
We'll be doing QA for the localised build before offering it in one of the future updates. Again, shoutout to Electronic Sheep who has been doing great work!! We're excited to share the update with you when it's ready.

I'll be going back to bugfixes + ramping up the next part of content updates, which I need some time to think about!

Hope everyone's been enjoying the v0.3 update so far!

Miki

Hotfix v0.3.2

- [Controller] Fixed a crash that can happen when using the inventory/chests.
- Fixed a bug where Rhea's "Beginnings of a Bestiary II" quest shows up in the quest list even after completing it.
- Fixed a visual bug where Rugs are drawn on top of the bed, when placing a bed on top of a Rug.
- Fixed a bug that shows [Bug: Text cannot be read from file.] as dialogue when talking to Rhea.

Thank you for your reports! I've also been working on some localisation implementation, which I'll share more about in an upcoming mini-devlog!
Miki

Hotfix v0.3.1

- Fixed a rare bug that causes a crash when sleeping to the next day.
- Related to above, if you had placed any Auto-tappers in the Mushroom Forest, they will be removed after sleeping to the next day. You can still retrieve them before the end of the day.
- Fixed being able to place Auto-tappers on the ground.

Thank you for your bug reports!
- Miki