Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
for(ch = 0; ch < 0x1A; ch++)
{
if (ch == 0x02 || ch == 0x09)
{
stackable_table[ch] = 0;
}
else if (ch < 0x09)
{
stackable_table[ch] = 10;
}
else if (ch > 0x09)
{
stackable_table[ch] = 1;
}
}
We're all actually more ahead of you than you think.And here I thought no one cared about these mods lol. I guess at least one person has eventual plans.
Ahead of what exactly? The things I have shown were only PoC to spark people's interest, I do not work on anything pso-related. I'm only being curious, because months ago no one really cared about mods and now I see this server slowly accepting small changes that may eventually lead somewhere which is what I'd like to see.We're all actually more ahead of you than you think.