Viper23rd 0 Posted April 15, 2008 I was hoping someone could point me to a mod/addon which uses a 6-figure map (6 numbers) coordinates? I've taken a look through some of the topics here and used the search function, but couldn't find anything, any help would be greatly appreciated. Yours, Share this post Link to post Share on other sites
Ghost08 0 Posted April 15, 2008 Don't think it is possible to make a addon which makes use of the 6-Figure map Coordinates, becoase of the coordinates are hard coded into the game. Signed RGJ Ghost Share this post Link to post Share on other sites
Viper23rd 0 Posted April 15, 2008 I recall a 6-figure map coordinates map back in OFP. And if I recall correctly it was WGL mod - but I'm not sure about that. I know it's possible, I just need to find where. *Smile* Yours, Share this post Link to post Share on other sites
Viper23rd 0 Posted April 15, 2008 Just a wee bump. I'm kind of in direct need of the map as it's for training purposes and preparing them, so if anyone could help me out here that'd be grand. Would be a pity if there's no such addon yet, though I believe I read someone saying he has such an addon, a while ago. Yours, Share this post Link to post Share on other sites
shinRaiden 0 Posted April 15, 2008 You can have however many digits you want arbitrarily configed at any given zoom range with any particular offset, and it can be done in an inherited manner to be automaticly compatible with any other addon. Supported since OFP. Share this post Link to post Share on other sites
Messiah 2 Posted April 15, 2008 Don't think it is possible to make a addon which makes use of the 6-Figure map Coordinates, becoase of the coordinates are hard coded into the game.Signed RGJ Ghost its perfectly possible... Share this post Link to post Share on other sites
dmarkwick 261 Posted April 15, 2008 Is it a property of the map or is it an addon/script solution? Share this post Link to post Share on other sites
Viper23rd 0 Posted April 15, 2008 Good stuff, is there any way you could point me somewhere I can find out how it's done? Or perhaps is there someone I could contact to ask for permission, Messiah? Greatly appreciated chaps. Yours truly, Share this post Link to post Share on other sites
Messiah 2 Posted April 15, 2008 Is it a property of the map or is it an addon/script solution? config change, small 40kb pbo required. Share this post Link to post Share on other sites
ravendk 25 Posted April 15, 2008 Quote[/b] ]Digital grid by Jinef for Danbat.6 digt cordinats on sahrani + no grass. From msn Jinef siger: distribute it as much as you like, enjoy the FPS increase of no grass and mention my name :P# WELL THANKS JINEF!! JINEF 6 digit sahrani (no grass) hosted by DANBAT.INFO Share this post Link to post Share on other sites
dmarkwick 261 Posted April 15, 2008 OK that's a nice one, thanks BTW, can you tell me what the values for offsetX and offsetY are based on? I'd like to make my map real-world compliant but I don't see how the values here are obtained. For Sara these values are <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">offsetX = -8600; offsetY = 28000; but I don't know how these values relate to GoogleEarth for example. *EDIT* Never mind, figured it offsets to the lat & long values Share this post Link to post Share on other sites
Viper23rd 0 Posted April 16, 2008 Would anyone happen to know what the values back in OFP were? For the offset I believe. If I recall correctly it was WGL mod - not sure. Thank you again for the help chaps. Yours, Share this post Link to post Share on other sites
Viper23rd 0 Posted April 16, 2008 I found out the values from the WGL Mod, in OFP - and got it all working now. Thank you all again for all the help! *Smiles* Yours, Share this post Link to post Share on other sites
Ghost08 0 Posted April 16, 2008 Does anyone have got the correct values for the offset, or is it possible in a other way to make the grid scale smaller?? Thanks in advance, 2nd Lieutenant Ghost Royal Green Jackets Share this post Link to post Share on other sites
Viper23rd 0 Posted April 16, 2008 I believe this was also done in WGL, you might want to take a look at those values back in OFP. I'm not sure what they were so you can also try experimenting, I'm doing that as well. Once I get some nice values I'll let you know Lieutenant Ghost. Yours sincerely, Share this post Link to post Share on other sites
ProwlerWolf 0 Posted April 17, 2008 Six is a bit much IMO. Here I used only four digits with real world comparison to show that it is true to real life as far as the grid goes. Kandahar Grid <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class Grid { offsetX=-10240; offsetY=20480; class Zoom0 { zoomMax=0.3; format="XY"; formatX="6400"; formatY="3000"; stepX=102.4; stepY=-102.4; }; class Zoom1 { zoomMax=1.0; format="XY"; formatX="6400"; formatY="3000"; stepX=10240; stepY=-10240; }; } Share this post Link to post Share on other sites
frederf 0 Posted April 18, 2008 Six digit (3 for lat, 3 for long) is not too much. 20m x 20m is still a pretty big area. You don't wanna call in 60mm mortar strike on "Gh62" cuz that's a huge area. Is we can get a small config change to allow three levels of grid (X/Y, XX/YY, and XXX/YYY) that would be AWESOME. Myself and my group would be ALL OVER THAT. Share this post Link to post Share on other sites
lebson506th 0 Posted April 18, 2008 zGuba's thing he just released has 6 digit map in it. http://www.flashpoint1985.com/cgi-bin....t=73003 Share this post Link to post Share on other sites
Viper23rd 0 Posted April 18, 2008 Sounds good, but afraid I don't have Queens Gambit.. Yours, Share this post Link to post Share on other sites
frederf 0 Posted April 18, 2008 You don't need it. His six-figure is just 100x100m grid (which is technically accurate) but not really sufficient for all purposes. I'm trying to get an 8-figure going where the labels don't completely obscure each other. The details in that mod were fun to play around with. Is it possible to change the max and minimum zooms in the map screen? It's tough to get a 8-figure to display properly because the best zoom on Sahrani is still about 300m x 300m and I'd like to only have the 8-figure grid pop up when a single 100x100m grid occupies most of the screen. Share this post Link to post Share on other sites