Page 1 of 1

Python command line

Posted: Mon Jan 12, 2009 5:00 pm
by suzuki85
what do i type into the command line to combine demos together because i have tried two examples people have posted and i cant get them to work can anyone help by putting the command line i need to put in plz thnx

Re: Python command line

Posted: Mon Jan 12, 2009 5:25 pm
by wheels1758
if you want to try to figure it out... Watch the viedo JLV posted in this thread http://www.mxsimulator.com/benchracing3 ... ?f=2&t=321
Make sure you have the correct files in the right place. I recommend making a demos folder in your python26(or whatever version you have:Make sure it is a 2 series, ie.2.6) folder, and putting the demos in there. Then put the demosplice.py in the scripts folder(you were told to make it in the video). all you have to do is open the command prompt and type:

python c:\python26\scripts\demosplice.py --sync c:\python26\demos\whatever_your_first_demo_is_called.mxdemo c:\python26\demos\whatever_you_named_your_second_demo.mxdemo c:\python26\demos\whatever_you_want_your_race_to_be_called.mxdemo

Then double click the new demo to watch :)