HOME | DD

Published: 2016-08-22 13:03:53 +0000 UTC; Views: 17625; Favourites: 26; Downloads: 6
Redirect to original
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.
Related content
Comments: 18
GalinaDraws [2021-10-29 13:34:28 +0000 UTC]
👍: 1 ⏩: 0
lolyeah28 [2021-04-30 12:20:03 +0000 UTC]
👍: 0 ⏩: 1
strawberrysunday12 In reply to lolyeah28 [2021-06-10 04:59:27 +0000 UTC]
👍: 0 ⏩: 0
littleHOWLER94 [2021-02-25 16:53:35 +0000 UTC]
👍: 0 ⏩: 1
strawberrysunday12 In reply to littleHOWLER94 [2021-02-27 03:41:09 +0000 UTC]
👍: 0 ⏩: 0
CarlMendes [2020-12-02 09:57:12 +0000 UTC]
👍: 0 ⏩: 1
strawberrysunday12 In reply to CarlMendes [2020-12-04 05:10:12 +0000 UTC]
👍: 0 ⏩: 0
XenoX9 [2018-09-30 17:35:44 +0000 UTC]
I found "SplitIntoTwo" & "PullUpShimeji" & it worked, thanks
👍: 1 ⏩: 2
strawberrysunday12 In reply to XenoX9 [2018-11-16 06:17:21 +0000 UTC]
XenoX9 ... You’re welcome. It took me quite a while to figure out what part of the code to change. I reall didn’t need hundreds of the same exact shimeji running around the edges of my desktop.
👍: 0 ⏩: 0
Yasochi In reply to XenoX9 [2018-11-12 23:19:38 +0000 UTC]
didn't work for me
and I doubt PullupShimeji is the right line since it's just to move the shimeji around?
👍: 0 ⏩: 1
XenoX9 In reply to Yasochi [2018-11-13 00:12:33 +0000 UTC]
"PullupShimeji" is when, well, as it says, your shimeji pulls another one from the ground, pretty self-explanatory
But look for yourself in the codes, & try to find the line that is doing this action
👍: 0 ⏩: 1
Yasochi In reply to XenoX9 [2018-11-15 14:35:06 +0000 UTC]
Oh okay, I though it was for moving the Shimeji around with the mousse, yeah I didn't read the lines XD
Tks anyway, I'll try again
👍: 0 ⏩: 0
strawberrysunday12 In reply to Sherlya3266 [2018-11-10 19:40:50 +0000 UTC]
Sherlya3266 ... Did you manage to figure it out? Apologies for late response. I kinda of stopped logging into Deviantart and finally decided to today, a little over 2 years since I posted this.
👍: 0 ⏩: 1
Sherlya3266 In reply to strawberrysunday12 [2018-12-03 23:16:32 +0000 UTC]
haha no also this was an extremely old comment i dont even know what i was doing sorry
👍: 0 ⏩: 0
strawberrysunday12 In reply to CraftyMaelyss [2016-10-11 06:56:31 +0000 UTC]
You're welcome. Glad it helped. Sometimes you just want one character of each. : )
👍: 1 ⏩: 1