User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
zyz101z
offline
Link
 
Anyone else having issues with the Resize Player Boxes Script? When my page is loading it looks like my boxes are bigger, but when it finishes loading the page they are small again. So my XP and other info is cut off and I cant see it. Any suggestions will be appreciated.
 
Folk Legends
offline
Link
 
can anyone tell me how to get "GLB Player Notes" to the Home Page
 
Cronus6
offline
Link
 
Originally posted by rbyars
can anyone tell me how to get "GLB Player Notes" to the Home Page


I use user notes.

Originally posted by RandomBeast

Same as player notes, but for GLB users. Shows up on your home page and the profile of other users.
Originally posted by


http://userscripts.org/scripts/show/30020
Last edited Jan 2, 2009 08:26:21
 
Folk Legends
offline
Link
 
thanks
 
Randal Kay
offline
Link
 
Originally posted by pabst
Originally posted by Randal Kay

Hey Pabst I installed the newest version of your player lvl and position to EQ fund page. All the positions are appear as white text, which makes them very hard to read. Can you ether point me to the color part of the code or set so they appear as black text?

Thanks


This is a guess so if this helps, make sure to tell me so I can fix the script.

Edit the script and find this line:
var html = "<span class=\"position\">"+pos+"</span>"+name;

Change "position" to "cpu" and see if that helps.


Yes Pabst that did it. The text is now a dark grey color
 
Link
 
Wasn't there a script that hides the play outcome until the play has finished?
 
secondeye
offline
Link
 
Originally posted by pabst
Originally posted by secondeye

Installed the new version, tried it with and without 10 FPS.. 10 FPS is just the same thing much slower.. KOS is now an endless loop.. (Well, I gave up after 5 replays) and punts are sometimes 3-4 replays before it finishes.

If you have the version that detects the frame rate, players should never move slower at 10 than at 20. Their movement should be rougher since there are fewer frames, but never slower.

Originally posted by

This was a known issue with the previous versions, happening on any long play, but now it's much worse. without wading through the 240 pages is there any other explanation or fix?

I saw this before in earlier versions, and I always knew the framerate fluctuated slightly, but I never thought this was the cause.

At 20 frames per second, Bort has basically doubled the amount of array accesses required to generate a frame, and added an addition, division, and some associated logic. The extra work involved is adding more time to the frame calculations and taking up time the browser could probably use to finish drawing. So, the only explanation I have is this: "your browser is getting inundated with drawing requests and just isn't servicing them fast enough".

If the thread that actually draws the elements (which I have no control over) takes too long to do it's job, the thread that keeps the play timing actually passes it up. What's happening is that on longer plays, the graphics are so far behind that they're still drawing once the postDelay kicks in and changes the play. The postDelay starts up after the timing thread completes so as far as the script is concerned, the play is over.

Several people are recommending to increase the postDelay to watch the whole play. But, increasing the postDelay does not fix the script. When you increase the time the script has to draw the frames, you're not watching the replay at 20 frames per second any longer. Instead of watching 200 frames in 10 seconds, you're watching 200 frames in 15. Your frame rate has gone down and players are actually moving slower.

While working on adding the fields and shadows and what not, I said that the graphics don't scale well at all. This looks like a perfect example of that. If 20 frames per second don't work for you, then try replacing the field with the original ugly as sin football field (it's the only gif that occurs in the field list). If it still doesn't work, put it back at 10 and leave it alone. If it still doesn't work after that, then honestly, I really don't know what to tell you right now.


Maybe "slower" wasn't the right word. I don't know if the play is going slower really, but it is much rougher and choppy. Regardless, it's even worse in terms of the play script re-drawing.

It sounds like there is no fix for this, and that is absolutely shameful for the great script that probably has a lot of man hours put into it. I hate to say it, but it appears replay re-write is DOA for S7. I just can't do it. I could sit through a restart or two last season, but this season to constantly disable greasemonkey and go back to basic is driving me nuts.

Sorry.

Edit - I reinstalled the script, restarted, same issue. This time though, I did click 10 FPS, and restarted, which is apparently the difference because now the plays will complete, although the 10 FPS version is much less desirable to watch.

Edit Again - I significantly increased the post delay, problem solved 100%. Play is not moving slower, replays go all the way through. Not sure why Pabst is against it, maybe there's some sort of puritanical programmer's code against a fix that only hides an issue instead of solving it, but I could care less as a user. It works now. I suggest you all try it too. I had to get it up to about 20500 to get all the plays to run, although some started going through as low as 5500
Last edited Jan 2, 2009 10:17:36
 
secondeye
offline
Link
 
Originally posted by The_Burning_Bush
Wasn't there a script that hides the play outcome until the play has finished?


Replay Rewrite will hide the play outcome and keep track of stats. There's an issue for me personally with the last possession being "spoiled" by lack of a "skip" button to the next possession, but other than that it's the best script for watching a play unfold like live TV.
 
Skullkrusher
offline
Link
 
Originally posted by Jipsu
Originally posted by Skullkrusher

When I run the replays my first player is highlighted by a black square. Before the last update all my players were highlighted with different colors. Now only my first player is highlighted but none of my other players are. I tried downloading the pbr highlight and nothing changes. It only works for my first player.

Anyone know anything about this?


+1



+2
 
pabst
offline
Link
 
Originally posted by zyz101z
Anyone else having issues with the Resize Player Boxes Script? When my page is loading it looks like my boxes are bigger, but when it finishes loading the page they are small again. So my XP and other info is cut off and I cant see it. Any suggestions will be appreciated.


Edit the script and change the timeout length to something higher than 2000. If the resize occurs before the longer running scripts finish loading, it can resize to the wrong size.
 
pabst
offline
Link
 
Originally posted by Skullkrusher
Originally posted by Jipsu

Originally posted by Skullkrusher


When I run the replays my first player is highlighted by a black square. Before the last update all my players were highlighted with different colors. Now only my first player is highlighted but none of my other players are. I tried downloading the pbr highlight and nothing changes. It only works for my first player.

Anyone know anything about this?


+1



+2


Make sure you only have 1 player highlight script installed and delete the player list cookie.
Tools->Page Info->More->View Cookies->glb-greasemonkey: player list
 
pabst
offline
Link
 
Originally posted by Merlinzz
Does anyones sort player script work? Nothing happens when I try to use it. I have tried to remove it and reinstall. I have lots of working scripts. Please let me know how to get it to work.


Delete the old one and try this one: http://userscripts.org/scripts/show/39111
 
SatchWill7
offline
Link
 
Quick question, folks. I have been using the Greasemonkey script to highlight my players in replays. Since the beginning of Season 7, it has only highlighted my CB, not my DT, FB, or OT. Any help?
 
Nixx
offline
Link
 
Originally posted by SatchWill7
Quick question, folks. I have been using the Greasemonkey script to highlight my players in replays. Since the beginning of Season 7, it has only highlighted my CB, not my DT, FB, or OT. Any help?


Look 2 posts above yours.
 
cbrown
offline
Link
 
http://goallineblitz.com/game/forum_thread.pl?thread_id=1779152&page=1#14517112 error on boosted stats
 
Page:
 


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