设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
楼主: orochi2k
打印 上一主题 下一主题

[业界新闻] [NEOLITHIC]To the End抢先体验开始!

[复制链接]

Lv4.逐梦者

梦石
1
星屑
8901
在线时间
4368 小时
注册时间
2005-10-22
帖子
6743

开拓者贵宾

461
 楼主| 发表于 2022-8-7 00:51:02 | 只看该作者
20220806
English
##########Content#############
Added a "door" in the Sanctuary Cave that connects to another cave in a distant land.
Added some bats and a new BGM in the new cave.
Added a Servant of Bazaar near the door to provide some basic information. (Not much right now.)
简体中文
##########Content#############
庇护洞穴中加入了一道门径通往另一个洞穴。
在这个新的洞穴中加入了一些蝙蝠和一个新的背景音乐。
在这个门径附近加入了一个巴扎的仆人提供一些关于这个门径的基本信息。(目前并没有多少。)
回复 支持 反对

使用道具 举报

Lv4.逐梦者

梦石
1
星屑
8901
在线时间
4368 小时
注册时间
2005-10-22
帖子
6743

开拓者贵宾

462
 楼主| 发表于 2022-8-7 22:41:10 | 只看该作者
20220807
English
##########Content#############
After the operation in Queensmouth, Harold and Zhang Yin now reappear in the safehouse with new dialogs talking about their understanding of the shades.
[Sins of the Father]Story moves forward a bit. (Variable from 630 to 635)
Added a vendor in the new cave location. (Water is overpriced here for story reasons.)
The vendor also sells jars. (A new furniture item that perviously was just decoration.)
Jars can be used as containers.
You can also recycle them to get ceramic materials.
##########System##############
The mission log menu is now more mouse-friendly. The mission log will automatically update when the mouse moves over to another mission.
The mission log menu now has its mission selection window expanded so that some missions with long mission names can be displayed correctly.
The change also applies to the completed mission list in the archive.
简体中文
##########Content#############
在王后镇的行动完毕后,张银和哈罗德现在会重新出现在安全屋内,有新的对话内容表达他们对暗影的观点。
【父辈的原罪】剧情小幅推进。(变量从630到达了635)
在昨天新加入的某洞穴里加入了一个商人。(剧情原因,当地的水很贵。)
此商人同时还出售罐子。(此前罐子只是装饰物,现在成为了家具。)
罐子可以作为容器使用。
你也可以熔化回收它们获得陶瓷原料。
##########System##############
任务日志界面对鼠标更加友好,在通过鼠标更换选择的任务时,任务日志详情会自动刷新。
任务日志界面左侧的任务选单宽度增加,从而使一些有较长任务名的任务能正确显示。
该变动同样适用于已完成的归档的任务。
回复 支持 反对

使用道具 举报

Lv4.逐梦者

梦石
1
星屑
8901
在线时间
4368 小时
注册时间
2005-10-22
帖子
6743

开拓者贵宾

463
 楼主| 发表于 2022-8-8 23:24:59 | 只看该作者
20220808
English
##########Content#############
New furniture: Sarcophagus (1x3 size. It functions just like coffins.)
##########System#############
Major cleanup on all DLLs.
The following DLLs are now disabled on the code level:
1, SAPCNET  my old Raknet-based 32bit online function library. It's not like we are going to have multiplayer of To the End anytime soon. (It's still working in SAPC++ if anyone wants to play.) Plus, Raknet has been acquired by Facebook(Meta) years ago.
2, SAPCPNG my old 32bit PNG library. It's no longer needed after we moved engine runtime from RMXP-ACE to RGD. It will also not likely be needed if operation [Data Redacted] is successful.
3, SAPCWINMESSAGE my old 32bit windows message library. Better methods than hacking windows messages to achieve some results have been implemented since 2013.
After the cleanup, we now only have three external non-Windows and non-RGSS DLL dependencies:
1, SAPCSTEAMBRIDGE for Steam interactive.
2, SAPCTIMER for time control. (And some weird functions.)
3, steam_api, this is Valve's DLL.
Added 64bit version of those 3 DLLs. (We will likely have all DLLs in the future to have 2 versions.)
Added a global flag: $IS_64BIT to check if we are releasing a 64bit-only build. (It's experimenting. We still support 32bit systems for now.)
Restored the function to directly call the windows command-line. (Require SAPCTIMER DLL, ruby code: sys_wincmd(char))
Set RGD flags correctly on RGD-only features. (Mostly in gamepads.)
Made a placeholder function for video play just to stop the game from crashing if the current environment is not RGD.
Added global tag $IS_MKXP to mark if the current environment is MKXP.
The first MKXP version of the game was successfully launched. But, a lot of functions are not running correctly. (I am just making a basic evaluation regarding how much needs to be done if we go this way.)
##########DEBUG##############
Fixed a bug that local achievement list has one less achievement than Steam.
简体中文
##########Content#############
新家具:石棺(1x3大小,基本上和棺材作用一致。)
##########System#############
对现有的动态链接库(DLL)进行了清理。
以下动态链接库在代码层面已经不再使用:
1,SAPCNET,那个古老的基于Raknet的32位网络库。貌似我们短时间内还不会有多人联机游戏功能。(在SAPC++中依然存在。)另外,Raknet已经在很多年前被Facebook(Meta)收购。
2,SAPCPNG,那个古老的32位PNG库。由于游戏运行文件已经从RMXP-ACE转移到了RGD,该功能已经不再需要。并且如果【数据删除】计划成功的话,未来也不会再需要。
3,SAPCWINMESSAGE,那个古老的32位的黑掉WINDOWS信息的库。在2013年之后显然已经有了更好的方法。
在清理完毕之后,我们游戏仅剩下3个外在的非WINDOWS,非RGSS的动态链接库以来:
1,SAPCSTEAMBRIDGE  用于游戏和Steam交互
2,SAPCTIMER 用于时间管理。(以及一些奇怪的功能)
3,steam_api, 这个是Valve家的库。
对上述三个动态链接库加入了64位的版本。(之后如果有新DLL的话,预计都会有两个版本。)
加入了全局标记:$IS_64BIT用于判断是否当前版本是仅限64位使用的版本。(实验中。目前我们依然支持32位系统。)
重新加入了直接调用Windows命令行的功能。(基于SAPCTIMER 内的代码,Ruby侧调用: sys_wincmd(char))
正确设置了一些RGD专用的标识符。(主要在于手柄方面。)
加入了一个占位用的函数,确保游戏不会在非RGD环境下崩溃。
加入了全局标签$IS_MKXP用于标记当前运行环境是否为MKXP。
游戏的第一个MKXP版本成功运行。但是,很多功能运行不正确。(我只是在初步评估如果部署一个这样的环境下的版本的工作量。)
##########DEBUG##############
修复了本地成就列表比STEAM少一个成就的BUG。
回复 支持 反对

使用道具 举报

Lv4.逐梦者

梦石
1
星屑
8901
在线时间
4368 小时
注册时间
2005-10-22
帖子
6743

开拓者贵宾

464
 楼主| 发表于 2022-8-10 15:40:53 | 只看该作者
20220810
English
##########Content#############
Quest: "Sins of the Father" is now concluded.
Quest: "Lost in the Sand" starts.
##########System#############
[Map Editor]Added a warning message when saving map data under the RGD environment. As RGD is not using standard RPG Maker XP data format, the map data exported this way will not work on other environments such as MKXP.
However, export map data without event data shall not have this issue. (No problem found during my experimentations.)
It's a warning, not an error. It shall not stop people who know what they are doing.
But, anyway, I'd recommend saving dynamic data in the runtime only under the standard RMXP environment.
An MKXP releasable beta version will not come any time soon. Because a lot of modifications to the code will be needed. RGD is still the main game environment.
##########DEBUG##############
Fixed some color issues in the 1978 version of the Queensmouth Church. (Likely nbody even noticed that.)
简体中文
##########Content#############
任务【父辈的原罪】完结。
任务【迷失于沙之中】开始。
##########System#############
【地图编辑器】加入了一条警告信息,在RGD环境下保存地图数据时提示。因为RGD并非标准的RPG MAKER XP数据结构,所以输出的数据通用性上会存在问题。无法在某些环境下再次读取,比如MKXP。
但是,如果只是输出纯粹的地图数据而不包含事件数据,那么理论上应该安全。(实验过程中未发现问题。)
这是一条警告信息,而非报错。所以不会阻止那些知道他们在干什么的人进行操作。
但是,总之,我依然建议只在标准RMXP环境中保存动态生成数据。
由于存在大幅代码改动的需要,一个MKXP的可发布的测试版本预计不会很快出现。RGD依然是目前的主要环境。
##########DEBUG##############
修复了1978年版本的王后镇教堂的一些色调错误。(基本上貌似不会有人注意到。)
回复 支持 反对

使用道具 举报

Lv4.逐梦者

梦石
1
星屑
8901
在线时间
4368 小时
注册时间
2005-10-22
帖子
6743

开拓者贵宾

465
 楼主| 发表于 2022-8-11 12:51:44 | 只看该作者
20220811
English
##########Content############
New game mechanic: Deal with the Devil.
When you leave the safe house for the first time after the Prologue, Mephisto will now talk to you.
He purposes you to sell a percentage of your soul to him in exchange for certain benefits that he can provide.
You will learn a new skill: Deal with the Devil. (Instant act, you can use this skill for an unlimited amount of time during each turn in a battle.)
You can use this skill at any time, during a battle, or from the menu.
You can ask him for more details and check what he offers.
However, if you lose 100% of your soul, it will be game over. (More details can be found in Mephisto's conversation with you.)
Current offer: Restore your HP at the cost of 1% of your soul.
Relationship with Mephisto can be improved when you sign a deal with him. However, it's not recommended.
New Steam Achievement: Not-So-Hostile Takeover
##########Wiki###############
Added the wiki page of Deal with the Devil: https://neolithia.fandom.com/wiki/Deal_With_the_Devil
##########System#############
Made a change to the windows message class so that dialog in combat can be configured to follow generic rules. (Details are in Window_Message -> reset_window)
Added a new system module: SoulManager
Made the skill category window a bit wider so that localization texts in some languages will not get scaled down.
简体中文
##########Content############
新游戏机制:魔鬼交易。
现在当你在结束序章后,首次离开安全屋的时候,梅菲斯特会和你有一段对话。
他提议你可以用你的部分灵魂换取他能为你提供的各种服务。
随后,你将学到一个新的技能:魔鬼交易。(瞬发技能,可以在战斗的一回合中使用无限次。)
你可以在任何时候使用这个技能,无论是战斗还是平时菜单中。
你可以在使用技能后询问他更多细节。
你可以检查他提供的服务内容和报价。
但是,如果你失去100%的灵魂,那么会导致游戏结束。(具体原因参照和梅菲斯特的对话。)
目前提供的服务:恢复你的全部生命,价格1%的灵魂。
每次和他签订契约都会增加和他的关系。但是,这并不是一种值得推荐的做法。
新的Steam成就:非恶意收购行为
##########Wiki###############
加入了魔鬼交易的维基页面: https://neolithia.fandom.com/wiki/Deal_With_the_Devil
##########System#############
改变了windows message类,使战斗中的对话可以被配置为遵循非战斗时的通用规则。(具体参照Window_Message的reset_window函数)
加入了新的系统模块:SoulManager
技能选择界面上的技能分类选单宽度增加,确保了某些语言本地化文本不会因为过长而被缩小。
回复 支持 反对

使用道具 举报

Lv4.逐梦者

梦石
1
星屑
8901
在线时间
4368 小时
注册时间
2005-10-22
帖子
6743

开拓者贵宾

466
 楼主| 发表于 2022-8-12 14:59:40 | 只看该作者
开发日志#82 涨价预定(大雾)
https://store.steampowered.com/n ... 3389541224945714159
回复 支持 反对

使用道具 举报

Lv4.逐梦者

梦石
1
星屑
8901
在线时间
4368 小时
注册时间
2005-10-22
帖子
6743

开拓者贵宾

467
 楼主| 发表于 2022-8-13 13:31:54 | 只看该作者
20220813
English
##########Content############
[Deal with the Devil]New offer: Spell Book: Darkness at the cost of 2% of your soul.
[Deal with the Devil]New offer: Skill Book: Devour Corpse at the cost of 2% of your soul.
[Devour Corpse]This skill can now be used outside a battle.
[Devour Corpse]Healing effect was reduced from 25% of MaxHP to 16% of MaxHP. (Eventually, we will face some enemies that have this skill as well. Thus, let's not make it too overpowered.)
[Deal with the Devil]New offer: Demonic Knowledge (+66% Mgi. until the end of the battle.)
简体中文
##########Content############
【魔鬼交易】新的交易内容:法术书:黑暗涌动,价格:你2%的灵魂。
【魔鬼交易】新的交易内容:技能书:食尸,价格:你2%的灵魂。
【食尸】这个技能现在可以在非战斗时使用。
【食尸】治疗效果从25%的最大生命值下调到了16%的最大生命值。(之后可能会出现拥有这个技能的敌人,所以先削弱一下。)
【魔鬼交易】新的交易内容:恶魔知识(+66%的魔力,直到战斗结束。)
回复 支持 反对

使用道具 举报

Lv4.逐梦者

梦石
1
星屑
8901
在线时间
4368 小时
注册时间
2005-10-22
帖子
6743

开拓者贵宾

468
 楼主| 发表于 2022-8-14 05:56:00 | 只看该作者
20220814 Emergency Fix
English
##########Content############
New enemy & pet: Imp
They appear near the Unlucky-13 Motel.
They will attack with nearby possessed enemies.
##########DEBUG##############
[Critial Bug]Fixed a crash when starting combat without a full group. (It's a bug caused by a previous change made in version 20220812)
Fixed a crash if an enemy group is mixed with enemies that have customized initialization code and enemies that do not have that.
简体中文
##########Content############
新敌人和宠物:小恶魔
出现在厄运-13汽车旅馆附近。
会和附近的被附体之人一起发动攻击。
##########DEBUG##############
【重要BUG修复】修复了在队伍没有满员情况下开始战斗会报错的BUG。(该BUG由版本20220812的一个变动引发。)
修复了敌人队伍中如果存在有自定义初始化代码和没有自定义初始化代码的敌人时的崩溃。
回复 支持 反对

使用道具 举报

Lv4.逐梦者

梦石
1
星屑
8901
在线时间
4368 小时
注册时间
2005-10-22
帖子
6743

开拓者贵宾

469
 楼主| 发表于 2022-8-14 10:52:15 | 只看该作者
20220814 - 2
English
##########Content############
[Deal with the Devil]New offer: Fire Imp Pet at the cost of 2% of your soul.
[Deal with the Devil]Added a dialog option to ask Mephisto if there is any way that you can get your soul back from him. He will reveal a more sinister agenda.
[Lost in the Sand]Added a dialog option to ask Saad about the missing professors.
[The Unlucky-13 Motel]The possessed now drop some money if you defeat them.
简体中文
##########Content############
【魔鬼交易】新的交易内容:火焰小恶魔宠物,价格:你5%的灵魂。
【魔鬼交易】加入了询问梅菲斯特是否可以拿回你的灵魂的选项。他会告诉你一个更为邪恶的计划。
【迷失于沙粒中】追加了一个萨阿德的对话选项,询问失踪的教授的事情。
【厄运13旅馆】被附体之人现在会在被击败后掉落现金。
回复 支持 反对

使用道具 举报

Lv5.捕梦者

梦石
0
星屑
21045
在线时间
1036 小时
注册时间
2016-1-6
帖子
3362
470
发表于 2022-8-14 21:06:58 | 只看该作者
恭喜!恭喜!祝贺!祝贺!

点评

恭喜!恭喜!祝贺!祝贺!  发表于 2022-8-14 21:08
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-4-19 17:01

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表