Recent content by mikla521

  1. M

    Programming for Android

    Using UDP should be faster but how do you know or how do you handle data that you don't receive but should? Just curious... Don't understand how you can say that TCP in C++ slowed down the game since you had to do threading? So it should be better and faster to do an extra Java program instead...
  2. M

    I need a dedicated Commercial server?

    How fast is a "lightning fast connection"? Your specs says 60Mbit/s...both ways? Just curious.
  3. M

    Programming for Android

    One possibility is to create a TCP server in the plugin which you then connect to. I also think TCP is to recommend instead of UDP. I am pretty sure you want to know what you receive? I don't have that much UDP experiece but there might be a risk that you lose data on the way which might be...
  4. M

    100% Physics Load -> 'Out of Real Time'

    Seems to be my own fault... A bug in my newly created plugin....without the plugin, everything is working fine.
  5. M

    100% Physics Load -> 'Out of Real Time'

    I have noticed the same thing....8 (4+4) cores at 100%! Before the update only a small fraction where used. Running 2600K@4.3GHz
  6. M

    Focus lost

    Actually I am working on a telemetry plugin. Everything is working, just have to work a bit more of the design. Right now I'm using my secondary screen or TCP communication. But it would be interesting to use a small touchscreen as a combined button box and to show telemetry data. The problem...
  7. M

    Focus lost

    Not 100% sure but I really don't think it will work, but I have to ask. I have dual monitors. Gaming only on one. Is it somehow possible to let rF2 maintain focus when running fullscreen mode? Don't think Windows allowes that.... Reason for asking is that I want to race on one monitor and...
  8. M

    Programming help

    Without any testing or any kind of specific science, I decided to go for Shared Memory because it "feels" like it will the quickest way to get updates. I also wanted to learn more about Shared Memory :) As soon as everything is working as I want, I will use TCP/IP as an option. Are we going to...
  9. M

    Programming help

    Solved it :) There was a mismatch between the structs in C++ and C#.
  10. M

    Programming help

    Thanks, but no help since both are in C++ :) *Digging deeper*
  11. M

    Programming help

    Hi, I consider myself as quite advanced when it comes to programming in C, C++ and C#, do it for a living. But there is a problem I can't solve, been looking around the internet for several days now without success. So, I though I would do a plugin somewhat like Realtime Telemetry (or what...
  12. M

    [plugin] UpdateScoring is not called on DedicatedServer

    Hehe..ok, thanks...i've been looking through the first 300 posts in the beta forum :)
  13. M

    [plugin] UpdateScoring is not called on DedicatedServer

    Where did you guys find any info of plugins at all? I can't even find that example.cpp that someone has mentioned...
  14. M

    Minimum/Recommended System Specs for rFactor 2

    I wonder how well rF2 works with nVidia 3D Vision. SimBin games works perfect while some newer Codemaster games doesn't.... However, rF1 works perfect as well :)
Back
Top