kingroka123
|
 |
«
Reply #60 - Posted
2013-06-27 16:51:23 » |
|
not in java
|
|
|
|
kpars
|
 |
«
Reply #61 - Posted
2013-06-28 03:58:26 » |
|
Looks a bit weird that way, but it DOES work. I should have the textures in soon
|
|
|
|
BurntPizza
|
 |
«
Reply #62 - Posted
2013-06-28 04:02:12 » |
|
Haven't read this while thread, so this may have been spotted already, but I found this bug:  Happens when you run forward in the same direction for a while, the map can't scroll fast enough after a bit it seems. FPS drops while this happens as well (see screenshot).
|
|
|
|
Games published by our own members! Check 'em out!
|
|
kpars
|
 |
«
Reply #63 - Posted
2013-07-20 07:19:12 » |
|
Wow, that's some serious promotion. (But did you have to use Helvetica???) Here are two of my 16x textures:  
|
|
|
|
masteryoom
|
 |
«
Reply #64 - Posted
2013-07-21 01:14:33 » |
|
This game does not work for me. I downloaded the game once. I unzipped it and ran the jar file. It gave me a black screen and then crashed. I then tried to do it on the command line, but it couldn't find the jarfile. I then downloaded the game again. I unzipped it and ran the game. The main screen (or whatever it is) popped up. But, the game was lagging a lot, even though it said its fps was 60. It then crashed when i tried to start a new game. If this is made in java 1.8 +, then that is the answer, as i haven't updated yet (  ).
|
|
|
|
masteryoom
|
 |
«
Reply #65 - Posted
2013-07-21 01:30:06 » |
|
What do you mean, ran it wrong? If your interested, im on windows
|
|
|
|
masteryoom
|
 |
«
Reply #66 - Posted
2013-07-21 01:43:44 » |
|
I ran in cmd line and found a NoClassDefFound error:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
| Exception in thread "main" java.lang.NoClassDefFoundError: wml/Objects/Players/G uns/Firearm at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at wml.Objects.ObjTypes.getObjectOfType(ObjTypes.java:21) at wml.Core.GeneratedTilemap.formObjs(GeneratedTilemap.java:77) at wml.Core.GeneratedTilemap.init(GeneratedTilemap.java:37) at wml.Core.GeneratedTilemap.<init>(GeneratedTilemap.java:24) at wml.Core.World.<init>(World.java:18) at wml.Core.Game.init(Game.java:14) at wml.Core.Main.init(Main.java:44) at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:433) at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:357) at wml.Core.Main.<init>(Main.java:33) at wml.Core.Main.main(Main.java:21) Caused by: java.lang.ClassNotFoundException: wml.Objects.Players.Guns.Firearm at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 23 more |
|
|
|
|
Troncoso
|
 |
«
Reply #67 - Posted
2013-07-21 01:48:37 » |
|
Looks like it's trying to load from the local machine, which would explain why it works on your own PC, but not someone else's.
|
|
|
|
Troncoso
|
 |
«
Reply #68 - Posted
2013-07-21 01:55:16 » |
|
Well, I tried it myself, it ran once just fine, now I can't run it again because of that same error. So, there's that.
|
|
|
|
deathpat
|
 |
«
Reply #69 - Posted
2013-07-21 01:59:56 » |
|
This seems to be an issue with the file name that does not match the class name (Fire Arm vs Fire arm) ... I guess Troncoso and masteryoom are running the game under linux 
|
|
|
|
Games published by our own members! Check 'em out!
|
|
masteryoom
|
 |
«
Reply #70 - Posted
2013-07-21 02:01:10 » |
|
windows, actually
|
|
|
|
Troncoso
|
 |
«
Reply #71 - Posted
2013-07-21 02:03:28 » |
|
The file name has to match the class name, including case. That's all.
|
|
|
|
masteryoom
|
 |
«
Reply #72 - Posted
2013-07-21 02:15:37 » |
|
In the new down load, it does work thankfully.  But, when i was playing, the game suddenly lagged, and then crashed.
|
|
|
|
masteryoom
|
 |
«
Reply #73 - Posted
2013-07-21 02:22:05 » |
|
At the same point, it happened again, and it was an OutOfBoundsException: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| java.lang.ArrayIndexOutOfBoundsException: -2 at wml.Core.World.lightSource(World.java:24) at wml.Objects.Players.Player.render(Player.java:97) at wml.Rendering.Camera.render(Camera.java:76) at wml.Core.Game.render(Game.java:25) at wml.Core.Main.render(Main.java:52) at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:70 3) at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456 ) at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361) at wml.Core.Main.<init>(Main.java:33) at wml.Core.Main.main(Main.java:21) Sun Jul 21 12:23:56 EST 2013 ERROR:Game.render() failure - check the game code. org.newdawn.slick.SlickException: Game.render() failure - check the game code. at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:70 6) at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456 ) at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361) at wml.Core.Main.<init>(Main.java:33) at wml.Core.Main.main(Main.java:21) |
|
|
|
|
masteryoom
|
 |
«
Reply #74 - Posted
2013-07-21 02:33:35 » |
|
I was the gun guy, and I was shooting a zombie, i think
|
|
|
|
masteryoom
|
 |
«
Reply #75 - Posted
2013-07-21 02:50:17 » |
|
not sure i think i was in different places at both times.
|
|
|
|
HeroesGraveDev
|
 |
«
Reply #76 - Posted
2013-07-24 02:42:29 » |
|
It's (slightly) ironic how the text "8-bit waves of death" isn't 8-bit. 
|
|
|
|
HeroesGraveDev
|
 |
«
Reply #77 - Posted
2013-07-24 03:05:53 » |
|
There's nothing wrong with it. I was just pointing out the irony.
|
|
|
|
ags1
|
 |
«
Reply #78 - Posted
2013-08-01 18:44:22 » |
|
Server not found... :-(
|
|
|
|
drabla
|
 |
«
Reply #79 - Posted
2013-08-01 18:53:48 » |
|
Hi Wesley. By default subdomains work without www infront: http://horde.wessles.com(you can change this however by adding 1
| ServerAlias www.horde.wessles.com |
into your vhost config (if you are running apache as a webserver) Keep up the good work  P.S.: A small request: Could you please upload the file to your server (i.e. horde.wessle.com/horde1-3-2.zip) instead to such a site as mediafire. Much more clean 
|
|
|
|
kpars
|
 |
«
Reply #80 - Posted
2013-08-02 06:53:14 » |
|
If you don't want to put it on your server, you should at least copy the target link from the MediaFire Download Button, so the user isn't bloated with ads everywhere. Also, www.horde.wessles.com is silly. 'horde' replaces 'www', that's how sub-domains work.
|
|
|
|
Longarmx
|
 |
«
Reply #81 - Posted
2013-08-02 14:12:55 » |
|
The font is a bit hard to read  Have you considered a different one?
|
|
|
|
Jimmt
|
 |
«
Reply #82 - Posted
2013-08-02 16:07:20 » |
|
You're not even in high school, but you can afford your own webpage? O.o
|
|
|
|
kpars
|
 |
«
Reply #83 - Posted
2013-08-02 16:41:55 » |
|
My host does it for free out of generosity.
And yeah, you need to redo the layouting.
You want to avoid making the user scroll down, and MOTHER OF GOD those fonts are huge. Turn it down a little.
|
|
|
|
Jimmt
|
 |
«
Reply #84 - Posted
2013-08-02 17:05:43 » |
|
My host does it for free out of generosity.
Personal connection?
|
|
|
|
Sammidysam
|
 |
«
Reply #85 - Posted
2013-08-02 19:52:47 » |
|
What website engine (I don't know if that is what they are called) are you using for your website?
Also, what Linux distro are you using?
Sorry for the pointless questions, I am just curious.
|
|
|
|
RobinB
|
 |
«
Reply #86 - Posted
2013-08-02 19:54:40 » |
|
With 10 dollar i have unlimited everything (except mail) at hostgator. (including domain)
|
|
|
|
RobinB
|
 |
«
Reply #87 - Posted
2013-08-02 19:58:22 » |
|
With 10 dollar i have unlimited everything (except mail) at hostgator. (including domain)
LOL, I have mail for free with godaddy. In fact: I, wesley laferriere officially endorse godaddy.com, for the best domain and hosting service on the web!Many people dont  Really, they got some bad reviews.
|
|
|
|
drabla
|
 |
«
Reply #88 - Posted
2013-08-02 20:00:14 » |
|
"unlimited bandwith and disk space" *cough* yeah, sure  @ Wesley : With Distro he means Linux Flavor, for example, Debian, Ubuntu, Mint, Archlinux Web Engine, A.k.a Webserver is the application you use to serve your website to users. Like Apache, nginx, ... Btw i would not endorse sth i just happen to know for some small time
|
|
|
|
Sammidysam
|
 |
«
Reply #89 - Posted
2013-08-02 20:01:15 » |
|
By web engine I actually meant using only HTML, using Ruby on Rails, Sinatra, Jekyll, or anything else. Speaking of that,
I don't see the huge point in buying a fully-fledged domain if you only are going to use static HTML (which to me it sounds like that is what you are using). I think GitHub Pages with Jekyll would work nicely. I've found it to when using it the past few days. You should look into Ruby on Rails or Sinatra or something - they could make web development insanely easier for you.
Also, I understand your Linux distro is Ubuntu. You set up a true dual-boot? Back when I used Ubuntu I just used WUBI, then I grew to hate Unity, so I moved to Fedora. I assume you installed Eclipse with sudo apt-get install eclipse?
|
|
|
|
|