Really like the look of this. Downloaded it, but I couldn’t get it to run. I get an exception when at the loading map screen.
C:\Users\Eddie\Downloads\ARMY MEN (1)>java -jar Game.jar -Xms2048m -Xmx2048m
SETTING ICON
SHADER ERROR: Uniform 'normalMatrix' does not exist in shader program net.mantag
ames.armymen.Game$TransparencyShader@b62d79!
Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.or
g)
OpenAL initialized.
Loading global resources
Starting to load MD3
Loading tags
tag_barrel: (3.8070388, 0.011169279, 0.39257425)
Loading surfaces
g
MD3 File loaded!
Starting to load MD3
Starting to load MD3
Loading tags
tag_weapon: (0.60052204, -0.25301063, 0.583339)
tag_camera: (0.19334438, -1.3352519, 2.8884773)
Loading surfaces
g
MD3 File loaded!
Starting to load MD3
Loading tags
tag_torso: (6.077345E-11, 1.9356355E-7, 3.88718)
Loading surfaces
default
MD3 File loaded!
LOADED IN 3.626 seconds
Setting up world
Detected NVIDIA card.
Vendor: nvidia corporation
Renderer: geforce 840m/pcie/sse2
Post processing pipeline: [net.mantagames.anarchyengine.post.MergeProcessor@1f62
e33, net.mantagames.anarchyengine.post.BloomRenderer@b1e9b8, net.mantagames.anar
chyengine.post.ToneMapper@1406a17, net.mantagames.anarchyengine.post.FXAAProcess
or@af004b]
ARB_base_instance supported, using for decal rendering.
C:\Users\Eddie\Downloads\ARMY MEN (1)\Resources\maps\Kitchen.wad
Loading map...Exception in thread "main" java.lang.OutOfMemoryError: Java heap
space
at net.mantagames.anarchyengine.model.BinFile.<init>(BinFile.java:38)
at net.mantagames.armymen.world.GameMap.load(GameMap.java:189)
at net.mantagames.armymen.world.GameMap.<init>(GameMap.java:64)
at net.mantagames.armymen.world.World.loadWorld(World.java:130)
at net.mantagames.armymen.Client$2.execute(Client.java:119)
at net.mantagames.anarchyengine.World.doTasks(World.java:23)
at net.mantagames.armymen.world.World.draw(World.java:214)
at net.mantagames.armymen.Client.draw(Client.java:290)
at net.mantagames.anarchyengine.Core.startGameLoop(Core.java:178)
at net.mantagames.armymen.Client.<init>(Client.java:80)
at net.mantagames.armymen.Client.main(Client.java:374)