
īe careful when fishing because killing too many fish at once may attract shark predators because of the smell. To get food you’ll need to create weapons like spears guns and knives so you can kill fish and cook them. Therefore, one of your first missions should be to repair the droids and use your extractor to collect iron.Įxploration through the water causes the character to get hungry so you need food. Iron is used to create a list of various items which are crafted inside your base. Several controls in FarSky such as Max Depth radar, location beacon, health, oxygen level, and the player’s item list, can be found on the main screen. FarSky and develop your own, personal epic base! The inside of the base also includes a Main Workshop where equipment, weapons, furniture, and buildings can be built. Start cooking yourself meals by getting Farsky. Health can be increased by using the coal and cooker found in their base to cook themselves a meal. The base is essential to his survival because it includes an open chest with a drill, extractor, fish, coal, and iron to assist the player survive in the new environment. The player will start out as the character Nathan who is calling for help because his ship went down and he’s stuck on the ocean floor searching for a nearby base. Survival mode offers more predators with varying difficulties. To start the regular campaign the player has to choose their game mode.Īdventure mode is the only game mode unlocked in the beginning, but once the player completes FarSky they will unlock survival mode. Sandbox mode gives the player the ability to change game settings such as picking the speed, predator spawn, day/night time, and starting equipment. FarSky allows to play the game on.įirst players must choose to either play the regular campaign or sandbox mode. Players are in the ocean and have to survive by crafting themselves weapons, equipment, etc. But it is a work around that worked for me in the mean time.FarSky is a simulation video game developed by FarSky Interactive for, Mac, and Linux. I am more hopeful this helps fix the launcher.

The log path doesnt really matter to much, but is useful for debugging. The game path and log path shown are specific to my machine, but they should be easy to locate on your machines.
#Farsky update log install#
All of the directories referred to in the command shown are relative to the root of the game install so you just need to make sure they are correct for you. You will need to change the paths to suit your environemnt (windows or mac). The directory names I show in the command line are for my Mac.

You shoudl be able to use the command I posted above to launch the game. Once you are in the game directory in your shell. cd to the game directory which you can find if you right click the game in steam and use the browse local files option. You need to open a terminal (mac) or cmd prompt (windows). farsky.jar should be passed in the classpath (-cp or -classpath) option as shown above. This is called farsky.jar (not farskyexec). You need to launch java with the options I listed aboved on the game jar file itself. The paths are all relative to the root of the game install.įirstly if you just increase the heap size on the launcher it wont work, because the launcher then passes its own options to the actual game. You need to run this from whereever Steam has installed the game on your system. People trying to run the game may also find this works.

#Farsky update log Pc#
Hope this helps you fix the launcher issue (certainly on the Mac) and probably on the PC in some cases. I used quite big numbers, you might not need to use quite so large values! lib/*./farsky.jar game.Main -param -path:/Users/jga/Library/.FarSky/ -logPath:/Users/jga/Library/.FarSky/log/

Java -Xm圆g -Xms2g -noverify =./native/macosx/ -classpath. So I tested it increasing the heap sizes and it works. I can see the game uses a launcher app which passes a java command line to start the game up. I am guessing the issue is the java defaults for initial and max heap size cause issues on some machines.
#Farsky update log mac#
I had a poke around to see if I could figure this issue out on my Mac and according to the log the game writes, the error is:Įxception in thread "main" : Java heap spaceĪt (Arrays.java:2245)Īt (Arrays.java:2219)Īt (ArrayList.java:213)Īt (ArrayList.java:187)Īt (ArrayList.java:411)
