I have a question for those who like to use #AI.
-
@NicksWorld you can, you just need to be careful creating a context that spells out exactly what you want to create. If you get stuck dont get frustrated just start again with the refined context. The coding part is now no longer the bottleneck. Making apps on the web is particularly straightforward, and you can host easily on places like itch.io or netlify
@triptych Well, what I'm attempting to do is use code and cheat engine to make a sort of overlay to make the game dragonball Z Budokai Tenkaichi 2 accessible, in particular, the map in the story mode portion of the game. I do not know if its possible but I would like to attempt it regardless though I have no idea how to connect programs together.
-
I have a question for those who like to use #AI. For those using Claude, could you make a program without coding knowledge? I want to potentially make a game more accessible for #Blind people but just don't know how to program at all. Am I just royally screwed because I didn't spend years and years learning advanced python or not? I genuinely want to know.
@NicksWorld Well, you could, it's called vibe coding. but you cannot guarantee the quality of the code, the amount of bugs might be higher, and so on. but yeah, with proper multi-agent setup, ideally cross-reviews by either two separate AI assistants like Claude vs. Codex or at least several Claude agents quite a decent result can be achieved. As a developer myself, I always check the code before committing, but again, it depends.
-
I have a question for those who like to use #AI. For those using Claude, could you make a program without coding knowledge? I want to potentially make a game more accessible for #Blind people but just don't know how to program at all. Am I just royally screwed because I didn't spend years and years learning advanced python or not? I genuinely want to know.
@NicksWorld The key is prompt engineering and a fuck load of testing. Test test test. Always test what the AI spews, and if something doesn't work, tell the AI and test again. And Control G is your best friend in cases where you're pasting hundreds of debug logs.
-
@NicksWorld Well, you could, it's called vibe coding. but you cannot guarantee the quality of the code, the amount of bugs might be higher, and so on. but yeah, with proper multi-agent setup, ideally cross-reviews by either two separate AI assistants like Claude vs. Codex or at least several Claude agents quite a decent result can be achieved. As a developer myself, I always check the code before committing, but again, it depends.
@menelion Okay. So, here's the deal. What I am attempting to do, I'd like to know if this is possible. I'm attempting to make the game Dragon ball Z Budokai Tenkaichi 2 accessible for blind people. In particular, I'm wanting to make the story mode accessible because it uses a map system where your chararcter must fly to specific story markers to progress through the story. I'm trying to see weather a program can be made that would essentially use sound to make the map work.
-
@NicksWorld The key is prompt engineering and a fuck load of testing. Test test test. Always test what the AI spews, and if something doesn't work, tell the AI and test again. And Control G is your best friend in cases where you're pasting hundreds of debug logs.
@cubic I'm just trying to make a game more accessible for blind people. Dragon ball Z Budokai Tenkaichi 2.
-
@menelion Okay. So, here's the deal. What I am attempting to do, I'd like to know if this is possible. I'm attempting to make the game Dragon ball Z Budokai Tenkaichi 2 accessible for blind people. In particular, I'm wanting to make the story mode accessible because it uses a map system where your chararcter must fly to specific story markers to progress through the story. I'm trying to see weather a program can be made that would essentially use sound to make the map work.
@NicksWorld I'm absolutely not a game developer, I mean, at all. So if I were you, I would ask Claude to brainstorm and plan a solution.
-
@NicksWorld I'm absolutely not a game developer, I mean, at all. So if I were you, I would ask Claude to brainstorm and plan a solution.
@menelion I understand. I have asked claude before and it did say its possible but it would have to connect with both cheat engine and PCSX2 which is a Ps2 emulator.
-
@NicksWorld The key is prompt engineering and a fuck load of testing. Test test test. Always test what the AI spews, and if something doesn't work, tell the AI and test again. And Control G is your best friend in cases where you're pasting hundreds of debug logs.
@cubic What's a debug log?
-
@cubic I'm just trying to make a game more accessible for blind people. Dragon ball Z Budokai Tenkaichi 2.
@NicksWorld Best thing you'll be able to come up with is probably an auto OCR tool or something that contacts an LLM. I've said this before, it's highly doubtful you'll be able to make a full-blown mod like that without hooking directly into the game's processes or reverse engineering its code. You also have to think about how the game is written and compiled (different game engines and such). Not every console game is created equal.
-
@NicksWorld Best thing you'll be able to come up with is probably an auto OCR tool or something that contacts an LLM. I've said this before, it's highly doubtful you'll be able to make a full-blown mod like that without hooking directly into the game's processes or reverse engineering its code. You also have to think about how the game is written and compiled (different game engines and such). Not every console game is created equal.
@cubic I was told I could use cheat engine to make an overlay that could see the story markers but I do not know if this is a realistic solution.
-
@cubic I was told I could use cheat engine to make an overlay that could see the story markers but I do not know if this is a realistic solution.
@NicksWorld Cheat engine isn't permanent, and even if you somehow managed to come up with some advanced wizzardry to get your cheats to stick, you'd also have the emulator to contend with.
-
@NicksWorld Cheat engine isn't permanent, and even if you somehow managed to come up with some advanced wizzardry to get your cheats to stick, you'd also have the emulator to contend with.
@cubic I see. This is sounding like its not possible and as far I I know, you can't get into the game's code if its a ISO file because its just an image of a game.
-
@cubic I see. This is sounding like its not possible and as far I I know, you can't get into the game's code if its a ISO file because its just an image of a game.
@NicksWorld And again, what engine does it use? Does the engine have any known calls or ways of hooking into it and capturing its processes? What tools were used to assemble and compile the code? So many factors to think of.
-
@cubic I see. This is sounding like its not possible and as far I I know, you can't get into the game's code if its a ISO file because its just an image of a game.
@NicksWorld @cubic You can probably extract the ISO. people that worked on DBZ Tenkaichi 4 did it.
-
@NicksWorld @cubic You can probably extract the ISO. people that worked on DBZ Tenkaichi 4 did it.
-
@NicksWorld @cubic You can probably extract the ISO. people that worked on DBZ Tenkaichi 4 did it.
@pixelate @NicksWorld Extracting the ISO is one thing, but getting a mod to work without dicking around with the code is another.
-
@cubic I was told I could use cheat engine to make an overlay that could see the story markers but I do not know if this is a realistic solution.
@NicksWorld @cubic I mean you might be able to do that but like that's gonna depend on the emulator too, and it may be easier just to mod the game itself with AI rather than all that.
-
@pixelate @NicksWorld Extracting the ISO is one thing, but getting a mod to work without dicking around with the code is another.
-
@NicksWorld @cubic I mean you might be able to do that but like that's gonna depend on the emulator too, and it may be easier just to mod the game itself with AI rather than all that.
-
@cubic I'm just trying to make a game more accessible for blind people. Dragon ball Z Budokai Tenkaichi 2.
@NicksWorld @cubic Oh goodness. For that one I'd just wait until AI is good enough to help with that in real time, either telling you where to go or doing it itself. That's gonna be really difficult.