So I'm making my game, and I decide to make an applet out of it so I can show you all. It loads in images and sounds just fine, but there's one huge problem.
I can't load in simple ****ing text files. It says I don't have the permission to do it, even though the freaking things are in the same directory as the game, it's not like I'm trying to jack into the user's system and read their personal files. The text files are just files that tell the game which enemies to load in and when. I made it like that so I didn't have to hardcode the levels and so I could later make a level editor that creates these level files.
So I ask you guys, do you know a way to load in text files for an applet? Like, say I hosted the game at ffr.com/myGame and I had the text files in that same folder with the game. Everything I can find on Google is overly complicated and doesn't even do what I need. -___-
I can't load in simple ****ing text files. It says I don't have the permission to do it, even though the freaking things are in the same directory as the game, it's not like I'm trying to jack into the user's system and read their personal files. The text files are just files that tell the game which enemies to load in and when. I made it like that so I didn't have to hardcode the levels and so I could later make a level editor that creates these level files.
So I ask you guys, do you know a way to load in text files for an applet? Like, say I hosted the game at ffr.com/myGame and I had the text files in that same folder with the game. Everything I can find on Google is overly complicated and doesn't even do what I need. -___-
Comment