TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Hacking X Rebirth for fun and education

25 点作者 trampi超过 9 年前

3 条评论

ionised超过 9 年前
Anyone have any input as to the current state of this game?<p>I was a massive X series fan right up until Terran Conflict and Albion Prelude and was looking forward to Rebirth more than any other game I&#x27;ve ever played.<p>Unfortunately the game was a huge disappointment. Not just in terms of the bugs and lack of stability but what I saw as the extreme dilution of the mechanics and gameplay elements that had become staples of the series.<p>It felt very much like a console game that had been ported to PC and was incredibly limited in scope compared to its predecessors.<p>Egosoft are good with patches and free updates though so I was hoping over time it would approach something like what I envisioned from an entry into the X series.<p>I haven&#x27;t touched the game since a week or so after release.
评论 #10221926 未加载
评论 #10222906 未加载
creshal超过 9 年前
Impressive.<p>Although the log-to-debug approach works fine, we used to use that to write an ingame chat client for earlier games: <a href="http:&#x2F;&#x2F;creshal.de&#x2F;Static&#x2F;?page=dcgui" rel="nofollow">http:&#x2F;&#x2F;creshal.de&#x2F;Static&#x2F;?page=dcgui</a> &#x2F; <a href="https:&#x2F;&#x2F;github.com&#x2F;creshal&#x2F;devchat-gui&#x2F;wiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;creshal&#x2F;devchat-gui&#x2F;wiki</a><p>Latency was… about as high as you&#x27;d expect, but it worked. (Although I think we never got around to kill the player if he was kicked out of the chat.)
评论 #10220764 未加载
cridenour超过 9 年前
I&#x27;ve actually been hacking on the X-games for a while, looking to create a local X-wiki based on the mods I currently have installed on my game. It works by running locally and using the game&#x27;s data files to create the wiki content.<p>Love this idea for pulling live data out of the game though. Seen some really powerful mods for Gnomoria and Cities: Skylines use a similar injection approach.