Kaio17 Posted November 27, 2015 Share Posted November 27, 2015 I tried to remove a melted mini glacier (ice melted) with a lot of methods include with this code TheInput:GetWorldEntityUnderMouse():Remove() but even with this code when I restart the server on dedicated mode, it show ups again, what can i do to remove permanetly ? Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/ Share on other sites More sharing options...
Zillvr Posted November 27, 2015 Share Posted November 27, 2015 @Kaio17, did you c_save() first before restarting the server(c_shutdown() then start up again)? If not, that's probably why the Mini Glacier is still there, the game didn't save the world after you removed it. So upon starting it up again, the server starts from the last time it saved(which is probably before you deleted the Mini Glacier). There's a high probability that I'm wrong, and that you c_save() first before c_shutdown(), but I just figured it may help. Other than what you did, I can't suggest anything better. Cheers. Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-688914 Share on other sites More sharing options...
rons0n Posted November 27, 2015 Share Posted November 27, 2015 Try:c_select() c_sel():Remove()And of course pressing the ctrl button before inserting the command. Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-688923 Share on other sites More sharing options...
Exhu Posted November 27, 2015 Share Posted November 27, 2015 Try:c_select() c_sel():Remove()And of course pressing the ctrl button before inserting the command. This is the command I always use to remove unwanted glaciers (pesky pengulls and their taking over my base *shakes fist*) Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-688934 Share on other sites More sharing options...
Kaio17 Posted November 27, 2015 Author Share Posted November 27, 2015 Tried c_select() c_sel():Remove() with "Remote" and without, same happen, the mini glacier disappear when I restart it come back again, Yes im Saving of all methods, c_save() c_shutdown(true) on console, on prompt but this @#$¨&* don't disappear :@ Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-689012 Share on other sites More sharing options...
DarkXero Posted November 27, 2015 Share Posted November 27, 2015 You are most likely targeting the ice_puddle prefab (fx) of the rock_ice prefab which is the mini glacier. Stand with your character near the puddle and doc_find("rock_ice"):Remove()then restart and see if it's there. Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-689019 Share on other sites More sharing options...
Kaio17 Posted November 27, 2015 Author Share Posted November 27, 2015 You are most likely targeting the ice_puddle prefab (fx) of the rock_ice prefab which is the mini glacier. Stand with your character near the puddle and doc_find("rock_ice"):Remove()then restart and see if it's there. Done, but the same happen ._. should I wait until it beeing a rock again ? Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-689024 Share on other sites More sharing options...
DarkXero Posted November 27, 2015 Share Posted November 27, 2015 Are you a server administrator?When you open the console you see the "Remote:" words to the left?If you do c_spawn("spider"), does it move? Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-689028 Share on other sites More sharing options...
Kaio17 Posted November 27, 2015 Author Share Posted November 27, 2015 Are you a server administrator?When you open the console you see the "Remote:" words to the left?If you do c_spawn("spider"), does it move?yes Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-689058 Share on other sites More sharing options...
DarkXero Posted November 28, 2015 Share Posted November 28, 2015 Maybe it's the saving? Try doingc_find("rock_ice"):Remove()again, and wait until a day passes and you see the "Saving..." thing on the top, then restart. Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-689132 Share on other sites More sharing options...
Kaio17 Posted November 28, 2015 Author Share Posted November 28, 2015 Maybe it's the saving? Try doingc_find("rock_ice"):Remove()again, and wait until a day passes and you see the "Saving..." thing on the top, then restart.same, I'll give up, btw Im on rocks biome, this matters? Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-689250 Share on other sites More sharing options...
vinicius14k Posted February 12, 2016 Share Posted February 12, 2016 please help me I would like to remove intens type trees ... these things but the command: TheInput: GetWorldEntityUnderMouse (): Remove () and the command: c_select () c_sel (): Remove () are not working with me please help Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-721264 Share on other sites More sharing options...
Muche Posted February 12, 2016 Share Posted February 12, 2016 5 hours ago, vinicius14k said: please help me I would like to remove intens type trees ... these things but the command: TheInput: GetWorldEntityUnderMouse (): Remove () and the command: c_select () c_sel (): Remove () are not working with me please help Welcome to the forums. The latest update changed how player-hosted servers work - the game starts actual server in the background and you are the client of it. Commands entered into console are thus run on your client by default, not on the server. To run a command on the server you need to switch to remote mode. Pressing Ctrl toggles the remote mode, a text next to console should confirm that, then Enter as usual. Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-721479 Share on other sites More sharing options...
vinicius14k Posted February 12, 2016 Share Posted February 12, 2016 I want to remove things from my world even knows not in server Link to comment https://forums.kleientertainment.com/forums/topic/59463-question/#findComment-721532 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.