Search found 9 matches

by Zyth
Mon Apr 18, 2016 6:58 pm
Forum: General discussion
Topic: help with console
Replies: 13
Views: 3832

Re: help with console

thank you so much, it never occoured to me to check if the /c was at the start of the code, i feel really dumb now,
by Zyth
Mon Apr 18, 2016 6:56 pm
Forum: General discussion
Topic: help with console
Replies: 13
Views: 3832

Re: help with console

omg am i really that dumb,,,
by Zyth
Mon Apr 18, 2016 6:49 pm
Forum: General discussion
Topic: help with console
Replies: 13
Views: 3832

Re: help with console

https://gyazo.com/f7db8e6db5e31fad23cefc93287b499b
https://gyazo.com/b7cfee56e4bdc2508cd570ed71e62298
https://gyazo.com/a9e41cfd88464a53e48b6f38ce297366
^^ results of the code to find names,
https://gyazo.com/27d13428de11f52c8b596b0a979b04d0
^^result of the code, was nothing changed, my roboport was ...
by Zyth
Mon Apr 18, 2016 6:47 pm
Forum: General discussion
Topic: help with console
Replies: 13
Views: 3832

Re: help with console

tried this local original = "construction-robot"
local replacement = "logistic-robot"
local s = game.local_player.surface
for chunk in s.get_chunks() do
local entities = s.find_entities_filtered{name="roboport", area={{chunk.x*32, chunk.y*32}, {(chunk.x+1)*32, (chunk.y+1)*32}}}
for _, entity in ...
by Zyth
Mon Apr 18, 2016 6:41 pm
Forum: General discussion
Topic: help with console
Replies: 13
Views: 3832

Re: help with console

nope thats whats wierd, it just doesnt do anything but it acts like its trying to,
by Zyth
Mon Apr 18, 2016 6:19 pm
Forum: General discussion
Topic: help with console
Replies: 13
Views: 3832

Re: help with console

and that is the correct name the code returned the name roboport
by Zyth
Mon Apr 18, 2016 6:18 pm
Forum: General discussion
Topic: help with console
Replies: 13
Views: 3832

Re: help with console

attemped this, didnt work, any help would be apprieciated

local original = "construction-robot"
local replacement = "bob-construction-robot-4"
local s = game.local_player.surface
for chunk in s.get_chunks() do
local entities = s.find_entities_filtered{name="roboport", area={{chunk.x*32, chunk.y ...
by Zyth
Mon Apr 18, 2016 6:10 pm
Forum: General discussion
Topic: help with console
Replies: 13
Views: 3832

Re: help with console

this is usefull except for one thing the bobs logistics changes the names of the roboports so it cant find the inventory and i dont no how to find the new name,
by Zyth
Mon Apr 18, 2016 1:44 pm
Forum: General discussion
Topic: help with console
Replies: 13
Views: 3832

help with console

looking for more info on using the console commands, i have the bobs mod for better logistic robots, but i already have over 26k standard ones and over 500 robo ports so going to each one to remove any vanila robots isnt an option, is there a command/commands i could run to kill off all flying and ...

Go to advanced search