Jump to content

democore

Member
  • Content Count

    77
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by democore

  1. TLDR: I'd like to know if anyone knows how to set the selection in the rscedit control. Hey there, I'm currently writing a little mod that displays a basic windows/linux console ingame. The problem right now is, that I would like to set the selection to the very end of the rscEdit. I have not found a command for that, neither do I have an idea for a workaround to do that. Screenshot: http://i.imgur.com/OAzSZn3.jpg (487 kB) Thanks in advance.
  2. Thanks for the reply! Thats definetly a way to approach the mod differently. I'll take a look at that. :)
  3. democore

    Cosmos Engine 0.41

    Dude, this is amazing! However you did it, it's a masterpiece from a programming point of view!
  4. democore

    Real time Browser Map

    Yep, sure thing! Enemies can already be turned off. Disabling the other options wouldn't be such a big problem either. Will implement in next build! :)
  5. democore

    Real time Browser Map

    Thanks :) I'm actually not using the Google Maps API. I'm using Openlayers, because google Maps cannot use different maps than their own. Yea it's way easier to implement now as a mod! Yep, it will actually work with every map you throw at it, but if the online viewer doesn't know the map, it not of much use :D
  6. democore

    Real time Browser Map

    Update 01.07.2014 The server side of the Map Viewer is now a mod. So there is no longer any need to implement the map viewer into a map! Just throw the mod on the server and load it up into the modlist. I'm thinking about releasing the mod on armaholic soon. I just need to fix the clicking on units and get the markers back into the new system. There's also a bug in the current version of the map which disconnects the client from the server every 10 minutes or so.
  7. democore

    Real time Browser Map

    Update 28.06.2014 Today I've made a lot of changes regarding performance. In the last version, the map was updated every 3000 ms. I've managed to get that down to 300ms, which is pretty much realtime. The lag in arma is now on 0.002 seconds every second. So it's unnoticeable. This was tested with ~100 - 150 units on the server. I guess it works fine with even more. Now I only need to figure out how to get the visual updating fast enough, to erase the lag which comes up on theese update times.
  8. Yay nice work! Going to implement altis and stratis v 0.2 soon! :)
  9. democore

    Real time Browser Map

    Huh? Why doesn't it allow you to place more?
  10. democore

    Real time Browser Map

    Okay, so I finally found some time writing some code again today! (Sorry for the current lack of progress, I'm currently in my exam phase) It's now possible to make the map follow a unit automatically. You can turn it on/off on the left side. To make the map follow a player, you have to click on him and click the "auto follow" Button. Selecting a player doesn't always work so far. Working on that. http://i.imgur.com/CNt4gMO.jpg (245 kB)
  11. democore

    Real time Browser Map

    Yes, that will be possible. It's just not implemented yet.
  12. democore

    Real time Browser Map

    I ported the map to a framework. This way it's more accessable (works so far with every device and every browser I tested it on). But I had to rewrite the entire Map Logic. Anyway the new Map is WAY more detailed! It's made by 10T, so much thanks to him! :) So far only Statis is availabe for this way of displaying the map, so that's all I've got for now. Also displaying more info about a selected unit, the teleport and the move command are not implemented just yet. The source code of theese features is still there but the implementation with the new map framework isn't done yet. Hope you guys like the Update! :)
  13. Implemented this into the testbuild of the online map viewer! :) Whats the status on Altis? :) Keep up with the awesome work!
  14. democore

    Real time Browser Map

    Okay, so I managed to get the dll working on other pc's than mine. I had to rewrite everything, which is why it took me so long. I've tested it on 2 other pc's, so it should work fine now! :) (just download the rar from the first post, it's updated)
  15. democore

    Real time Browser Map

    Huh.. yea should be possible..Will try that! :) its way smarter :D ---------- Post added at 19:55 ---------- Previous post was at 19:52 ---------- You just have to call a dll extention from arma, which has the code that send the data to your tcp server :) Just pm me if you need more detail :)
  16. democore

    Real time Browser Map

    Aw, okay, I see. Maybe possible with client side addon. :) We'll see!
  17. democore

    Real time Browser Map

    Thats pretty much it :) what do you mean with not stand alone?
  18. democore

    Real time Browser Map

    - Yes (but you will have to put a script in the mission, which is no big deal since you can edit any mission, even the ones you didn't make yourseld) - and Yes thats one way to use this! :)
  19. democore

    Real time Browser Map

    Hey 10T, thanks for the cool release! Once I get the dll's back up, I'll try to implement them! :) On the other side, I'm kinda stuck with the dll's atm. tried getting them to work on different pc's than mine.. Didn't work for the last 5 hours. So I'll try to fix it tomorrow, sorry no release today :(
  20. Totally awesome mate! Great Work!
  21. democore

    Real time Browser Map

    Not sure yet. May be a little bit risky, since it's again kind of a security deal. I will think about it! :) why would you want it anyway?
  22. democore

    Real time Browser Map

    Oh sorry, i forgot to update that line of the tutorial. You should choose the altis map and the mission is called "MapViewerTestAltis" - Did you forward port 3000 tpc? - Did you copy the dll's in the arma root directory? Update: Nevermind, I tested with a friend, he got the same problem. I must have made a mistake in the last release, getting it done asap.
  23. democore

    Real time Browser Map

    Update: put the current version to download for you guys.
  24. democore

    Real time Browser Map

    Update: Vehicles are in. (not all vehicles are implemented yet, but quite some ( 86 ) )
  25. democore

    Real time Browser Map

    Update: Altis implemented
×