External View Zoom Mod?

The place to discuss scripting and game modifications for X Rebirth.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

Post Reply
phucahwa
Posts: 19
Joined: Wed, 4. Mar 09, 17:16
x4

External View Zoom Mod?

Post by phucahwa » Fri, 10. Mar 17, 08:00

Is there one available? I would like to be able to zoom in close on the ship when I use the F2 key to view the external view of the ship. Would be cool to have a up close look at the turrets when firing or look at the cargo drones exchanging goods at a station.

Xenon_Slayer
EGOSOFT
EGOSOFT
Posts: 13088
Joined: Sat, 9. Nov 02, 11:45
x4

Post by Xenon_Slayer » Fri, 10. Mar 17, 12:19

I don't know if anyone's made a mod for it yet, but I expect you can get a result by fiddling with the playercamera values in parameters.xml

User avatar
alexalsp
Posts: 1820
Joined: Fri, 18. Jul 14, 05:28
x4

Post by alexalsp » Fri, 10. Mar 17, 15:25

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<diff>
<replace sel="//parameters/playercamera/lookaround/external/@minzoom">0.1</replace>
<replace sel="//parameters/playercamera/lookaround/external/@maxdistance">20000</replace>
</diff>


https://yadi.sk/d/jUrArONr3FTTQJ

phucahwa
Posts: 19
Joined: Wed, 4. Mar 09, 17:16
x4

Post by phucahwa » Fri, 10. Mar 17, 16:02

Thank you so very much!

Post Reply

Return to “X Rebirth - Scripts and Modding”