jin kazama
07-03-2009, 01:26 AM
I've noticed since i've been using the wsfix and running at my native resolution (1920x1200), after starting up Tribes the commander screen is zoomed in all the way so that I cannot see all of the map. I have to click the zoom button, right click on the map and then click the zoom button again to see it all. Is there a preference in Tribes that sets the default commander zoom level? Looking in clientprefs.cs I can only see $pref::CommanderZoomTime, which is not it. If not, is there a script available to achieve this? I would like to not have to do this every time I play, if possible.
opsayo
07-03-2009, 04:02 AM
i actually have this too
i imagine its because when you use a widescreen resolution the command screen tries to fit the command map to the width of the square, but it ends up cutting off the bottom
mariejane
07-03-2009, 07:20 AM
Well Ive never noticed it.
I'll look into it and fix that, I need to think about a good solution so I dont have to modify more of the tribes memory (bugs' life is already hard )
Anyways, you can modify the cmdMap size/position with this code:
Control::setExtent("TS_140201", 256, 256);
Control::setPosition("TS_140201", 0, 0);
the problem is tribes modifies the controls info after datafinished/connection accept, so schedule it onDatafinished with 2-3 seconds delay. Although this is really ghetto and Id rather wait for my update on wsfix
bugs_
07-03-2009, 08:55 AM
I need to think about a good solution so I dont have to modify more of the tribes memory (bugs' life is already hard )
Feel free since I'm out of business now on this stuff. It makes no sense to work on
it if 1.40 is truely coming. All my work has been suspended since March.
Anyway I think you should release an integrated wsfix tribes.exe that does not load
a dll. That way if we are forced to kick for wsfix we can give people a download to
get back in the air.