External View Zoom Mod?

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

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

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

External View Zoom Mod?

Post by phucahwa »

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: 13126
Joined: Sat, 9. Nov 02, 11:45
x4

Post by Xenon_Slayer »

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: 1896
Joined: Fri, 18. Jul 14, 05:28
x4

Post by alexalsp »

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: 20
Joined: Wed, 4. Mar 09, 17:16
x4

Post by phucahwa »

Thank you so very much!

Return to “X Rebirth - Scripts and Modding”