The International Simutrans Forum

PakSets and Customization => Pak128 => Topic started by: Celery_Rhubarb on March 31, 2015, 02:11:22 PM

Title: Vehicle not starting when loaded with passengers.
Post by: Celery_Rhubarb on March 31, 2015, 02:11:22 PM
At the moment I'm making a vehicle for OpenPak128.

The problem seems to be that when the vehicle is loaded with passengers. It just won't move from the bus stop.

Any idea as to why this is happening?

Title: Re: Vehicle not starting when loaded with passengers.
Post by: Vladki on March 31, 2015, 04:03:54 PM
A screenshot of in game vehicle info dialog would be helpful, as well as dat file. Wild guess: wehicle is underpowered and too heavy when fully loaded. 8)
Title: Re: Vehicle not starting when loaded with passengers.
Post by: gauthier on March 31, 2015, 04:07:04 PM
Is there a red box with the message "*** can't find a route" above the bus ?
Is the road before the bus free so it can move ?
Have you set a minimum charge at this stop ? In such case, your bus might be waiting to be full, check in the bus'window if there is a yellow part on the loading bar.
I guess you have properly set a non-null power and a non-null speed for you bus, else it would not even have left depot.

QuoteA screenshot of in game vehicle info dialog would be helpful, as well as dat file. Wild guess: wehicle is underpowered and too heavy when fully loaded. (http://forum.simutrans.com/Smileys/default/cool.gif)
Sounds weird but possible too, what is the total mass and the power of your bus ?
Title: Re: Vehicle not starting when loaded with passengers.
Post by: Celery_Rhubarb on March 31, 2015, 04:21:20 PM
The bus does leave the depot and is working well until it picks up passengers at the bus stop.

When it's attempting to leave the bus stop with passengers loaded. That's when it stops.

The speed of this vehicle is 1km and power is 44700.



Title: Re: Vehicle not starting when loaded with passengers.
Post by: gauthier on April 01, 2015, 06:29:03 PM
Please provide a screenshot, with the bus'information displayed.
Title: Re: Vehicle not starting when loaded with passengers.
Post by: DrSuperGood on April 02, 2015, 03:06:59 PM
Sounds like the weight of the passengers is too much for it to move. Once stationary drag (based on weight, including the weight of what is being transported) exceeds power then the convoy will be stuck at some arbitrary minimum speed (displayed as 1 km/h).

To prevent this happening under some circumstances with realistic numbers you may need to add a gearing to the convoy.
Title: Re: Vehicle not starting when loaded with passengers.
Post by: Celery_Rhubarb on April 02, 2015, 04:23:53 PM
I've already solved the problem. Thanks  :)
Title: Re: Vehicle not starting when loaded with passengers.
Post by: Isaac Eiland-Hall on April 02, 2015, 05:52:55 PM
Just in case someone else runs into the same problem, would you say what fixed it? :)
Title: Re: Vehicle not starting when loaded with passengers.
Post by: Celery_Rhubarb on April 06, 2015, 04:28:27 PM
Sorry for the late reply.

I adjusted the speed to 10 and the power to 1.

That's what solved my problem.