• by amrb on 3/26/2023, 3:29:12 PM

    Joy is what I feel when hearing of people modding building the the thing you want not what we are given!

    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.

    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!

  • by mihemihe on 3/26/2023, 2:54:17 PM

    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: https://github.com/mihemihe/MassChart