Recommended Posts

The park is gone, in the book the Costa Rican government levelled it with missiles, in the Lost World film there is a deleted scene where John Hammond (CEO of InGen) nephew at a board meeting talks about how the Isla Nublar Facility (where the park was built) was dismantled and all the assets sold off.

I don't know in which direction they can take the film now, there is a plot thread about a rival company called Biosyn who have been trying for years to get Jurassic Park technology, mainly the DNA. It could be possible, like the Jurassic Park game, that Biosyn sent someone to the island the same day as a Plan B to find Nedry if he didn't turn up with the embryos.

The film could revolve around them finding Nedrys shaving foam can and manufacturing dinosaurs on the mainland and they all escape so the government brings in Alan, Ellie or other past characters back to hunt them down.

Are the punctuation keys broken on your keyboard?

 

BOT:  Jurassic park (the original) was absolutely great.  It was possibly the avatar of it's time, as the dinosaurs were so real looking for the effects they had back then.  Can't say so much for the story line of the second or third films though....but I'd watch the 4th.   The soundtracks are pretty amazing as well.

  • 2 weeks later...

IAN MALCOLM

[Off Nick and Eddie's reactions to the dinosaurs] Oh yeah "Ooh, aah", that's how it always starts. But then there's running and screaming.

 

"Yeah, but John, when Pirates of the Caribbean breaks down, the Pirates don't eat the tourists." 

I was on the set of Jurassic Park 4 last week and met one of the stuntmen. He was very nice, but they insisted on hauling him up a wall and dropping him repeatedly for some reason.

I have some pictures I can share later. Nothing all that exciting.

I was on the set of Jurassic Park 4 last week and met one of the stuntmen. He was very nice, but they insisted on hauling him up a wall and dropping him repeatedly for some reason.

I have some pictures I can share later. Nothing all that exciting.

 

Cause the Dinos haven't been added. LoL 

I was on the set of Jurassic Park 4 last week and met one of the stuntmen. He was very nice, but they insisted on hauling him up a wall and dropping him repeatedly for some reason.

I have some pictures I can share later. Nothing all that exciting.

As far as I'm aware, they haven't started filming Jurassic Park 4. In fact, they delayed filming due to rewrites on the script, as you can see from that video Rappy posted.

 

On June 1, Colin even tweeted they were writing and designing: https://twitter.com/colintrevorrow/status/340993309671579649 But nothing about filming yet and I can't find a single article to suggest filming has started.

 

ComicBookMovie.com stated "[Colin]'s currently rewriting with Derrick Connelly."

 

Maybe I'm wrong here, but I find it incredibly difficult to believe that they'd be doing any actual filming, or even set design, before having a completed script. That's what got JP3 in such trouble, Joe Johnston started making major rewrites to the script 5 days before filming began. Would they be that daft to do that again?

pjcb7orn.jpg

"A friend of mine works for Amblin Entertainment, and he told me that a teaser poster will be released soon for the 2015 blockbuster, Jurassic Park IV. I didn't believed him, so he just sent me a picture from the poster, without any comment. It seems valid, but I don't know for sure. I think it will come to light soon!"

  • 1 month later...

 

?It?s important to make a movie for the fans but I also have to remember that there?s a lot of people who just couldn?t care less and need me to make a solid case for why the hell there?s a Jurassic Park 4 in the first place and I want to make a movie for them too? This is not a paycheck gig for me and it?s not the movie that I?m making so I can make the movies that I really want to make. I actually want to make a kick-ass Jurassic Park movie? When I get to sit down with guys like John Rosengrant and adjust the talon length on a dinosaur and then we?re looking at variations on skin color, that never feels like work. That?s when I feel like a kid? I saw some of the rumors on the internet and I would have all kinds of red flags going off if I heard they were going to muzzle a T-Rex. So I would say don?t believe everything you read, there are way more insiders on the internet than there are in real life.?

Yeah that would be sweet. I just re-read both of them the other week for the first time in like 14 years. Great books. And I was thinking how awesome it would have been to see the death of Nedry as written in the book. Of course it would be an R rated movie but still... awesome.

Noooooo! last I heard Jurassic Park 4 was going to be based around the military getting their hands on them [the dinosaurs] and putting guns on them and using them as war machines....I really hope that idea got scrapped, because it has epic fail written all over it...

 

That actually sounds awesome ;)

  • 4 weeks later...

Javascript is not enabled or refresh the page to view.

Click here to view the Tweet

Jurassic World? :laugh: If I had any faith that this was going to be a good film, it has been dwindling for some time now, and this, wow, this really doesn't help. I think they should have kept that name a secret until the day before it hit theaters.

This topic is now closed to further replies.
  • Posts

    • Microsoft finally admits its default Windows 11 25H2, 24H2 action broke key legacy component by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. So far the company has acknowledged two known issues that have popped up after the release which include bugged-out Office apps as well as the Recycle Bin; though there could be more at play too. Speaking of bugs and issues, Microsoft seems to have finally acknowledged a problem that probably has been around for close to a year. That's because back in July of 2025 the company made a default change to the latest Windows 11 versions, wherein it switched to JScript9Legacy on Windows 11 24H2 and later releases. Hence following the release of version 25H2 in October 2025, JScript9Legacy also remained default-enabled. As a result there has been a compatibility issue ever since then. For those wondering, by switching to JScript9Legacy Microsoft intended to improve the security of modern Windows PCs by reducing vulnerabilities tied to legacy scripting like cross-site scripting (XSS), among others. XSS exploits can allow cyber-attackers to attach malicious code onto legitimate websites and use them to execute the code when a potential victim loads such a website. Hence the new JScript9Legacy engine enforced stricter execution policies and improved object handling, which should help mitigate such attacks. Microsoft today has published a new support article detailing the problem. Neowin spotted it while browsing. The company says that JScript global definitions and execution context may fail to persist across scripts, potentially breaking older dependent apps and web-based components that relied on this legacy behavior. In the article Microsoft has confirmed that the issue stems from its move away from the older jscript9.dll engine in favor of jscript9legacy.dll. As mentioned above, while the newer engine was designed to address vulnerabilities and strengthen security it also changes how JScript handles execution context. As a result functions and definitions loaded by one script could no longer remain available to subsequent scripts once execution ended. The company notes that some applications worked correctly on earlier Windows versions because the older JScript engine automatically retained global definitions and execution state between scripts. Under the newer model though that behavior is disabled by default causing certain legacy workloads and polyfill-dependent scripts to fail. Microsoft says it addressed the problem via the KB5077241 update though the fix had not been enabled automatically in the following updates. As such admins must explicitly turn on persistent JScript execution context using a Registry setting that the tech giant shared today. The configuration can be applied to individual processes or system-wide through the FEATURE_ENABLE_PERSISTENCE registry key. The steps have been outlined below: Run the following command to create the feature control registry key: reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ENABLE_PERSISTENCE" Under this key, create a new DWORD (32-bit) value. Configure the value as follows: To enable persistence for specific processes only: Set the value to 1 for each target process name. To enable persistence for all processes: Add * as the key name and set its value to 1. You can find the official support article here on Microsoft's website.
    • The possibility that milk gathers back into a glass implies that gravity can be 'reversed'.
    • VidCoder 12.20 by Razvan Serea  VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine. Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI. VidCoder can rip DVDs but does not defeat the CSS encryption found in most commercial DVDs. You’ll need the NET 8 Desktop Runtime. If you don’t have it, VidCoder will prompt you to download and install it. The Portable version is self-contained and does not require any .NET Runtime to be installed. You do not need to install HandBrake for VidCoder to work. Feature list: Multi-threaded MP4, MKV containers Completely integrated encoding pipeline: everything is in one process and no huge intermediate temporary files H.264, H.265, MPEG-4, MPEG-2, VP8, Theora video Hardware-accelerated encoding with AMD VCE, Nvidia NVENC and Intel QuickSync AAC, MP3, Vorbis, AC3, FLAC audio encoding and AAC/AC3/MP3/DTS/DTS-HD passthrough Target bitrate, size or quality for video 2-pass encoding Decomb, detelecine, deinterlace, rotate, reflect, chroma smooth, colorspace filters Powerful batch encoding with simultaneous encodes Customizable Pickers to automatically pick audio and subtitle tracks, destination, titles and more Instant source previews Creates small encoded preview clips Pause, resume encoding VidCoder 12.20 changes: Updated HandBrake core to 1.11.2. Download: VidCoder 12.20 | 47.0 MB (Open Source) Download: Portable VidCoder 12.19 | 89.3 MB Link: VidCoder Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Too soon, I'm still not over this death!
  • Recent Achievements

    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      592
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      76
    4. 4
      Michael Scrip
      73
    5. 5
      Steven P.
      66
  • Tell a friend

    Love Neowin? Tell a friend!