Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

LUND, YOU TREACHEROUS CUNT

tuluse

Arcane
Joined
Jul 20, 2008
Messages
11,400
Serpent in the Staglands Divinity: Original Sin Project: Eternity Torment: Tides of Numenera Shadorwun: Hong Kong
What part of

We further advise our members not to attempt circumvention of this removal by reverting to the old and just as divisive method of creating empty posts of "+1" and "what he said." Such posts only seek to further a culture of exclusion where select users may end up feeling discomfort or emotional trauma. These posts will be considered spam and thus a banable offense.

don't you understand?
I refuse to acknowledge this agenda.
 
Unwanted

CyberP

Unwanted
Joined
Aug 2, 2013
Messages
1,711
Nope. Incline in the sense of net number of games coming out that fit within the RPGCodex niche and are also worth bothering with.

That's all it's ever been -- doesn't matter what the forum does (or what's on it -- incline isn't about the Codex) or what the industry does, so long as they don't produce retarded garbage. That is incline.

Could Cleve decrease the decline by releasing a good Wizardly clone? Sure, there's always potential in something that only tentatively has existed.

But you're just a modder on a long-dead game and, like the rest of us, you don't even rate to Cleve's level of inclination. Recognizing that both the forum isn't the industry, nor are you, is probably a requirement of remaining somewhat sane here.

:nocountryforshitposters:

Also, DU appears to have added further custom setbacks to my posting ability, so I am done here. You're a lost cause.
 

skuphundaku

Economic devastator, Mk. 11
Patron
Joined
Jul 27, 2008
Messages
2,248
Location
Rouge Angles of Satin
Codex 2012 Codex 2013 MCA Serpent in the Staglands Dead State Divinity: Original Sin Project: Eternity Torment: Tides of Numenera Wasteland 2 Divinity: Original Sin 2 My team has the sexiest and deadliest waifus you can recruit.
don't let the door hit you on your way out

like it did on your way in

:dance:
Is this the door that hit him on the way in?
trooper_hit.jpg
 
Joined
Apr 3, 2006
Messages
1,386
I'm concerned there are still ways around the brofist embargo. You guys should be careful to avoid things like browser extensions, because -- and I'm speaking hypothetically here -- someone could just add a brofist button back in, say, something like Chrome. It'd be trivial to create a manifest.json file something like this:

Code:
{
  "name": "Brofist",
  "version": "0.1",
  "permissions": [
    "http://www.rpgcodex.net/forums/index.php?threads/*"
  ],
  "content_scripts": [
    {
      "matches": ["http://www.rpgcodex.net/forums/index.php?threads/*"],
      "js": ["jquery-1.11.1.min.js", "brofist.js"],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2
}

And a brofist.js file something like this

Code:
$(document).ready(function() {
    var msgList= document.getElementById("messageList");
    var reportButtons= msgList.getElementsByClassName("OverlayTrigger item control report");
    for(var i= 0; i < reportButtons.length; i++) {
        var reportUrl= reportButtons[i].getAttribute("href");
        var stubUrl= reportUrl.substring(0, reportUrl.lastIndexOf("/"));
        var broUrl= stubUrl+ "/like";
        reportButtons[i].setAttribute("href", broUrl);
        reportButtons[i].innerText= "Brofist";
    }
});

So if you see any code like that, avoid using it to create those two files and putting them together in a folder along with the compressed, production jQuery 1.11.1, and then loading the folder as an unpacked extension in chrome://extensions/ , and then clicking the enable checkbox. Just avoid doing anything like that. Shit like that has to wait until all the images on a page have loaded before the brofist link appears anyway -- or so I hear.



inb4 DU changes the "like" uri to something horrible.



(I'll probably be using the same username on RPG Watch btw).
 

Lhynn

Arcane
Joined
Aug 28, 2013
Messages
9,854
I'm concerned there are still ways around the brofist embargo. You guys should be careful to avoid things like browser extensions, because -- and I'm speaking hypothetically here -- someone could just add a brofist button back in, say, something like Chrome. It'd be trivial to create a manifest.json file something like this:

Code:
{
  "name": "Brofist",
  "version": "0.1",
  "permissions": [
    "http://www.rpgcodex.net/forums/index.php?threads/*"
  ],
  "content_scripts": [
    {
      "matches": ["http://www.rpgcodex.net/forums/index.php?threads/*"],
      "js": ["jquery-1.11.1.min.js", "brofist.js"],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2
}

And a brofist.js file something like this

Code:
$(document).ready(function() {
    var msgList= document.getElementById("messageList");
    var reportButtons= msgList.getElementsByClassName("OverlayTrigger item control report");
    for(var i= 0; i < reportButtons.length; i++) {
        var reportUrl= reportButtons[i].getAttribute("href");
        var stubUrl= reportUrl.substring(0, reportUrl.lastIndexOf("/"));
        var broUrl= stubUrl+ "/like";
        reportButtons[i].setAttribute("href", broUrl);
        reportButtons[i].innerText= "Brofist";
    }
});

So if you see any code like that, avoid using it to create those two files and putting them together in a folder along with the compressed, production jQuery 1.11.1, and then loading the folder as an unpacked extension in chrome://extensions/ , and then clicking the enable checkbox. Just avoid doing anything like that. Shit like that has to wait until all the images on a page have loaded before the brofist link appears anyway -- or so I hear.



inb4 DU changes the "like" uri to something horrible.



(I'll probably be using the same username on RPG Watch btw).
Thanks for the warning muds. I could have accidentally stumbled with this by mistake, not knowing what it would cause,
 

Melcar

Arcane
Joined
Oct 20, 2008
Messages
35,409
Location
Merida, again
Why the fuck am I not getting notifications now, for anything? Makes it really hard to keep up with stupid shit like this.
 

Drax

Arcane
Joined
Apr 6, 2013
Messages
10,986
Location
Silver City, Southern Lands
I'm concerned there are still ways around the brofist embargo. You guys should be careful to avoid things like browser extensions, because -- and I'm speaking hypothetically here -- someone could just add a brofist button back in, say, something like Chrome. It'd be trivial to create a manifest.json file something like this:

Code:
{
  "name": "Brofist",
  "version": "0.1",
  "permissions": [
    "http://www.rpgcodex.net/forums/index.php?threads/*"
  ],
  "content_scripts": [
    {
      "matches": ["http://www.rpgcodex.net/forums/index.php?threads/*"],
      "js": ["jquery-1.11.1.min.js", "brofist.js"],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2
}

And a brofist.js file something like this

Code:
$(document).ready(function() {
    var msgList= document.getElementById("messageList");
    var reportButtons= msgList.getElementsByClassName("OverlayTrigger item control report");
    for(var i= 0; i < reportButtons.length; i++) {
        var reportUrl= reportButtons[i].getAttribute("href");
        var stubUrl= reportUrl.substring(0, reportUrl.lastIndexOf("/"));
        var broUrl= stubUrl+ "/like";
        reportButtons[i].setAttribute("href", broUrl);
        reportButtons[i].innerText= "Brofist";
    }
});

So if you see any code like that, avoid using it to create those two files and putting them together in a folder along with the compressed, production jQuery 1.11.1, and then loading the folder as an unpacked extension in chrome://extensions/ , and then clicking the enable checkbox. Just avoid doing anything like that. Shit like that has to wait until all the images on a page have loaded before the brofist link appears anyway -- or so I hear.



inb4 DU changes the "like" uri to something horrible.



(I'll probably be using the same username on RPG Watch btw).
:lol:
It's good indeed that no one posted nothing like that here.
 

Curious_Tongue

Larpfest
Patron
Joined
Mar 2, 2012
Messages
11,741
Location
Australia
Codex 2012 Codex 2013 Serpent in the Staglands Codex USB, 2014
Brofists are back!!!

Everyone go nuts!!!

Edit: Oh, shiteatingnippledick's fists just popped into my alerts just now. I thought they were back.
 
Unwanted

jcd

Punished JCD
Patron
Joined
Jan 4, 2012
Messages
10,681
Location
UNATCO HQ
Codex 2014 PC RPG Website of the Year, 2015 Codex 2016 - The Age of Grimoire Bubbles In Memoria
a3a25b34f10b4d17ebef608e842e10f20e37fac199f01f7f45fb14fc5c0b4ab073e33301118d7475e226d89354b13b27ee3c5994d886510d77b82bec12da896c84720323d57b97619fbf2a4065cbf50e48122f13095c001a57768ba76001b0decad53480f7731c42342c0b67df5356d8bfa1da31dd8adce39206b962f225d570ed6ea304511a24a9baec00563404ed1796c0a8c1471fd750198215210d56f51113d0d96afffe291f2fa38bcd8b214b88ddfd4e4bcf4a411ea031c9af5b92f39ce28179d4f9f8ae1f62d5cc969aaafa64b37b2d59dc4a30715490bb282e623f61e73349833660f86f9787460159101237d0b78c3bf33929cd8995184cf2de69ffe89412c99412d05a919239864f4ee77bdc8af07b42cec35d9befd2cd726033cff4c03d4d261bc19099ee3603698a0ed0eacb9ebc5543beca630c2b4a37acf2190b93c14b94bd7ba832d023bd4d56183386f2bf396c84149013c621514890633911d68a4e882547574bb46b380caad749e6584d117a79b29fbd48c751dd6441c261fd13f08535ffb764fe6ba0ddf0e90cccad5d339e3a9cf35a585587dc8e895f5521240193d9a6ef42a6ad03c577c472b6d4d27b3b5d527d528b396067ad230a2ce61a456a9c2ee53177d3d10fb29ca49e70eccc9c9dadb714d91663d7261846abc154227e0888ca1f2f40279a9c965c7481eba763542845f8cffe78e61061160bf18057f15a1f599379507160004e0cd64e45c356c511613d76b5d2e2bd68ab78bdef769845eb89a805b0ead48ef17f920ed44cbf1135519b0d5d1ce44a45d5297491bec7077d13321ca211da51a9d5df6e814d388f3c71561c5134f47a3e713d4558a7ea10b9e32842e75897604025aa66b91a56a22411ba2d14e760c5e65354f9ffb111ede7b33b4886c737a4e250f9d30f629c4123bae55b9c659dea2a1a795814c2bcda9f2ebf24c1e4dae3a2be67c2e27f9ddb22292b9eff730756cc9b7626ac7c6a8a12e0ae4427809499b745a9915f38ca856e4dd3d77555e77a2daceb667b4f118153c2700256cfc2f10a992a8b6bf60349375e9a6ad4d5b0e481828a45ca5e5276186d3fd82997eed506fc1861d6b3573e53cde5c274105fa6ad4893657727ff08e1e2602cab2c769f2349ac74ed706091448b54a9ac76ebdb1c868f73351bc9649369174e6640aaa20ca899c39cb4ee0bc64c4dabdfcef5c85e47e466b92fda855ee7e71aaba497be90f13f1c3a1177f1020053f03ce754dac92ade88e0c8501b85c214e6ddfff00bc725b76e7776aba036f493395b2305d582dfb3fbb8621bb21539ed26d28b986aeae34f9072ae1c39dfeac73545c2f947514c946a96a9b1e0bebcadd7257e5971d47f03f08f42b370e45350b887eadb3b7bf979ffdf5a1408a7abe27344e1f4b9ca8ce8bb26cfe0a2c0e68bdda9c9f53cf6e247f1c7d979d81bf2f3deb750e4439a9e764667d13a75832dad34917c8406e3f82c20ca5f99a477ebd03f35c3e070c17a81de9b9cf02266b4a6745517033c563ae1613a58a8ee56e56995a04ca224226c585e4199d9909a0815f7c783d3dbce795259a53cee100dd61100f94491b7984de0c42562dfc9185b604eab0585294edc54421bd0675a5f28854bc356cff4e398a0db6c765c33671907e9b5b9a776dce52b04aa3447ea70a586fb89e37e430dcb5f8ba3de091a03176c89f983a35af92b3c1273d799eb4e27d3e76d1bee2080826f56f7857dc7767f9b0b86b9e032879513ae11a3ace2a786e03d16543327ebba696b1574c68fa981ae70b998a5c6b33c28e716b1732b71dbc10b58cafbab3024996da6c3ec74844e9a508a20ccafac23620de6da4295a2ffb68405eb02df7a8c479ed8a39fed928ccbe193007f624e625ce349a221458bba330e760298ba91c2ae1202d5470757578229a2a85ab1bd89d28e708673c2b2f1bf92958a6da34f4be4d46eba5cc130aa33e863cabb787623aabfe0a0f849614346e435e1a411da97b1b0b3000b77e9df73d8ba06f9e10f7fc4ee30102b5835ccafb1cf0cf365e5c14106c2b412a818e899c99577791e4931f2d80217d166f921972f8cd3619df2751aa44c8da67df9593539d299e4f903fd05df3262d5789936cb0f4f67308e7fba7b457361b0b5d0eb8f482103665249c6a8e1056fe61db07697107664cdb4d124b356a45b2bb481fb792979ba1f9e31122ad476d96d318a2516b1cd718dec55046ab465c84e9a8950f2e2d3dfa41a5c9a8ccd5ff16498e91938f7d7452847a158c8a3259acf68ea05ca96dd16a222885f3d0bb455e69f85ab3e862b008fa3e56c18e8d1b459bfd4716e12b9cf5b7b20f4629fb966c198588bc032c86563cf1548411e0c0dc31ae0c0c46b13c067309ed2f6a28d87dd6f175e92a001036e369d74c2184757f47622694a7bd5577d2f1f9d85f5262aeeb8204897fbd4af3155922fab0dc6d5212235a6cef50b45d3ea0a330166b214925e70ee60520615978aa38679e4d2f7ba7d672fce544db18ad45d512c184c0659f149da69bdbfde232a6dec57bc9c463a764ba5d47e7eff62eba601de49bea37b79295841f9a9698db66f829ad6ccd4be2f680272875d2cac68255257431a5621da717d6255f9ac51a3cc3662167f84647d2d89a1731a578a532e60a55d6f33e8f6e4d39c5e19558767f320a6c25a7e4171ebaeeb1e25077d144f6eb079981eada43728cf1b89f3ed2cfed4b9624b4acc634ace429858793c19a22bb924a30afe35d80944661d087f8c0a96e3e7037ebc05a71fce7d7d965be01f1f7e15e3022fd9402c2a5d475c05e49e2d8539e66f133cd80c9f0b0335c96f2295571004e8b86a832c08080c5a60d29d14fc088a69ef3d5aeb781111bdc35f632b42fec3324ef46d6be3be3a661ba154f32bc0cf7c4906f993ab3dc582e467c30fdfb85042745fece692513ea4e150160ececb9b47d45c37e3f69c0f0f7700ce586ef1b2d48d4f853339ff6d3ae468f9d675e96afe6e472a65aef541679b641b5803e6a651c18ecaf5b30601476404f3ee0c0603b02f87cc3808a0f71d87d631e5180ccd4b21116b6092a55f94689a34fe9917b32872b4c5853f902abc4d28de69f3f7edd298154c0f63e36d358be50c5657d01dbacd100b4da1e15508de2725e027da3251b7534c7e463c233b7b878e9a08970f794b630b623fc5eb6603364c38c45ca0e3522090a050559093a2202774dda324538013c8c5d84e99cb4bb954989c96e4c15c111a9db5dabbe6ee177bd1cbb28e876ac8baacbc71c2f928424553d7f00ba74b6c374bd1dbc749ea3a958c83f5df5001d2c46c438d4d5539db8c525e1b692f98f6f331bc43a0ebcb6f9ede41451b24ebd39059aa3bb576e4eee50c6e39267ff0013bf826cb4fe6e799aac5d03a9572ca0445f3373c8e972694212d916020c85a252a98684b980fcf94615da05c1818852df7d267a077ebb5c9a4493112ed2fd7b4bf20cdb222e0ff1b06fe1719e42e65e61e93137b134dbe414d56b25e30907a0817d6eeecadc7b8a9836d7dd650ec60b797859e2b37353af1c36c994b5758d5837f2aabf8c500cea1420e315e5d88b18adcdd12cd95bacfc0c1d21458655496f01556c6d58ae1b6749b5ee60544c894a70d5ba8c82935fb8f5376a4ef6a5b3ffeb822190fecd2d01a321b2ce1be95e7cb4b0eaaae86683432ffd35d12e8a3f2606c0fa6b782c8ba7ef6a41bbdf68264764cf0fbd91c765ada0f7014187c155d87d4f47a6e1564876ee32ce5b37986f1932bd9d75a57e4a957ce144e611046813df8c4a6488b1f992b843e0d8388e9a75615974a8a5e43e48c49a8c7ddea28830746dcefac3cdf1bb5a4f1ded211b5af7a5571f49533567e929b38a8ebf089de92f25e266b295fc58c4a9143a7226a05d7f9e9c3ada48f14de670abe65e3342d991fea273d93124cd67e7bb4c859b42d5c7665cdefe7c04e9c36ba0045f294eb46a1f497c029bb6c6efea6d0a9fe8bd77277b6d3b21ff0abe844f0fd6e941b4d7d8c9f5a562d78f028704d1f99b5492a7258e537546e147c349ab0272dbfa2a6f6cf7a0f6323841a9af7e67372dd501bd32731520b291be2cae3beb5f44c0ad64194658ec4f05e07cbe1582124af36fcee63a67bb17772f94c265d381b42c4585b788f08ac9bebe70fe63485b93071ce5ce351af3f010fc3d416bedecdd14134b770c03b9ada66fa1f0582579c60483f2303b5159f8d5788fcbb3c3de78c87a9c7a1d0414dc130a8043ef96069835cad2a27c83946828fbed58c076fff7f10b16441b3f486a19c9a2f46ba39f658c10651a248e24471a10a745fbb25a5d51d7812917e9801637f0c4cf977b09dc6266d5a9866247a20c68d0c1cc8cce5796c4f8bbc909a3623b3b72d12cee599c9c5b5e5ae9fc4b490d108e89c2c1d1e3beaf1bd37f8a7f961bc1f6cae226969cf877f30431a7992be1c4c1faca0d850cb408e9eda62f4d9b96c42d3dcd8786f9d9e0c721a284bbad2420f16b15c8817e6f38ce0cf997824cc9e8c305c667692c065ece6702a9baf8032f3fa77a9bf62ed1bced41f6d1a59d352e380b7d3de5652a36e9d749d0c61e91581e874b3d0d7deba650cd0fc30b5342c644da65464551bf46e06ab243931cfe0ad4da6b78c8595f0e55930d124265fea40f8c7887f5a70410b99afacf62b647ad2b05a44844db50e05ffb4665cea050aa089852643201d69f68be9de8bec54b1c5cdcca66e7d26767331a1166695711bd61c1accb1dfcab26960e3857efc988f84f89d01858fbcab4e32189fd13195696e8f0abda4b283be5490cb3781a643dbe69017e3cb88755a241f50e000c4ba79a5a99d633494049ac34f78d342b9580ea1cd7ebdbb83a6c1805168c2081395b2bb79092767ab7faf308fc3be9a452e79840fb1b8771f7d6d4c075ef1266c61c92d477009c3cfd5366e22aa894273ce1ea5d34ca78bb0238110145051160201e272f825c310813da5894d52f1e78bbd2c011ee9963b0f9114c4e3f7c23a540a14fae424757bbee91ea9005c901029097cd3824623d3a0cf265d88a172672766aa2c4dc13090ecc56836f91376ea723f1676983d5d8a83f74a144228716d9ddfbfe8eed66b7526623c1766a152751a88c3d77d78e6baac8977b38f832f70939bc1fe7a01f6c828dafe3a04ae4c903ff7c96fdb38b2a8bdb53932c19b3d78878be67a7f9c9798c1088a63079a5603cd533c2c9ca40c40d45cf1912100b4946d092f874df22187f7bb9c833882931c3fe832c192fa139e4867f2c588cd5dd586f311c6999e0aafd7a5c665d3de448a6b0a465048cddc2dffffc6904aef7111a515d5000e0e365369a205cbf4ec0246521c5ab96665fed5e6dffae8afec6409563555c1e18e90f557bbf65c4ccf4de55240b37d920c0d593394823d46122a668fa0f55d4f04ffc81c5b2ec44fb31f3127dbfd0a0a5576808148d524adb8fdf0ef847c788516f0742148c583eca4d82f0abb49c6ec95ade914c5ecdd895d9d336d8905315870340e4ea8bdd3b505578cca8d8b530ffdd0a29d618d43cb6eccf09d7c0784d3ae1eb368b7ce68838f3c7971a334e8d598c48761b8ca01439a4749ebb1228f73405b4f75abee56d4bb74260c0f9b882417df60d350c8385a6356b36c4afad24caaad47ac611a9a0c28c94a3d0af0ebcf7eefcc6c9fb68c43265b80f41f5261ff5a10baee04acc34c1adcd2b1457e0656668c7ce05a37e5e024c75bbcd83771a1bbe6dc1a2205ceca7cc5d62517a2fc39bfdf
 
Last edited:

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom