Hello everyone,
i'm currently working on flat docks, but as you can see in this screenshot, the parts that are on land desperately need other graphics:
So i was hoping some of you great graphic artists are willing to draw me the 4 sprites i need. (one for each direction). It is not (yet) possible to have different sprites for the water-part of the dock, so i only need sprites for the land-parts.
I, personally, prefer to modify graphics, so if you could post the four sprites that need fixing, I'd be more likely to look at them. No guarantees, though, as I still feel like my plate is pretty full.
Oh. Right.
*rummage*
For those who are interested, the sprites in question are 2731 and 2732. (just two)
Here are two different versions of the dock; I'm not sure which'll work better. The first pair have the watery pixels recolored to grassy colors; the second pair have them completely removed.
The GRF (zipped) contains nothing except these four sprites, but it does contain the offsets from trg1r.grf.
I think I did close to the right thing, despite not doing enough research.
Sprites 2727-30 (the 4 land parts) are just correctly trimmed and slightly re-colored versions of sprites 2731-2 (water parts). Knowing this, I'd probably go with the second pair of sprites, and they'll probably need to be duplicated.
Prof. Frink wrote:Erm... It's the land-based part of the docks that needs drawing, not the water-based part.
but the land-based part of the flat docks is currently the same as the water-based part, so this was exactly what i wanted... now i only have to figure how to write the code to use these custom sprites...
If the new sprites don't include grass pixels and if you don't think you'll need snowy/deserty docks, it would be easiest to implement this via action 5.
On the other hand, it may be that most of the code for the docks sprites is already patched (through newstations; I'm not sure though), so adding it to the newstations feature may not be too much work either. That way you could even imagine n different docks graphics, although coding the graphics selection would then be the major amount of work. But initially it doesn't need to be selectable, I suppose.
Wouldn't you have to extend the Patch in order to get these to work at all, anyway? Because the game is expecting there to be a slope at the edge of the water.
Development Projects Site: http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
Actually, what you'd want is HALF of the land-part going down to ground level, in a ramp. And the other half, which stays the same level, you'd put yellow and black warning stripes on. That way it could be a loading dock when a truck backs up to it, or the truck could go up the ramp onto the actual dock, depending on what was needed. Of course the trucks wouldn't actually behave that way, but it would look right.
Development Projects Site: http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
krtaylor wrote:Actually, what you'd want is HALF of the land-part going down to ground level, in a ramp. And the other half, which stays the same level, you'd put yellow and black warning stripes on. That way it could be a loading dock when a truck backs up to it, or the truck could go up the ramp onto the actual dock, depending on what was needed. Of course the trucks wouldn't actually behave that way, but it would look right.
except that right now, to use a dock with trucks you build an entire loading bay already, which would make the dock-based one superfluous.
Korenn wrote:
except that right now, to use a dock with trucks you build an entire loading bay already, which would make the dock-based one superfluous.
Not necessarily. Remember that the truck loading docks aren't really there, the trucks back up to the back edge of the bay because there isn't room for a building there. If you built the truck bay with its back up against the dock, it'd fit. The side of the dock, that is.
Development Projects Site: http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
The trouble with putting buildings on the dock is that they will unavoidably be out of scale either with the buildings on shore, or with the ships themselves. An overhead crane doesn't have any obvious scale so it doesn't cause a problem, but we already have one of those.
Development Projects Site: http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there