Apex Faction 2.0.2.1 [ALPHA]

Apex Faction 2.0.2.1 [ALPHA]
by: Khalil A. Estell

The objective of the game is to recruit units and send them to defend your base and destroy the enemy’s base. Use items called advantage cards to turn the tides of battle, in this fast pace real-time strategy game. This game is still in it’s alpha stage and undergoing constant updates and changes.

A link to the game is:

It is 5.5 mb in size. Sorry about the large size. Music and image compression can be a hassle. I have tried to develop a JNLP for the game, but I was meet with a bunch of issues. Soon, I will create my own launcher that will download the necessary files for the game.

If you find any errors, glitches, or if you have any concerns, ideas, issues, problems, or questions please tell me and please be as detailed as possible. If possible, can you also tell me how to replicate the glitch or problem as well when and where it happened. I would advise that you do not send me a report until I release the release notes. There are certain things that I am aware of that will be changed in the next version and making you type it is a waste of your time when it is already knowledge that I know. Also, if you want to check out Kingdom Vs Dynasty 1.5 and 2.0 (or derivative of this game), they are on my site… the game-play is confusing though. I will be developing a dedicated website for the game soon.

Thank you for playing
Kind Regards
Kammce

Screenshots

http://www.kammcecorp.net/KvD_Data/screenshots/Screenshot-3.jpg

http://www.kammcecorp.net/KvD_Data/screenshots/Screenshot-1.jpg

http://www.kammcecorp.net/KvD_Data/screenshots/Screenshot-2.jpg

http://www.kammcecorp.net/KvD_Data/screenshots/Screenshot-4.jpg

http://www.kammcecorp.net/KvD_Data/screenshots/Screenshot-5.jpg

Um… There is a warning that this topic has not been access or posted to in 180 days… That is strange.

5.5mb, don’t think you should be sorry for the large size :stuck_out_tongue:

I’ll play is ASAP, I do like the look of it

So I have a fellow fan of the FE series. Woot! ;D

I may try it tomorrow when I have time. Looks interesting and I cannot wait to see how exactly you make the sprites work.

game.controls.Controls could not find: game/repository/field/field.png

Two windows open “ApeX FacTioN” and “KvD debug”, both completely white.

It’s really weird, sometimes it paints the game but I can’t click anything

That is strange. I have tested out the game on other machines and it works fine. Visuals and all.

But, there might be something that I did not account for. I accelerated the hardware to use OpenGL via the system properties. But I made sure to catch an exception if that was not possible and just use the CPU for rendering if the GPU was not available.

And the “game.controls.Controls could not find: game/repository/field/field.png” … actually that has no effect on the game. Just some crap code I should have removed. The name of that resources is field.jpg now. But the game has been edited to find that file.

I went through some experiments in the fps. If anyone thinks the game is too fast, please tell me.
If anyone needs a further explanation on how the game works, please ask me. I am still coming up with a full interactive instructions page, because the one I have now does not cut it.

EDIT: if anyone else is having problems. Please tell me, and give me information about your machine and what version of Java you have installed. With this I will try to rectify the problem.

That’s what I get when I launch it, it does paint the main menu sometimes, but can’t click a thing.


http://img6.imagebanana.com/img/cg4pde85/thumb/NotWorking.png

Java version.

http://img6.imagebanana.com/img/f3su4xpu/javaVersion.png

(The official page says I’m up to date, but shouldn’t it be 7 in that case?)

Specs:

Intel i3
4Gb RAM
Geforce GT 330M

Oh wow. I will try to figure out why it is not working. With your system, you should be fine. Java 6 is still the standard. Java 7 has not been completely released yet (at least to my knowledge). Also, the majority of the people who are also beta testing my game, only have java 6. I am using Java 7, but I compile the game with java 6 when I deploy it. So that should not be the issue at all.

Aside from that, I will run some tests to see where the problem lies.

Bleh, if I’m the only exception you should be fine :wink:

Bleh!? Never!

I want to make sure that my game works on all Computers that can use Java 6+. I do not want to exclude anyone. Also, this is a bit of a mystery that I want to figure out. If I start working on it now, I might figure out the problem and fix it before it gets disastrously HUGE.

I have had similar issues with two monitors. When I move the window to the second monitor everything just stops.

Also, you can get things not drawing or other strange behaviors with out dated drivers or with the opengl flag on.

I know that with my NeoBat game when I turn on the opengl flag everything goes all red, flickery, and crazy.

Ok, I removed the System property sun.java2d.opengl from the actual code. I will make it something that people can choose in the future.

The file that had those lines of code are the GINIT.class file which is on the root directory of the jar file. It is small and you can use a zip archive program to open up the jar file and replace THE GINIT.class.

Or you can just re-download the game from the same address above. It has been updated with the new file.

Thank you for your patience. Forgive me for the problems. Hopefully it works now.

This game is actually pretty good. I have fun playing it :slight_smile:

Also: are these sprites/images/graphics yours? (If not, where did you get em? :open_mouth: ) They are pretty amazing. I wish I had your drawing skills … And the music is awesome too, btw. But I think I know that song, so it’s not yours, right? :smiley:

Anyways, pretty good job :slight_smile: But you need to improve your coding skills, start with OpenGL (with slick or LibGDX for example) and somehow don’t do it with swing, or at least use another/your own swing theme…

My cent :slight_smile:

Anyways: summed up again: Pretty good job! :smiley: I liked it :slight_smile:

Thank you matheus23.

I have heard of the other frameworks and libraries but not LibGDX. It looks really awesome. I might give it a try. Also, I am thinking about creating type of components as well as my own theme.

I will take what you have told me into consideration for the next release of this game.

The game is kinda fun at first, but it progresses slow and has a really continious gameplay.
\

For the game play that I am trying to design, do you believe that there is a means of making the game play more engaging without making the game overwhelming. I am thinking about creating a cool down for each unit deployed. Making deploying them a more thoughtful process. Same goes with the Enemy AI.

Ahem cough … embarrassing… I just updated my graphics driver (which was last updated 2010 :persecutioncomplex:) and it works now.
I never updated it because I used the laptop only in school and tried to keep myself from playing games (which didn’t work, but anyhow)

One bug I noticed is that the symbols on the bottom are mixed up, it doesn’t spawn the unit its picture is representing

Running Ubuntu

ubuntu@ubuntu:~$ java -jar '/home/ubuntu/Downloads/ApeXFacTioN-2.0.2.1-alpha-v1.6.jar' 
Exception in thread "main" java.lang.NoClassDefFoundError: org/newdawn/easyogg/OggClip
	at game.music.PlayMusic.<init>(PlayMusic.java:82)
	at game.menu.MainMenu.<init>(MainMenu.java:23)
	at game.Scene.<init>(Scene.java:39)
	at GINIT.main(GINIT.java:31)
Caused by: java.lang.ClassNotFoundException: org.newdawn.easyogg.OggClip
	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
	... 4 more
ubuntu@ubuntu:~$ 

I will check the zip file again to make sure everything is there. There should be a folder called lib, in the same directory as the .jar file. Those are the necessary jar files to run part of the game. Also, I am running on Ubuntu as well. The “NoClassDefFoundError” exception does not change based on OS (unless it is using a filesystem that Java does not support).

I will make sure to take a note of that and rectify the problem. Also, in the mean time, did you select your units via the Build window? or did you jump right into the game?

EDIT: fixed the problem… I need to make an in-game updater that looks for updated/modified class files. I really hate making you guys re-download the game if there is a problem.

Lastly, in the next release, I will have my own custom components rather than using swing’s.