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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

I have created a KSP mod with ChatGPT 4 and no experience. (Prompts included)

2 点作者 mihemihe大约 2 年前

2 条评论

amrb大约 2 年前
Joy is what I feel when hearing of people modding building the the thing you want not what we are given!<p>Oh I miss the days of Half-life and Red Faction, when people would make mods and maps, no formal education just drive to create and make cool shit.<p>While I hate we sold our souls to the triple A game companies, recent games like Ion Fury and Warhammer40k Boltgun do give me hope to see more cool games in the world!
mihemihe大约 2 年前
So, I asked ChatGPT to create a simple KSP mod to show distribution of mass in my rockets, sorted by position, mass and aggregated by type. I created this with no KSP modding experience, a basic understanding of Unity and moderate C# skills. I did not even have to write a single line of code. It took me around 2 hours to have a version without issues. All issues were likewise solved by ChatGPT itself. I did not write a single line of code. The only change I did manually is resize the screen.... I tried to make the window resizable but chatGPT struggled to have a working version (window was resizable but the handler was glitchy and started to lopp through different unity UI API versions and I reverted back). This is science fiction... All the prompts and the code can be found here: <a href="https:&#x2F;&#x2F;github.com&#x2F;mihemihe&#x2F;MassChart">https:&#x2F;&#x2F;github.com&#x2F;mihemihe&#x2F;MassChart</a>