Page 15 of 38
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 27 Feb 2009 13:13
by maquinista
Forked wrote:Windows binaries
Belgabor: done
Thanks, I will use it.
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 28 Feb 2009 10:31
by Wacki
Maybe I am id*ot, but when I try run an application - Windows write me error...

Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 28 Feb 2009 10:40
by Thief^
What error?
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 28 Feb 2009 11:31
by Roujin
The only thing here that makes you seem not-so-clever is expecting us to be able to help you with only such a vague description of your problem.
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 28 Feb 2009 12:13
by Wacki
It is in czech language, but I think, that is typical windows error...
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 28 Feb 2009 16:18
by GeekToo
You are sure you have selected the 32bpp-optimized blitter?
Check the following in your openttd.cfg file (which can be in multiple places, like the My Documents/openttd folder, or the folder where your openttd.exe is in).
sprite_cache_size = 64
blitter = "32bpp-optimized"
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 28 Feb 2009 16:27
by Wacki
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 28 Feb 2009 17:12
by GeekToo
the data folder is OK. Maybe you have the dos version of the original grf's?
Most tars are coded for the windows version. You can check by looking in the data folder: if there is a trg1r.grf then most tars should work. If there is a trgr.grf file, then you must unpack the tar, and rename the directory data/sprites/trg1r to trgr . And repeat this for the other directories in the sprites folder: they must be named the same as the original grf(without the grf extension).
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 01 Mar 2009 10:04
by 3styler
Hi and I will appologize in advance for my questions. I'm very new around here and I really want to play with the new graphics, but I simply can't seem to do it. I installed all kind of stuff, but I don't manage to get the extra zoom levels nor the new graphics. My questions are this. Where do I install the new graphics (folder)?How can I set the new zoom level?
I already set the sprite cache to 64 and the blitter, but It doesn't work. Thanx a lot and I hope I'm not much of a trouble.
Btw, I'm using Windows Vista (32).
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 01 Mar 2009 10:56
by GeekToo
3styler wrote: but It doesn't work.
Btw, I'm using Windows Vista (32).
I'm not really clearvoyant, so please specify "does not work" a little better.
Does the window title show : Openttd r15590M?
Does it crash immediately?
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 01 Mar 2009 11:21
by 3styler
GeekToo wrote:3styler wrote: but It doesn't work.
Btw, I'm using Windows Vista (32).
I'm not really clearvoyant, so please specify "does not work" a little better.
Does the window title show : Openttd r15590M?
Does it crash immediately?
Actually, the game is running, but I see no difference. The same graphics and no extra zoom levels

Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 01 Mar 2009 11:41
by GeekToo
Does the window title show : Openttd r15590M?
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 01 Mar 2009 12:13
by 3styler
Yes, it is. Hmm...now i have another error ÖpenTTDw.grf is missing or corrupted"...The game is working,but the fonts is all "????" stuf...
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 01 Mar 2009 12:38
by GeekToo
You probably have overwritten the grf's that came with the binaries, when copying the trg*.grf's
Unpack the rar again, to use the right openttd*.grf's :
http://www.tt-forums.net/viewtopic.php?p=768164#p768164
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 01 Mar 2009 13:08
by 3styler
I did. It's working, but I still have that error and the only languages I can choose are arabic, hebrew and another 2. I now can zoom and see the new grf. But I still don't understand what's with that error.
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 19 Mar 2009 20:35
by GeekToo
As promised, I've made some changes to the blending mechanism, so CC colours will look more like they are supposed to look. So CryingCorvus' mail trucks will be more red iso orange.
It is not complete yet, for now only mapping to red, green and blue works as expected.
The CMY colours will be done later, but let's first see how it looks
Furthermore:
-update to trunk
-white and grey CC show correct brightness, so are not flat anymore
-company manager faces are big again, changes were lost somewhere in all the trunk-syncs
The diff is experimental, to be able to judge the new blending for CC
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 20 Mar 2009 12:21
by habell
Very nice.

I hope someone will make a win32 binary with this diff-file.
Since BuildOTTD doesn't work any more I'm unable to create a binary with diffs my self

Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 25 Mar 2009 08:35
by Forked
habell wrote:Since BuildOTTD doesn't work any more I'm unable to create a binary with diffs my self

http://wiki.openttd.org/Compiling_on_MinGW is pretty easy to setup and use.
as for the win32 binary, here it is:
http://tda.nu/openttd/32bpp_15770_v11_win32.rar
(used 32bpp_15770_v11.diff posted above.) Usual disclaimer: Not tested beyond that the game starts. No support given..
Reason for using external host is that the forum denies me uploads bigger than 2MB :\ Sadly I have no counter in place to count the number times a file is downloaded.
Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 25 Mar 2009 10:18
by habell
Forked wrote:habell wrote:Since BuildOTTD doesn't work any more I'm unable to create a binary with diffs my self

http://wiki.openttd.org/Compiling_on_MinGW is pretty easy to setup and use.
as for the win32 binary, here it is:
http://tda.nu/openttd/32bpp_15770_v11_win32.rar
(used 32bpp_15770_v11.diff posted above.) Usual disclaimer: Not tested beyond that the game starts. No support given..
Reason for using external host is that the forum denies me uploads bigger than 2MB :\ Sadly I have no counter in place to count the number times a file is downloaded.
Thanks for the info and for the binary

Re: [32bpp] Extra zoom levels, Updated V9 r15476
Posted: 26 Mar 2009 00:11
by =SLJ=DownEast
I used the compiled win32 and got this:

- Screen shot, V11
- no colors.png (317.85 KiB) Viewed 4086 times
Anyone else?