----------------------------------- HellblazerX Fri Jun 16, 2006 4:30 pm [FP]Wolfenstein 3D ----------------------------------- This is a remake of the classic game, Wolfenstein 3D. The game is this: You are Captain William J. "B.J." Blazkowicz, and you are being held in Castle Wolfenstein, the secret Nazi fortress/lab. The idea of the game is to go through the levels, getting to the elevators to escape Castle Wolfenstein. The original Wolfenstein had about 6 Episodes, each with about 9-10 maps. I only have 3 maps... but it's still just as fun :D . Anyways, so some changes are: - Included the double barrel shotgun as a weapon - You have to reload, whereas in the original game you can just spam shots like crazy. - Since I couldn't get my hands on the original sprites, I used some others that I got from Monkee's Image World. I was never able to get the original Wolfenstein 3D to work on my computer, so I'm not sure how much different my game is from the original. Warning: This game contains images that depict Nazism and Adolf Hitler. If you are offended by these things, I recommend that you do not download and play this game. Later, I'll come out with a version that doesn't contain these images. Also, this game is made in Java, and I was too lazy to make an Applet version of it, so for those without Java, sorry. The next version will also be in Applet format. Instructions are in the game, so read it! To run the game, run the Java file called RunThis.java. ----------------------------------- cool dude Fri Jun 16, 2006 9:23 pm ----------------------------------- that is truly amazing!!! i haven't seen such a good game since evasive maneuvers. just wondering how do u make a map like that in java? +bits for u! ----------------------------------- Andy Sat Jun 17, 2006 1:52 am ----------------------------------- it's called raycasting good effort, two things to keep in mind if you're updating should really add a cross hair the turn controls are too sensitive ----------------------------------- DIIST Sat Jun 17, 2006 7:35 am ----------------------------------- I remember this game, i used to play it on my old computer which still had a turbo button :lol: . Good times. Very well done ! :D ----------------------------------- HellblazerX Sun Jun 18, 2006 4:25 pm ----------------------------------- Thanks for the comments guys. I actually thought about putting in crosshairs, but the original Wolfenstein didn't have those. I'll put them in for the next version, because I decided to put in recoil in. Btw, Andy, you're the first person to tell me the controls are too sensitive. My friends keep telling me the turning is too slow. I'll include an options menu next time, so you can change the settings. ----------------------------------- cool dude Mon Jun 19, 2006 9:17 pm ----------------------------------- this is odd. the first time i ran your game it worked really well. now it starts flickering, freezing at times. i think its time for a spyware scan unless its something with your game. the controls weren't too sensitive in my opinion although Andy could have been running the game off a really fast computer, while i'm stuck with a crappy one. anyways good job. its the first game in a long time that i played more than once. :) p.s. was the source code supposed to be included, because i get wierd things when i open the other class files. i.e. Êþº¾ ----------------------------------- fpsgamer Thu Jun 22, 2006 9:28 am ----------------------------------- i can't even run it. Do i need java to run it? ----------------------------------- [Gandalf] Thu Jun 22, 2006 11:12 am ----------------------------------- Yep, you need the Java SDK installed to compile it. Unless he makes it a .jar file later on. Which is why I haven't tried it yet, but I will. Wolf3D is an amazing game, and one of the first video games I ever played. :) ----------------------------------- Mazer Thu Jun 22, 2006 12:35 pm ----------------------------------- Aye, I'll be waiting for the compiled version as I haven't installed the JDK installed and can't be bothered to do so at the moment anyways. Just based on the fact that you knew his name I'm willing to bet that this will be good. ----------------------------------- HellblazerX Thu Jun 22, 2006 5:34 pm ----------------------------------- "]Unless he makes it a .jar file later on. Sry to go off topic, but how could I put my game into a .jar file, and how could someone without Java run it? ----------------------------------- the_short1 Sat Jun 24, 2006 12:41 pm ----------------------------------- well first off.. . very good program.. i like the use of sprites.. im sure will see you in the top 10 :D. to others: dont try to run it unless your on amd 2700+ or pent4 .. or it flickers like mad.. . Controls being too sensitive = too fast of pc?.. . the hardest part of programming a game like that (imo) is making it system independant (speed wise) and the main game loop being the most efficient use of CPU. as to your jar inquiry.. . .jar's still require a JRE (java runtimes) to run, but they dont require a JavaIDE (eg. Jcreator) & JDK (development kit) most ppl have JRE for running java applets on websites... to make a jar read my tutorial: http://www.compsci.ca/v2/viewtopic.php?t=13010 ----------------------------------- HellblazerX Fri Jun 30, 2006 11:02 am ----------------------------------- This is the newest version of Wolfenstein3D. The new features include an options menu where you can change the FPS, control sensitivity, and to censor out the images that contain Nazisim. I've also implemented doors into this version. It's not exactly the same as the way the original creators of Wolf3D did it, but it's pretty close. I've also added the status bar, with BJ' face in it :D. The following file is only the source code however. I couldn't get my .jar file to work. When I get that working I'll post it up.