Jump to content

Suggestion: add disable startup logos to the tweak pack


Ayrus

Recommended Posts

Every time I install the game, I always disable the intro logos. Who really wants to see them every time you launch the game? The easiest way, which doesn't work with most Infinity engine games, but does work in Icewind Dale, is to copy three empty .MVE files to override folder. The files are WOTC.MVE, BISLOGO.MVE and TSRLOGO.MVE.

 

Could this option be added to the tweak pack? If not, I wonder how the Weidu code for that would look like, for my own use.

Link to comment

Every time I install the game, I always disable the intro logos. Who really wants to see them every time you launch the game? The easiest way, which doesn't work with most Infinity engine games, but does work in Icewind Dale, is to copy three empty .MVE files to override folder. The files are WOTC.MVE, BISLOGO.MVE and TSRLOGO.MVE.

 

Could this option be added to the tweak pack? If not, I wonder how the Weidu code for that would look like, for my own use.

 

Put an empty.mve file in the mod folder. Add this to a component in the .tp2 (replacing modfolder with the name of the folder).

COPY ~modfolder/empty.mve~ ~override/wotc.mve~
COPY ~modfolder/empty.mve~ ~override/bislogo.mve~
COPY ~modfolder/empty.mve~ ~override/tsrlogo.mve~

Link to comment

Every time I install the game, I always disable the intro logos. Who really wants to see them every time you launch the game? The easiest way, which doesn't work with most Infinity engine games, but does work in Icewind Dale, is to copy three empty .MVE files to override folder. The files are WOTC.MVE, BISLOGO.MVE and TSRLOGO.MVE.

 

Could this option be added to the tweak pack? If not, I wonder how the Weidu code for that would look like, for my own use.

 

Put an empty.mve file in the mod folder. Add this to a component in the .tp2 (replacing modfolder with the name of the folder).

COPY ~modfolder/empty.mve~ ~override/wotc.mve~
COPY ~modfolder/empty.mve~ ~override/bislogo.mve~
COPY ~modfolder/empty.mve~ ~override/tsrlogo.mve~

 

Nice, thanks!

 

Now that I think of it, can Weidu simply create the empty file too, and copy that to those locations?

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...