Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Knatte_Anka

11
Posts
2
Topics
1
Following
A member registered Jul 29, 2017

Recent community posts

I have problem with storage management when i wanted low volume of production of tools. 
the repeat command that exists is:

* Until Storage Full                      equal to  working until 95% full (if many places to get tools the tool count increses above 10 created fast)

* until Storage not full               equal to working  from 95% full

but if i want to to start work when storage is empty meaning a bot have taken the last shovel i cant check that easy.

a work around it is to call if  the box is empty by the worker bot and then create some but that require that i have dual usages of command.(shown in pictures below)

two ways i see that this problem can be fixed:

1: add a until storage Empty ( best fix but only for some cases not all)(0pcs)

2: add if command  that is run once if valid same selection as repeat

That last part i think can be very good to have that a part of a command is run once if for example storage is full.
Current setup:


if Example:


if i do need a else if statement i can use 2 if just select a other thing to check against 

Great also if you create confirmed bugs documment you will get less bug repoart of the same thing.;-) 

For the moment the repeats create this problem just wait for mondays update and see what is fixed;-)

add to that after or before

Repeat until hands empty

 Find tree

 Move to tree

 Chop tree

Repeat end

repeat until hand is full of the

 find nearest log
goto nearest log
pickup log

Also stop "nagging" about features that will in some way be applyed;)

Is there a list of what features you are working on? maybe also what version they are preliminary implanted in.

(1 edit)

or just "until Storage Empty", "until  Storage half Full" and "until Storage Storage Full"

that way to have your to only have 1 item in box use the code under

forever
 repeat until storage Empt
    goto 1:1 (wait until box is empty)
 repeat end
do your stuff
forever End

But the correct way is to have multiple drop down menus: ()=one drop down menu

Repeat (until Storage) (=>,<=,=)(0,50,100% Full)

(1 edit)

Repeat until not full would be good to change to empty or added. Because repeat untill not full only works from full(100) to (99) and want to go lower before creating more planks

(1 edit)

Can you add ability to limit storage capacity per type ether in config or slider ingame from 1-x containers * 1000 that way i dont need a robot to do 3000 shovels and only 10 ;) or set tools to 10pcs/ box and the rest keeps 1000. 

works better now that the limit is 100 instead of 1000 xD but if you find time and if you want that add it but i am happy with max 100pcs per box 

(1 edit)

would be good if you can use if statement for when dropping of items (Container has more then x, Container has less then x) container is the last used before the command? ;) that way i can tell my bot to only do 10 gears and not 1000 ;)

Also an shortcut key to move selected item from a robot to person storage/hand