Python command line
Python command line
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
-
- Posts: 4132
- Joined: Tue Oct 21, 2008 5:20 pm
- Location: Washington, USA
- Contact:
Re: Python command line
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
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
