Invading my thoughts / Taking over my whole world / Is you and your love
5
   
奖励
收藏
已收藏
取消收藏
下载
"//##############################################################################
// XXX this might have already been ♥♥♥♥♥♥♥♥ before the change, this stuff might bbe misc material
// well no, I just reduced the check appid function oh well
check_appid_duplicates = (with_sc = [], with_yt = [], wout_mm = []) => (
Object.keys(sharedconfig).forEach((app, i) =>
(sharedconfig[app].hidden == 1
&& byteframe.faker_apps.indexOf(+app) == -1
&& byteframe.not_faking.indexOf(+app) == -1) &&
(fs.existsSync('/mnt/Datavault/Work/Steam/screenshots/760/remote/' + app)) ?
with_sc.push(app)
: (!sharedconfig[app].hasOwnProperty('tags') || sharedconfig[app].tags['0'] !== 'favorite') ?
with_yt.push(app)
: wout_mm.push(app)),
console_log('fakersd.length: ' + byteframe.faker_apps.length
+ '\nwith_sc.length: ' + with_sc.length
+ '\nwith_yt.length: ' + with_yt.length
+ '\nwout_mm.length: ' + wout_mm.length
+ '\nnot_faking.length: ' + byteframe.not_faking.length),
console.log(array_duplicates(profile.game_favorite.slots[0].map((game) => parseInt(game.match(/\d+/)[0]))
.concat(byteframe.not_faking).concat(byteframe.faker_apps)
.concat(profile.game_collector.slots[0]).concat(profile.game_collector.slots[1])
.concat(profile.game_collector.slots[2]).concat(profile.game_collector.slots[3])
.concat(profile.review.slots[0]))),
with_sc.concat(with_yt).concat(wout_mm)),"