3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 20988|回复: 12
打印 上一主题 下一主题

[原创] 自由枪骑兵 Freelancer 更改高分辨率(支持宽屏)方法

[复制链接]

1

主题

270

帖子

253

积分

高级玩家

Rank: 4

贡献度
9
金元
2165
积分
253
精华
0
注册时间
2006-8-1
跳转到指定楼层
主题
发表于 2009-4-1 00:54 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
以下步骤可以使Freelancer运行于1920×1080分辨率,如果需要其他的分辨率,只需要替换1920x1080就可以了。

1)用记事本打开 My DocumentsMy GamesFreelancerprefoptions.ini。在文件最下面找到[Display],把下面一行改成size=1920, 1080。注意逗号后面有一个空格。保存退出。

2)用记事本打开Crogram FilesMicrosoft GamesFreelancerDATAcameras.ini,删除里面的所有内容(自己备份),把下面内容粘贴到文件中。
[WinCamera]
fovx = 63.504809977813375

[CockpitCamera]
fovx = 90
znear = 2.000000

[ChaseCamera]
fovx = 90

[DeathCamera]
fovx = 90

保存退出。

3)用记事本打开C:program filesmicrosoft gamesfreelancerEXEfreelancer.ini。
找到size=1024,768,大概在第九行,变成size = 1920,1080。
保存退出。

4) 用记事本打开Crogram FilesMicrosoft GamesFreelancerDATAFONTSfonts.ini,把文件内容替换成以下:

[trueType]
nickname = ButtonText
font = Agency FB
fixed_height = 0.038500

[trueType]
nickname = PageHeader
font = Agency FB
fixed_height = 0.041000

[trueType]
nickname = SubHeader
font = Agency FB
fixed_height = 0.034500

[trueType]
nickname = ItemName
font = Agency FB
fixed_height = 0.021000

[trueType]
nickname = ListText
font = Arial Unicode MS
fixed_height = 0.026000

[trueType]
nickname = ToolTip
font = Arial Unicode MS
fixed_height = 0.026000

[trueType]
nickname = Rollover
font = Arial Unicode MS
fixed_height = 0.022000

[trueType]
nickname = HudSmall
font = Agency FB
fixed_height = 0.026000

[trueType]
nickname = MissionObjective
font = Agency FB
fixed_height = 0.056000

[trueType]
nickname = Normal
font = Agency FB
fixed_height = 0.031000

[trueType]
nickname = NewsMission
font = Agency FB
fixed_height = 0.026000

[trueType]
nickname = NewsTicker
font = Agency FB
fixed_height = 0.041000

[trueType]
nickname = PlayerName
font = Arial Unicode MS
fixed_height = 0.021000

[trueType]
nickname = TradePlayerName
font = Arial Unicode MS
fixed_height = 0.021000

[trueType]
nickname = DebugText
font = FixedSys
fixed_height = 0.026000

[trueType]
nickname = ConfirmPlayerText
font = Arial Unicode MS
fixed_height = 0.036000

[trueType]
nickname = ConfirmText
font = Agency FB
fixed_height = 0.036000

[trueType]
nickname = NavMap1600
font = Agency FB
fixed_height = 0.015000

[trueType]
nickname = NavMap1024
font = Agency FB
fixed_height = 0.020000

[trueType]
nickname = NavMap1280
font = Agency FB
fixed_height = 0.01900

[trueType]
nickname = NavMap800
font = Agency FB
fixed_height = 0.02300

保存退出。

5)打开同一文件夹下的rich_fonts.ini,把文件内容替换成如下:

[trueType]
font = 0, Arial Unicode MS, 18
font = 1, Agency FB, 26
font = 2, Arial Unicode MS, 22
font = 3, Agency FB, 24
font = 4, Agency FB, 96
font = 5, Agency FB, 20
font = 6, Agency FB, 30
font = 7, Agency FB, 18

[Style]
name = STYLE_CONSOLE
font = 0
bold = false
italic = false
underline = false
color = 255, 255, 255

[Style]
name = STYLE_DIALOG
font = 1
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_DIALOG_SMALL
font = 5
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_BUTTON
font = 6
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_LOCTABLE
font = 0
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_LOCTABLE_SELECT
font = 0
bold = false
italic = false
underline = false
color = 245, 234, 82

[Style]
name = STYLE_LOCTABLE_INACTIVE
font = 0
bold = false
italic = false
underline = false
color = 182, 182, 182

[Style]
name = STYLE_SMALL_HEADER
font = 5
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_SMALL_HEADER_ACTIVE
font = 5
bold = false
italic = false
underline = false
color = 245, 234, 82

[Style]
name = STYLE_SUBSUBTITLE
font = 1
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_TITLE
font = 3
bold = false
italic = false
underline = false
color = 135, 195, 224
justify = center

[Style]
name = STYLE_ERROR
font = 0
bold = false
italic = false
underline = false
color = 191, 29, 29

[Style]
name = STYLE_NN_AGENCY
font = 5
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_PRIVATE
font = 0
bold = false
italic = false
underline = false
color = 59, 191, 29

[Style]
name = STYLE_CONSOLE_SENDER
font = 2
bold = false
italic = false
underline = false
color = 0, 255, 0
保存退出。

全部完成,游戏选项会说wrong resolution,但是游戏实际上是运行在1920×1080下的。游戏中,需要驾飞船进入太空(lift off)使新分辨率生效。
回复

使用道具 举报

0

主题

339

帖子

391

积分

高级玩家

Rank: 4

贡献度
1
金元
3874
积分
391
精华
0
注册时间
2009-1-8
舒服的沙发
发表于 2022-6-10 17:43 | 只看该作者
Hello all.

So I have this situation:

-resolution 1920x1080
-3 mods -Discovery via FLMM, Void and Freeworlds without FLMM just copy-paste style
- in PerfOptions.ini the display is set to size= 1920, 1080
- only Void is working with 1920x1080
camera ini settings:

[WinCamera]
fovx = 68.88

[CockpitCamera]
fovx = 70
znear = 2.000000

[ThirdPersonCamera]
fovx = 70

[DeathCamera]
fovx = 70

- Discovery is with the same camera.ini as Void but the HUD is only partly visible.
- Freeworlds is not working right too. It was ok 1 day ago before the last update. Now the HUD is not visible so I am unable to undock from the freakin Nexus
. It is set to 1920x1080

Please help how can I set these god damn mods to work in widescreen? It is a mistery for me why Void is working perfectly...the HUD is placed correctly but freeworlds and discovery is not...even with the same camera.ini and 1920x1080 setting in freelancer.ini.

Thanks in advance
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-4-9 11:00 , Processed in 0.028463 second(s), 16 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表