User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
pabst
offline
Link
 
Originally posted by cwrujosh
I was wondering if a GM script would be possible where you could go to the PbP screen and select an individual player and it would sort out the plays that player was involved in.

I might be able to get that into the play-by-play filter when I finally finish it up. It would only show plays where they were involved statistically. I won't be able to detect if they just happened to be on the field.
 
cwrujosh
offline
Link
 
Originally posted by pabst
Originally posted by cwrujosh

I was wondering if a GM script would be possible where you could go to the PbP screen and select an individual player and it would sort out the plays that player was involved in.

I might be able to get that into the play-by-play filter when I finally finish it up. It would only show plays where they were involved statistically. I won't be able to detect if they just happened to be on the field.


That's actually perfect Pabst. Basically, if I have a RB or WR, I'd like to quickly sort what plays they carried or caught (or dropped). A quick way to scout my own players.

Thanks for the help!
 
pabst
offline
Link
 
Originally posted by iMan
anyone the link to a new pancake script thats pretty accurate or shows something on the replays
the one on the forums dont show me anything

Pancakes aren't recorded in the replay so there is no "accurate" pancake script. If the script you downloaded isn't working, you have to make sure the script's include line is http://goallineblitz.com/game/replay.pl?game_id=*&pbp_id=* And, if you're using the replay rewrite script, it won't work at all.
 
pabst
offline
Link
 
Originally posted by nightstar289
Just wondering, but how do I un-install a script I don't like?


Tools->Greasemonkey->Manage User Scripts
The scripts you have installed are listed on the left. Click on the one you don't want and hit the uninstall button on the bottom.
 
Jax_beezie
offline
Link
 
Originally posted by Jax_beezie
Ok I made an official suggestion for this to be added over in the game but maybe a scripter can do this instead....

On the equipment fund page it just list player names but no current level....so we know what level players are so we know how much to allocate to players.....

If we can just get player levels near their names it would make things a lot easier for us owners...seems to me would be a gimmie already but didn't happen...



Anyone want to do this for team owners?
 
SpaceTrucker
offline
Link
 
Perhaps their is one already and if so please let me know but it would be great if a person could keep notes on the training page.
It would save me having to constantly remind myself what my priorities should be when training my players.


Thanks gentlemen.
 
DaRealest
offline
Link
 
Originally posted by canes30
Originally posted by SpaceTrucker

Thanks Nixx,you've come through a few times for me now.
I really appreciate it sir.
All the best


+1

Nixx is great. I'd say he helps the most for a non-mod.


No love for me?
 
canes30
offline
Link
 
Nawww lol. You're top 5 but not #1
 
SpaceTrucker
offline
Link
 
Originally posted by DaRealest
Originally posted by canes30

Originally posted by SpaceTrucker


Thanks Nixx,you've come through a few times for me now.
I really appreciate it sir.
All the best


+1

Nixx is great. I'd say he helps the most for a non-mod.


No love for me?


Always big guy!!
 
pabst
offline
Link
 
Originally posted by cwrujosh
I was wondering if a GM script would be possible where you could go to the PbP screen and select an individual player and it would sort out the plays that player was involved in.

I've updated the pbp filter so this is about as done as I can get it. If you own the player, you can select him from a drowdown list. If it's just some random player, you'll have to put his name in manually. http://userscripts.org/scripts/show/33496

Game scout has been updated so that it can now be run against the filtered output. There's no filtering off the team page yet (this might be more trouble than it's worth). And I fixed a bug where it couldn't be run multiple times off the home page without reloading. http://userscripts.org/scripts/show/28938

I updated my copy of the player compare script to fix a bug where the last digit of numbers were getting dropped. http://userscripts.org/scripts/show/33921

And since I was doing filtering all night, here's one for the marketplace. http://userscripts.org/scripts/show/34975
Last edited Oct 4, 2008 09:36:22
 
BoneZ69
offline
Link
 
idk if someone already said this but this didn't work because of one little thing that was missing

Originally posted by RandomBeast
You should be somewhat familiar with Greasemonkey to do this, as you will in essence be creating your own script for your player.

Now before we get started, you'll need to find the player ID of who you want to track on the replay. You can do that by clicking on any of your players on your home page. You'll see their ID at the end of the URL: "player_id=######"

###### = your player ID number. Save that number.

You'll also need a 16x16 image you want to show up for your player.

I'm using just a colored red circle with my player's initial on it, but you can put anything really. Just make sure it is 16x16 so it fits with the others in the replay. It should have some transparency if you want to make it a circle. Upload it to a server somewhere and save that URL.

Now, in Firefox go to Tools>Greasemonkey>New User Script...

For name, enter the name of your player
Put anything for Namespace (I put GLB for GoalLineBlitz)
You can put any description. Something like "Custom icon on replay for player XYZ"
For the includes, remove anything currently there, and add "http://goallineblitz.com/game/replay.pl?pbp_id=* " (no quotes)

It may ask you to browse for a text editor if you don't have one associated - browse to notepad or something similar.

It will open up a text file with a few lines at the top. Underneath those, put the following code:

window.setTimeout( function()
{
if(document.getElementById('#######')){
document.getElementById('#######').innerHTML = '<img src="http://www.maploco.com/maps/dots/red-circle.png">';
}
}
)

Replace the ###### in the two places with your player user ID you saved earlier. Replace the URL with the path to your image. Save that file. Next time you watch a replay, your player will have a custom icon.



for the includes put this in instead

http://goallineblitz.com/game/replay.pl?game_id=*&pbp_id=*


it will work that way
 
mw54finest
offline
Link
 
BoneZ69,
http://glbscripts.myfreeforum.org/about123.html
This script was a replacement(?) of the one you've listed and should be compatible with current edition of the game.

I also recommend Replay Rewrite script that I think already includes the player highlight plus many more enhancements.
http://glbscripts.myfreeforum.org/about181.html
 
Link
 
With all the modified scripts that are taking place by those WONDERFUL and talented script writers, Is it possible to have TOO many installed and loaded? What scripts are needed for others to work? I seem to have 36 installed, but some not enabled due don't need all the time or screen duplications (ie: player sorting/descending), is that TOO many???
 
Nixx
offline
Link
 
There can be conflicts, but it's not like every script is active on every page.
 
ATLFan
offline
Link
 
One of my GM's installed Firefox but is having trouble logging into GLB, I had the same problem but can't remember how I worked around it? Any advice would be appreciated.

Cheers.
 
Page:
 


You are not logged in. Please log in if you want to post a reply.