Iris2.de
http://iris2.de/forum/

Tiles and Fonts are too small. Is there a solution for this?
http://iris2.de/forum/viewtopic.php?f=15&t=1453
Page 1 of 1

Author:  Zeno [ Thu Sep 17, 2009 7:43 pm ]
Post subject:  Tiles and Fonts are too small. Is there a solution for this?

I try to play Iris2 in 1440x900 on a 14 zoll notebook. Is there a way to increase the tile size and the font size without changing the desktop resolution?
Doubkle tile size in 2D mode would be nice.

Author:  Zeno [ Fri Sep 18, 2009 11:23 am ]
Post subject:  Re: Tiles and Fonts are too small. Is there a solution for t

Zeno wrote:
I try to play Iris2 in 1440x900 on a 14 zoll notebook. Is there a way to increase the tile size and the font size without changing the desktop resolution?
Doubkle tile size in 2D mode would be nice.


Hmm i gues my zoom wheel does not work with iris2. Ich try with the keyboard again, when i am at home.

Author:  ghoulsblade [ Fri Sep 18, 2009 11:23 am ]
Post subject: 

You can edit bin/ogre.cfg to set a custom resolution.
To avoid changing desktop size try window mode instead of fullscreen.
You can zoom in with the mousewheel to double tilesize ingame, but there is no way to make font size and similar bigger with that.
If you find those too small, then i'd suggest selecting a lower resolution.

Author:  Zeno [ Fri Sep 18, 2009 6:22 pm ]
Post subject: 

there is no bin/ogre.conf

I cannot zoom. The mouse wheel and the zoom keys have no effect :(.

Author:  ghoulsblade [ Fri Sep 18, 2009 11:05 pm ]
Post subject: 

ogre.cfg : ok, you're already using the latest version then, it was removed recently.
You can then select all available resolutions for fullscreen mode from the ingame options menu.

zoom :
weird, that was the standard hotkey earlier.
anyway you can reenable it by adding these two lines to config/mymacros.lua :


Code:
SetMacro("wheelup",      function() MacroCmd_CamChangeZoom(-0.3) end)
SetMacro("wheeldown",   function() MacroCmd_CamChangeZoom( 0.3) end)


(@sience: r3114 seems to have removed them, is there a new default ? was it completely removed from defaults ? why ?)

Author:  SiENcE [ Sun Sep 20, 2009 10:49 am ]
Post subject: 

@Zeno: Use the keys "x" and "y" to change to zoom via keyboard.

@ghouly:
what is removed?

All macros are in "config_macros_declarations.lua" and
Code:
SetMacro("wheelup",      function() MacroCmd_CamChangeZoom(-0.3) end)
SetMacro("wheeldown",   function() MacroCmd_CamChangeZoom( 0.3) end)

are in it.

The commit 3114 changes no zoom functionalitys.

Author:  ghoulsblade [ Mon Sep 21, 2009 7:18 am ]
Post subject: 

i think i see it now, commit 3114 adds a --[[ , which comments out a large block of keybindings, i already wondered why when posting in this thread, but it seems to be a bug.

the syntaxhilighting in trac shows it if you view the whole file, see the code
before 3114 : http://zwischenwelt.org/trac/iris/brows ... a?rev=3061
and after : http://zwischenwelt.org/trac/iris/brows ... a?rev=3114

with the whole block from lines 36 onward being commented out.

Author:  SiENcE [ Mon Sep 21, 2009 12:44 pm ]
Post subject: 

Ok. Problem is fixed "unstable" :-)!

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/