Earlier quoted context omitted.
I know you meant player AI, but now I'm imagining an RTS where every unit is running a small reasoning LLM.
It's already in the works. NDA but the studio I gig at, their Ai love to send NPCs off cliffs. Because there is no collision between the sky and floor it determines that this is the quickest route. Even with zoning it does something you'll never think of. Using LLMs as NPCs can be hilarious to watch.
OpenRA
61–70 of 174 posts
Re: OpenRA
#62OpenRA is great, it feels like a better version of Red Alert 2. The one thing I'm missing is C&C Generals and Zero Hour. Those were also really fun to play over LAN.
Re: OpenRA
#63Re: OpenRA
#64Earlier quoted context omitted.
Weird. I find the balance for player vs AI to be actually pretty horrible. AI can outrange artillery sight so you have no choice but to push forward always or micro manage units. I have a fork of OpenRA on my GitHub where I try to address this, along with pathfinding bugs, enabling Tiberian Sun and fixing bugs with that. I also updated it to cross platform .NET 10 and bumped the performance up about 6-10x fixing mino…
Link to your GitHub? I'd love to play the version with your improvements!
Re: OpenRA
#65Re: OpenRA
#66Re: OpenRA
#67Earlier quoted context omitted.
I'll have to give them a shot, but admittedly the nostalgia is almost certainly a big reason I love the RA OST (and starcraft as well). I didn't play enough doom to really love it in the same way.
It's the same backend, so it's a bit like a fun theme difference. I played Dune2 first, and like RA too.
Re: OpenRA
#68Earlier quoted context omitted.
Weird. I find the balance for player vs AI to be actually pretty horrible. AI can outrange artillery sight so you have no choice but to push forward always or micro manage units. I have a fork of OpenRA on my GitHub where I try to address this, along with pathfinding bugs, enabling Tiberian Sun and fixing bugs with that. I also updated it to cross platform .NET 10 and bumped the performance up about 6-10x fixing mino…
The load/save is what kills me. It's a great project, but having to wait 2 hours for a game to load, fans blaring on my laptop, makes it less playable. For context, I love huge, massive maps with loads of players. OpenRA replays the entire game to restore, it doesn't have a save-current-state routine. So 20 hours of massive map + 8 players means 2 hours of pegged CPU to reload the save. Heartbreaking.
Re: OpenRA
#69Earlier quoted context omitted.
Try the Doom ones.
I'll have to give them a shot, but admittedly the nostalgia is almost certainly a big reason I love the RA OST (and starcraft as well). I didn't play enough doom to really love it in the same way.
Re: OpenRA
#70Earlier quoted context omitted.
When I was a teen I was mostly writing RA2 custom map scripts and rules/units for my friends and watch them battle with my rules in internet cafes. When that was not possible, I was creating custom RA2 AIs, but it was very hard. These days, I'm having incredible fun developing good old AI scripts with LLMs, for my own vibe-coded RTS game. Just choose all AI players here to make them battle each other: https://egeozca…
Huh. You know, I wonder. The API provided to AI scripts must have enough info for limited strategies, but I've never seen what's what. You have. What are the possibilities for just giving Claude that each turn. Yes, insane over kill, but in a couple of years Claude level AI will run locally on laptops...
Developing AI scripts, however? They are crazy good! I try to re-balance the game to give a little edge to the humans, then it takes a single iteration for your not-even-sota LLM to destroy me. I mean I'm not the fastest RTS player but for the lack of skill, I have the advantage of being the designer of the game :)
About the RA2 AI scripts: You can react to enemy faction, composition etc. but it's impossible to program it to pull back its tesla tanks when they are under threat from a bunch of rocketeers. Those things are hard-coded in the game engine. I think the only exception was the DeeZire mod which patched the game exe, if I'm not hallucinating.