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 RobertRJS
does replay rewrite need to be updated for the new stuff?

I haven't checked yet.


Assuming you already have the latest version, I don't think so since nothing seems out of the ordinary so far.
 
Sweet T
offline
Link
 
Is this a script? http://img513.imageshack.us/my.php?image=22013880om3.jpg
 
pabst
offline
Link
 
Originally posted by Sweet Jesus
Is this a script? http://img513.imageshack.us/my.php?image=22013880om3.jpg


It's at the usual place, but you don't want it as it looks much better in screenshots than in an actual replay.
 
Sweet T
offline
Link
 
Originally posted by pabst
Originally posted by Sweet Jesus

Is this a script? http://img513.imageshack.us/my.php?image=22013880om3.jpg


It's at the usual place, but you don't want it as it looks much better in screenshots than in an actual replay.


where can i get that script?
 
pabst
offline
Link
 
Originally posted by Sweet Jesus
Originally posted by pabst

Originally posted by Sweet Jesus


Is this a script? http://img513.imageshack.us/my.php?image=22013880om3.jpg


It's at the usual place, but you don't want it as it looks much better in screenshots than in an actual replay.


where can i get that script?


http://userscripts.org/scripts/show/29276
Last edited Apr 18, 2009 00:03:14
 
Sweet T
offline
Link
 
Originally posted by pabst
Originally posted by Sweet Jesus

Originally posted by pabst


Originally posted by Sweet Jesus



Is this a script? http://img513.imageshack.us/my.php?image=22013880om3.jpg


It's at the usual place, but you don't want it as it looks much better in screenshots than in an actual replay.


where can i get that script?


http://userscripts.org/scripts/show/29276


oh, thanks i actually found it here. http://glbscripts.myfreeforum.org/index.php
 
Robolis
offline
Link
 
Do we have a script yet to make a printer friendly or forum post friendly export of the post game summary??

Gosh golly that would be swell.
 
n:iceman:16
offline
Link
 
Hey Deathblade, how hard would it be to make a script that changes up some of the colors on the UI?
 
northstar09
fist flint
offline
Link
 
Is there anyone who could help me out with the AI Enhancer script? I need to re-arrange my quarter-by-quarter inputs for testing in scrimmages, but I can't figure out how to do that I do have the script, I just don't know how to paste the inputs. For example, I want to move my 2nd quarter input "First Down" into the 1st Quarter slot. I figured out how to copy the input, but how do I paste it to the First Quarter? Thanks in advance
 
Link
 
Go to the First Quarter section. Select "Add New Input". Right next to where you clicked "Copy Input" it says "Paste Input".
 
Backspacer
offline
Link
 
any help with custom graphics. i made a field, how do i make it work?
http://s393.photobucket.com/albums/pp19/monsterofmidway23/?action=view¤t=arcticfield-1.png
 
cowtesticles2001
udder pressure
offline
Link
 
in after unsticky....why?
 
northstar09
fist flint
offline
Link
 
Originally posted by Second Goalie
Go to the First Quarter section. Select "Add New Input". Right next to where you clicked "Copy Input" it says "Paste Input".


That's what I thought, but nothing happens when I click "Paste Input"
 
rockitsauce
offline
Link
 
If you're adding a new input the paste won't work until you save and reload the AI. The big key there is the larger links (Delete, etc..)

Those elements are injected dynamically so events can't be bound to them.

Otherwise, just select the item you want to paste by clicking on it in the clipboard. Selection is denoted by highlighting it in orange. Then click the "paste" link in the input/output where you want to paste it. Just like that guy said above.
Last edited Apr 18, 2009 23:12:30
 
pabst
offline
Link
 
Originally posted by MonsterofMidway
any help with custom graphics. i made a field, how do i make it work?
http://s393.photobucket.com/albums/pp19/monsterofmidway23/?action=view&current=arcticfield-1.png

Your current image is 1.5MB, so the animation might run terribly. But more importantly, it's the wrong size. Fields must be 480x1080 for everything to be aligned correctly. At some point, your field was scaled, so you'll have alignment errors in the field. Might be noticeable, might not.

You should fix your image first, but here's how to do it with the current image:
Edit the script and set useXmlDescription to true.
Make sure enableFieldLayer is set to true.
Then, add this to the xmlDescription variable at the bottom of the script.
<team id="5061">\n\
<field>http://i393.photobucket.com/albums/pp19/monsterofmidway23/arcticfield-1.png</field>\n\
<line></line>\n\
<north></north>\n\
<south></south>\n\
<middle xsize="224" ysize="140"></middle>\n\
<upper></upper>\n\
</team>\n\

 
Page:
 


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