Perzival12 Posted yesterday at 16:46 Share Posted yesterday at 16:46 Does it work? Like, I can use it to edit code and stuff? Link to comment Share on other sites More sharing options...
Asher Posted yesterday at 17:19 Author Share Posted yesterday at 17:19 30 minutes ago, Perzival12 said: Does it work? Like, I can use it to edit code and stuff? Short answer: not really. It still needs a lot of work (I think the ai I am using is not very good, it is free, so that would make sense). So, sorry . But if you want to help, you can see the github repo on the first topic, or one of the later ones, and I can add you as a collaborator Link to comment Share on other sites More sharing options...
Perzival12 Posted yesterday at 20:48 Share Posted yesterday at 20:48 Okay, so I tried yours, but it wasn't very good (I presume you used ChatGPT or something on that level), and it was a messy Python script, so instead I asked Claude to make a new one, in HTML format (meaning it's browser software): 0ad-mod-maker.html 1 Link to comment Share on other sites More sharing options...
Asher Posted yesterday at 20:52 Author Share Posted yesterday at 20:52 3 minutes ago, Perzival12 said: Okay, so I tried yours, but it wasn't very good (I presume you used ChatGPT or something on that level), and it was a messy Python script, so instead I asked Claude to make a new one, in HTML format (meaning it's browser software): That looks much better, and if it is html, it would be more easily accessable, but does it work? If you want I could help setup github pages to host it... Link to comment Share on other sites More sharing options...
Perzival12 Posted yesterday at 20:56 Share Posted yesterday at 20:56 1 minute ago, Asher said: That looks much better, and if it is html, it would be more easily accessable, but does it work? If you want I could help setup github pages to host it... I'll set up a GitLab ig. I don't use GitHub. Yes, it works, at least for making units. I plan on adding a bunch more features to what it can change, including auto-detecting damage and resource types; I also want to add a menu that allows you to access existing files within a mod. In short, I can set something up, but don't touch it for another week or so, till I can polish it a bunch. 1 Link to comment Share on other sites More sharing options...
Perzival12 Posted yesterday at 20:59 Share Posted yesterday at 20:59 Here's the new repo: https://gitlab.com/Perzival12/0ad-mod-forge Link to comment Share on other sites More sharing options...
Asher Posted yesterday at 20:59 Author Share Posted yesterday at 20:59 I guess the ai I was using wasn't very good. How long did it take you to make that with ai, @Perzival12? Link to comment Share on other sites More sharing options...
Perzival12 Posted yesterday at 20:59 Share Posted yesterday at 20:59 (edited) Just now, Asher said: I guess the ai I was using wasn't very good. How long did it take you to make that with ai, @Perzival12? Around 30 minutes. I used Claude. Edited yesterday at 20:59 by Perzival12 Link to comment Share on other sites More sharing options...
Asher Posted yesterday at 21:16 Author Share Posted yesterday at 21:16 It probably took me longer to do worse 1 Link to comment Share on other sites More sharing options...
Stan` Posted 13 hours ago Share Posted 13 hours ago The irony is we went from a messy python QT app to a messy html app There might be some downsides to it being htmls, like saving being download and replace, and other stuff with import Link to comment Share on other sites More sharing options...
Asher Posted 9 hours ago Author Share Posted 9 hours ago 4 hours ago, Stan` said: The irony is we went from a messy python QT app to a messy html app There might be some downsides to it being htmls, like saving being download and replace, and other stuff with import The nice thing about html though, is that you don't have to compile it for windows, macos, linux. Anybody who has a browser can probably use it. About the messiness, maybe you should split it up into multipul files, @Perzival12. We probably could have ai make a desktop app also, so that you can save files easierly Link to comment Share on other sites More sharing options...
Perzival12 Posted 6 hours ago Share Posted 6 hours ago 3 hours ago, Asher said: The nice thing about html though, is that you don't have to compile it for windows, macos, linux. Anybody who has a browser can probably use it. About the messiness, maybe you should split it up into multipul files, @Perzival12. We probably could have ai make a desktop app also, so that you can save files easierly Yeah, I’ll do that last though; in my experience it’s easier to get the ai to have a working product before splitting it into multiple files, since then it wants you to reupload load them for editing, and bllehhhhh 1 Link to comment Share on other sites More sharing options...
Asher Posted 6 hours ago Author Share Posted 6 hours ago 1 minute ago, Perzival12 said: bllehhhhh Very technical term 1 Link to comment Share on other sites More sharing options...
Stan` Posted 59 minutes ago Share Posted 59 minutes ago 5 hours ago, Perzival12 said: Yeah, I’ll do that last though; in my experience it’s easier to get the ai to have a working product before splitting it into multiple files, since then it wants you to reupload load them for editing, and bllehhhhh If you have a good plan, you can talk directly to the AI in VSCode or in the terminal, and it'll edit the files directly Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now