[phpBB Debug] PHP Notice: in file /viewtopic.php on line 969: Use of undefined constant gu - assumed 'gu' (this will throw an Error in a future version of PHP)
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 969: Use of undefined constant personal_album_id - assumed 'personal_album_id' (this will throw an Error in a future version of PHP)
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 969: Use of undefined constant gu - assumed 'gu' (this will throw an Error in a future version of PHP)
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 969: Use of undefined constant user_images - assumed 'user_images' (this will throw an Error in a future version of PHP)
Speed Dreams Community • View topic - Car Preview Pics
Page 1 of 1

Car Preview Pics

PostPosted: Sat Mar 24, 2012 5:29 am
by deep_spacing
How/where are the car preview pictures taken? For instance, trb1-boxer-trbrs-preview.jpg. I'd like to take a preview pic of my custom painted Boxer and don't know how.


Thanks!

Re: Car Preview Pics

PostPosted: Sat Mar 24, 2012 2:33 pm
by madbad
You can find the script that "automagically" make all the previews on the svn repo
speed-dreams > trunk > src > tools > scripts
http://speed-dreams.svn.sourceforge.net ... s/scripts/

I'm not sure of how it works.
Simon/Mungewell has made it and surelly he can help you better than me. ;)

warning: This will make the preview for every car/skin combination

Re: Car Preview Pics

PostPosted: Sun Mar 25, 2012 12:19 am
by mungewell
The script just automates the process of selecting the appropriate drivers/car-livery/wheels/etc and then forces SD2.0 to take a screen shot (F12). You still need select the right track and set up the view, as per:
http://sourceforge.net/apps/trac/speed- ... comment:24

If you only have one preview to do then this is probably easier done by hand (rather than the script)

The garage 'track' is available in SVN, but is not included in the official set. So you might need to cherry pick it from here:
http://sourceforge.net/apps/trac/speed- ... ent/garage

Simon