Gravity Well size

This will be the first game Ive modded since Seroius Sam and freedom force. Looking good so far, having fun playing around with text files and cant wait to bring my amateur moddeling skills into play. Im playing around with some ideas on paper and most of what I want is within reach. after playing around with them using the developers .exe(gotta love that thing!) I came up against a pretty solid brick wall. The gravity well. It doesnt seem to have hardcoded limits but increasing its size dramatically, reduces my framerate while using the tacticle mode. It seems to be a steady frame rate drop aswell. Any one here had the same issues and found a work around or fix? Also when you zoom out the Grav well vanishes and is replaced by the engine with the planet icons. Is there a way to change the zoom distance that this occurs at? I noticed the Star grav well stays in veiw. Im guess its one of those hardcoded things. Not too big of a deal though. Oh yeah, better say how big my grav wells are. 300000.000000 round about, which is a great size for what I want. At that size it shows the whole well one shift mouse wheel scoll click away from going away. Im not too hopeful but thanks listening xD. Ill just most likely have to change some of the design which is still in its womb. BTW, Im a huge fan of the mods done for this game, great work! I mainly play distant stars at the moment.
1,676 views 3 replies
Reply #1 Top
Is there a way to change the zoom distance that this occurs at?
End of quote


The various zooming/icon fade/etc options are in the gameplay.constants in two spots, it looks like. There's a few lines at the top (though that may actually be for the pre-set zoom keys, I don't know), and a VisibilityDistanceData section towards the middle.

Each planet entity also has a line for minZoomDistanceMult, but I'm not sure what that could be.

Haven't actually messed with zooming myself, but something for you to try tweaking :)
Reply #2 Top
minZoomDistanceMult
End of quote

I'm think that's for how far you can zoom in when the camera is focused on that object.
Reply #3 Top
Probably. :P