Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (408)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
   Home   Help   Search   Login   Register   
  Show Posts
Pages: [1]
1  Games Center / Archived Projects / Re: Animal Forest on: 2012-09-11 18:33:06
I'm not sure what I'm supposed to do in game but the concept is interesting enough.

http://animalforest.no-ip.org/help

Those are the help files. As the community builds, it's easier to find your purpose in the game. But you make your own purpose.

Everything sounds really awesome to me, except for the strict roll playing, and the fact that you are animals. That doesn't mean that your game isn't good, it just means that I have a different taste in games. Great work!

You win some you lose some I guess. Tongue
2  Java Game APIs & Engines / Java 2D / Re: 20 FPS Rendering/Gameloop on: 2012-09-10 04:56:23
If you gave us more information, we could help you.
3  Game Development / Newbie & Debugging Questions / Re: Sprite from Sprite Sheet LWJGL on: 2012-09-10 04:21:19
For example I have 128px wide sprite sheet, with 32x32 sprites on it. How do I get only one sprite ?

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  
   public static BufferedImage[][] divideImage2D(BufferedImage img,int divideWidth,int divideHeight) {
      try {
      int a=img.getWidth()/divideWidth,b=img.getHeight()/divideHeight;
      BufferedImage[][] images=new BufferedImage[b][a];
      for(int they=0;they<b*divideHeight;they+=divideHeight) {
      for(int thex=0;thex<a*divideWidth;thex+=divideWidth) {
         images[they/divideHeight][thex/divideWidth]=img.getSubimage(thex,they,divideWidth,divideHeight);
      }}
      return images;
      }catch(Exception e) {e.printStackTrace();return null;}
   }
   public static BufferedImage[] divideImage(BufferedImage img,int divideWidth,int divideHeight) {
      try {
      int a=img.getWidth()/divideWidth,b=img.getHeight()/divideHeight;
      BufferedImage[] images=new BufferedImage[a*b];
      int i=0,thex=0;
      for(int they=0;i<images.length;) {
         if(i<a*b+1){
         images[i]=img.getSubimage(thex,they,divideWidth,divideHeight);
         i++;thex+=divideWidth;
         if(thex==img.getWidth()) {
            they+=divideHeight;
            thex=0;
         }}
      }
      return images;
      }catch(Exception e) {e.printStackTrace();return null;}
   }
4  Games Center / Archived Projects / Animal Forest on: 2012-09-10 03:04:33
http://animalforest.no-ip.org/forum

Animal Forest is a role-play enforced 2D MORPG. Which basically means all out of character chat must be done in OOC (Out of Character) channels and all in-character chat must be kept in the non OOC methods of communication. Even though your character is anthropomorphic, your character has no idea what a computer is. You only know what is in the game world. I ask that you be creative. I've seen people go so far as creating religions and cults in the game.

Basically Animal Forest is like other typical MORPG's in the sense of the stat system. One difference though is that Animal Forest has no NPC's (Minus the teachers in The Hall. The Hall is the safe zone of the game where new players spawn. The only interaction those NPC's have though is that they teach your character skills). The game is almost completely player run outside of The Hall. Combat is purely Player vs Player. You also don't die when your health reaches 0, you are knocked out for a period of time. During this time, other players can loot your items. There are 77 Skills to learn in Animal Forest. Skills such as languages, combat skills (armed and unarmed), crafting skills, and even skills to increase your effectiveness at climbing trees.

I don't want to go into too much details as the Readme/Help link is below.


If you want to read the read me file (Which is heavily incomplete, but has valid information to get you started):

http://animalforest.no-ip.org/help

If you strictly just want to download the client from here:

http://animalforest.no-ip.org/forum/client.zip

Fair warning: Due to the lack of players, the game is a little boring! But when the game picks up, it's amazing fun.

Animal Forest is also looking for a couple moderators as well. If you wish you apply, apply at the Animal Forest forums.





Pages: [1]
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (119 views)
2013-05-17 21:29:12

alaslipknot (126 views)
2013-05-16 21:24:48

gouessej (157 views)
2013-05-16 00:53:38

gouessej (147 views)
2013-05-16 00:17:58

theagentd (162 views)
2013-05-15 15:01:13

theagentd (147 views)
2013-05-15 15:00:54

StreetDoggy (191 views)
2013-05-14 15:56:26

kutucuk (215 views)
2013-05-12 17:10:36

kutucuk (214 views)
2013-05-12 15:36:09

UnluckyDevil (217 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.133 seconds with 21 queries.