Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. The Criminal Enterprises
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

*DO NOT* SHARE MEDIA OR LINKS TO LEAKED COPYRIGHTED MATERIAL. Discussion is allowed.

Tutorial: Removing the Intro Splash Screen


sungam
 Share

Recommended Posts

I found the intro splash screen rather annoying.

So I set out to find a way to disable it.

 

Grabbed OpenIV to search the files to find the damn .bik file

Found it, it's called "rockstar_logos.bik"

 

So I opened GTA5.exe in a hex editor, I use WinHex

Did a search for "rockstar_logos.bik"

Luckily it was right there in plain text.

 

pnHSR7P.jpg

 

 

So I just zero'd out the whole path to the the bik file.

 

7aTwfrW.jpg

 

Saved it, ran the game.

 

BINGO!

No more intro splash screen, save yourself 15 seconds on startup =D

 

This worked on my steam copy.

No reason it shouldn't work on the rockstar games social club version.

 

 

EDIT:

 

Video Here updated with nice easy to view screen tutorial.:

 

 

Enjoy!

Edited by sungam
Link to comment
Share on other sites

oCrapaCreeper

Oh this is going to save me so much time from restarting over and over to tweak graphics settings.

  • Like 2
Link to comment
Share on other sites

Oh thats great but im afraid of side effects

 

Yeah I was surprised it even worked.

I thought they would have some sort of crc checksum on the exe to test for modified client file...

But I was wrong, nothing...

 

It's worked fine for me for the past couple hours in campaign and online with no crashes or ill-effects.

Link to comment
Share on other sites

OldMagickBeard

Winhex needs a serial key to save a file of that size. I used Frehd: http://frhed.sourceforge.net/en/ totally free

 

But yeah this is awesome, the loading screens are tedious as it is, this is a time saver. :)

Edited by OldMagickBeard
Link to comment
Share on other sites

Thanks for the tip!

 

I did the same, but with Notepad++ (freeware),

and simply changed one letter, to get this good old Cockstar instead:

ikpJF62rLVF9.jpg

 

Works like a charm. Lots of interesting things in this exe.
Haven't been able to locate the two annoying legal screens, though...

Edited by Glumok
Link to comment
Share on other sites

Thanks for the tip!

 

I did the same, but with Notepad++ (freeware),

and simply changed one letter, to get this good old Cockstar instead:

ikpJF62rLVF9.jpg

 

Works like a charm. Lots of interesting things in this exe.

Haven't been able to locate the two annoying legal screens, though...

 

 

LOL! Nice one.

Never thought of using notepad++

Usualy stuff like that corupts when you save becasue of differeing unicode/unicode not loading properly.

 

Yeah I'm trying to find the 2 other warning/info pages. But I suspect they are not images/videos.

Hard coded in.

 

Need to brush up on my olly debug asembly skills -_-

Edited by sungam
Link to comment
Share on other sites

SlackulatoR

When I try to edit the .exe in notepad++, notepad++ itself seems to crash...

 

Mine lagged for a bit but didn't crash, try openning notepad++ as admin then open the file and try?

Link to comment
Share on other sites

RussianFighter

I want to do this.

But, I'm hesitating because.... What about online hash checking?

I'm pretty sure there has to be something like that.

Link to comment
Share on other sites

fenderjaguar

Mine lagged for a bit but didn't crash, try openning notepad++ as admin then open the file and try?

 

 

Thanks. I was just being impatient!

Edited by fenderjaguar
Link to comment
Share on other sites

Very nice, but I'll wait until someone releases a mod to change the .bik file itself. Messing with the .exe could probably result in a ban.

Edited by Jax765
Link to comment
Share on other sites

I want to do this.

But, I'm hesitating because.... What about online hash checking?

I'm pretty sure there has to be something like that.

 

Very nice, but I'll wait until someone releases a mod to change the .bik file itself. Messing with the .exe could probably result in a ban.

Same, ill wait to see if this is even stable.

Link to comment
Share on other sites

ThunderBanana

I love you. Now I just need an SSD to put the game on :lol:

Edited by ThunderBanana
Link to comment
Share on other sites

  • 2 weeks later...

Hey guys,

 

I wrote a small program that deletes the intro.

 

ca484c50-f376-11e4-8b87-0c7299b36349.png

 

Here is the Github link.

 

 

This tool on gta5-mods

 

 

 

The program is open source so you can look up how it works and/or recompile it yourself.

Works like a charm, thanks. Still wish there was a way without modifying exe

Link to comment
Share on other sites

 

Hey guys,

 

I wrote a small program that deletes the intro.

 

ca484c50-f376-11e4-8b87-0c7299b36349.png

 

Here is the Github link.

 

 

This tool on gta5-mods

 

 

 

The program is open source so you can look up how it works and/or recompile it yourself.

Works like a charm, thanks. Still wish there was a way without modifying exe

 

 

Now there is one, you can just edit the rpf files with OpenIV 2.6 and replace the "rockstar_logos.bik" file with a dummy.

However the game start is still slightly faster when the .exe is edited. (I don't know why though)

Link to comment
Share on other sites

Fireboyd78

Does this count as a mod or is a bannable offense in GTA Online?

I sincerely doubt it, since you're just changing (in this case, deleting) the filename of an intro video. This isn't considered an exploit.

Link to comment
Share on other sites

  • 2 weeks later...

Bumping this, since I'm interested in seeing if anyone found out about removing the legal notes. :r*:

I did this:

Thanks for the tip!

I did the same, but with Notepad++ (freeware),
and simply changed one letter, to get this good old Cockstar instead:
ikpJF62rLVF9.jpg

Works like a charm. Lots of interesting things in this exe.
Haven't been able to locate the two annoying legal screens, though...

...and it works. :)

I prefer doing that rather than patching the game, because it's annoying to run the patch every single time.

Link to comment
Share on other sites

Those damn loud ear-piercing sirens in that splash screen are the worst, especially if you have the surround on and volume up or headphones on, it is like they amplified those sirens just to f*ck with you. Then when I was on the PS3 having to wait with that dull-moody-put-me-to-sleep background instrumental, I could see 30 seconds but 2-3 minutes and it just loads after that annoying high pitched "dddddddrrrrrrrrrrrrr" sound. Though Im glad it was that rather than some migraine hiphop trash.

 

Luckily GTA V on PC loads extremely fast for me.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.