Windward
174 个评价
CameraMod
3
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
2.303 MB
2016 年 1 月 11 日 下午 8:41
2016 年 7 月 26 日 下午 6:17
7 项改动说明 ( 查看 )

订阅以下载
CameraMod

描述
Replaces the default camera.
Use the mousewheel to zoom in and out
Use ',' or '<' or rotate the camera clockwise
Use '.' or '>' to rotate the camera counter-clockwise
Use 'l' (lower-case 'L') to lock the camera so that it rotates as the boat turns; 'l' again to unlock the camera.
105 条留言
EGO 10 月 2 日 上午 8:04 
ouch. i can no longer play my savefile on multiplayer... i guess i won't be able to complete the strange diagram quest anymore because i initiated it from there. goodbye 500k gold/7 hours of grind.
Majora 2024 年 10 月 1 日 上午 5:34 
Any update on the 'Exception: NullReferenceException' issue?
Pencil  [作者] 2022 年 1 月 15 日 下午 10:30 
Thanks - I'll dust this off and take a look!
Finaryman 2022 年 1 月 3 日 下午 9:36 
i think it should work eitherway which ever you used...
Bletch 2022 年 1 月 3 日 下午 5:59 
Hey @Pencil - just wondering if you are still making changes to this mod?
The reason, I have looked over the code and may have a fix for the 'Exception: NullReferenceException' issue.

You have multiple if checks for the following
if ((MyPlayer.ownedShip != null) & (Camera.main != null))

I think the issue is with the &. it should be &&, which is the c# AND operator.
& is the bitwise logical AND.

so the if checks should be
if ((MyPlayer.ownedShip != null) && (Camera.main != null))
Miko 2020 年 9 月 19 日 上午 3:41 
THX Good mod:2016villain:
Sazum 2020 年 9 月 5 日 上午 11:27 
This mod is so awesome, it should be standard for the game. Such beautiful scenarios should be viewed in all angles.
Chumby 2020 年 2 月 6 日 下午 12:45 
as much as i love this mod, ill probably only use it for screenshots.
AlconburyBlues 2020 年 2 月 2 日 上午 12:13 
One other point about #1 in my post below. Wasn't it annoying when it said you discovered towns that you didn't even see?
AlconburyBlues 2020 年 2 月 2 日 上午 12:11 
This mod is awesome! I always thought the camera was a pain in the arse. But now you can...

1) Zoom out far enough to see the same amount that is depicted by your "view circle" that's on the minimap.

And when you zoom in....

2) I no longer crash into difficult beaches when "de-fogging" a new map quadrant (following the outer edges and then along the inner beaches.) It's a lot easier to see what's truly shallow or not.

3) Plus, you can actually see sunken loot under the water before you even get the dive suit cue.

One other part I like (even though it's kinda cheating)...

4) If you are on a map with pirates that keep hiding, you can zoom all the way in and rotate the camera 360 degrees to find out where they are. Even when they are not on the minimap!

I been playing this game for a while now, but it started getting dull. You brought back life to my game! Thanks!

(Now if only you can make the zoom in so far that you appear at the helm of your ship.)