Official site :
Voyage Century
Hi guys/gals,
This is unofficial moddification of some of the files for proper game
play at 1280 x 1024.
(a) Play at 1280 x 1024
(b) increase default font size from 12 points to 16 points
(c) change the DIALOG text from that tiny size to size=20
(d) reposition of the chat box so that it fix nicely on 1280 x 1024
(e) Big-Maps/WorldMap Resize (Aka CTRL+M)
OK BEFORE U START ANYTHING, REMEMBER TO BACKUP THE FILES THAT IS GONNA
CHANGE. ZIP/RAR/Whatever 1st.
Find the following files and edit and make changes:-
(a) Play at 1280 x 1024
(b) increase default font size from 12 points to 16 points
Files name : CORE.INI
Location : ..\Voyage Century Online\voyage\
Changes:
screen_x = 1280
screen_y = 1024
font = ST16
(c) change the DIALOG text from that tiny size to size=20
Files name : fonts.ini
Location : ..\Voyage Century Online\voyage\resource\ini\
Changes:
[DIALOG]
Height = 20
(d) reposition of the chat box so that it fix nicely on 1280 x 1024
Files name : DlgChat.xml
Location : ..\Voyage Century Online\voyage\resource\UI\main\dlg\
remark: *reposition of chat box at X=0, Y=960
Changes:
<C3DWnd name="dlgChat" logic="dlgChat" left="0" top="960" width="330"
height="55" wndlist_open="true">
Files name : DlgChatHistory.xml
Location : ..\Voyage Century Online\voyage\resource\UI\main\dlg\
remark: *reposition of chat history box at X=0, Y=210 and increase the
width to 500 pts.
Changes:
<C3DWnd name="dlgChatHistory" logic="dlgChatHistory,LogicTAB" left="0"
top="210" width="500" height="485" wndlist_open="true">
<C3DWnd name="page0" left="0" top="0" width="500" height="465">
<C3DWnd name="page1" left="0" top="0" width="500" height="465">
<C3DWnd name="page2" left="0" top="0" width="500" height="465">
<C3DWnd name="page3" left="0" top="0" width="500" height="465">
<C3DWnd name="page4" left="0" top="0" width="500" height="465">
<C3DWnd name="page5" left="0" top="0" width="500" height="465">
(e) Big-Maps/WorldMap Resize (Aka CTRL+M)
location: ..\Voyage Century Online\Voyage\resource\UI\main\dlg\
filename: DlgBigMap.xml
changes: just change the width= and height=
<ui>
<!--´óµØͼ½çÃæ-->
<C3DWnd name="dlgBigMap" logic="dlgBigMap" left="0" top="0"
width="1280" height="1024" wndlist_open="false">
<CFullMap name="fullmap" left="0" top="0" width="1280" height="1024" />
<C3DWnd name="wndOperate" left="0" top="0"
draw_default="Other_00000782">
<C3DButton type="Button/btn_bigmapswitch" name="btn_bigmapswitch"
left="47" top="35" />
<C3DButton type="Button/btn_bigmapsub" name="btn_bigmapsub" left="96"
top="72" />
<C3DButton type="Button/btn_bigmapadd" name="btn_bigmapadd" left="0"
top="72" />
</C3DWnd>
</C3DWnd>
</ui>
---The End ---
My view about adjusting fonts bigger isnt gonna be good cause we cannot
alter the windows size of most dialog boxes as they are design fix by
the developer to fit into their appropriate size. However, for those
folks who has resolution settings for widescreen or bigger, naturally,
you want visible fonts. here is the location to alter the fonts with
thanks to Zadok for the tips.
Quote:
Quote from Zadok :
The font change at the top only seemed to adjust the NPC chat windows.
To adjust the rest use the font.ini file located in /resource/ini and
adjust in 5 places:
[DIALOG]
...
Techniques = ChineseFont
TechniquesRHW = ZChineseFont
Height = 14 (changed mine to 20)
[INTERFACE]
...
Texture = fonts\interface normal font rus.tga
Techniques = InterfaceFont
Texture_xsize = 512
Texture_ysize = 256
Height = 26 (changed mine to 40)
[SUBHP]
...
Texture_xsize = 512
Texture_ysize = 128
Height = 33 (changed mine to 40)
[ST12]
...
window_fontname = ËÎÌå
Techniques = ChineseFont
TechniquesRHW = ZChineseFont
Height = 12 (changed mine to 16)
[ST16]
...
Techniques = ChineseFont
TechniquesRHW = ZChineseFont
Height = 16 (changed mine to 20)
Yarrr hope that helps yee all. And thanks for this info