Kickstart

General discussion about Rail Simulator that doesn't really fit in to any specific category. A good place to start if you're not sure what category it should fit in to as well.

Moderator: Moderators

User avatar
mikesimpson
Very Active Forum Member
Posts: 6361
Joined: Mon Dec 03, 2001 12:00 am
Location: Southern Hemisphere Penal Colonies
Contact:

Re: Kickstart

Post by mikesimpson »

adam3544 wrote:
sniper297 wrote:So that when I click the "Swap Rolling Stock" button the one in the Contents of Consist window changes to reflect the one I replaced it with.
But what happens when you want to swap stem loco with tender. Which vehicle I need to select: the engine or the tender or both of them ???

Adam
Hi Adam

If you wish to swap a steam loco with tender for another steam loco with tender. Then you need to make a list of locos and swap loco for loco. Then make a list of tenders and swap tender for tender. Both should then show in the consist.

If you want to swap a steam loco with tender for a tank engine or diesel, then select the tender and click Delete this item, then swap the loco for another loco.

With v1.0.9 you can not ADD an extra item, so swapping a diesel with a loco/tender is not possible.
Mike in OZ - Author of TS-Tools & Route-Riter.
http://www.agenetools.com
I'm not arguing (just explaining why I'm right).
sniper297
Established Forum Member
Posts: 499
Joined: Sat Dec 29, 2001 12:00 am
Location: Rebel Colonies

Re: Kickstart

Post by sniper297 »

Been fiddling with trying to make an auto restore bat, trouble is I've forgotten too much in my old age. :drinking:

CALL XCOPY /s .\*\scenarios.bak scenarios.bin
CALL XCOPY .\*\scenario.bak scenario.bin /s /y

Neither of those work, but if we can sort out the correct syntax, something like that would automatically restore all scenarios back to what they were when the end user first tried KickStart. Obviously you could try something more sophisticated, but just plain .bak copied to .bin for this would fix the error and eliminate the need to either hunt for .bak and .bin files in all the subfolders.
Image
User avatar
adam3544
Well Established Forum Member
Posts: 954
Joined: Mon Oct 24, 2005 7:10 pm

Re: Kickstart

Post by adam3544 »

mikesimpson wrote: Hi Adam

If you wish to swap a steam loco with tender for another steam loco with tender. Then you need to make a list of locos and swap loco for loco. Then make a list of tenders and swap tender for tender. Both should then show in the consist.

If you want to swap a steam loco with tender for a tank engine or diesel, then select the tender and click Delete this item, then swap the loco for another loco.

With v1.0.9 you can not ADD an extra item, so swapping a diesel with a loco/tender is not possible.
Thank you Mike.
Intestingly, when I deleted the tender and swapped steam engine with diesel, this scenario crashed completely (black screen).
I'll re-install the whole program KRS.

Adam
User avatar
mikesimpson
Very Active Forum Member
Posts: 6361
Joined: Mon Dec 03, 2001 12:00 am
Location: Southern Hemisphere Penal Colonies
Contact:

Re: Kickstart

Post by mikesimpson »

Couple of observations re Kickstart.

1. You can not select the passenger carriages in trains like the HST in the list of available stock as these are stored in the Diesel folder, not the Passenger folder. Same possibly holds true for other multi-sets.

2. New version of the program now allows you to Swap single item as well as Swap all identical items.

3. New version allows you to duplicate an item, thus you can use this to add a new item to a consist, by duplicating an item, then swapping the duplicate with the one you wish to insert.

4. Please note if you duplicate items, then they are duplicates, locos will both have same numbers until I can work out how the numbering works.

Hopefully new version will be uploaded today.
Mike in OZ - Author of TS-Tools & Route-Riter.
http://www.agenetools.com
I'm not arguing (just explaining why I'm right).
User avatar
dlljones
Well Established Forum Member
Posts: 662
Joined: Sun Nov 05, 2006 5:39 pm
Location: Criccieth, North Wales

Re: Kickstart

Post by dlljones »

Re my earlier thread regarding routes not appearing - I've solved the problem - I have Vista and failed to open Kickstart as Administrator! Now that I've corrected my mistake it works fine! Silly me!!!!

Llew Back :oops: :lol:
AdamsRadial
Been on the forums for a while
Posts: 257
Joined: Mon Jun 21, 2004 1:00 pm
Location: In LSWR country
Contact:

Re: Kickstart

Post by AdamsRadial »

Sniper297 wrote
CALL XCOPY /s .\*\scenarios.bak scenarios.bin
You don't need CALL in BAT files, XCOPY is a native command,, but I expect you've already sussed it :)
"Time waits for no man - but it sometimes stops to pick up hitchhikers"

Adrian S
User avatar
rabid
Very Active Forum Member
Posts: 1547
Joined: Wed Dec 12, 2001 12:00 am
Location: ...has left the building

Re: Kickstart

Post by rabid »

AdamsRadial wrote:Sniper297 wrote
CALL XCOPY /s .\*\scenarios.bak scenarios.bin
You don't need CALL in BAT files, XCOPY is a native command,, but I expect you've already sussed it :)
LOL I must've mentioned it at least two or three times in the past few years!!

As you say CALL is used to run a BAT file from within a BAT file and is not meant to be used with an EXE such as XCOPY. It ensures that processing is returned to the "calling" batch file when the "called" batch file has finished. If you don't use CALL when you try to run a batch file from within another, the first terminates immediately. An EXE file will always return control to the BAT when it has finished so CALL is not appropriate or necessary.
Image
taurus1016
Getting the hang of things now
Posts: 20
Joined: Sat Nov 24, 2007 4:15 pm
Location: Moscow, Russia

Re: Kickstart

Post by taurus1016 »

Hi Mike. I have installed DB143 add-on from German Railroads.
http://shop.german-railroads.eu/product ... 4f4d3e9c62
KickStart can't find it because it in another folder.
Image
I can't rename this folder, because I couldn't uninstall this item if it necessary. Could you advice me something? Thank You in advance.
User avatar
mikesimpson
Very Active Forum Member
Posts: 6361
Joined: Mon Dec 03, 2001 12:00 am
Location: Southern Hemisphere Penal Colonies
Contact:

Re: Kickstart

Post by mikesimpson »

Hi Taurus1016,

Sorry about that, I forced the program to look for the RailVehicles folder to stop beginners from looking for rolling stock in other folders and getting in a mess.

Once again I forgot that not everyone has the English version of Windows...

I will make a change for you later today and post it on my own site at http://members.optusnet.com.au/virtualt ... loads.html

Further to the above. Kickstart looks for folders named Diesel, Electric, Freight, Passenger and Steam to find the rolling-stock. If the German language package uses German names, then I will need to produce a language package for this. Can you confirm how the sub-folders are named in the package you mentioned?
Mike in OZ - Author of TS-Tools & Route-Riter.
http://www.agenetools.com
I'm not arguing (just explaining why I'm right).
sniper297
Established Forum Member
Posts: 499
Joined: Sat Dec 29, 2001 12:00 am
Location: Rebel Colonies

Re: Kickstarting the wetware

Post by sniper297 »

Premature senility aggravated by WAY too much fun back in the '60s. :drinking:

Anyway it's a moot point now, latest beta I got from Mike has new buttons to revert to original scenarios.bin and/or scenario.bin files, so we don't need the BATS in my belfry now. :vamp:
Image
taurus1016
Getting the hang of things now
Posts: 20
Joined: Sat Nov 24, 2007 4:15 pm
Location: Moscow, Russia

Re: Kickstart

Post by taurus1016 »

mikesimpson wrote:Hi Taurus1016,

Sorry about that, I forced the program to look for the RailVehicles folder to stop beginners from looking for rolling stock in other folders and getting in a mess.

Once again I forgot that not everyone has the English version of Windows...

I will make a change for you later today and post it on my own site at http://members.optusnet.com.au/virtualt ... loads.html

Further to the above. Kickstart looks for folders named Diesel, Electric, Freight, Passenger and Steam to find the rolling-stock. If the German language package uses German names, then I will need to produce a language package for this. Can you confirm how the sub-folders are named in the package you mentioned?
Thank You for your answer, Mike. I have installed UK version of KRS, and German is not my domestic language. But I think that German speaking users ( and other users ) should thanks you if you correct this nice utility. :wink:
CaptScarlet
Very Active Forum Member
Posts: 3673
Joined: Fri Nov 17, 2006 11:29 am
Location: The Netherlands

Re: Kickstart

Post by CaptScarlet »

mikesimpson wrote:
Further to the above. Kickstart looks for folders named Diesel, Electric, Freight, Passenger and Steam to find the rolling-stock. If the German language package uses German names, then I will need to produce a language package for this. Can you confirm how the sub-folders are named in the package you mentioned?
Here you are Mike,

Image


John
User avatar
mikesimpson
Very Active Forum Member
Posts: 6361
Joined: Mon Dec 03, 2001 12:00 am
Location: Southern Hemisphere Penal Colonies
Contact:

Re: Kickstart

Post by mikesimpson »

Thanks for the help, John and Syvatoslav.

I will do my best to handle these non-English entries. However, it may be that for foreign language versions, that rather than just get Diesel, Electric etc, I will just produce a list of all rolling stock as no doubt, there will be many other languages appearing in the future, and I cannot cater for them all.
Mike in OZ - Author of TS-Tools & Route-Riter.
http://www.agenetools.com
I'm not arguing (just explaining why I'm right).
User avatar
rabid
Very Active Forum Member
Posts: 1547
Joined: Wed Dec 12, 2001 12:00 am
Location: ...has left the building

Re: Kickstart

Post by rabid »

I am getting a "Run-time Error '5':" when I try to swap a single item.

Image

Running Vista x64 with UAC disabled. Even if I Run As Administrator the same message appears.
Image
User avatar
mikesimpson
Very Active Forum Member
Posts: 6361
Joined: Mon Dec 03, 2001 12:00 am
Location: Southern Hemisphere Penal Colonies
Contact:

Re: Kickstart

Post by mikesimpson »

rabid wrote:I am getting a "Run-time Error '5':" when I try to swap a single item.

Image

Running Vista x64 with UAC disabled. Even if I Run As Administrator the same message appears.
There is a newer version on my site at http://members.optusnet.com.au/virtualt ... loads.html

Could you please try it and see if it fixes the problem. Unfortunately, not having access to Vista 64, I do not know if this is a particular problem with the O/S, or a bug in my program.
Mike in OZ - Author of TS-Tools & Route-Riter.
http://www.agenetools.com
I'm not arguing (just explaining why I'm right).
Locked

Return to “[RS] General RS Discussion”