Wilderness To Home

Wilderness To Home is a game, which is a combination of some Minecraft, Runescape, Minicraft and Last Winter games.

The main element of the game is to survive. You start the game with half filled stomach and not good health. You must find food and light source, because otherwise you will die of hunger or in the horrors of the night. Do so quickly, since time doesn’t wait, and night is coming!

Download:
v0.2: https://www.mediafire.com/?55kw54ytov2smaa
v0.1: https://www.mediafire.com/?mwi8cnyr85m2kid
no light test, terrain test: https://www.mediafire.com/?17krac5wi6knleb

Here is a pic :smiley:

Here is the info file near the .jar file. I will be updating it as the versions progress.

################## – Wilderness To Home: The Basics – #####################################################################################

This file contains some information about releases.

To run the game, you need to download and install Java from http://www.java.com/

Once installed, you should be able to double click .jar file in folder this file was found.
This game should run on Windows/Linux/Mac.

Game is being Developed using (TOOLS):
- Programming language Java - http://www.java.com/
- Eclipse IDE - http://www.eclipse.org/
- Art is done in paint.net: http://www.getpaint.net/
- LWJGL - http://lwjgl.org/

You can Email me (CONTACTS):
- gamingchris3@gmail.com I don’t check my email to often, so the reply might be delayed :slight_smile:

Here is ‘official’ game forum board:
- http://www.java-gaming.org/topics/wilderness-to-home-the-basics/31945/msg/297496/view.html#msg297496

Versions:

v0.20:
Technical stuff:
- /storage/settings.txt will be generated first time you exit the game properly;
- You can change lighting mode in /storage/settings.txt file by changing lightingMode variable. 0 is pretty slow,
but should work on most computers. 1 and 2 are very fast, but will not run on older machines for certain
reasons… If your computer cannot run 1 or 2 lighting modes, the game will crash.
- Levels are 1024x1024 tiles size;
- You can only have 1 save for this version… You can, however, copy/paste save1.txt to ‘keep’ and ‘backup’ your
world, so you can have more than 1 world you play on.

Recipes: (IMPORTANT, CAN'T BE FOUND IN-GAME)
	- 1 Branch + 1 Branch = 1 Stick;
	- 2 Sticks + 2 Sticks = Axe | Pickaxe | Shovel | Hoe;
	- 4 Stones + 4 Stones = Fireplace;
	- 1 Flint + 1 Stone = 10 Flintstone;
	- 1 Flintstone + 1 Stick = Torch;



Console and console commands:
	- Press `~ button to open console;

	- health [integer];
	- energy [integer];
	- time [float: 0-24];
	- print [anything];
	- item [item.class.name] [integer: amount];
	- clear - clears console;
	- savelog [string: path] - saves the console to file you specify. Example: savelog log.txt - would save log to the
		folder your .jar file is into file 'log.txt'. savelog /logs/log.txt would save log to the folder your .jar
		file in logs folder in file named 'log.txt'
	- quit - will exit the game. Will save the game if you're not in main menu.
	- listcommands - will print commands available and expected argument count in brackets after command's name;


Controls:
	- M to open/close map. To navigate the map, pan it with mouse, or use ASDW keys. Press F to slide to player.
		Double tap F key to instanty focus player. CTRL+1/2/3/4/5 to 'bind' map location to the current point.
		1/2/3/4/5 to jump to already bound map location.
	- Use mouse wheel to zoom in/out. If you don't have mouse wheel, you can use QE keys alternatively;
	- In inventory menu, use QE keys to equip/disaquip left/right hand items;

v0.10:
Some features:
- Basic randomly generated terrain and objects;
- 256x256 tile level;
- Tiles: Grass, Dirt, Rock;
- If you get stuck when the game is started, run the game again;

* Inventory:
	- You can drag items around different slots;
	- You can use 2 items and something will happen;
	- You can equip items. Your action possibilites change depending on the equiped item;
	- You can drop items on the ground;
	- To open inventory, press V key. (Make sure the window is focused first :D);

* Recipes:
	- Branch + branch = 50% stick;
	- 5 Sticks + 2 Flint = Axe | Pickaxe | Shovel;
	- Flint + Stone = Flint Stone;
	- Flint Stone + 2 Log = Makes fire underneath you;
	- Rock + Branch = stick;

* Tips: 
	- You can use Shovel to dig Grass and Dirt;
	- You can use Axe to chop trees and get Logs for fire;
	- You can use Pickaxe to mine Rock Tiles to get 1 Rock and 25% Flint;
	- You can add fuel to fire by having equiped Branch or Log;
	- You can pick up items you see on the ground;
	- You can find Flint lying around the world;
	- 1 whole day (night and day?) in this game lasts 5 real life minutes;
	- Dig / place Grass and Dirt tiles to make interesting looking images :D
	- Make sure you have fire going into the night! Otherwise you won't be able to do anything.
		You will probably die without fire in the future releases;
	- When inventory is open, nothing happens in-game;

* Controls:
	- ASDW to move;
	- Mouse Right Click to open action box. Press mouse left button to select desired option;
	- You can press Left Mouse Button without Right Click Box open and it will execute the top
		most options from the Right Click Box. Not every options can be accessed this way.
	- To drag items in the inventory, hold down Left Mouse Button and drag the item into the
		desired slot;
	- To open inventory, press V key.