democore 4 Posted May 27, 2014 Okay, so yesterday I started implementing this into the web, since thats easier to use for everybody. Here's a testlink (works on firefox so far. Also, I'm currently working on it and break it all the time :D) This is the first website I'm building and its really clunky and not smooth at all. So don't expect the holy grail atm. please :D http://justdev.de/ Please tell me what you think about this. Screenshot (195 kB) Share this post Link to post Share on other sites
tibador 10 Posted May 27, 2014 So how does this load into a browser from the game server and how does that affect performance ? Share this post Link to post Share on other sites
democore 4 Posted May 27, 2014 (edited) Arma.exe calls a c++ dll with the callextention function (sqf). c++ dll then calls a C# server. The website now connects via Javascript with the C# server, wich has all the info needed. I'm sure this can be done in such a way that almost does not effect the performance, since arma itself has to do very little. The build that I currently have sends way too much info about uninportant things all the time and I can still play like normal. But I don't know how good it will work with multiplayer servers. I'm guessing that it will just as fine, but I just didn't test it. Edited May 27, 2014 by DemoCore Share this post Link to post Share on other sites
tibador 10 Posted May 27, 2014 Sweet looking forward to your first release cant wait as a pilot this would be invaluable. Share this post Link to post Share on other sites
hades198 10 Posted May 27, 2014 Could this be player specific and for those servers that dont show player positions, but only map markers would that be possible through such an app? Share this post Link to post Share on other sites
democore 4 Posted May 27, 2014 Thanks! :) Yea it would be cool wouldn't it? :D Sweet looking forward to your first release cant wait as a pilot this would be invaluable. ---------- Post added at 15:44 ---------- Previous post was at 15:44 ---------- Yea sure, that would be no problem to implement! Could this be player specific and for those servers that dont show player positions, but only map markers would that be possible through such an app? Share this post Link to post Share on other sites
democore 4 Posted May 28, 2014 UPDATE: Yesterday I made some performance tweaks. Sending infos to the Server now takes less than 0.4ms. Getting the commands that the clients from the browser sent to the server takes about 15ms. So for now, this is okay to me. Once I finish clearing a bug that causes arma to crash, I will release the current version of the mod. Also you can now spawn units and teleport selected units around. For now it will only work on Stratis. Once I find some time to implement more maps, I will do so. Share this post Link to post Share on other sites
artisanal 22 Posted May 28, 2014 3 words : MAR VE LOUS Share this post Link to post Share on other sites
democore 4 Posted May 29, 2014 Browser development continuing here: http://forums.bistudio.com/showthread.php?178364-Real-time-Browser-Map&p=2699092#post2699092 Share this post Link to post Share on other sites