how do get 32bit graphics

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

Post Reply
bartpp7
Engineer
Engineer
Posts: 46
Joined: 13 Dec 2007 01:04

how do get 32bit graphics

Post by bartpp7 »

how do get 32bit graphics in OTTD
DaleStan
TTDPatch Developer
TTDPatch Developer
Posts: 10285
Joined: 18 Feb 2004 03:06
Contact:

Re: how do get 32bit graphics

Post by DaleStan »

By reading the manual, I expect.
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
Trond
Tycoon
Tycoon
Posts: 973
Joined: 25 Jan 2008 07:32
Location: Gamle Ørnenuten

Re: how do get 32bit graphics

Post by Trond »

its all explained in the links in here: http://www.tt-forums.net/viewtopic.php?f=36&t=20330
..: Trond :.. because you deserve it! Image

The whole problem with the world is that fools and fanatics are always so certain of themselves,
and wiser people so full of doubts.
Bertrand Russell

MyGRFs: Norwegian Funny Town Names 4 | LOTR & WoW Town Names 2 | Islandic Town Names 1 | Random Norwegian Town Names
Favorites: GRFCrawler | ISR | WIKI | Now Playing: OpenTTD 1.3.2 w/YAPP 3.0-RC3.9ish
Mchl
Director
Director
Posts: 611
Joined: 05 Jan 2007 15:50
Location: Poland
Contact:

Re: how do get 32bit graphics

Post by Mchl »

DaleStan wrote:By reading the manual, I expect.
By following it actually...
User avatar
GeekToo
Tycoon
Tycoon
Posts: 961
Joined: 03 Jun 2007 22:22

Re: how do get 32bit graphics

Post by GeekToo »

bartpp7
Engineer
Engineer
Posts: 46
Joined: 13 Dec 2007 01:04

Re: how do get 32bit graphics

Post by bartpp7 »

thanks guys :bow: , so just put them in the same folder as the 8bit gfx and then put some line of code in some were mmm isn't there just a better way of doing it ? :?:
User avatar
GeekToo
Tycoon
Tycoon
Posts: 961
Joined: 03 Jun 2007 22:22

Re: how do get 32bit graphics

Post by GeekToo »

Which simpler way than just putting the tars in the data directory would you suggest?
bartpp7
Engineer
Engineer
Posts: 46
Joined: 13 Dec 2007 01:04

Re: how do get 32bit graphics

Post by bartpp7 »

don't know thats why i was asking it just the 32bit gfx looks better than 8bit so like i just want to be able to just put the gfx in the data folder and it would work X(
LordAzamath
Tycoon
Tycoon
Posts: 1656
Joined: 08 Jun 2007 08:00

Re: how do get 32bit graphics

Post by LordAzamath »

bartpp7 wrote:don't know thats why i was asking it just the 32bit gfx looks better than 8bit so like i just want to be able to just put the gfx in the data folder and it would work X(
I does, you just have to start openttd differently...
PS: And I stopped the propaganda to support Dave Worley since he got a nice new red hat now.[/color]
I know I have a BBCode error in my signature but I really cba to fix it.
bartpp7
Engineer
Engineer
Posts: 46
Joined: 13 Dec 2007 01:04

Re: how do get 32bit graphics

Post by bartpp7 »

so why can't they make a 32bit version
User avatar
GeekToo
Tycoon
Tycoon
Posts: 961
Joined: 03 Jun 2007 22:22

Re: how do get 32bit graphics

Post by GeekToo »

Actually "they" have, you just have to start it ( specify -b 32bpp-optimized on the commandline, or put blitter=32bpp-optimized in your openttd.cfg file )
Tom0004
Chairman
Chairman
Posts: 822
Joined: 01 Jul 2007 22:33
Location: Manchester, UK

Re: how do get 32bit graphics

Post by Tom0004 »

http://www.compatdb.org/ubbthreads.php/ ... Main/36027

you'll find some screenshots of OpenTTD 32bpp and also some other links :wink:

don't ask me where to download OpenTTD 32bpp as I really don't know anymore, as I've lost the links to the homepage of the project, and CBA looking for it.

0004tom

Edit. Two minutes later i find :roll:

http://lidars.narod.ru/Index.files/Page1927.htm
http://openttd32.org/forum/ and the forum page
User avatar
GeekToo
Tycoon
Tycoon
Posts: 961
Joined: 03 Jun 2007 22:22

Re: how do get 32bit graphics

Post by GeekToo »

I believe your links are based on the old, now dead '32bpp branch', and the tars are not compatible with the trunk tarloader anymore.

Currently, 32bpp is fully supported in trunk nightlies, for max 64 pixel tiles, and 2 extra zoom levels in my patch: http://www.tt-forums.net/viewtopic.php?f=36&t=35794

Downloadable graphics for trunk version:
http://wiki.openttd.org/index.php/List_ ... 32bpp_tars

As mentioned above, you just have to start openttd differently: besides the methods mentioned above, if you're on windows, and really want to click something, create a batchfile openttd.bat. With a texteditor put the line:

openttd -b 32bpp-optimized

in it. Save it, and click on it.
bartpp7
Engineer
Engineer
Posts: 46
Joined: 13 Dec 2007 01:04

Re: how do get 32bit graphics

Post by bartpp7 »

how do u edit the openttd.cfg file ?(
GeekToo wrote:Actually "they" have, you just have to start it ( specify -b 32bpp-optimized on the commandline, or put blitter=32bpp-optimized in your openttd.cfg file )
:bow:
User avatar
NukeBuster
Traffic Manager
Traffic Manager
Posts: 222
Joined: 04 Jan 2006 18:16
Location: Alphen aan den Rijn, The Netherlands
Contact:

Re: how do get 32bit graphics

Post by NukeBuster »

You could use notepad?
NukeBuster

Transport Empire: The Transport Empire Linux effort
Join the Transport Empire IRC channel: [url]irc://irc.oftc.net/transportempire[/url] !

OpenTTD patch(es): Password at join
bartpp7
Engineer
Engineer
Posts: 46
Joined: 13 Dec 2007 01:04

Re: how do get 32bit graphics

Post by bartpp7 »

and do what with that? ?(
Yexo
Tycoon
Tycoon
Posts: 3663
Joined: 20 Dec 2007 12:49

Re: how do get 32bit graphics

Post by Yexo »

bartpp7 wrote:and do what with that? ?(
Right click on openttd.cfg, choose "open with", "other" and select notepad from the list.
Lucifer The Dark
Engineer
Engineer
Posts: 18
Joined: 20 Sep 2007 19:14

Re: how do get 32bit graphics

Post by Lucifer The Dark »

What can you suggest if everything you've said to do has no effect & someone is still having the 8bpp graphics show up?

Latest nightly build, Windows XP SP2, Pentium4 2.0Ghz, NVidia Geforce 5500 256Mb, 1Gb Ram, all drivers bang up to date, only 1 openttd.cfg on the harddrive & no other grf files apart from standard game files installed to get in the way.

ottd is seeing the tar files but not using them, I'm stumped!
User avatar
GeekToo
Tycoon
Tycoon
Posts: 961
Joined: 03 Jun 2007 22:22

Re: how do get 32bit graphics

Post by GeekToo »

This seems to be a problem for some users, I did get a report of the same problem in the extra zoom patch.

It seems to happen in trunk and beta version too, so I think we'll have to solve an important bug.

I suggest to continue all report concerning this issue in the following thread:
http://www.tt-forums.net/viewtopic.php?f=36&t=36454

so the information is concentrated in one place, maybe it should be reported in the OTTD problems forums as well, to get some dev's attention.

Let's provide the devs with as much information as possible:
There are 2 ways of opening 32bpp graphics: via tars and via pngs, so let's exclude some software paths:

If you extract the tar, and put the pngs in the data/trg1r directory, does it still not work and are you able to open the pngs with a graphics program under the same user account (I'm thinking about an access right problem in tar under windows here)

Another thing I'm thinking about:
-What OS (operating system) and architecture are you using? So are you on a 32 bit machine or a 64(most often AMD atm) machine. There might be a problem with the png libraries on different architectures.
LordAzamath
Tycoon
Tycoon
Posts: 1656
Joined: 08 Jun 2007 08:00

Re: how do get 32bit graphics

Post by LordAzamath »

GeekToo, one thing that might be is compatibility files ;)
Which means that openttd.cfg is stored somehwere in hidden files too and Search can't find it. That was a problem with Vista IIRC..
PS: And I stopped the propaganda to support Dave Worley since he got a nice new red hat now.[/color]
I know I have a BBCode error in my signature but I really cba to fix it.
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: No registered users and 7 guests