Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

huangjunwei

8
Posts
1
Topics
A member registered Dec 23, 2016

Recent community posts

Should add a new code block that act like a "function" or maybe a more basic "subroutine". This way one won't have to repeat the exact same actions and use up the limited space in the bot brain.

One great example will be when crafting:

Instead of:

Pick up stick 3 time

Put on bench 1

Put on bench 2

Put on bench 3

Pick up stone 3 time

Put on bench 1

Put on bench 2

Put on bench 3


One can simply do this:

Pick up stick 3 time

Goto "place in bench"

Pick up stone 3 times

Goto "place in bench"


Subroutine "Place in bench" :

Put on bench 1

Put on bench 2

Put on bench 3

Return


This way, one can save on bot brain storage while also keep the code more tidy by minimizing repeats.

(1 edit)

If you are using a phone, you can play with your friend by opening a hotspot on your phone and ask your friends to connect to it. This should form a local area network (LAN) and allow connection between the devices. I don't think you even need to enable data for LAN connection to work.

Of course your friend must be 8n the range of your hotspot

(1 edit)

if you are playing with your friend on the same local network, port forwarding is not required. However if both of you are in different network, port forwarding of the host will be required:

How to port forward:

http://tiny.cc/yuex7y

Anyone know how do you remove water purifier, cooking station and cookplot? Or is it even possible?

what is your computer spec?

1. colect material

2. press TAB to open crafting menu

3. Craft a tin can and a water purifier

4. put down the water purifier anywhere

5. hold the tin can and aim at sea then press E to get salt water

6. hold the salt water and aim at the water purifier to start purifing the water

7. drink the water after it is done purifing

what is your computer spec?

Add automation :3