"French Trains Set - freight rolling stock needs drawing

Discuss, get help with, or post new graphics for TTDPatch and OpenTTD, using the NewGRF system, here. Graphics for plain TTD also acceptable here.

Moderator: Graphics Moderators

User avatar
krtaylor
Tycoon
Tycoon
Posts: 11784
Joined: 07 Feb 2003 01:58
Location: Texas, USA
Contact:

Post by krtaylor »

I strongly recommend that both the Excel file with all the data, and also the website with current sprites, be brought up to date immediately, and kept that way. This has been an issue on previous sets, and solves a great deal of confusion. Coding and drawing are hard work, and nobody likes having to do it over because of a data glitch.
Development Projects Site:
http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
User avatar
OzTrans
Tycoon
Tycoon
Posts: 1714
Joined: 04 Mar 2005 01:07

Post by OzTrans »

DaleStan wrote:
OzTransLtd wrote:The [vehicle motion] counter only runs from 0 to 4095 and the low bit will not be picked accurately enough.
I'm assuming you meant s/bit/byte/, but where does it say that? I see "4096 motion units mean motion across one tile", but the wiki's pretty good about reporting meaningless bits, and the given format is "32-bit value", not "00000ccc".
First I did mean the lower 8 bits; then I did read that wiki again, my memory must haven been playing up a bit.

Nevertheless, I did do a lot of testing and because we need something that counts nicely 0-1-2-3-0-1-2-3 etc in a 4 frame sequence (assumeing that vehicle does not move too fast). The only thing I came up with was shift-num 08h and-mask 03h; that does it flawlessly. Anything else I tried always resulted in skipped sprites.
Snail wrote:Well, if 6 frames won't work, it means I'll have to add 2 more sprites to ...
You'll need a nice sequence of 0-1-2-3-4-5 and again; I would not want to make it to complicated, after all this is a sprite that gets executed countless times. I could try again, as that counter now seems to have a much higher value. Maybe a modolus-6 can do it, disregarding the low byte. I'll let you know.
User avatar
jvassie
Tycoon
Tycoon
Posts: 3421
Joined: 18 Dec 2002 18:00
Location: High Wycombe, England
Contact:

Post by jvassie »

Thanks for all that info Snail,im sorry to perhaps sound slightly annoying here, i wish it wasnt so, but the way the graphics are snt readable by GRFMaker... Would it be possible to rejiggle them so there is a gap of 5 pixels between the edge of the picture and between all sprites, ive found that this way its readable and has wroked everytime with the swiss set.

As for the spreadsheet, ive never, ever seen anything so amazingly organised! :D

Cheers
James
(British) Modular Stations Set - Thread: | Website:
Swiss Set - Thread: | Website:
Route Map Creator
My Screenshot Thread
DaleStan
TTDPatch Developer
TTDPatch Developer
Posts: 10285
Joined: 18 Feb 2004 03:06
Contact:

Post by DaleStan »

My general opinion is that it's the artist's job to draw the right sprites.

Once that's done, everything else: arranging the sprites correctly, cropping the sprites (if necessary), &c. is the coder's job.

Not that artists shouldn't attempt to provide the sprites in a sane order, but they shouldn't be expected to know, nor cater to, the idiosyncrasies of every single coding program, nor which coder uses which program(s).
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
User avatar
Snail
Tycoon
Tycoon
Posts: 1287
Joined: 28 Apr 2003 18:52
Contact:

Post by Snail »

Jamesvassie wrote:im sorry to perhaps sound slightly annoying here, i wish it wasnt so, but the way the graphics are snt readable by GRFMaker
Of course, here are the new sprites. Hope they work.
If you like, I can adopt this standard for all my work from now on. The steamers need revisiting anyway, due to animation to be added.

This only slowed down the decapods' development :p They're 1/4 done as of now, i.e. the horizontal views, so hold your breath a bit more. Hopefully it won't take that long. They historically shared some parts with other steamers that I've already drawn, so I think it's sensible to take those parts from some of my already drawn sprites (for instance the 150B's boiler was the same as the 231C's, so that part of the sprites will be the same). Don't worry anyway, they'll appear different in the game. ;)
Jamesvassie wrote:As for the spreadsheet, ive never, ever seen anything so amazingly organised! :D
Ty! :) Working on updating it. It'll contain the final steamers' scheme, hopefully it'll be ready in a few days or so.
Attachments
stuff_5px.zip
5 pixels
(24.81 KiB) Downloaded 99 times
User avatar
krtaylor
Tycoon
Tycoon
Posts: 11784
Joined: 07 Feb 2003 01:58
Location: Texas, USA
Contact:

Post by krtaylor »

DaleStan wrote: Not that artists shouldn't attempt to provide the sprites in a sane order, but they shouldn't be expected to know, nor cater to, the idiosyncrasies of every single coding program, nor which coder uses which program(s).
Do different programs have different standards? All the sprites I've seen collected for my various sets, look very much the same - have the angles in the same order, small white border, etc. I figured there was basically one standard that everything followed, is that not so?
Development Projects Site:
http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
User avatar
The Irish
Tycoon
Tycoon
Posts: 2092
Joined: 14 Apr 2004 16:06
Location: Bonn, Germany
Contact:

Post by The Irish »

Great stuff, guys...

I would like to welcome Jamesvassie and Comrade_Sanchez as our new coder team. Thanks for helping out, guys.

HT, If you don't mind, I would like to make some of the missing liveries on the CC72000. Can I use your sprites as a basis?

Snail, If I'm not mistaken, we still need the Fret, the blue and the Voyage liveries, correct?
*** Ce French Train Set ***
*** Visit my transport related pictures on Flickr ***
ImageImageImageImageImage
Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch
"A committee is a group of men who individually can do nothing but as a group decide that nothing can be done" (Fred Allen 1894-1956 US radio comic).
User avatar
Snail
Tycoon
Tycoon
Posts: 1287
Joined: 28 Apr 2003 18:52
Contact:

Post by Snail »

The Irish wrote:Snail, If I'm not mistaken, we still need the Fret, the blue and the Voyage liveries, correct?
Yup! You'll find some links to them a couple of pages ago, right below HT's sprites, and more on the spreadsheet (on the sheets "Electric&Diesel" and "Pix"; the data about electrics and diesels is still up to date).
Great to see you back to the drawing scene, man. 8)
User avatar
The Irish
Tycoon
Tycoon
Posts: 2092
Joined: 14 Apr 2004 16:06
Location: Bonn, Germany
Contact:

Post by The Irish »

Snail wrote:
The Irish wrote:Snail, If I'm not mistaken, we still need the Fret, the blue and the Voyage liveries, correct?
Yup! You'll find some links to them a couple of pages ago, right below HT's sprites, and more on the spreadsheet (on the sheets "Electric&Diesel" and "Pix"; the data about electrics and diesels is still up to date).
Great. I will check it out.
Snail wrote: Great to see you back to the drawing scene, man. 8)

Don't count on that too much. I have a weekend in Prague coming up, the weather is freezing cold and rainy, So I might have some time on Sunday... Drawing is more or less the only "non business" thing I can do on my laptop. :wink:

I hope I will also find some time over the christmas period... We will see.
*** Ce French Train Set ***
*** Visit my transport related pictures on Flickr ***
ImageImageImageImageImage
Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch
"A committee is a group of men who individually can do nothing but as a group decide that nothing can be done" (Fred Allen 1894-1956 US radio comic).
User avatar
jvassie
Tycoon
Tycoon
Posts: 3421
Joined: 18 Dec 2002 18:00
Location: High Wycombe, England
Contact:

Post by jvassie »

Great to here about some more possible drawings here!

Snail, for some reason, which i dont know why, even with your new file, GRFMaker still wont accept it... :(

The Irish, would it be possible for you to post all your sprites here please?

Cheers
James
(British) Modular Stations Set - Thread: | Website:
Swiss Set - Thread: | Website:
Route Map Creator
My Screenshot Thread
User avatar
Snail
Tycoon
Tycoon
Posts: 1287
Joined: 28 Apr 2003 18:52
Contact:

Post by Snail »

:cry:

Ok, why don't you post here one of the sprites you coded with GRFMaker for me to use as a template? I can try to reproduce that structure exactly (or, better, just copy and paste my sprites over yours).
User avatar
jvassie
Tycoon
Tycoon
Posts: 3421
Joined: 18 Dec 2002 18:00
Location: High Wycombe, England
Contact:

Post by jvassie »

Ok that might work out better! :)

Here is one of mine: the Re 4/4 II liveries

Also, id be interested in drawing some of the coaches, would that be ok, i can get the liveries from the tracking table if thats ok...

James
Attachments
grfre420s_png.PNG
grfre420s_png.PNG (3.11 KiB) Viewed 2316 times
(British) Modular Stations Set - Thread: | Website:
Swiss Set - Thread: | Website:
Route Map Creator
My Screenshot Thread
DaleStan
TTDPatch Developer
TTDPatch Developer
Posts: 10285
Joined: 18 Feb 2004 03:06
Contact:

Post by DaleStan »

krtaylor wrote:Do different programs have different standards?
Yes.
grfcodec only requires that no sprite be higher than the previous sprite.[0] GRFMaker seem to have far more stringent requirements, which I've never cared enough to figure out or memorize.

[0] If you so desired, you could arrange the sprites so that there is no whitespace between them and grfcodec would still be happy.
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
User avatar
Snail
Tycoon
Tycoon
Posts: 1287
Joined: 28 Apr 2003 18:52
Contact:

Post by Snail »

Alright, let's try with this 2CC2.
This engine is longer than your Re 4/4 II (it's 32 pixels long in the horizontal view), so I had to lengthen the horizontal sprites by 3 pixels each. I kept all the other measures intact, so that this .png file is actually 6 pixels larger than yours. For the rest, I just copied the sprites and put them over yours.

Only a thing, I remember DaleStan once told that the sprites should be put with the northbound one first, then clockwise. In your .png, though, you started with the southbound...
I put as DaleStan suggested, I can switch the order of the sprites if you prefer. Let me know if at least GRFMaker can read this thing.

Cheers

-EDIT- the red pixels on the bottom got screwed, here's the correct pic
Attachments
2CC2... plug and pray
2CC2... plug and pray
lets_hope_2CC2.png (4.86 KiB) Viewed 2298 times
User avatar
jvassie
Tycoon
Tycoon
Posts: 3421
Joined: 18 Dec 2002 18:00
Location: High Wycombe, England
Contact:

Post by jvassie »

Snail, that works like a dream!

If theyre all like that, then we should be fine.

Anyhow, i decided id draw some coaches, so i did the Corail+ coaches, plus the end car, what do you think?

James
Attachments
corail+.PNG
corail+.PNG (4.27 KiB) Viewed 2294 times
(British) Modular Stations Set - Thread: | Website:
Swiss Set - Thread: | Website:
Route Map Creator
My Screenshot Thread
User avatar
Snail
Tycoon
Tycoon
Posts: 1287
Joined: 28 Apr 2003 18:52
Contact:

Post by Snail »

Happy to hear that man!

I'll try and do the other engines, too, with this scheme. Might take a while though. I wanna get through with the 150 and 151's first.
Very nice Coraux! I like the colors, they're very accurate. We're gonna need those carriages, as HT only drew the old style. Here they are. I still didn't check yours out, but I'm posting HT's ones here, so you can have an idea of what's the style of our coaches. If you create wagons that go well with Teacup's ones, they'll surely be included in the set. ;)

Back to my drawing (I'll be away for the weekend, so the decapods shall be halted until sunday evening!)
Attachments
... and driving coach
... and driving coach
corail pilote.png (3.02 KiB) Viewed 2285 times
Corail...
Corail...
corail.png (3.54 KiB) Viewed 2285 times
User avatar
jvassie
Tycoon
Tycoon
Posts: 3421
Joined: 18 Dec 2002 18:00
Location: High Wycombe, England
Contact:

Post by jvassie »

They look amazing! I shall start on some other liveries right away! :D


James
(British) Modular Stations Set - Thread: | Website:
Swiss Set - Thread: | Website:
Route Map Creator
My Screenshot Thread
User avatar
Snail
Tycoon
Tycoon
Posts: 1287
Joined: 28 Apr 2003 18:52
Contact:

Post by Snail »

I think so too, HT's style is very, very professional. I didn't have a close look before, but it seem the Corail+ are already included in HT's Corail pack. However, some combinations are missing, such as the mixed 1st-2nd class carriage, or the bar carriage with yellow doors. Are you willing to do them? From what he told me, I think Teacup might agree to let you add those combinations.
Also, it seems we only have the Corail driving carriage, so the Corail+ is needed. A good shading is gonna be very important ;)

Here I'm posting a zip of all the carriages we have now. You can easily find the list of the needed coaches in my .XLS file, so you'll be able to see what is left to do. As you can see, there's still lot of work to be done...

Thank you very much for your interest! :D
Attachments
Voitures.zip
French carriages as of now! Courtesy of Hovering Teacup
(45.01 KiB) Downloaded 159 times
User avatar
jvassie
Tycoon
Tycoon
Posts: 3421
Joined: 18 Dec 2002 18:00
Location: High Wycombe, England
Contact:

Post by jvassie »

Wow, i never realised that many had been done! :shock:

I shall get around to doing some more over thee weekend most likely.

Its nice to be able to help out with such a wonderfully organised set...


Cheers
James
(British) Modular Stations Set - Thread: | Website:
Swiss Set - Thread: | Website:
Route Map Creator
My Screenshot Thread
User avatar
Comrade_sanchez
Engineer
Engineer
Posts: 37
Joined: 04 Oct 2004 04:15
Location: University of S(l)urry

Post by Comrade_sanchez »

Ok this is my first post for this set :P woo-hoo
So finding myself with a free evening i have started work coding for this set.
I'm feeling relativly comfortable using all the normal actions now and i have therefore managed to make a start on the diesels/electrics by doing the basic coding for the PO BB1280 and getting it in the game with the correct stats.
I've just some conflicting issues with the wagons to tidy up in / and then i'll be happy with her.
As set work is all relatively new to me (though i'm mostly upto date with all the issues in this set after spending this morning reading all of the pages)
do you mind if i chuck out some questions mainly to snail and james but anyone else is most welcome to advise.
Firstly would you prefer each engine i code to be as an individual .grf or all lumped together in one.
Secondly when it comes organisational things i.e allocation of a loco to a vehicle ID should we do that now or just leave it until we compile the teaser/completed set.
Also at snail the spreadsheet looks great unfortunatly i'm having to run it through MS works spreadsheet which has to delete all the formulas to run it, so there is certain info i'm not sure if i'm missing or not.
i.e certain TEs and all of the air drags. Is it possible i could get these in a table in word or in a spreadsheet without the calculating formulas. Don't worry if its too much of a hassle i can just ask here when i need them and i'm sure you can reference them easy enough for me.

Finally @ james if you haven't started work on them yet do you mind if i shotgun the BB61000 and 2BB2, i might be able to get them done this weekend.
Attachments
BB1280.png
BB1280.png (49.78 KiB) Viewed 2084 times
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: Bing [Bot] and 14 guests