Getting rid of site created via the developer toolsWhat can I do in Rimworld after getting the basics set up?
What aircraft was used as Air Force One for the flight between Southampton and Shannon?
A map of non-pathological topology?
Should I refuse being named as co-author of a bad quality paper?
Fermat's statement about the ancients: How serious was he?
What does 思ってやっている mean?
Is it possible to fly backward if you have really strong headwind?
Why is long-term living in Almost-Earth causing severe health problems?
How to safely destroy (a large quantity of) valid checks?
PDF vs. PNG figure: why does figure load so much faster even if file sizes are the same?
Who won a Game of Bar Dice?
With Ubuntu 18.04, how can I have a hot corner that locks the computer?
What are neighboring ports?
What is the meaning of the Russian idiom "to taste tuna" ("отведать тунца")?
Longest bridge/tunnel that can be cycled over/through?
Why am I getting a strange double quote (“) in Open Office instead of the ordinary one (")?
Increase speed altering column on large table to NON NULL
How do free-speech protections in the United States apply in public to corporate misrepresentations?
Why are MBA programs closing?
Is there a set of positive integers of density 1 which contains no infinite arithmetic progression?
Why does this query, missing a FROM clause, not error out?
Live action TV show where High school Kids go into the virtual world and have to clear levels
Did Apple bundle a specific monitor with the Apple II+ for schools?
How can I remove material from this wood beam?
New bike, tubeless tire will not inflate
Getting rid of site created via the developer tools
What can I do in Rimworld after getting the basics set up?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I was snooping around the dev tools and noticed an option to create a "Debug Arena". I decided to try creating one. I immediately got an error though that it hadn't been setup correctly, but it added a location on the map called "Site".
I realized that I'm on permadeath and didn't know what would happen if I visited it, so I never went near it. It's stuck on my map now though, and also creates an error every time I start the game. See the screenshot for the debug logs, and a picture of the "Site" (with my settlement to the left of it).
I've searched all over the dev tools to find an option to delete map sites, but haven't found anything.
How can I remove the site?
rimworld
add a comment |
I was snooping around the dev tools and noticed an option to create a "Debug Arena". I decided to try creating one. I immediately got an error though that it hadn't been setup correctly, but it added a location on the map called "Site".
I realized that I'm on permadeath and didn't know what would happen if I visited it, so I never went near it. It's stuck on my map now though, and also creates an error every time I start the game. See the screenshot for the debug logs, and a picture of the "Site" (with my settlement to the left of it).
I've searched all over the dev tools to find an option to delete map sites, but haven't found anything.
How can I remove the site?
rimworld
add a comment |
I was snooping around the dev tools and noticed an option to create a "Debug Arena". I decided to try creating one. I immediately got an error though that it hadn't been setup correctly, but it added a location on the map called "Site".
I realized that I'm on permadeath and didn't know what would happen if I visited it, so I never went near it. It's stuck on my map now though, and also creates an error every time I start the game. See the screenshot for the debug logs, and a picture of the "Site" (with my settlement to the left of it).
I've searched all over the dev tools to find an option to delete map sites, but haven't found anything.
How can I remove the site?
rimworld
I was snooping around the dev tools and noticed an option to create a "Debug Arena". I decided to try creating one. I immediately got an error though that it hadn't been setup correctly, but it added a location on the map called "Site".
I realized that I'm on permadeath and didn't know what would happen if I visited it, so I never went near it. It's stuck on my map now though, and also creates an error every time I start the game. See the screenshot for the debug logs, and a picture of the "Site" (with my settlement to the left of it).
I've searched all over the dev tools to find an option to delete map sites, but haven't found anything.
How can I remove the site?
rimworld
rimworld
asked 11 mins ago
CarcigenicateCarcigenicate
828721
828721
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I found a reddit post (thanks r/vividflash) on how to do it and decided to document it a little more thoroughly.
I ended up editing the save file. My file was found at
C:user%username%AppDataLocalLowLudeon StudiosRimWorld by Ludeon StudiosSaves
Then I found the .rws
file with my save name, and made a backup copy of it.
I opened the save using Notepad++ as noted in the Reddit post. My save was 11mb, so the built-in Notepad didn't have a chance of opening it.
I searched for "arena" and found multiple nodes in the tree that looked like:
<li Class="MapParent">
<def>Debug_Arena</def>
<ID>386</ID>
<tile>26840</tile>
<faction>null</faction>
<creationGameTicks>17762348</creationGameTicks>
</li>
I had accidentally created other weird things on the map as well when I was messing around, and they all seemed to be referred to as "Debug_Arena"s. I deleted them all, loaded up the save, and all the weird map sites had disappeared.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f352421%2fgetting-rid-of-site-created-via-the-developer-tools%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I found a reddit post (thanks r/vividflash) on how to do it and decided to document it a little more thoroughly.
I ended up editing the save file. My file was found at
C:user%username%AppDataLocalLowLudeon StudiosRimWorld by Ludeon StudiosSaves
Then I found the .rws
file with my save name, and made a backup copy of it.
I opened the save using Notepad++ as noted in the Reddit post. My save was 11mb, so the built-in Notepad didn't have a chance of opening it.
I searched for "arena" and found multiple nodes in the tree that looked like:
<li Class="MapParent">
<def>Debug_Arena</def>
<ID>386</ID>
<tile>26840</tile>
<faction>null</faction>
<creationGameTicks>17762348</creationGameTicks>
</li>
I had accidentally created other weird things on the map as well when I was messing around, and they all seemed to be referred to as "Debug_Arena"s. I deleted them all, loaded up the save, and all the weird map sites had disappeared.
add a comment |
I found a reddit post (thanks r/vividflash) on how to do it and decided to document it a little more thoroughly.
I ended up editing the save file. My file was found at
C:user%username%AppDataLocalLowLudeon StudiosRimWorld by Ludeon StudiosSaves
Then I found the .rws
file with my save name, and made a backup copy of it.
I opened the save using Notepad++ as noted in the Reddit post. My save was 11mb, so the built-in Notepad didn't have a chance of opening it.
I searched for "arena" and found multiple nodes in the tree that looked like:
<li Class="MapParent">
<def>Debug_Arena</def>
<ID>386</ID>
<tile>26840</tile>
<faction>null</faction>
<creationGameTicks>17762348</creationGameTicks>
</li>
I had accidentally created other weird things on the map as well when I was messing around, and they all seemed to be referred to as "Debug_Arena"s. I deleted them all, loaded up the save, and all the weird map sites had disappeared.
add a comment |
I found a reddit post (thanks r/vividflash) on how to do it and decided to document it a little more thoroughly.
I ended up editing the save file. My file was found at
C:user%username%AppDataLocalLowLudeon StudiosRimWorld by Ludeon StudiosSaves
Then I found the .rws
file with my save name, and made a backup copy of it.
I opened the save using Notepad++ as noted in the Reddit post. My save was 11mb, so the built-in Notepad didn't have a chance of opening it.
I searched for "arena" and found multiple nodes in the tree that looked like:
<li Class="MapParent">
<def>Debug_Arena</def>
<ID>386</ID>
<tile>26840</tile>
<faction>null</faction>
<creationGameTicks>17762348</creationGameTicks>
</li>
I had accidentally created other weird things on the map as well when I was messing around, and they all seemed to be referred to as "Debug_Arena"s. I deleted them all, loaded up the save, and all the weird map sites had disappeared.
I found a reddit post (thanks r/vividflash) on how to do it and decided to document it a little more thoroughly.
I ended up editing the save file. My file was found at
C:user%username%AppDataLocalLowLudeon StudiosRimWorld by Ludeon StudiosSaves
Then I found the .rws
file with my save name, and made a backup copy of it.
I opened the save using Notepad++ as noted in the Reddit post. My save was 11mb, so the built-in Notepad didn't have a chance of opening it.
I searched for "arena" and found multiple nodes in the tree that looked like:
<li Class="MapParent">
<def>Debug_Arena</def>
<ID>386</ID>
<tile>26840</tile>
<faction>null</faction>
<creationGameTicks>17762348</creationGameTicks>
</li>
I had accidentally created other weird things on the map as well when I was messing around, and they all seemed to be referred to as "Debug_Arena"s. I deleted them all, loaded up the save, and all the weird map sites had disappeared.
answered 11 mins ago
CarcigenicateCarcigenicate
828721
828721
add a comment |
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f352421%2fgetting-rid-of-site-created-via-the-developer-tools%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown