I've been trying for hours to get this to do anything - I just have no idea what I'm doing with regards to compiling it, or indeed if i'm meant to compile this rather than stuff it into another program somewhere.
I tried following a tutorial [
https://www.youtube.com/watch?v=ITXleeBpic8] on how to make an exe hoping I could get it into buildcd (which I'm sure I won't be able to work out), but there are 2 ".c" files with different names and I don't have a clue how to make a makefile that lets psymake do its thing (why isn't this included?). Currently getting lots of "not defined" errors when I run it.
I renamed things in strtest.c and .cti to reference an str I have made in the folder, and the makefile (I think I got this badly wrong because I don't know what each bit is doing) but this is as far as I can get.
What do I do? I feel so stupid - I must be missing something really obvious about this whole thing.
Before this, I did try to use a tool called PSXMODE2 to replace an STR file in a game with mine but I just couldn't get it to do anything - it kept saying every image file I gave it was an invalid format (I used .bin and .iso, and tried it with games and with the video player example).