Thread
:
GemRb Development Thread
View Single Post
edheldil
2011-04-19 , 08:23
Posts: 3 | Thanked: 8 times | Joined on Apr 2011
#
182
Hi, guys,
the Fullscreen setting in gemrb.cfg is not working, possibly will be deprecated. You have to set it in the original game INI file. e.g. in baldur.ini, torment.ini or icewind.ini.
GemRB indeed looks for its config file in several locations, among others:
Code:
./GemRB.cfg ~/.gemrb/gemrb.cfg
(beware of upper/lower letter case!)
But you can also use specific config file using the -c parameter, e.g.
Code:
gemrb -c ~/iwd.cfg
will use
Code:
/home/user/iwd.cfg
. So it should be easy to create e.g. two *.desktop files, each calling gemrb with different config file, and hence possibly with different game. No need to create graphical menus
.
Alternatively you can create symbolic link, e.g. bg2 to point to gemrb binary and if you now type
Code:
bg2
gemrb will also look for
Code:
~/.gemrb/bg2.cfg
config file. Just saying ;-)
Anyway, feel free to come to #gemrb at freenode or to our
forum
, there is always somebody willing to talk about GemRB or the Infinity Engine games. Android ppl are already there
.
Quote & Reply
|
The Following 6 Users Say Thank You to edheldil For This Useful Post:
ArnimS
,
ivgalvez
,
maartenmk
,
Magik
,
NerdKnight
,
OVK
edheldil
View Public Profile
Find all posts by edheldil