Aller au contenu

Photo

So I Updated the Manifest Detalier


  • Veuillez vous connecter pour répondre
136 réponses à ce sujet

#126
Peer of the Empire

Peer of the Empire
  • Members
  • 2 044 messages

What is this again



#127
Viccentelena

Viccentelena
  • Members
  • 9 messages

This is a grease monkey script (firefox addon) that turned your "social.bioware.com/n7hq/home/inventory/" into a dps calculator, allowing to check the dps of weapon based on what equipment you had unlocked. Awesome stuff but the original developer of that script ceased to update it early 2013. Vlandis and Dark_freezer updated the thing to V2 but unfortunately it isn't hosted anymore due to the website having closed in august 2014.



#128
Excella Gionne

Excella Gionne
  • Members
  • 10 443 messages
Do math! PROFIT!

#129
Alfonsedode

Alfonsedode
  • Members
  • 3 895 messages

kalence and the cyonan weapon spreadsheet is what u can get easily



#130
Viccentelena

Viccentelena
  • Members
  • 9 messages

These are far from what this script used to do. I'm surprised by how many people had never heard of it.

Oh well maybe someone who still use it will see this post.



#131
Ghost Of N7_SP3CTR3

Ghost Of N7_SP3CTR3
  • Members
  • 2 041 messages

I don't think that script would work with the new bsn forum.You can't even use images in your sig now :(



#132
Viccentelena

Viccentelena
  • Members
  • 9 messages

nono it is  not on the forum it is on your multiplayer statut page, the " http://social.biowar...me=*&platform=*"



#133
Peer of the Empire

Peer of the Empire
  • Members
  • 2 044 messages

These are far from what this script used to do. I'm surprised by how many people had never heard of it.

Oh well maybe someone who still use it will see this post.

 

Actually I did try out some of those calculators back in the day



#134
UprightMan

UprightMan
  • Members
  • 16 messages

I did minor update just to get this working again, merging Dark_Frezzer's last edits along with Vlandis and still all thanks to Creakazoid great original.

 

Working in Chrome w/ TamperMonkey installed you can create as new script by copying entire contents from:

1. http://pastebin.com/1Y1wC0N0

as new script.

 

If you had older version of ME3 Manifest Detailer then just copy+paste the above over the old script, replacing everything.


  • Bud Halen aime ceci

#135
HYYP

HYYP
  • Members
  • 28 messages

@UpRightMan: your script doesn't seem to work with the current version of Greasemonkey 3.3.

You have to add the following lines into the metadata block of the script:

// @grant       GM_addStyle
// @grant       GM_setValue
// @grant       GM_getValue
// @grant       GM_deleteValue
// @grant       GM_listValues
// @grant       GM_registerMenuCommand

to make the metadata block look like this:

// ==UserScript==
// @name        ME3 Manifest Detailer
// @namespace   creakazoidbsn (Edited/Updated by Vlandis, Dark_Frezzer)
// @include     http://social.bioware.com/n7hq/home/inventory/?name=*&platform=*
// @grant       GM_addStyle
// @grant       GM_setValue
// @grant       GM_getValue
// @grant       GM_deleteValue
// @grant       GM_listValues
// @grant       GM_registerMenuCommand
// @require     http://pastebin.com/raw.php?i=Mz6PpDtW
// @require     http://userscripts-mirror.org/scripts/source/139436.user.js
// @version     2.0.2a-1.07
// ==/UserScript==


#136
The NightMan Cometh

The NightMan Cometh
  • Members
  • 2 809 messages

The necros are never going to stop, are they?



#137
AGCeyx

AGCeyx
  • Members
  • 253 messages


@UpRightMan: your script doesn't seem to work with the current version of Greasemonkey 3.3.
You have to add the following lines into the metadata block of the script:

// @grant       GM_addStyle
// @grant       GM_setValue
// @grant       GM_getValue
// @grant       GM_deleteValue
// @grant       GM_listValues
// @grant       GM_registerMenuCommand
to make the metadata block look like this:
// ==UserScript==
// @name        ME3 Manifest Detailer
// @namespace   creakazoidbsn (Edited/Updated by Vlandis, Dark_Frezzer)
// @include     http://social.bioware.com/n7hq/home/inventory/?name=*&platform=*
// @grant       GM_addStyle
// @grant       GM_setValue
// @grant       GM_getValue
// @grant       GM_deleteValue
// @grant       GM_listValues
// @grant       GM_registerMenuCommand
// @require     http://pastebin.com/raw.php?i=Mz6PpDtW
// @require     http://userscripts-mirror.org/scripts/source/139436.user.js
// @version     2.0.2a-1.07
// ==/UserScript==
 

Thanks HYYP and uprightman, that script is really usefull and I was missing it since quite a while :-)