gimmegimme220 / cbloader

Automatically exported from code.google.com/p/cbloader
0 stars 0 forks source link

Add "download only" and "don't download" command line switches #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

 Run CBloader with an index file present in the Custom folder

What is the expected output? What do you see instead?

 At present, CBloader will update the index file if there's a Web location specified for the index, download the files specified in it, then launch as normal. I tend to double-check what came down from the index to make sure there's nothing there I don't want, and to clear out CBloader's temp files for a clean merge after that (to work around issues 32 and 41), so it'd be great if I could tell CBloader to *only* do the download step, or to *skip* the download step, depending on what I'm up to. Right now I do download-only by running with the index and aborting the console once the actual merge process begins, and do no-download by renaming my .index files to .xml files. A less clunky approach would be sweet!

What version of the product are you using? On what operating system?

 v1.2, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by sabre...@gmail.com on 18 Jun 2011 at 3:52

GoogleCodeExporter commented 8 years ago
Config files for v1.2.1 can include the <LaunchBuilder> and <UpdateFirst> 
options which can be combined to get the effect of a "download only" switch by 
setting LaunchBuilder to False and UpdateFirst to true.

Original comment by mr.azrae...@gmail.com on 20 Jun 2011 at 7:23

GoogleCodeExporter commented 8 years ago
You don't want to set LaunchBuilder to false.  That option is there for people 
who have Hard Patched. 

Although if you were to make a second cbconfig file with it set to true, then 
launch CBLoader through that config file, it would allow you to do what you 
want. (Note that you will need to update your associations (the -a switch) in 
order to launch cbconfig files)

Original comment by YeOldeSt...@gmail.com on 21 Jun 2011 at 3:58

GoogleCodeExporter commented 8 years ago
Issue 80 has been merged into this issue.

Original comment by YeOldeSt...@gmail.com on 25 Jul 2011 at 6:00

GoogleCodeExporter commented 8 years ago

Original comment by YeOldeSt...@gmail.com on 25 Jul 2011 at 6:01

GoogleCodeExporter commented 8 years ago

Original comment by YeOldeSt...@gmail.com on 3 Nov 2013 at 10:30