Iris2.de

Iris2-Forum
It is currently Thu Mar 28, 2024 8:30 pm

All times are UTC




Post new topic Reply to topic  [ 8 posts ] 
Author Message
PostPosted: Thu Sep 17, 2009 7:43 pm 
Offline

Joined: Thu Sep 10, 2009 1:33 pm
Posts: 11
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.


Top
 Profile  
 
PostPosted: Fri Sep 18, 2009 11:23 am 
Offline

Joined: Thu Sep 10, 2009 1:33 pm
Posts: 11
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.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 18, 2009 11:23 am 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
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.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 18, 2009 6:22 pm 
Offline

Joined: Thu Sep 10, 2009 1:33 pm
Posts: 11
there is no bin/ogre.conf

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


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 18, 2009 11:05 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
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 ?)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 20, 2009 10:49 am 
Offline
iris2-developer
User avatar

Joined: Mon Aug 09, 2004 12:20 pm
Posts: 1431
@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.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 21, 2009 7:18 am 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
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.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 21, 2009 12:44 pm 
Offline
iris2-developer
User avatar

Joined: Mon Aug 09, 2004 12:20 pm
Posts: 1431
Ok. Problem is fixed "unstable" :-)!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group