sebsterbl 78 Posted March 10, 2021 Script I made to instantly represent a marker area on the map on a table, terrain and terrain objects included. For all your tacticool planning needs. Check it out: And try it yourself: https://gist.github.com/Seb105/c66d0ffb814f48e4d4a6709a18d0ab6e#file-fn_modelvillage-sqf 19 6 1 Share this post Link to post Share on other sites
Mirek 166 Posted March 10, 2021 Iam definitelly gonna try this. Really nice work. 1 Share this post Link to post Share on other sites
Casio91Fin 31 Posted March 10, 2021 Really good work. Is it possible for the earth to be a map and not the soil material? 2 Share this post Link to post Share on other sites
krzychuzokecia 719 Posted March 10, 2021 ...suddenly I hear Lee Marvin's voice from "Dirty Dozen". Great work, thanks! 3 Share this post Link to post Share on other sites
stburr91 1006 Posted March 10, 2021 Really creative, great work, I can't wait to try it out myself. 2 Share this post Link to post Share on other sites
froggyluv 2136 Posted March 10, 2021 Wildly awesome idea -love it. And whomever brought Lee Marvin into the thread - Upvote! 1 Share this post Link to post Share on other sites
stburr91 1006 Posted March 10, 2021 This is pretty interesting, but my testing is not yielding good results. Is anyone testing this getting it to work well for them? 1 Share this post Link to post Share on other sites
krzychuzokecia 719 Posted March 11, 2021 The only issue I had was that when using terrain resolution variable less than 20, the cubes get bigger also in height, so they can stick out from under the table. Otherwise, it seems fine to me, but I haven't checked it in MP, for example. 1 Share this post Link to post Share on other sites
johnnyboy 3795 Posted March 11, 2021 This is genius. Fantastic work man! 1 Share this post Link to post Share on other sites
Twiznak 57 Posted March 12, 2021 BRILLIANT!! Great work and thank you for sharing. 2 Share this post Link to post Share on other sites
The Real Bunc 137 Posted March 12, 2021 That's very impressive. Great immersion for mission planning at the start of a mission. Brilliant. 1 Share this post Link to post Share on other sites
sebsterbl 78 Posted March 13, 2021 I've been working on improving this a lot and it's now a mod, if anyone wants it: https://steamcommunity.com/sharedfiles/filedetails/?id=2422853226 3 1 Share this post Link to post Share on other sites
phoenix_za 23 Posted March 14, 2021 Very clever usage of createSimpleObject! We are using it in our next mission, however adding mods to our mod line is non-trivial, so converted it to a plain script used with call compile, but it's not executing in an MP environment. Do you have any script version available that works for MP? Otherwise, I will put it into the functions framework and use it with remote exec, so then that should work Share this post Link to post Share on other sites
lince87 0 Posted March 14, 2021 Buenas alguien tiene una composición de este mod o un video donde explique como se instala gracias 2 Share this post Link to post Share on other sites
Play3r 147 Posted March 14, 2021 6 hours ago, lince87 said: Buenas alguien tiene una composición de este mod o un video donde explique como se instala gracias Nej det tror jeg ikke lige du skal regne med, men spørg i engelsk så er der flere som kan hjælpe dig ? 3 Share this post Link to post Share on other sites
phoenix_za 23 Posted March 14, 2021 So the way I ended up using it in my mission was just by manually executing it globally via debug console, however, it ended up hovering over the table. We also noticed a massive performance hit (default resolution, 3.5x size and urban area about 1kmx1km, as seen in my earlier picture). Deleting it when done make a lot of sense, so that's what I did. I recommend to everyone using this to have it off by default, and turned on with an add-action menu option, with an option to also turn it off when not needed anymore. It was impressive though! 2 Share this post Link to post Share on other sites
krzychuzokecia 719 Posted March 15, 2021 Yeah, depending on how big of an area you want to feature, performance issues are a given: in your case you're essentially rendering half of Zargabad on top of what your character sees normally. And Arma being Arma... we know how it ends! That's why I mentioned Dirty Dozen before: this script seems to work fine when used to depict small area/single building like in the movie. Not to mention the "realism aspect" - I guess when planning operations in cities very few outfits would make such model, usually just resort to using maps and/or aerial/satellite photography. But this looks way cooler! EDIT: Not a request, because I don't think it's possible in Arma, but imagine how great it would be to apply custom material for spawned objects, to make it look like a sci-fi movie hologram display! Share this post Link to post Share on other sites