If all you want is to skip app ids less than x, after this line:
package = freePackages[ i ];
add
if (package < 75000) {
loaded++;
continue;
}
Comment has been collapsed.
You're welcome.
By the way, you need to click the 'Reply' button below someone's comment to reply to them, otherwise you're just replying to yourself. xD
Comment has been collapsed.
1 Comments - Last post 3 minutes ago by pb1
6 Comments - Last post 30 minutes ago by Bomfist
13 Comments - Last post 40 minutes ago by Outmind
30 Comments - Last post 43 minutes ago by Chris76de
2 Comments - Last post 44 minutes ago by sallachim
17,448 Comments - Last post 59 minutes ago by Masafor
10 Comments - Last post 1 hour ago by NB264
22 Comments - Last post 7 minutes ago by pb1
54 Comments - Last post 11 minutes ago by BauerBoy24
558 Comments - Last post 16 minutes ago by Ignition365
19 Comments - Last post 18 minutes ago by Sh4dowKill
184 Comments - Last post 45 minutes ago by pizzahut
2,953 Comments - Last post 1 hour ago by Sebastien
1,176 Comments - Last post 2 hours ago by Tucs
https://steamdb.info/freepackages/
steamdb's free package script is awesome, it works it's way up through appid numbers, but it starts to fizzle out at around appid 73000-75000.
I am guessing this is caused by free dlc that i don't own the base game for in the less than appid 75000 range clogging things up, unfortunately i don't know how to ask the program in script to skip over appid's less than x, x being 75000 right now and something higher when it starts losing effect again.
thank you any helpful coders out there
Comment has been collapsed.