Skip to main content
Topic: [patch]snow images for crossings (Read 5662 times) previous topic - next topic

[patch]snow images for crossings

.. again a simple patch, no need to change makeobj. Images with [ 1 ] instead of [ 0 ] will be winter images. Any comments against using the so far unused second index?
Parsley, sage, rosemary, and maggikraut.

Re: [patch]snow images for crossings

Reply #1
great idea!

Re: [patch]snow images for crossings

Reply #2
I hope this makes it in, another anomaly sorted out.

Any chance of allowing different crossing graphics at different points in the timeline?

Re: [patch]snow images for crossings

Reply #3
First things first :D

The current structure of the crossing objects was already prepared for winter images (or animations?). Don't know.

Timeline should be pretty straightforward (though changes to makeobj needed).
Parsley, sage, rosemary, and maggikraut.

Re: [patch]snow images for crossings

Reply #4
I hope this makes it in, another anomaly sorted out.

Any chance of allowing different crossing graphics at different points in the timeline?

That is indeed a good idea - would be lovely to see gated crossings early on and AHBs later on in Pak128.Britain... :-D
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: [patch]snow images for crossings

Reply #5
Update: now with timline for crossings.

Parsley, sage, rosemary, and maggikraut.

Re: [patch]snow images for crossings

Reply #6
Since most entries in the crossing array will be empty, maybe one should rather use a sp**** array for it?

(May power supplied died yesterday, and this WIN98 Pentium 150 cannot compile it. SO I cannot test it.)

Re: [patch]snow images for crossings

Reply #7
(May power supplied died yesterday, and this WIN98 Pentium 150 cannot compile it. SO I cannot test it.)

There can't be many of those around these days...
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: [patch]snow images for crossings

Reply #8
[heavily offtopic]
Depends: Our oldest measurement system runs (an AUGER setup) runs on a 10MHz 286 (under DOS 3.1). And I have one computer which still butts Windows for Workgroups 3.11 fine (486 DX2 with 8MB main memory). But Simutrans never ever run smoothly below a Pentium.

Re: [patch]snow images for crossings

Reply #9
I'm ****uming this hasn't made it in yet, given it's still in "considered" patches?

Re: [patch]snow images for crossings

Reply #10
Yes. But should go in trunk soon. (Ie when rl permits)
Parsley, sage, rosemary, and maggikraut.

Re: [patch]snow images for crossings

Reply #11
That's good news.  There'll be some pak128.Britain graphics to take advantage too when rl permits :)

Re: [patch]snow images for crossings

Reply #12
Incorporated in rev 3245. To be able to use the timeline stuff, a new (nightly) makeobj is required.
Parsley, sage, rosemary, and maggikraut.

Re: [patch]snow images for crossings

Reply #13
Excellent!  Where do you get nightly makeobj from?  Presumably for linux version I would need to compile from source?  Is there a quick guide for doing this?  Finally (sorry for all the questions) if I add new parameters to the dat file, will old makeobj and old game versions still work with the new dat/pak?

Re: [patch]snow images for crossings

Reply #14
Excellent!  Where do you get nightly makeobj from?  Presumably for linux version I would need to compile from source?  Is there a quick guide for doing this? 
There is no makeobj nightly. Quick guide for compiling: Get the code first
Code: [Select]
svn co svn://tron.homeunix.org/simutrans/trunk  <target-directory>
copy config.template to config.default
edit config.default (see also the readme.txt on this)
Code: [Select]
cd  makeobj
make
.. hope this works.
Quote
Finally (sorry for all the questions) if I add new parameters to the dat file, will old makeobj and old game versions still work with the new dat/pak?
Old makeobj will work with the new dat. At least in the case of this change here. Old makeobj is able to compile the dat with winter images. Only for timeline information a new makeobj is needed. But using old game versions with new pak-files is not recommended, it works for me with new crossings and old program but may fail for others.
Parsley, sage, rosemary, and maggikraut.

Re: [patch]snow images for crossings

Reply #15
thanks - I'll give it a go.

Re: [patch]snow images for crossings

Reply #16
What version of makeobj does wernieman use for generating the nightly-pak's? If he uses an own current compilation of makeobj, you would have to wait only for the nightly and would not have to compile makeobj yourself.
Parsley, sage, rosemary, and maggikraut.

Re: [patch]snow images for crossings

Reply #17
On a related note, when is the next stable due?  If these new features go into the next release, then obviously I want to make sure there is a pak128.Britain release to go with it.

Re: [patch]snow images for crossings

Reply #18
But will there be animation of a British railwayman running down the steps from the box, lifting the latch, closing the first gate, lifting the other latch, closing the other gate, running up the steps, and throwing the Proceed lever for the semaphore signal? (grin)

I was amazed that procedure still persisted when I stayed in Chartham in 2000.

Re: [patch]snow images for crossings

Reply #19
On a related note, when is the next stable due?  If these new features go into the next release, then obviously I want to make sure there is a pak128.Britain release to go with it.
No need to hurry. There are no deadlines. Sure these features will go into the next release.
Parsley, sage, rosemary, and maggikraut.