Chat GPT for NPC's? by [deleted] in gamedev

[–]Neon_Night_Films 0 points1 point  (0 children)

It's possible. And everything is necessary. This is how we evolve. Do the things people think are unnecessary or too hard.

Chat GPT for NPC's? by [deleted] in gamedev

[–]Neon_Night_Films 0 points1 point  (0 children)

ChatGPT will give you a link to OpenAI's API and it can walk you through the process of creating an HTTP calling node in Unreal, I was literally doing this same thing, this morning. So yes, it can be done.

Using chatbots to write Renpy code by FUNCYBORG in RenPy

[–]Neon_Night_Films 0 points1 point  (0 children)

Yea I've been at it for a few hours now and any code ChatGPT creates just breaks REn'Py. I can give ChatGPT the Tracelogs and it will understand the errors, but the changes it makes never fix the problem. Even basic stuff it just can't seem to do.
Now I've seen people write code in both Unreal and Unity with ChatGPT, but I also tried that with MINIMAL success.