KaySonicTheHedgehog
Well-known member
Ok but still how would I remove the update to 2.2.15 screeni was meaning in the kaydensonic addon, not the kaysonic addon cuz it dosent have it
Ok but still how would I remove the update to 2.2.15 screeni was meaning in the kaydensonic addon, not the kaysonic addon cuz it dosent have it
welll, you can just use this one i edited (its a lil outdated tho)Ok but still how would I remove the update to 2.2.15 screen
And is it in the ksiswelll, you can just use this one i edited (its a lil outdated tho)
if (VERSION == 202) and (SUBVERSION < 14)
local function blackout(v)
v.drawFill()
v.drawString(160, 100, ("this mod requires version 2.2.14 or higher"),V_REDMAP, "center")
end
hud.add(blackout, "title")
hud.add(blackout, "game")
error("Your copy of 2.2 is obsolete and not compatible with this mod. Please update to version 2.2.14 or higher.", 0)
end
local function SafeFreeslot(...)
for _, item in ipairs({...})
if rawget(_G, item) == nil
freeslot(item)
end
end
end
if (VERSION == 202) and (SUBVERSION < 13)
local function blackout(v)
v.drawFill()
v.drawString(160, 100, ("this mod requires version 2.2.13 or higher"),V_REDMAP, "center")
end
hud.add(blackout, "title")
hud.add(blackout, "game")
error("Your copy of 2.2 is obsolete and not compatible with this mod. Please update to version 2.2.13 or higher.", 0)
end
local function SafeFreeslot(...)
for _, item in ipairs({...})
if rawget(_G, item) == nil
freeslot(item)
end
end
end
ye at the very top
OLD
Code:if (VERSION == 202) and (SUBVERSION < 14) local function blackout(v) v.drawFill() v.drawString(160, 100, ("this mod requires version 2.2.14 or higher"),V_REDMAP, "center") end hud.add(blackout, "title") hud.add(blackout, "game") error("Your copy of 2.2 is obsolete and not compatible with this mod. Please update to version 2.2.14 or higher.", 0) end local function SafeFreeslot(...) for _, item in ipairs({...}) if rawget(_G, item) == nil freeslot(item) end end end
NEW
Code:if (VERSION == 202) and (SUBVERSION < 13) local function blackout(v) v.drawFill() v.drawString(160, 100, ("this mod requires version 2.2.13 or higher"),V_REDMAP, "center") end hud.add(blackout, "title") hud.add(blackout, "game") error("Your copy of 2.2 is obsolete and not compatible with this mod. Please update to version 2.2.13 or higher.", 0) end local function SafeFreeslot(...) for _, item in ipairs({...}) if rawget(_G, item) == nil freeslot(item) end end end
remove the update to 2.2.15 screen
Credit goes to Tythstickman for this
yay im a update :DKaySonicTheHedgehog updated KaydenSonic with a new update entry:
bye bye 2.2.15 screen
Read the rest of this update entry...