// SZ 2025-11-30 — override SMF expandPages for "..." pagination function expandPages(spanEl, base_link, first_page, last_page, per_page) { try { var per = parseInt(per_page, 10) || 1; // Try to derive the real maximum page count by inspecting the pagination links. var maxPage = 1; var container = spanEl && spanEl.closest ? spanEl.closest(".pagelinks") : null; if (container) { var links = container.querySelectorAll("a.nav_page"); var maxStart = 0; links.forEach(function (a) { var href = a.getAttribute("href") || ""; // Match the last . segment, e.g. topic=15206.7650 var m = href.match(/\.([0-9]+)(?:$|[^0-9])/); if (m) { var n = parseInt(m[1], 10); if (!isNaN(n) && n > maxStart) maxStart = n; } }); if (maxStart > 0) maxPage = Math.floor(maxStart / per) + 1; } // Fallback to SMF-provided last_page if DOM inspection failed. if (!maxPage || maxPage < 1) { var last = parseInt(last_page, 10); maxPage = Math.floor(last / per) + 1; if (!maxPage || maxPage < 1) maxPage = 1; } var input = prompt("Go to page (1-" + maxPage + "):"); if (input === null) return; var page = parseInt(input, 10); if (!page || page < 1 || page > maxPage) return; var start = (page - 1) * per; if (start < 0) start = 0; var url = base_link; // base_link may be an HTML string contain an tag; try to extract href try { var tmp = document.createElement("div"); tmp.innerHTML = base_link; var a = tmp.querySelector("a"); if (a && a.getAttribute("href")) { url = a.getAttribute("href"); } } catch (err) { url = base_link; } // Replace common SMF patterns with the computed offset if (url.indexOf("%1$d") !== -1) { url = url.replace("%1$d", start); } else if (url.indexOf(";start=") !== -1) { url = url.replace(/;start=\d+/, ";start=" + start); } else if (/\.0(?!\d)/.test(url)) { url = url.replace(/\.0(?!\d)/, "." + start); } window.location.href = url; } catch (e) { // fail silently } }

Saints Row 4

Started by shadowDOESrock, May 7, 2013 04:34 AM

Previous topic - Next topic

1 Guest

shadowDOESrock


jkid101094

Funfact: This is an accurate representation of what the president does.

*shot*
Signature


Quote from: DracoDraco:  Saber was my bitch LONG before you heard about her.  I introduced you to FSN, loser.  D<
Oh, and still...
ILU JKIDDD

Says you. She likes me more. D<
And ILU2. o3o
IaFNSW.

shadowDOESrock


This look really cool, actually. Just, crazy fun.
Wish more video games were like this.

Could do without the QTE's though.

Hakudamashi

This game looks like pure fun, which is just what I needed.
Signature
OR ELSE!
Compliments to our Goddess for this piece of superspecialawesome!
DO NOTCLICK!
m'kay

shadowDOESrock



Oh god, i need this.

Hakudamashi

Pfft, who needs high end graphics when you get a boner as you play amirite?
Signature
OR ELSE!
Compliments to our Goddess for this piece of superspecialawesome!
DO NOTCLICK!
m'kay

shadowDOESrock

Quote from: windlessusher on Jul  3, 2013 07:32 AM
Pfft, who needs high end graphics when you get a boner as you play amirite?

You dont need high end graphics in the first place.
Also, this game has good graphics imo

Hakudamashi

Quote from: {Your Lovely Kyo}~ on Jul  8, 2013 12:31 PM
You dont need high end graphics in the first place.
Also, this game has good graphics imo
For a girl.
Signature
OR ELSE!
Compliments to our Goddess for this piece of superspecialawesome!
DO NOTCLICK!
m'kay

shadowDOESrock

Quote from: windlessusher on Jul  8, 2013 03:08 PM
For a girl.

For anyone who cares about gameplay and art over technical qualities.
This looks more pleasing than any of the Crysis games to me.

Hakudamashi

I'm disappointed that you answered seriously...
Signature
OR ELSE!
Compliments to our Goddess for this piece of superspecialawesome!
DO NOTCLICK!
m'kay

shadowDOESrock

#10
Quote from: Hakudamashi on Jul  8, 2013 03:43 PM
I'm disappointed that you answered seriously...


youneverknow




Already made mine :)
http://puu.sh/3VKMp.png

I am in love with my own creation.

Hakudamashi

Could use 20% less clothes
And 80% more boobs.
Signature
OR ELSE!
Compliments to our Goddess for this piece of superspecialawesome!
DO NOTCLICK!
m'kay

shadowDOESrock



Wow, that's actually pretty cool
(If anyone here even watches that show lol)

shadowDOESrock

So, I got two hours playtime over the Steam Free Weekend...

Holy shit this game is amazing.

It's like someone took Saints Row 3 and Crackdown 1 and smashed them together.
Infact, that's exactly what it is.


CodenameDuchess