Home   Help Search Login Register  

Author Topic: Start ofp faster!!  (Read 737 times)

0 Members and 1 Guest are viewing this topic.

Knut Erik

  • Guest
Start ofp faster!!
« on: 08 Mar 2003, 18:59:06 »
You all know this situation. You've found something cool for Ofp and just can wait to use it. You start the game and then... The goddamed splashscreens that we know way to good!  >:(

So here is:

HOW TO DISABLE THE SPLASH SCREENS! BY KNUT ERIK.

You need two programs. Unpbo and makepbo. When you got theese two programs the rest should be easy  ;)

Depbo this file in your Dta folder in your ofp folder.
scripts.pbo
When u open the folder, open the file named startup. In it there should stand this:

disableUserInput true
titleRsc ["Codemasters", "PLAIN"]
~3
titleRsc ["LegalScreen", "PLAIN"]
~7
titleRsc ["BIS", "PLAIN"]
~3
titleRsc ["Flashpoint", "PLAIN"]
~3
titleText ["", "PLAIN"]
disableUserInput false

Change the text to this:

disableUserInput true
titleRsc ["Codemasters", "PLAIN"]
~0
titleRsc ["LegalScreen", "PLAIN"]
~0
titleRsc ["BIS", "PLAIN"]
~0
titleRsc ["Flashpoint", "PLAIN"]
~0
titleText ["", "PLAIN"]
disableUserInput false

Save the file and then compress the file again.
REMEMBER!: MAKE A BACKUP OF THE ORIGINAL SCRIPTS.PBO FILE JUST IN CASE!

Now you can start the game and what is this  :o There is no splash screens!!


Kaliyuga

  • Guest
Re:Start ofp faster!!
« Reply #1 on: 08 Mar 2003, 19:20:18 »
LMAO ;D   .... thanks for the ummmm interesting and off topic  information  ::)


but how about right clicking the shortcut to OFP on your desktop and adding this little bit of code to the end of the path to the exe listed there....

~no splash


seems a little less involved to me ::)


« Last Edit: 08 Mar 2003, 19:20:55 by Kaliyuga »

Knut Erik

  • Guest
Re:Start ofp faster!!
« Reply #2 on: 08 Mar 2003, 19:29:05 »
Can u do that, too?  :P
Well i didnt know...  :-\

Kaliyuga

  • Guest
Re:Start ofp faster!!
« Reply #3 on: 08 Mar 2003, 19:37:38 »
haha.. no problem man...  

your method would work too..... BIS just thought  ahead ;)

Knut Erik

  • Guest
Re:Start ofp faster!!
« Reply #4 on: 09 Mar 2003, 01:50:19 »
But.. If you do it my way you can make your own startup!  8)

Like this:

disableUserInput true
titlecut ["","black out",0]
titleText ["Damed i'm cool!", "Plain down"]
~5
disableUserInput false


Cool eh!  8)