Jump to content
democore

Mobile Arma 3 Map Viewer

Recommended Posts

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

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

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 by DemoCore

Share this post


Link to post
Share on other sites

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

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×