User Pass
Home Sign Up Contact Log In
BuddyHorn
offline
Link
 
Hey guys, we have a new field.

Here is what it looks like on the replay screen

http://i704.photobucket.com/albums/ww50/Buddyhorn/Cybertronfield.jpg
Other end zone
http://i704.photobucket.com/albums/ww50/Buddyhorn/Cybertronfield1.jpg


Here is the whole field
http://i704.photobucket.com/albums/ww50/Buddyhorn/TransformerField.jpg

Add us to your script if you want, also if you have a field gimme your pic and I will add you to mine.
Last edited Apr 22, 2009 20:41:18
 
Temescal
offline
Link
 
We have one as well:
http://www.gauls.be/images/gauls_field.jpg
 
BuddyHorn
offline
Link
 
very nice. I added yours.
 
Unspoken
offline
Link
 
Where do you do this??
 
Temescal
offline
Link
 
Originally posted by Unspoken
Where do you do this??


It's a greasemonkey script. You kinda need to modify it to fit your needs, such as for which teams you want to display a customized field.
 
TroyAikman8
offline
Link
 
That is real nice. Field looks better with your team graphics on it.
I did not find it on Wiki page of scripts. Hmmmmmmm..... any help with this ????
Last edited Apr 23, 2009 18:57:35
 
BuddyHorn
offline
Link
 
Get rewrite here. http://userscripts.org/scripts/show/31640


Instructions.

Originally posted by *Soundwave
Right click the monkey in the bottom right for Grease Monkey > select Manage User Scripts > highlight Replay Rewrite > select the Edit button. Next, find the below sections (1st on is near the top, 2nd near the bottom and change what I have underlined AND bolded. Remember though, your field is currently on my personal web site, so it could vanish as some point in the future without notice, so use your own uploaded photo location link.

// ---------- main ----------------

// you can modify the following variables
var autoplay = false;
var preDelay = 3000;
var postDelay = 4500;
var alwaysPause = false;
var alwaysShowPlayText = false;
var highlightPlayers = true;

var showFallenPlayers = true; //should panakes/falls/jukes be shown
var showShrinkAnimation = false; //shrink dots rather than erasing trim

var disablePlayerOverlays = false; //true can improve performance with decal layers

// XML stadium descriptions are at the bottom of this file
var useXMLDescription = true;

// if XML descriptions = true, set the booleans to image types you want to see.
// if XML descriptions = false, set the booleans to image types you want to see and set the addresses here.
// 1080x480
var enableFieldLayer = true;
var fieldImage = "http://www.vikingssideline.com/images/freedomglbfieldgrassph5.jpg";







<team id="-1">\n\
<field></field>\n\
<line></line>\n\
<north></north>\n\
<south></south>\n\
<middle xsize="224" ysize="140"></middle>\n\
<upper></upper>\n\
</team>\n\
<team id="0">\n\
<field>http://www.goallineblitz.com/images/field.jpg</field>\n\
<line></line>\n\
<north></north>\n\
<south></south>\n\
<middle xsize="" ysize=""></middle>\n\
<upper></upper>\n\
</team>\n\
<team id="1290">\n\
<field>http://www.vikingssideline.com/images/freedomglbfieldgrassph5.jpg</field>\n\
<line></line>\n\
<north></north>\n\
<south></south>\n\
<middle xsize="" ysize=""></middle>\n\
<upper></upper>\n\
</team>\n\
 
TroyAikman8
offline
Link
 
Thanks for the info. You are the bomb.
Last edited Apr 24, 2009 18:55:41
 


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