Other > Tools and Modifications
Interface modders: changes in .ini options
Atom:
The following keys were added upon the last update, their meaning should be clear:
--- Code: ---RadioMainPic=radio.png
RadioMain=0 0 330 201
RadioRefresh=230 10 262 53
RadioRefreshPicDn=radio_switch.png
RadioChannel=152 18 220 31
RadioBroadcastSend=18 86 67 112
RadioBroadcastSendPicDn=radio_off.png
RadioBroadcastRecv=18 160 67 186
RadioBroadcastRecvPicDn=radio_off.png
RadioBroadcastSendDial=152 64 310 117
RadioBroadcastSendDialPic1=radio_dial1.png
RadioBroadcastSendDialPic2=radio_dial2.png
RadioBroadcastSendDialPic3=radio_dial3.png
RadioBroadcastSendDialPic4=radio_dial4.png
RadioBroadcastSendDialPic5=radio_dial5.png
RadioBroadcastRecvDial=152 138 310 191
RadioBroadcastRecvDialPic1=radio_dial1.png
RadioBroadcastRecvDialPic2=radio_dial2.png
RadioBroadcastRecvDialPic3=radio_dial3.png
RadioBroadcastRecvDialPic4=radio_dial4.png
RadioBroadcastRecvDialPic5=radio_dial5.png
--- End code ---
Hololasima:
Hello. I want to know if there is any option for change "folow" window ? I know that its possible but problem is that this window is for "folow" but its also for "encouter" window. As you know at "encouter" window are different buttons than as they are in "folow" window.
Can you somehow divide it ? It will be better for modding. Thanks
skejwen:
--- Quote from: Hololasima on November 22, 2010, 11:05:27 am ---Hello. I want to know if there is any option for change "folow" window ? I know that its possible but problem is that this window is for "folow" but its also for "encouter" window. As you know at "encouter" window are different buttons than as they are in "folow" window.
Can you somehow divide it ? It will be better for modding. Thanks
--- End quote ---
Try talking to cvet about it :)
Graf:
--- Quote from: Hololasima on November 22, 2010, 11:05:27 am ---Hello. I want to know if there is any option for change "folow" window ? I know that its possible but problem is that this window is for "folow" but its also for "encouter" window. As you know at "encouter" window are different buttons than as they are in "folow" window.
Can you somehow divide it ? It will be better for modding. Thanks
--- End quote ---
yeah, you can create a topic about that here (on english)
Atom:
As of now (today's update), settings for different resolutions do not require separate files (such as faction1024x768.ini) and entries in resolutions.lst. Instead, all keys for different resolutions are in faction.ini, and keys for different resolutions require "resolution x y" line preceding them.
Example:
--- Code: ---#default keys start
key1=100
key2=200
...
#default keys end
resolution 800 600
# 800x600 keys start
key1=150
key2=220
...
# 800x600 keys end
resolution 1024 768
# 1024x768 keys start
key1=1000
key2=2200
...
# 1024x768 keys end
--- End code ---
See current ini file (in factions002.zip) for reference.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version