1. [Neolithic]To the End
  2. News

[Neolithic]To the End News

Update, Version 20230503


English
############Content################
[Bazaar]The weapon merchant now sells "Extended Rifle Mag."
[Bazaar]The weapon merchant now provides the gun modification service.
[Wiki]Added a wiki page about Gun Modification: https://neolithia.fandom.com/wiki/Gun_Modification
[Loot]Mercenary enemies may now drop "Extended Rifle Mag."
[Loot]Business People in Liu now have a very small chance to drop "Banned Book."
[Gun Modification]Added a bonus feature that you can rename your gun when doing the gun modification.
[Firearm]Removed the species-based restrictions on who can equip guns. Now everyone can equip guns.
############System#################
Finalized the core function code of the entire flow of gun modification. At least, it's very unlikely to explode within a few seconds now. (Many of my friends are playing Age of Wonder 4 while I am coding to finish this feature. Such is life. -_- )
Put everything about gun modification together in the main game. (You can install modules and remove modules freely. More modules are to be added in future updates.)
Added the code support for gunsmiths to charge a service fee when modifying guns.
############Debug#################
[Firearm]Fixed several bugs related to gun modification before anyone else could see them. :)
简体中文
############Content################
【巴扎】武器商人现在贩卖【扩展步枪弹夹】。
【巴扎】武器商人现在提供枪械改造服务。
【维基】加入了一个关于枪械改造的页面:https://neolithia.fandom.com/wiki/Gun_Modification
【掉落物】佣兵类的敌人现在可能掉落【扩展步枪弹夹】。
【掉落物】疁城的打工人现在有很小的概率掉落【禁书】。
【枪械改造】加入了一个额外的功能,你现在可以在枪械改造的时候随意自定义你的枪械的名字了。
【枪械】取消了基于种族的对于枪械使用的限制。现在所有的生物都可以使用枪械。
############System#################
完成了枪械改造整个流程的核心功能代码。并且一般来说不会发生在几秒钟内直接爆炸的事情。(很多Steam好友在玩奇迹时代4。而我在继续写代码来完成这个功能。这就是人生啊。-_-)
将整个的枪械改造疁城整合入了主游戏内。(你可以自由地安装和移除部件。更多的部件将会在此后的更新中继续加入。)
加入了枪械师要求一笔枪械改造服务费的代码支持。
############Debug#################
【枪械】修复了一些和枪械改造有关的Bug。(在任何其他人能看到这些Bug前) :)

Update, Version 20230502


English
############Content################
[Firearm]Added data to Ukrainian Zbroyar Z-15 to allow modification of 6 different parts of this type of gun. (I am verifying if the previous code in M4A1 can be easily reused.)
############System#################
Start to work on the UI of gun modification. (Still WIP)
############Debug#################
Fixed a bug that causes item description missing after a gun is modified.
简体中文
############Content################
【枪械】在乌克兰Zbroyar Z-15上加入了新的数据,使其存在6个可以修改的不同部件。(我在测试此前在M4A1上的代码的重用性。)
############System#################
开始制作改枪的用户界面。(仍然在施工中)
############Debug#################
修复了枪械在改造后失去物品描述的Bug。

This new feature is still working in progress.
But here is an early preview:
虽然这个功能仍然在施工。
但是,这里有一个现在可以预览的界面:

Update, Version 20230501


English
############Content################
[Firearm]All guns will now display their ammo capacity in their item detail windows.
[Firearm]Added new gun module "Extended Rifle Mag" for testing. The item itself is currently not available to acquire yet.
[Firearm]All gun modules that can increase a gun's ammo capacity now displays this value in their item detail windows.
[Firearm]Added data to M4A1 to allow modification of 6 different parts of this type of gun. (Just for testing for now.)
############System#################
Added some very basic code support to make weapon attachments. (Need a UI to actually display it in the game.)
简体中文
############Content################
【枪械】所有的枪械现在会在物品详细信息中显示它们的弹药容量。
【枪械】加入了新的枪械模组【扩展步枪弹夹】用于测试。该物品本身目前还无法获取。
【枪械】所有的能够增加枪械弹药容量的枪械模组会将该数值显示于其详细物品信息窗口中。
【枪械】在M4A1上加入了新的数据,使其存在6个可以修改的不同部件。(目前仅用于测试。)
############System#################
加入了对可以装在武器上的插件的基础代码支持。(需要一个用户界面来显示这个功能。)

Update, Version 20230430


English
############Content################
[Outside the Black Pyramid]Added a sacrifice circle near the Black Pyramid.
[Outside the Black Pyramid]Added a chest near the sacrifice circle.
[Outside the Black Pyramid]Another part of this area is accessible. (Only the left hill and the right hill with a huge Sphinx are still WIP.)
[Outside the Black Pyramid]Added a new document: An Aten Cultist's Journal. (It shall provide some information on how they arrived in this otherworldly world and their relationship with Shades.)
[Item]New item: Banned Book (It's mostly a gift item for now.)
[Loot]The Corrupted Books in the Grand Library may now drop Banned Books.
[Wiki]Fixed some link issues on the game's wiki
############System#################
[Firearm]All guns now have their ammo type attached to themselves instead of being hardcoded elsewhere.
简体中文
############Content################
【黑暗金字塔外】在黑暗金字塔附近加入了一个献祭魔法阵。
【黑暗金字塔外】在献祭魔法阵附近加入了一个宝箱。
【黑暗金字塔外】该地点的又一个区域现在可以进入。(现在仅有左侧的山丘和右侧那个有巨大狮身人面像的山丘还在施工。)
【黑暗金字塔外】加入了一篇新的文档:一名阿腾教徒的日志。(关于他们如何抵达这个异世界,以及他们和暗影的关系。)
【物品】新物品:禁书(目前基本上只是一种礼物物品。)
【掉落物】大图书馆内的被腐化的书籍现在可能掉落禁书。
【维基】修复了一些链接问题。
############System#################
【枪】所有枪械的子弹类型现在直接绑定在它们的数据上,而非在别的地方用硬代码写死。

Update, Version 20230429


English
############Content################
[Item]Beer can now be used as a gift.
[Relationship]When Harold Yin is in the safe house, you can give him gifts. (Don't worry if you missed him in the previous stories. I plan to return him to the safehouse after we finish the Egypt part of the main story.)
[Relationship]Added Harold Yin's gift preference.
[Skill]When Harold Yin is in the safe house, you can ask him to teach you skills. (Depending on your relationship with him. The higher, the more skill he is willing to teach you, and the lower the price will be.)
[Skill]"Massive Taunt" is now available to learn. (When you have more than 20 relationships with Harold.)
[Wiki]Added a placeholder page about Harold Yin: https://neolithia.fandom.com/wiki/Harold_Yin
简体中文
############Content################
【物品】啤酒现在可以作为礼物使用。
【关系】当哈罗德·殷在安全屋的时候,你可以给他送礼物。(如果你错过了此前关于他的剧情,也不用担心。我计划在完成了埃及的主线剧情后让他回到安全屋。)
【关系】加入了哈罗德·殷的物品喜好列表。
【技能】当哈罗德·殷在安全屋的时候,你现在可以向他学习技能。(取决于你和他的关系。关系越好,他会教你的技能越多,并且价格也会越低。)
【技能】群体嘲讽技能现在可以学习。(在你和哈罗德有至少20点的关系度的时候。)
【维基】加入了一个哈罗德·殷的临时维基页面:https://neolithia.fandom.com/wiki/Harold_Yin