DanielSant0s / AthenaEnv

A complete Javascript environment for creating homebrew applications and games on PlayStation 2.
GNU General Public License v3.0
156 stars 20 forks source link

Please create a version with ISO9660 file naming. #44

Open LawlieMan opened 8 months ago

LawlieMan commented 8 months ago

This technically isn't that important, but I feel it would be very easy for you to do so I'm asking anyway. Could you create a version of this with all the file and folder names in all capital letters, with no spaces? I'm creating a PS2 game as a passion project, and this file naming scheme is required to burn the game to a real, physical DVD.

I know I could just keep it as an ELF program, but I'd really like to be able to burn it if possible.

Thanks.

devingDev commented 7 months ago

Just rename the ELF and main.js to be capital letters? 🤔 Does it even require any other file?

asayake-b5 commented 6 months ago

Hi, can confirm it works if you just recompile, I agree a small modification (checking for both main.js AND MAIN.JS?) could make it more handy, but for now here's the .elf from the fix-compilation branch edited to work with MAIN.JS if anyone needs them and doesn't want to bother installing all the sdk stuff bin.zip

DanielSant0s commented 5 months ago

Hi, can confirm it works if you just recompile, I agree a small modification (checking for both main.js AND MAIN.JS?) could make it more handy, but for now here's the .elf from the fix-compilation branch edited to work with MAIN.JS if anyone needs them and doesn't want to bother installing all the sdk stuff bin.zip

checking for both files seems good. I'll include it on v3 soon