Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

Recommended Posts

Posted

Does anyone else think the generic media files for Road Kings, Star Trek and Big Game that the installer places in the media directory are kind of annoying?

Every time I install a new version these reappear and I have to go and remove them all again, because they interfere with my setup.

Could it be made optional in the installer took copy these media files?

Posted

Yea, I agree. If we have those tables, we'll already have the files and if we don't have them, we don't need them. I'm guessing they were probably included just as a demo sort of thing.

Posted

Agree! Don't need these generic files... Most, if not everyone, who is about to install PinballX knows how to deal with files and table addition to the database. Especially when theres the Table Manager present.

Posted

Here is a batch file script, you can use to delete those files. Shouldn't be an issue once we stop doing daily installs ;)

Create a file called "delete_media.bat" in the PinballX folder and copy the text below into. Double click on this file after every PinballX install to get rid of the default media files. NOTE: Remove any lines in the batch file if you happen to use that file.

del .\"Media\Flyer Images\Back\Road Kings (Williams 1986).jpg"
del .\"Media\Flyer Images\Back\Star Trek (Bally 1979).jpg"
del .\"Media\Flyer Images\Front\Big Game (Stern 1980).jpg"
del .\"Media\Flyer Images\Front\Road Kings (Williams 1986).jpg"
del .\"Media\Flyer Images\Front\Star Trek (Bally 1979).jpg"
del .\"Media\Flyer Images\Inside1\Big Game (Stern 1980).jpg"
del .\"Media\Flyer Images\Inside1\Road Kings (Williams 1986).jpg"
del .\"Media\Flyer Images\Inside2\Big Game (Stern 1980).jpg"
del .\"Media\Flyer Images\Inside2\Road Kings (Williams 1986).jpg"
del .\"Media\Future Pinball\Backglass Images\star trek.png"
del .\"Media\Future Pinball\Table Audio\Star Trek.ogg"
del .\"Media\Future Pinball\Table Videos\Star Trek.f4v"
del .\"Media\Future Pinball\Wheel Images\Star Trek.png"
del .\"Media\Instruction Cards\Big Game (Stern 1980).swf"
del .\"Media\Instruction Cards\Road Kings (Williams 1986).swf"
del .\"Media\Instruction Cards\Star Trek (Bally 1979).swf"
del .\"Media\Visual Pinball\Backglass Images\Big Game.jpg"
del .\"Media\Visual Pinball\Backglass Images\Road Kings.png"
del .\"Media\Visual Pinball\Table Videos\Big Game (Stern) (1980) (JPSalas, Iceman5000) (1.0.2).f4v"
del .\"Media\Visual Pinball\Table Videos\Road Kings (Williams) (1986) (TAB, Destruk) (1.0.0).f4v"
del .\"Media\Visual Pinball\Wheel Images\Big Game.png"
del .\"Media\Visual Pinball\Wheel Images\road kings.png"

pause

Posted

This really isn't necessary, I'm sure it was an oversight on Tom's part. This should only behave this way on a new install to help demo layout and the table manager to new users and I'm sure he will fix it in an upcoming release.

Kudos on the bug report though. :)

Guest
This topic is now closed to further replies.
×
×
  • Create New...