1. [Neolithic]To the End
  2. News

[Neolithic]To the End News

DD#54 Return to the Stone Age and Happy Year of Kittens

Hello everyone, welcome to another week's developer's diary.

As the Steam Lunar sale has started, a 25% off discount is currently active to celebrate the Year of Kittens. Errr...officially that's the Year of Tiger. But, tigers are just bigger kittens. :3

Now, let's go down to some interesting updates of this week.

First, let's go back to the Stone Age.
https://steamcommunity.com/sharedfiles/filedetails/?id=2733876470
The very first version of NEOLITHIC known as SAPC is now in Steam Workshop as a mod of this game.
It can be launched from the main game or start as an independent game.
All content and updates are in.
Unfortunately, as the original game was made with RPG Maker 2003, localization to English is a very tedious job. Thus, it's currently Simplified Chinese only. But, it's also open-sourced. Anyone can use RM2003 to edit its content.
After all, that's how everything starts.
[previewyoutube][/previewyoutube]


Next, we got some quality of life improvements. As our game has a lot of procedurally generated content, there may be a lot of items people can collect into their inventory, it becomes a bit hard to look for specific items after a while. Thus, items can now be searched or sorted in their menu. Teammates that have a large size no longer cover up content in skill or item menu anymore. A new skill is introduced to provide more detailed information about friends and foes during the battle. That also brings in a new combat mechanism known as the "free action" that may provide more tactical choices in the future.

Storewide, we got new content of a backroom behind the Book Store and another new location in its basement, telling the story of a small part of a decades-long struggle in this nation. Some references to historical events and some old games may be found here. We didn't win that war 10 years ago. But, old gamers never die.

A new playable male character variation is also added as we need a new character for that part of the story.



That's for this week.
I may take a few days off from the development during the Spring Festival as I will likely get overrun by some boring Spring Festival stuffs in China. But, no rest for the wicked I guess. :P
Meanwhile, a large amount of money has been mobilized to buy more Perfect World and G-Bit stocks as the stock market crashes quite hard this month. It's time to save the day. Hopefully, history will repeat itself and prove I am correct. After all, I will not want to see a game company as old as the Stone Age fails apart especially when it's also running CS: GO and DOTA in China right now. Maybe we can call it Operation Perfect World round 2. Yet, the story of this new chapter is yet to unfold.

Update, Version 20220126

English
#########Content##############
[Book Store]You can now try to convince the guy in the backroom to let you pass instead of answering all his questions.
[Book Store]You can now direct attack the guy in the backroom and force him to let you pass.
[Book Store]Added a football in one of the cabinets in the back room.
Added a washroom battle background that will be used when a battle happens in some washroom areas.
Added a hospital battle background.
简体中文
#########Content##############
【书店】你现在可以尝试使用说服技能使在后面的房间中的某人让你通过而无需回答他的问题。
【书店】你现在可以直接攻击在后面的房间中的某人迫使他让路。
【书店】在后面的房间中的一个柜子里加入了一只足球。
增加了一张洗手间的战斗背景图,会在某些洗手间中发生战斗时被使用。
增加了一张医院的战斗背景图。

Update, Version 20220125

English
#########Content##############
Added a backroom of the book store. (Need to pick a lock to enter.)
There will be someone who will stop you until you can answer some questions. Totally nothing suspicious.
#########System###############
Changed the draw order of the item window and skill window during the battle so that large teammates such as Mammoths will not cover up content of those windows.(Thanks to 89444640's suggestion)
#########Debug###############
[Critial Bug]Fixed a crash bug that happens in some boss fight related to sp code change. (Thanks to 89444640's bug report)
简体中文
#########Content##############
在书店后方加入了一个房间。(需要撬锁进入)
一个NPC将会挡住你的去路,直到你能正确回答几个问题。这里并没有什么可疑的。
#########System###############
改变了战斗中物品窗口和技能窗口的绘制顺序,使大型的队友,比如猛犸不再遮挡住这些窗口中的内容。(感谢 89444640的建议)
#########Debug###############
【重大BUG】修复了一些BOSS战中因为SP消耗有关的代码变更导致的崩溃。(感谢 89444640的BUG报告)

Update, Version 20220123

20220123
English
#########Content##############
New skill: Inspect (Free action. It can be acquired from the caretaker's global pet service or the skill trainer in "This is a bar.")
The goal for this skill is to provide more detailed information that combat UI may sometimes be unable to display.
#########System###############
[Item Detail Window]The window will now try to decide its size based on a sample of the target language. Thus, it's more likely that the description text will display better in this window regarding current localized language. (Previously, it was a fixed size for all languages.)
[Battle]New mechanism: Free action. Those actions instantly take effect and you can take such actions as many times as you like.
[Battle]Changed the code of spending MP, moved it from the Scene_Battle class to Game_Battler class.
[Battle]Skill search during the battle will now consider the localized name of the skill.
[Battle]Item detail window is now available during battles.
[Item Menu]Added function to search item and sort item by name or value. (Sorting by name is slow if there are a lot of items.)
#########Debug###############
Fixed a Chinese localization typo in the Book of Chinese Parents. No effects on existing ones. (Thanks to 89444640's bug report)
简体中文
#########Content##############
新技能:观察 (自由动作。可以从看护者的全球宠物服务或“这是间酒吧”里的技能训练师那里获得。)
这个技能存在的目的是为了解决当前战斗界面上有些内容可能无法详细显示的问题。
#########System###############
【物品细节窗口】现在这个窗口会基于目前的本地化语言的样本文字采样后决定窗口的大小。从而可能让内部显示的文字更好地显示。(此前,所有语言使用相同的大小。)
【战斗】新机制:自由动作。此类动作立刻生效,并且你可以在一轮中无限制地多次使用。
【战斗】改变了消耗气力的代码,将其从Scene_Battle 移动到了Game_Battler 类。
【战斗】在战斗中搜索技能现在会考虑本地化后的技能名称。
【战斗】物品详细信息窗口现在在战斗中可用。
【物品选单】增加了搜索物品和将物品按照名称或价值排序的功能。(按照名称排序在有大量物品的情况下会相对较慢。)
#########Debug###############
修复了中国式家长之书中的一处中文本地化文本错误。对已经生成的书籍不会有改变。(感谢 89444640的BUG报告)

Update, Version 20220122

English
#########Content##############
[Book Store]Increased the number of books generated each time the store refreshes its inventory so that it will be a bit easier to find the book you want.
[Book Store]Some random kids may appear in the book store, totally nothing suspicious.
[Debt Collection]This procedurally generated mission may now have its target in the restaurant or the book store.
[This is a bar]Increased the number of missions generated each time its mission board refreshes.
#########Debug###############
[Mouse] Mouse shall no longer trigger the hotkey bar if the mouse's position is outside the window.
[Mouse] Fixed a bug that player character may sometimes move when using the mouse to use a hotkey bar item/skill
[Mouse] Fixed a bug that may cause misclicking when confirming a generic selection window or pop-up window by using the left mouse button in the map scene, resulting in the player character moving a bit. (Technically, added 5 frames of a fast fade out before mouse can trigger another input.)
简体中文
#########Content##############
【书店】增加了每次刷新库存时生成的图书数量从而让找到想要的书籍变得相对更容易一些。
【书店】一些小孩可能随机出现在书店内,这肯定不是什么异常的事情。
【催收欠款】这个过程生成任务的任务对象现在可能会是在餐馆或书店中。
【这是间酒吧】增加了任务板每次刷新时加入的任务数量。
#########Debug###############
【鼠标】修复了鼠标在窗口外可以触发地图快捷栏的BUG
【鼠标】修复了使用鼠标使用地图快捷栏物品或技能时角色可能会发生移动的BUG
【鼠标】修复用鼠标在地图上确认某些通用的选择窗口或信息窗口时有可能导致角色误操作向鼠标方向进行小范围移动的情况。(技术上,是插入了一个5帧的渐变并阻断鼠标输入。)