strawberrysunday12 on DeviantArthttps://www.deviantart.com/strawberrysunday12/art/Shimeji-One-How-to-stop-them-from-multiplying-629838334strawberrysunday12

Deviation Actions

Shimeji One. How to stop them from multiplying?

Published:
15.7K Views

Description

Virustotal.com always scan your files even if you THINK they are safe. Better safe than sorry. Now that's out of the way.




Make sure you duplicate the entire folder content before proceeding, just as a precaution so you don't mess up the original files. Just copy and paste the entire folder on your desktop or something.


Each Shimeji folder should have two .xml files 
動作.xml Action usually larger file, example 43KB 
行動.xml Behavior usually smaller file, example 10KB

You will be making changes in the 行動.xml (behavior) file only. Don't worry about the action file; we're not touching the action file at all.

Locate these two lines of code:
(1) <行動 名前="分裂する" 頻度="50" 条件="#{mascot.totalCount <50} 
(2) <行動 名前="引っこ抜く" 頻度="50" 条件="#{mascot.totalCount < 50}

Google translation: ( translate.google.com )
Behavior = "split" frequency = "50" condition = "# {mascot.totalCount & lt; 50}
Behavior = "unplug" frequency = "50" condition = "# {mascot.totalCount & lt;50}

and change them to "0" and "1" respectively. Change the first 50 to 0 and the second 50 to 1. There should be two different locations in the .xml file with this script. Change both to "0" and "1".



<行動 名前="分裂する" 頻度="0" 条件="#{mascot.totalCount <1} 
<行動 名前="引っこ抜く" 頻度="0" 条件="#{mascot.totalCount <1}
Behavior = "split" frequency = "0" condition = "# {mascot.totalCount & lt; 1}
Behavior = "unplug" frequency = "0" condition = "# {mascot.totalCount & lt;1}




To easily find the two lines within the .xml file simply look for {mascot.totalCount}. I just did an experimental test run and both lines of codes need to be changed. First code tells the Shimeji to simply split in two. The second code tells the Shimeji to multiply by pulling him/herself from the ground. 

I just found out about Shimeji's yesterday. I tried finding an answer on the internet and no one had an answer. I'm still testing out the changes, but the above seems to have solved the issue.



EDIT: 11/15/2018 ... To quickly find 
{mascot.totalCount <50} or anything else inside those .xml files, press control F on your windows keyboard.
Image size
1920x2160px 1.81 MB
© 2016 - 2024 strawberrysunday12
Comments18
Join the community to add your comment. Already a deviant? Log In
GalinaDraws's avatar

what if those two lines of code aren't there? i found one with {mascot.totalCount &lt; 50} and no others