Gettysburg - the film

From the creators of Crown of Glory come an epic tale of North Vs. South. By combining area movement on the grand scale with optional hex based tactical battles when they occur, Forge of Freedom provides something for every strategy gamer. Control economic development, political development with governers and foreign nations, and use your military to win the bloodiest war in US history.

Moderator: Gil R.

LuckyCJS1001
Posts: 30
Joined: Sun Mar 18, 2007 5:59 pm

Gettysburg - the film

Post by LuckyCJS1001 »

Has anyone any opinions on the film 'Gettysburg' with Martin Sheen as Lee and Tom Beringer in ?

I seem to recall watching it years ago and although I knew nothing about the battle other than it was a turning point in the war, it was bloody awful.

But having bought FoF and some books on the war I feel I should give it another chance. Sort of ignore the hammy acting and just focus on the history.

Question is does it reflect what historically happened ?

Chris
anarchyintheuk
Posts: 3958
Joined: Wed May 05, 2004 7:08 pm
Location: Dallas

RE: Gettysburg - the film

Post by anarchyintheuk »

Give it another chance, just don't rely on it for historical accuracy. I could only watch it once, the fake beard fest became unbearable. Berenger's in particular is a crime against wardrobe.

The movie underplays Lee's illness during the battle (a crippling case of the scoots that, let's face it, would be difficult to work into the screenplay) and overplays the fact that Lee was missing Stuart and his cavalry. Stuart actually only had 3 of the ANV's 7 cavalry brigades with him.

Its been along time since I've seen the movie, so I'm sure there are other problems as well as it being "bloody awful".
User avatar
jkBluesman
Posts: 797
Joined: Mon Feb 12, 2007 6:48 pm

RE: Gettysburg - the film

Post by jkBluesman »

It very muched helped to change the image of Longstreet (Tom Berenger) in popular mind as he is more or less a hero in the movie and not the scapegoat for the Southern defeat.
Certain aspects are very historical. Some dialouges were taken from primary sources (whether reliable or not is a different question). So it might be worth to watch it again after reading the books. Which did you read by the way?
"War is the field of chance."
Carl von Clausewitz
Ironclad
Posts: 1936
Joined: Wed Nov 22, 2006 1:35 pm

RE: Gettysburg - the film

Post by Ironclad »

Since its based on a work of fiction (which I haven't read) I suppose we can't expect it to be fully accurate. The heroes are clearly Chamberlain and Longstreet (the all knowing). Sheen does his best (not ideal to play Lee) but some of the lines he is given don't help - all that about this being the last battle. I don't think there is any reference to Vicksburg or the west.
LuckyCJS1001
Posts: 30
Joined: Sun Mar 18, 2007 5:59 pm

RE: Gettysburg - the film

Post by LuckyCJS1001 »

So far this one:

http://tinyurl.com/26n3zu

Good maps and for a complete novice it offers a good overview of the war. Not one for an in depth study of individual battles but it made me realize that playing without the things like 'Advanced Supply, Governers and Generals' you are not really gaming the war.

Might make it easier but then if I wanted Risk I would go buy it. :-)

// ==UserScript== // @name MultiPopup Main Functions File // @namespace http://www.hesido.com // @version 2.09 // @date 2005-08-18 // @author Emrah BASKAYA // @description Tooltip Replacement: Replaces Browser Default Tooltips with CSS stylable ones and allows you to customize the information displayed in it and the delay for tooltips. // @include * // ==/UserScript== // Licence Information: /* MultiPopup V2.09 Main Functions File Tooltip Replacement Script Emrah BASKAYA (hesido - www.hesido.com) Detailed info can be found at: http://www.hesido.com You cannot use this code for commercial purposes without permission of the author. You are not allowed to earn money from this script or any work that is derived from this script. Free to use for non-commercial purposes. A link to www.hesido.com is most welcome, in a page on your site, if you are using it for your website. For other usage options, please contact the author. Uses some DOM fallback methods as seen on www.quirksmode.org Code for embedding CSS by D.I.Z. */ if (window.addEventListener) window.addEventListener('load', multipopupMain, false); else if (window.attachEvent) window.attachEvent('onload', multipopupMain); function multipopupMain(){ if (!document.createElement || !document.getElementsByTagName || !document.getElementById || document.getElementsByTagName("head").length == 0) return; var allowRemotePrefs = true; //Needs to be true to be able to run modules, external preferences and skin //making this false will almost make Multipopup impenetratable. // Total Suppression if (allowRemotePrefs && typeof(mpUSRJS) != "undefined" && mpUSRJS.doNotRun) return; // Self Supression if (window.MPwinTriggersActive) return; // Prerunmodules execution if (allowRemotePrefs && typeof(mpUSRJS) != "undefined" && typeof(mpUSRJS.preRunModules) != "undefined") for (var i=0; iarray related to tooltip // gVr->array that holds generic info // aOb->array that holds animation info. var pcR = new Array(), gVr = new Array(), aOb = new Array(), mPu = new Array(); setMPPreferences(); mPu.divIds = ['mpopupc','mpoptop','mpopfill1','mpopbod','mpopfill2','mpopfill3','mpopfill4','mpopbot','mpopfill5','mpopdbl','mpopdblprnt','bmtest']; mPu.styleObId = "mpopupstyleobjectid" mPu.revEvals = new Array(null,'"rect("+(clipYTarget-aOb.clipY)+"px, "+(clipXTarget+aOb.clipX)+"px, "+(clipYTarget+aOb.clipY)+"px, "+(clipYTarget-aOb.clipY)+"px)"','"rect(0px, "+(aOb.clipX*2)+"px, "+(clipYTarget*2)+"px, 0px)"','"rect(0px, "+(aOb.clipX*2)+"px, "+(aOb.clipY*2)+"px, 0px)"'); mPu.defDesc = "",pcR.hvrdObj = null,aOb.objMovd = null,aOb.clipStep = 0,aOb.warpStep = 0; aOb.popActv = false,aOb.objMovd = false,gVr.activeDelay = mPu.popupDelay; pcR.actOffsetX = mPu.xOfst, pcR.actOffsetY = mPu.yOfst; aOb.revInt = new Array(),aOb.prevs = new Array(); // Auto Primary Suppress gVr.suppress = (typeof(mpUSRJS) != "undefined" && mpUSRJS.suppress && mPu.allowSuppress) ? true : false; // deb = document.getElementById('debug'); // debb = 0; mPu.setPopups = function() { if (mPu.revStyle == 0 || mPu.clipSteps == 0) {gVr.desInstRev = true; mPu.clipSteps = 0} else {gVr.desInstRev = false;} gVr.instRev = gVr.desInstRev; var attList = new Array(), attid = new Array(), patternFound; if (mPu.useFirefoxForceWrap) eval('var forcewrapreg = /([^\\s\\&\\/\\-]{'+mPu.forceBreakAt+'})/g'); else eval('var forcewrapreg = /([^\\s\\/\\-]{'+mPu.forceBreakAt+'})/g'); // eval('var forcewrapreg = /([^\\s\\&\\/-]{'+mPu.forceBreakAt+'})/g'); //Opera var forcewrapreplace = '$1'+mPu.brokenSign; var zerowidthspacereg = /([\&\/-])/g var zerowidthreplacer = '​$1' for (var i=0; i'+inserter[0]+'[/align]'; else for (var kt=0; kt'+mPu.attDTitle[instId[kt]]+''+inserter[kt]+'[/align]';} if (altinsertr.length == 1 && mPu.attDNAWA[ainsId[0]]) toaltinsrt = ''+altinsertr[0]+'[/align]'; else for (var kt=0; kt'+mPu.attDTitle[ainsId[kt]]+''+altinsertr[kt]+'[/align]';} if (toinsert !="" || toaltinsrt !="") { if (toinsert !="") {targetNodes.primaryView = toinsert; targetNodes.primDpresent = true;} if (toaltinsrt !="") {targetNodes.secondaryView = toaltinsrt; targetNodes.altDpresent = true;} if (!targetNodes.triggersActive) { if (!addCheckTrigger(targetNodes,'mouseover',writeDescription)) targetNodes.onmouseover = writeDescription; if (!addCheckTrigger(targetNodes,'mouseout',clearDescription)) targetNodes.onmouseout = clearDescription; targetNodes.triggersActive = true; } } } } } // Embed Internal Style if (mPu.useDefStyle) { if (document.getElementById(mPu.styleObId) != null) document.getElementById(mPu.styleObId).parentNode.removeChild(document.getElementById(mPu.styleObId)); var head = document.getElementsByTagName("head")[0]; var CSSstyleObj = document.createElement("style"); CSSstyleObj.setAttribute("type", 'text/css'); CSSstyleObj.id = mPu.styleObId; CSSstyleObj.innerHTML = mPu.defCSS; head.appendChild(CSSstyleObj); } addTrigger(window,'resize', sizeUpdate); addTrigger(window,'keydown', mpopupKeyReceive); addTrigger(window,'keyup', mpopupKeyUpreceive); window.MPwinTriggersActive = true; mPu.addPopupDiv = addPopupDiv; addPopupDiv(); sizeUpdate(); mPu.setPopups(); // Postrun modules execution if (typeof(mPu.postRunModules) != "undefined") for (var i=0; i0) ? pcR.width - mPu.edgeBufferZone : xiPos; var syEdge = (pcR.actOffsetY>0) ? pcR.height - mPu.edgeBufferZone : yiPos; yiPos = Math.max(Math.min(yiPos, syEdge - pcR.divHeight),0); xiPos = Math.max(Math.min(xiPos, sxEdge - pcR.divWidth),0); aOb.yPos = yiPos; aOb.xPos = xiPos; if (pointColDetect(pcR.xgPos,pcR.ygPos,yiPos,xiPos+pcR.divWidth,yiPos+pcR.divHeight,xiPos,3)) { pcR.actOffsetX = -pcR.actOffsetX; pcR.actOffsetY = -pcR.actOffsetY; return false; } else { pcR.tDiv.style.top = (aOb.yPos + pcR.scrolledY - gVr.bRCompY) + "px"; pcR.tDiv.style.left = (aOb.xPos + pcR.scrolledX - gVr.bRCompX) + "px"; } return true; //Modify Ian } function pointColDetect(x,y,top,right,bottom,left,boundary) { top -= boundary; bottom += boundary; left -= boundary; right += boundary; if ((x>left&&xtop&&y 0; pcR.bDiv.style.display = 'none'; pcR.bDiv.style.display = 'block'; pcR.hvrdCh = true; pcR.hvrdFirst = true; if (pcR.reqDesc) { pcR.cDiv.innerHTML = tagDescription; pcR.mDiv.innerHTML = tagDescription; } aOb.tWidth = pcR.mDiv.offsetWidth; aOb.tHeight = pcR.mDiv.offsetHeight; if (!wpt && pcR.reqDesc) { mPu.setDdivTargetSize(); fixPopupPos(); } if (aOb.popActv != true) { if (wpt) pcR.cDiv.style.left = pcR.padComp+'px'; aOb.revealTimer = window.setTimeout( function() { if (pcR.hvrdObj != null) { if (pcR.hvrdFirst == true && mPu.warpSteps > 0) { aOb.tPrevHeight = aOb.tHeight; aOb.tPrevWidth = aOb.tWidth; mPu.setDdivTargetSize(); fixPopupPos(); } aOb.revealTimer = 0; if (gVr.suppress && !ctrlK && !altK && !nosuppress) return; if (gVr.instRev) aOb.revInt[aOb.revInt.length] = window.setInterval( function() { //Instant Reveal Function if (aOb.objMovd == true) { pcR.cDiv.style.width = aOb.tWidth + 'px'; pcR.cDiv.style.height = aOb.tHeight + 'px'; fixPopupPos(); if (pcR.reqDesc) pcR.tDiv.style.visibility = 'visible'; aOb.popActv = true; aOb.clipAnimDone = true; clrIntrvls(); } },mPu.revInt); else aOb.revInt[aOb.revInt.length] = window.setInterval( function() { //Clip Reveal Function if (aOb.objMovd == true && aOb.clipStep 0) { aOb.tPrevHeight = aOb.heightSet; aOb.tPrevWidth = aOb.widthSet; } aOb.warpStep = 0; } function movePopup(e) { if (pcR.hvrdObj != null || aOb.popActv == true) { if (!e) {e = window.event;} //Modify Ian pcR.ygPos = e.clientY; pcR.xgPos = e.clientX; fixPopupPos(); aOb.objMovd = true; } } function sizeUpdate() { if (self.innerWidth) { pcR.width = self.innerWidth; pcR.height = self.innerHeight;} else if (document.documentElement && document.documentElement.clientWidth) { pcR.width = document.documentElement.clientWidth; pcR.height = document.documentElement.clientHeight;} else if (document.body) { pcR.width = document.body.clientWidth; pcR.height = document.body.clientHeight;} gVr.bRCompX = 0; gVr.bRCompY = 0; if (document.body.activeStyle('position','position') == 'relative') {gVr.bRCompX = document.body.offsetLeft; gVr.bRCompY = document.body.offsetTop} } function getElementsByClass(targetTag,tagClass) { var elementList = document.getElementsByTagName(targetTag); var classTag = new Array(); for (var i=0;i -1 && mPu.preload == true) preLoadImage(stripURL(bgIm)) } pcR.cDiv = tDv[6]; pcR.tDiv = tDv[0]; pcR.dDiv = tDv[5]; pcR.mDiv = tDv[9]; pcR.bDiv = tDv[10]; pcR.padComp = parseInt(tDv[5].activeStyle('padding-left','paddingLeft')); tDv[6].style.left = pcR.padComp + 'px'; // detect firefox bug and set functions accordingly tDv[5].style.width = "50px"; tDv[5].style.height = "50px"; mPu.setDdivWarpSize = (tDv[5].offsetWidth > tDv[1].offsetWidth && tDv[1].activeStyle('display','display') != 'none' && tDv[7].activeStyle('display','display') != 'none') ? function() { aOb.dHght = aOb.heightSet + pcR.bxMcompY; aOb.dWdth = aOb.widthSet + pcR.bxMcompX; pcR.dDiv.style.height = aOb.dHght + "px"; pcR.dDiv.style.width = aOb.dWdth + "px"; tDv[1].style.display = 'none';tDv[1].style.display = 'block'; tDv[7].style.display = 'none';tDv[7].style.display = 'block'; } : function() { aOb.dHght = aOb.heightSet + pcR.bxMcompY; aOb.dWdth = aOb.widthSet + pcR.bxMcompX; pcR.dDiv.style.height = aOb.dHght + "px"; pcR.dDiv.style.width = aOb.dWdth + "px"; } mPu.setDdivTargetSize = (tDv[5].offsetWidth > tDv[1].offsetWidth) ? function() { pcR.cDiv.style.height = aOb.tHeight + 'px'; pcR.cDiv.style.width = aOb.tWidth + 'px'; aOb.dHght = aOb.tHeight + pcR.bxMcompY; aOb.dWdth = aOb.tWidth + pcR.bxMcompX; pcR.dDiv.style.height = aOb.dHght + "px"; pcR.dDiv.style.width = aOb.dWdth + "px"; tDv[1].style.display = 'none';tDv[1].style.display = 'block'; tDv[7].style.display = 'none';tDv[7].style.display = 'block'; } : function() { pcR.cDiv.style.height = aOb.tHeight + 'px'; pcR.cDiv.style.width = aOb.tWidth + 'px'; aOb.dHght = aOb.tHeight + pcR.bxMcompY; aOb.dWdth = aOb.tWidth + pcR.bxMcompX; pcR.dDiv.style.height = aOb.dHght + "px"; pcR.dDiv.style.width = aOb.dWdth + "px"; } pcR.TDdifX = tDv[0].offsetWidth - tDv[5].offsetWidth; pcR.TDdifY = tDv[0].offsetHeight - tDv[5].offsetHeight; } function getActiveStyle(style,stylecc) { if (window.getComputedStyle) return window.getComputedStyle(this,null).getPropertyValue(style) if (this.currentStyle) return eval("this.currentStyle."+stylecc) } function preLoadImage(imageurl) {var img = new Image();img.src = imageurl;return img;} function stripURL(s) { // I'll later replace this with proper regex. s = s.substring(s.indexOf("url(")+4,s.lastIndexOf(")"));if (s.indexOf('"')>-1) s = s.substring(s.indexOf('"')+1,s.lastIndexOf('"'));return s; } function writeDescription(e) { if (!e) {e = window.event;} //Modify Ian if (this != e.target) return; if (!e.shiftKey) doWriteDescription(this,e.ctrlKey,e.altKey,false) } function clearDescription(e) { if (!e) {e = window.event;} //Modify Ian if (this != e.target) return; doClearDescription(); } function addTrigger(elm,eventname,func) { if (!addCheckTrigger(elm,eventname,func) && elm.attachEvent) elm.attachEvent('on'+eventname, func); } function addCheckTrigger(elm,eventname,func) { if (elm.addEventListener) {elm.addEventListener(eventname, func, false); return true;} else return false; } function removeTrigger(elm,eventname,func) { if (!removeCheckTrigger(elm,eventname,func) && elm.detachEvent) elm.detachEvent('on'+eventname, func); } function removeCheckTrigger(elm,eventname,func) { if (elm.removeEventListener) {elm.removeEventListener(eventname, func, false); return true;} else return false; } //Embedded preferences function setMPPreferences() { if (typeof(mpUSRJS) != "undefined" && allowRemotePrefs) mPu = mpUSRJS; if (typeof(mPu.prefsVersion) == "undefined") {mPu.noExtPrefs=true;} mPu.useDefStyle = true; mPu.popupDelay = 650; mPu.hideDelay = 85; mPu.instPopDur = 370; mPu.attDesc = ['htitle','alt','href','src']; mPu.attDUse = [true,true,true,true]; mPu.attDPri = [true,false,false,false]; mPu.attDSec = [false,true,true,true]; mPu.setAttNull = [false,false,false,false]; mPu.attDInhrt = [true,false,true,false]; mPu.forceWordWrap = [false, false, true, true]; mPu.stnClass = 'mpop_cl'; mPu.alrtClass = 'mpop_al'; mPu.spcClass = ['mpop_title','mpop_alt','mpop_href','mpop_src']; mPu.attDTitle = ['Title:','Alt:','Address:','Source:'] mPu.alertPattern = ['','',/^(\s*javascript\:)/i,''] mPu.alertToPri = false; mPu.alertInstant = false; mPu.attDNAWA = [true,true,false,false]; mPu.xOfst = 15; mPu.yOfst = 15; mPu.clipSteps = 3; mPu.revStyle = 0; mPu.revInt = 10; mPu.warpSteps = 10; mPu.preload = true; mPu.edgeBufferZone = 32; mPu.tTags = ["*"]; mPu.ttipZIndex = "9999"; mPu.autoSelfFocus = true; mPu.forceBreakAt = 29; //minimum number of chars needed to force a break, is applied to attributes with 'forcewordwrap' on. mPu.brokenSign = '»' //new with 2001 mPu.allowSuppress = true; //version mPu.embeddedPrefsVersion = 2004; mPu.defCSS = '/* embedded css version 2.02 Skin Name: Minimal Transparent */' +'#mpopupc, #mpopdblprnt, #mpopupdbl {' +' color: black !important; width: auto !important; height: auto !important;' +' padding: 0 !important; margin: 0 !important; position: absolute; top: 0; left: 0;' +' background: #EEE none !important; text-align: left !important}' +'#mpopdblprnt {padding:1px !important; max-width:80% !important;}' +'#mpopdbl {position: relative;}' +'#mpopupc, #mpopdbl, #mpopdbl div, #mpopupc div, #mpopbod div, #mpopbod>div>div>div {' +' font: 12px "Trebuchet MS", Trebuchet, Verdana, Sans-Serif !important;' +' border-width: 0 !important; margin: 0; padding: 0; }' +'#mpopupc {' +'background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAABGdBTUEAAK%2FINwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABuSURBVHja7NAxDQAwCAAwwL%2FGedhPAj5IK6E5%2FV8QpUCECBEiRIgQIUKECBEiRIgQIUKECBEiRIgQIUKECBEiRIgQIUKECBEiECFChAgRIkSIECFChAgRIkSIECFChAgRIkSIECFChIgLVgABBgDHFAROmd3kzgAAAABJRU5ErkJggg%3D%3D) !important;' +'border: 2px solid #222 !important; opacity: 0.9; padding: 0.2em 0.3em !important;}' +'#mpoptop {display:none}' +'#mpopbot {display:none}' +'#mpopbod {' +' padding:0 !important; margin: 0 !important; border-width: 0 !important;}' +'#mpopbod>div {' +' padding:0 !important; margin: 0 !important; border-width: 0 !important;}' +'#mpopbod>div>div {' +' position:relative;' +' padding:1px !important; margin: 0 !important; border-width: 0 !important;}' +'#mpopbod>div>div>div { margin:0 !important; word-wrap: break-word;}' +'#mpopdbl { max-width: 320px !important; margin: 0 !important; padding: 0 1px !important; word-wrap: break-word;}' +'#bmtest { top: 0; left: 0; position: absolute; border-width: 0 !important; margin: 0 !important; }' +'span.mpop_cl, span.mpop_al {' +' font-weight: bold; background-color: #1F2C2F; color: #EAE9DA; font-style: italic;' +' font-variant: small-caps; font-size: 90%; padding: 0 0.6em 0 0.3em; margin-right: 0.3em;}' +'span.mpop_al {background-color: red}' +'span.mpopbrspan {color: red;}' ; //not for modification. mPu.minimumReqPrefsV = 2002; if (allowRemotePrefs && mPu.setMPPrefsExternal && mPu.minimumReqPrefsV
User avatar
freeboy
Posts: 8969
Joined: Sun May 16, 2004 9:33 am
Location: Colorado

RE: Gettysburg - the film

Post by freeboy »

?
"Tanks forward"
User avatar
Drex
Posts: 2512
Joined: Wed Sep 13, 2000 8:00 am
Location: Chico,california

RE: Gettysburg - the film

Post by Drex »

Did anyone notice how close Jeff Daniels comes to being a lookalike to Joshua Chamberlain? I purchased Chamberlain's "Passing of the Armies" with his likeness as a youthful hero and darned if it isn't Jeff Daniels.
Col Saito: "Don't speak to me of rules! This is war! It is not a game of cricket!"
User avatar
Yogi the Great
Posts: 1949
Joined: Tue Apr 10, 2007 1:28 pm
Location: Wisconsin

RE: Gettysburg - the film

Post by Yogi the Great »

Personally I think it is a great film, one of the best of all time.  It is based on Killer Angels so historical accuracy beyond that is not to be expected.  Great depection of characters however and if you're into leadership styles, you can almost use it as a training tool.  Also a very moving and inspirational film.
 
I've watched it many times and will do so many more over the rest of my life.
Hooked Since AH Gettysburg
User avatar
Bbauska
Posts: 2
Joined: Tue Dec 26, 2006 10:22 pm

RE: Gettysburg - the film

Post by Bbauska »

My biggest problem with the film "Gettysburg" is that the actor that plays Pickett plays Jackson in "Gods and Generals"
User avatar
Gil R.
Posts: 10820
Joined: Fri Apr 01, 2005 4:22 am

RE: Gettysburg - the film

Post by Gil R. »

I hated Tom Berenger's beard. Looks like it came from a Halloween costume shop.
Michael Jordan plays ball. Charles Manson kills people. I torment eager potential customers by not sharing screenshots of "Brother Against Brother." Everyone has a talent.
Johnus
Posts: 615
Joined: Thu May 23, 2002 6:40 am

RE: Gettysburg - the film

Post by Johnus »

The Novel: The Killer Angels, by Michael Shaara, is a classic. He won a Pulitzer Prize for it and it is my favorite war novel by far. If you have not read it, you must. You will not be disappointed.

I'm not a movie critic, but I've viewed the movie many times. It tracks the novel faithfully. I enjoy the re-enactments and the portrayals of Lee and Longstreet. I never noticed anything odd about Berenger's beard. I think some of the actual hairdo's and beards of the Victorian era did indeed look fake. Check out the pictures of Stanton's beard in Team of Rivals, by Doris Kearns Goodwin.
dude
Posts: 399
Joined: Wed May 04, 2005 7:16 am
Location: Fairfax Virginia

RE: Gettysburg - the film

Post by dude »

I have to admit to really liking the movie... but then I don't know the battle of Gettysburg down to the last minute.... or smallest detail... For someone who looks at it as more of an overview... I think it does a pretty good job.  As for the hairdoos.... have you ever really seen photo's of the era?  I think they all looked fake back then!
 
(of course I have to admit too that my job in the army years ago was as a terrain analyst so I love the aspect of the movie that concentrates on the "good ground" aspect...[:D]  terrain played such a vital part of this battle and I think they capture that well.  [and terrain can be such a key in FoF's detailed combat too [;)] just thought I'd bring FoF back into this somehow.])
 
How many of you caught Ted Turner dieing when crossing the fence line on Picketts charge? (he's the guy yelling..."Let's go boys..." and then promptly gets shot.  (His character was actually Col. Patton... George S. Patton Jr's Uncle.... (This is pointed out in the extra stuff somewhere on the DVD.)
 
Dude
“Ifs defeated the Confederates…” U.S.Grant
User avatar
Drex
Posts: 2512
Joined: Wed Sep 13, 2000 8:00 am
Location: Chico,california

RE: Gettysburg - the film

Post by Drex »

I gotta see it again just to pick out Ted Turner now. I knew Pattons forebearers were in the Civil War but didn't know he was shot at Gettysburg.
Col Saito: "Don't speak to me of rules! This is war! It is not a game of cricket!"
LuckyCJS1001
Posts: 30
Joined: Sun Mar 18, 2007 5:59 pm

RE: Gettysburg - the film

Post by LuckyCJS1001 »

Think I'll get it.

Don't know what happened to my post above - second time the it has happened on the Matrix forums.
User avatar
jkBluesman
Posts: 797
Joined: Mon Feb 12, 2007 6:48 pm

RE: Gettysburg - the film

Post by jkBluesman »

If you would like to read more about the battle, the preparations and the fighting on both sides, try Stephen W. Sears "Gettysburg". It starts with the planing for the campaign and tells very accurate how both sides stumpled into battle.
"War is the field of chance."
Carl von Clausewitz
Walloc
Posts: 3143
Joined: Mon Oct 30, 2006 1:04 am
Location: Denmark

RE: Gettysburg - the film

Post by Walloc »

I can recommend:
The Gettysburg Campaign. A study in command. By Edwin B Coddington.

It isnt the newest book on the block, but does a very good job of getting into the heads of the different commanders and goes a long way into descriping the way of thinking militarily in the periode. While at same time giving a good overview of the campaign.

Kind regards,

Rasmus
dude
Posts: 399
Joined: Wed May 04, 2005 7:16 am
Location: Fairfax Virginia

RE: Gettysburg - the film

Post by dude »

ORIGINAL: Drex

I gotta see it again just to pick out Ted Turner now. I knew Pattons forebearers were in the Civil War but didn't know he was shot at Gettysburg.

Don't expect much.. his performace is pretty bad... even for just three words..[:D]
“Ifs defeated the Confederates…” U.S.Grant
fortdick
Posts: 23
Joined: Tue Nov 28, 2006 9:53 pm

RE: Gettysburg - the film

Post by fortdick »

I hated the way they portrayed Lee.  First, Sheen is an anti-war liberal, and I was offended with him playing the part.  Secondly, they made Lee seem indecisive and weak.  The entire purpose of the Pennsylvania campaigh was to draw the AotP into the open for a fight.  Lee may have misjudged the situation, but he knew what he was doing.
 
Also, the did not explain well enough Ewell's hesitation in attacking the union right.  Or that, had Jackson been alive, the battle could have been won the first day.  The movie had a definate union slant.
User avatar
Yogi the Great
Posts: 1949
Joined: Tue Apr 10, 2007 1:28 pm
Location: Wisconsin

RE: Gettysburg - the film

Post by Yogi the Great »

ORIGINAL: fortdick

I hated the way they portrayed Lee.  First, Sheen is an anti-war liberal, and I was offended with him playing the part.  Secondly, they made Lee seem indecisive and weak.  The entire purpose of the Pennsylvania campaigh was to draw the AotP into the open for a fight.  Lee may have misjudged the situation, but he knew what he was doing.

Also, the did not explain well enough Ewell's hesitation in attacking the union right.  Or that, had Jackson been alive, the battle could have been won the first day.  The movie had a definate union slant.

I respectfully disagree:

1) Personally I can't stand Sheen as a person or his political views, but I thought his performance in Gettysburg was good.

2) I may watch on a different level, but Lee was not portrayed as indecisive and weak at all, in fact just the opposite.

3) It is based on the book not the full battle of Gettysburg

4) I thought both sides are portrayed with respect and honor. Since the union won the battle as in real life - I suppose you could say there was a union slant.

5) I think if you look at any movie on any battle you will be able to find historical inaccuracy and bias in the presentation. All points can't be covered. Much of the fighting was never portrayed in the movie (or book) as it concentrated on the first contact, little round top and Picketts charge. I would have loved to see more for sure. But as a movie goes, this one was quite good.
Hooked Since AH Gettysburg
User avatar
wzh55
Posts: 186
Joined: Sat Mar 17, 2001 10:00 am
Location: Sacramento, CA USA

RE: Gettysburg - the film

Post by wzh55 »

All I can ask is.....Is there a better Civil War movie out there?  If so, tell me!
I have seen Gods & Generals (religious fanaticism at its best/worst), and Glory. Plus all the John Wayne movies, ha.  Anyone remember The Blue and the Grey that was a TV mini-series? Any good?  How about The Blue and the Grey PC game from the 80's?  Strolling down nostalgia lane.
Bill Hawthorne
Post Reply

Return to “Forge of Freedom: The American Civil War 1861-1865”