Skip to main content
Topic: General pak-britain v1 feedback (Read 47554 times) previous topic - next topic

Re: General pak-britain v1 feedback

Reply #70
Rail or truck?  Which one in particular?
The 20t open rail car appearing 1937 but only the loaded images are misaligned, the wagon was loaded by steel.

Also there are several vehicles with maintenance=0, this causes the p****enger AI to crash.
Parsley, sage, rosemary, and maggikraut.

Re: General pak-britain v1 feedback

Reply #71
OK I'll investigate.  Didn't realise maintenance=0 caused the p****enger AI to crash.  I've done this for tender locos (so all the cost of the loco is visible on the first vehicle you buy).  Presumably if I increase this to 1, this will solve the problem?  As I'm doing rebalancing now, that should pick up any maintenance=0 vehicles and I'll fix them as I go along.

Re: General pak-britain v1 feedback

Reply #72
Dwachs,

if that is so, should vehicle_reader.cc not check for maintenance=0 and correct it to maintenance=1?
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Re: General pak-britain v1 feedback

Reply #73
Tender should not cause crashes, as the AI ignores them. ANd you are right, the AI should not crash at all ...

Re: General pak-britain v1 feedback

Reply #74
Dwachs, I can't reproduce what you describe.  Can you sned a screesnhot?

Re: General pak-britain v1 feedback

Reply #75
I'd like to start my first post on the forums by expressing thanks to all those who have contributed to the awesomeness that is simutrans, and my appreciation for the subdued more mature stylings and consistency of 128.Britain.

I'm still in the playing about with the buildings and trainsets stage and am not playing economically so to speak, learning the ropes as I move over from 128. I've noticed I have a problem with the forest/sawmill, it renders properly in the demo save and gives me no issue when it's is generated with the map at the start of a new game. However if I use the public player to try to add a new factory of this type although it places the construction site, brown squares with cranes... as soon as the construction period is over and it's due to be replaced with the forest graphic the game crashes. I'm running the most recent pakset and today's stable release. Any help would be appreciated. :-D

Re: General pak-britain v1 feedback

Reply #76
Thanks for the feedback TheMacpau.  I had noticed that bug with the forest and was reminded of it about half an hour before your post again when it did it to me.  I haven't tracked down the cause yet though :(

On a separate note, bugs reported by Martinwh1 are now fixed in r224 on sourceforge, so they will be in the next release.

Re: General pak-britain v1 feedback

Reply #77
Most likely dims is defined like 2,3,3, but has only 2 or less than announced.

Re: General pak-britain v1 feedback

Reply #78
I ****umed from the look of memory dump that it was somekind of overflow, but my programming experience is seriously limited, is there anything I can do to help with the enquiry's?

Re: General pak-britain v1 feedback

Reply #79
Productivity=0 is the problem. It causes Divide By Zero.

Quote
sim.exe caused an Integer Divide By Zero at location 0055ab1f in module sim.exe.

Registers:
eax=00000000 ebx=051782a8 ecx=06afe9c8 edx=00000000 esi=01ca5055 edi=c4c54dac
eip=0055ab1f esp=0023c6e0 ebp=0023eac8 iopl=0         nv up ei pl zr ac po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000256

Call stack:
0055AB1F  sim.exe:0055AB1F  fabrik_t::step(long)  simfab.cc:801
   ...
   if(!besch->is_electricity_producer()) {
   // one may be thinking of linking this to actual production only
>   prodfaktor = 16 + (16*power)/(n_intervall*prodbase*PRODUCTION_DELTA_T);
   }

Re: General pak-britain v1 feedback

Reply #80
Gotcha!  z9999+ was right.  I'd defined productivity as 0 because all the productivity was supposed to come from the fields.  Obviously that's not very friendly to the program, so I've changed that now.

Re: General pak-britain v1 feedback

Reply #81
Dwachs, I can't reproduce what you describe.  Can you sned a screesnhot?
It happens with the loaded image of the '20t open car' (rail) with all directons. the empty wagon is fine.
Parsley, sage, rosemary, and maggikraut.

Re: General pak-britain v1 feedback

Reply #82
Just found another 'issue' - rail is available at 1800 (uncertain of the precise start date) - as horse drawn wagonways - but there are no signals available until some later date. Very difficult to run trains (especially at 5km/hr!) when you can't divide the line into block sections. The earliest signals (flagmen / whatever) ought to be available from the beginning, surely? Otherwise I have to create stations-serving-nothing every few tiles on p****ing loops, which rather clutters the map!

Also, early rail seems to be limited to 5km/hr, where the canals are limited to 10km/hr. Wondered why this difference exists?

The above two facts in combination meant that, when I tried to build a nice rail route to feed into my very profitable canal network, it just wasn't worthwhile, couldn't move the material fast enough. May as well build canals over the mountains! Resolves itself in 1813 when the first steam loco becomes available, plus signals!

Re: General pak-britain v1 feedback

Reply #83
Any way point will act as a signal too ...

Re: General pak-britain v1 feedback

Reply #84
It will? Now that I did not know. Cheers Prissi!

Re: General pak-britain v1 feedback

Reply #85
Another thing. Pre-rail-p****enger transport, the game seems to generate an inordinately large number of p****engers.

I mean, if I in 1800 start up a stagecoach network between 15-20 small towns, 8 p****engers per stagecoach, doing 10km/h.

In real life, the "flying coach" between Oxford and London took an entire day to do that journey from about the 1680s until the coming of the railways, and there was ONE coach each way daily. So 8 p****engers in each direction, or thereabouts.

In simutrans, I'm having to depart stagecoaches as though they were minicabs, back to back, I have congestion on my roads!

I presume the game uses the same mechanism to calculate p****enger numbers across the whole time period. In reality, the availability of transport at a given area drives demand, along with the wealth/social group who want/need to travel. Until the coming of the railways made the country 'smaller' the demand was fairly limited.

I don't know whether the p****enger generating mechanism can just be tweaked to be minimised until the opening of the Liverpool & Manchester railway, say, or if there's a smarter way to do it (based on whether a town has a rail station in it's vicinity say).


Re: General pak-britain v1 feedback

Reply #86
AP,

Simutrans-Standard, unfortunately, does not have a variable demand model. The only things that affect p****enger numbers are: (1) the size of towns; (2) the number of connected towns to the network; and (3) the "p****enger level", that is a single fixed number specified in the simuconf.tab file. This problem is insoluble by pakset authors.

In Simutrans-Experimental, however, there is a feature whereby the demand for p****enger travel to any given destination is directly proportionate to the time that it takes to reach that destination: just as in real life. The faster that p****engers can be transported somewhere, the more that will want to go there. Thus, as the age of railways dawns, and travel is much faster than by stagecoach, far more p****engers will travel overall than did before.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Re: General pak-britain v1 feedback

Reply #87
More and more, experimental seems the way to go...  :D

Re: General pak-britain v1 feedback

Reply #88
Thank you :-)
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Re: General pak-britain v1 feedback

Reply #89
Well, in simutrans standard this mechanism relies on the pak set. The lower the house levels are (maximum levels before 1871 are 13 in pak64) the less p****engers can be generated at one stop.


 

Re: General pak-britain v1 feedback

Reply #91
Well, in simutrans standard this mechanism relies on the pak set. The lower the house levels are (maximum levels before 1871 are 13 in pak64) the less p****engers can be generated at one stop.

But that is not a complete answer, since if all the buildings have low levels, the cities simply sprawl, which means that, for the normal arrangement of having intra-city transport feeding hubs for inter-city links, the level of usage of the inter-city links is not affected by the levels set in the buildings' .dat files.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Re: General pak-britain v1 feedback

Reply #92
On the issue of p****enger generation - is there a way that the p****enger generation per housing level can be varied over time?  This way could prevent crazy city sprawl from limiting the levels of citybuildings, and also prevent crazy amounts of people wanting to travel early on.  Alternatively, could city growth be factored differently over time, e.g. slower growth in early years, but progressively more and more growth over time? 

Anyway, back on topic, I have fixed signal intro years :)

Re: General pak-britain v1 feedback

Reply #93
The Hood,

in Simutrans-Experimental, the system of journey time tolerances will indirectly vary city growth over time. Because fewer of those people who want to travel feel able to do so because of the journey time in early years (owing to the poorer technology available at the time), the proportion of p****engers travelling will be lower, and thus city growth will also be lower.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Re: General pak-britain v1 feedback

Reply #94
Yes, I was aware of that in experimental.  I was thinking of simple ideas that could be applied to standard without too much fuss.  Either that or support for the journey time tolerance to be part of standard :)

Re: General pak-britain v1 feedback

Reply #95
Or just use Experimental ;-)
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Re: General pak-britain v1 feedback

Reply #96
The #1 issue making it difficult to lay roads and track is that the "grid" color hardly shows up against the transparent trees, and Underground mode is seemingly black-grid-lines-on-black-background... perhaps red grids more like standard pak64?
Sounds like a good suggestion to me.  Does anyone know how to change it?  I will investigate and perhaps do a poll with some options once I've figured it out.

Sorted!  It's quite easy (once you find the answer). Change the color of the dashed lines (currently #040500 which is indistinguishable from black) to perhaps #400000 like in pak64.

Re: General pak-britain v1 feedback

Reply #97
I quite like the subtle colouring in Pak128.Britain. Perhaps a light grey?
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Re: General pak-britain v1 feedback

Reply #98
Hm, yes, perhaps something reddish-grey like #503030.  You really need some color tint to it; pure grey blends too much with the green gr****, as does yellow; bluish gets lost on water.  #703070 is a purplish possibility, too.

Re: General pak-britain v1 feedback

Reply #99
I vote for purplish...
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Re: General pak-britain v1 feedback

Reply #100
how about orangeish or brownish? any caveats in those?

Re: General pak-britain v1 feedback

Reply #101
Wlindley/others - could you put some screenshots up of various options and we will put it to a vote in a new topic...

Re: General pak-britain v1 feedback

Reply #102
Only six months for me to get back to this! Eeep.  But the purple looks very good:





and the border file

Re: General pak-britain v1 feedback

Reply #103
Wow, some serious post-digging there!  And you're still the first to respond to my request for various colour options!