Page 80 of 175

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 29 Jul 2008 18:16
by buttercup
Looking good!

If nobody else minds, I'll make a start on coding them...

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 30 Jul 2008 00:57
by PouncingAnt
I'm not sure if people know about this, a forum search in the graphics section picked out nothing... But the OpenGFX snowy buildings don't accept food :(
Not the end of the world, but a little frustrating

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 30 Jul 2008 02:13
by buttercup
Yes, sorry, that was my fault. 'Tis fixed now.

Not sure whether to post the updated grf straight away though since it is a relatively minor change. Has anyone found any other bugs/quirks that might need fixing?

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 30 Jul 2008 05:58
by LordAzamath
To save time with the coding of trains from danmacks posting, u can use the offsets and pcx for tropical trains from the one that I coded.. I assure u, it takes time to get the offsets right.

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 30 Jul 2008 12:53
by DanMacK
Go for it :D Be nice to see them in-game. One thing I will note... the SH8/Jubilee and the Wills 2-8-0 in arctic are 28px long, and the Kirby Paul is 24px long, so, I believe is the MJ 250 in arctic and the MJ250 in tropic is 28px long.

Just letting you know so we don't have any funky gaps :D

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 31 Jul 2008 23:33
by buttercup
Trains are more or less done. I can post a beta grf for people to play around with (read: do the mind numbing task of picking out minute offset errors for me) if anyone wants...
alltrains.png
alltrains.png (42 KiB) Viewed 8373 times
LordAzamath, I missed your post but it made little difference since I could just use the same offsets for (nearly) all vehicles.

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 01 Aug 2008 01:39
by Digitalfox
buttercup wrote:Trains are more or less done. I can post a beta grf for people to play around with (read: do the mind numbing task of picking out minute offset errors for me) if anyone wants...
alltrains.png
LordAzamath, I missed your post but it made little difference since I could just use the same offsets for (nearly) all vehicles.
Wow, looks really nice :o

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 01 Aug 2008 02:53
by rEXpert
Looks good. Didn't know that you guys had progressed on the trains this far. I'd love to see a beta grf.

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 01 Aug 2008 09:57
by DanMacK
Likewise :D a Beta would be greatly appreciated ;)

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 01 Aug 2008 11:58
by buttercup
Here it is then...
newtrainsbeta.grf
(90.09 KiB) Downloaded 1383 times
Known issues:
The sprites in the purchase GUI are one pixel too high; I didn't like the way the original trains sometimes looked as though their wheels were below the level of the rails in the horizontal views. I am not aware of a way to have different sprites for the purchase GUI using ActionA/Action7. The TTDPatch Wiki entry for Action5 mentions GUI sprites but I'm not sure if that's what I'm looking for.

Also, for the shorter vehicles, I couldn't decide how close they should be to the trailing wagon(s) so they will probably need adjusting.

Possibly some others I've forgotten about.

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 01 Aug 2008 17:08
by DaleStan
buttercup wrote:The sprites in the purchase GUI are one pixel too high; I didn't like the way the original trains sometimes looked as though their wheels were below the level of the rails in the horizontal views. I am not aware of a way to have different sprites for the purchase GUI using ActionA/Action7. The TTDPatch Wiki entry for Action5 mentions GUI sprites but I'm not sure if that's what I'm looking for.
That's because you need to look harder at Action3. Or, if you want to make your code more convoluted than necessary, inspect VariationalAction2 instead.

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 01 Aug 2008 17:42
by buttercup
But if I used Action3 (and certainly VariationalAction2), the grf couldn't be loaded as a static grf could it?

That's what I was loosely implying in the previous post.

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 01 Aug 2008 17:50
by DaleStan
Actually, you can (or should be able to, anyway) use actions 1 and 2 all you want in a static GRF -- by themselves, they don't actually change anything. It's 0 and 3 that cause most of the troubles.

But yes, using different sprites in the purchase window does require breaking static restrictions.

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 01 Aug 2008 20:32
by DJ Nekkid
i also made a chimaera way back there, if it's usable :)

the sprite file is pretty much a mess right now, but it's usable and understandable. Also with wagons for a +set. It lack doors tho, i could add that if needed.

also with wagons for a +set. I also made a doubledecker wagons from someones request, but they are really ugly. I have an idea for them tho, if needed :)

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 01 Aug 2008 21:58
by DanMacK
Got the Chimera sprites :D and they're planned for inclusion. Just need to get the Maglev/Monorail cars drawn and then the locos can be started. I was planning on using Uzurpator's excellent monorail equipment from his tropical versions, and the other Maglev locos can be drawn as well.

**Note** I noticed the train cars overlap in the depot menu and train list but are fien in-game, any way to remedy that? :) aside from that, everything looks great.

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 02 Aug 2008 16:13
by DJ Nekkid

Code: Select all

-1 * 0  0D 9E 08 9E FF 08 00 00 00 // Draw all 32 px in the depot view
as well as this (to make it look nicer overall

Code: Select all

-1 * 0  0D 8E \D= FF 00 02 00 00 00 // Drop 2px in depot view

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 02 Aug 2008 23:12
by DanMacK
Couple quick updates, I did some revisions on one side of the A4, didn't do the other view

Also, I drew up some more "North American" looking cars for the arctic paper, food and livestock cars.

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 03 Aug 2008 09:12
by Purno
DanMacK wrote:Image
Mind if I forward these to the 2ccSet coder, since we might be able to use them there too. Most wagons we have now are drawn by Europeans, so they also got an European look. American wagons are just a bit different, so it'd be nice to have those too. :)

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 03 Aug 2008 22:36
by Zephyris
Awesome trains! They look amazing, really really amazing! Really!
Before I post the updated landscape grf (if LordAzamath is okay with the changes I made), I wondered if it might be a good idea to remove the rivers at the same time and create a new 'water features' grf that would include all the rivers, canals/locks and the aqueducts Zephyris recently drew.
Go ahead and post the new landscape grf with those changes, I would be happy to split the "water features" into a new grf although I don't see it as particularly necessary...
... so I widened the spacing a little and moved them further out (see the screenshot). It isn't much of a change but I just thought I should mention it.
Feel free to modify any of my sprites as you code them, you have made them look better!

Re: [8bpp] Graphics Replacement Project - OpenGFX

Posted: 04 Aug 2008 01:37
by Zephyris
Depots? No offence to LordAzamath's work but I thought a consistent style is important...