Jump to content
CvGaming

Scotty

Member
  • Posts

    148
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Scotty got a reaction from Harry in Looking for someone   
    Nearly done . Thoughts, ideas?
     

  2. Like
    Scotty got a reaction from José de Jesús in Looking for someone   
    Nearly done . Thoughts, ideas?
     

  3. Like
    Scotty got a reaction from VisionPie in Looking for someone   
    Nearly done . Thoughts, ideas?
     

  4. Like
    Scotty got a reaction from Halffinger Pete in Ganglands?   
    Of course it will be back. Why would it not be, it's a good feature. Will be even better when you can build .
  5. Like
    Scotty got a reaction from VisionPie in Ganglands?   
    Of course it will be back. Why would it not be, it's a good feature. Will be even better when you can build .
  6. Like
    Scotty got a reaction from kungen in Looking for someone   
    Thinking of putting in a button that will connect you when a slot frees up, if the server is full. One will be connect when slot is free, another will be ask to connect when a slot is free.
  7. Like
    Scotty got a reaction from Ludwig in Pickaxe keybind!   
    Just make it a bindable key? That way, the person can choose to bind it to whatever they like.
  8. Like
    Scotty got a reaction from VisionPie in Pickaxe keybind!   
    Just make it a bindable key? That way, the person can choose to bind it to whatever they like.
  9. Like
    Scotty got a reaction from VisionPie in Looking for someone   
    Thinking of putting in a button that will connect you when a slot frees up, if the server is full. One will be connect when slot is free, another will be ask to connect when a slot is free.
  10. Like
    Scotty got a reaction from VisionPie in Looking for someone   
  11. Like
    Scotty got a reaction from Mr GW in Looking for someone   
  12. Like
    Scotty got a reaction from Harry in Looking for someone   
  13. Like
    Scotty got a reaction from Isak Härdin in Looking for someone   
  14. Like
    Scotty got a reaction from Diddeh in Looking for someone   
  15. Like
    Scotty got a reaction from Goatis in Looking for someone   
    Arma 3 Life? Psh.
     
    I'm looking for something to stick on top of the launcher that isn't finished yet.
     

  16. Like
    Scotty got a reaction from Paatero in Bug regarding speaking in Side chat! (with video)   
    Well I made something better. This should block off voice in side completely, so no need to punish people, as they can't commit the crime.
     
    I tested it with the talk in direct key, when I was in side, and it worked fine for me.
  17. Like
    Scotty got a reaction from Goatis in Bug regarding speaking in Side chat! (with video)   
    Well I made something better. This should block off voice in side completely, so no need to punish people, as they can't commit the crime.
     
    I tested it with the talk in direct key, when I was in side, and it worked fine for me.
  18. Like
    Scotty got a reaction from Flesh in Server Upgrade COMPLETED!   
    Incorrect. The time for Arma to get the info from the database it needs and return back to itself is always the same. Whether the server has been up 5mins, or 4 hours. A few players or 90 players. This time is logged to call the database extension (the extDB DLL) and your data returned.
     
    The database isn't the problem. It's the way the engine works, to deal with things. The queue can become long with a low server fps.
     
    Take last night for example. There was some desync and it took ~30 s for me to get my database info and appear ingame. I ran a script to count how many dead bodies were on the map. There were 88!  So I wrote a small line of script to delete them all and after that it was fine. Bodies may not clean up properly if people ALT + f4, as they don't run the clean up script when they click abort, to delete their dead body. This is made worse with a high turnover of players who join, then alt and f4 to quit.
     
    For some reason, player clean up disconnect was changed in Altis Life some time ago. Before, it would loop through all dead bodies and delete them, upon a (proper) player disconnect. Hopefully, with all the big changes incoming for Altis Life, there will be a lot of improvement here.
     
    The server can become slower to deal with things if it owns a lot of objects. It owns objects when a player disconnects. The body belongs to the server, your group, if empty, belongs to the server. Cars and many other objects for example. Again if there are a lot of players coming and going within a short time, they can give a lot of objects to the server.
  19. Like
    Scotty got a reaction from Ludwig in Server Upgrade COMPLETED!   
    Incorrect. The time for Arma to get the info from the database it needs and return back to itself is always the same. Whether the server has been up 5mins, or 4 hours. A few players or 90 players. This time is logged to call the database extension (the extDB DLL) and your data returned.
     
    The database isn't the problem. It's the way the engine works, to deal with things. The queue can become long with a low server fps.
     
    Take last night for example. There was some desync and it took ~30 s for me to get my database info and appear ingame. I ran a script to count how many dead bodies were on the map. There were 88!  So I wrote a small line of script to delete them all and after that it was fine. Bodies may not clean up properly if people ALT + f4, as they don't run the clean up script when they click abort, to delete their dead body. This is made worse with a high turnover of players who join, then alt and f4 to quit.
     
    For some reason, player clean up disconnect was changed in Altis Life some time ago. Before, it would loop through all dead bodies and delete them, upon a (proper) player disconnect. Hopefully, with all the big changes incoming for Altis Life, there will be a lot of improvement here.
     
    The server can become slower to deal with things if it owns a lot of objects. It owns objects when a player disconnects. The body belongs to the server, your group, if empty, belongs to the server. Cars and many other objects for example. Again if there are a lot of players coming and going within a short time, they can give a lot of objects to the server.
  20. Like
    Scotty got a reaction from Kebre in Server Upgrade COMPLETED!   
    Incorrect. The time for Arma to get the info from the database it needs and return back to itself is always the same. Whether the server has been up 5mins, or 4 hours. A few players or 90 players. This time is logged to call the database extension (the extDB DLL) and your data returned.
     
    The database isn't the problem. It's the way the engine works, to deal with things. The queue can become long with a low server fps.
     
    Take last night for example. There was some desync and it took ~30 s for me to get my database info and appear ingame. I ran a script to count how many dead bodies were on the map. There were 88!  So I wrote a small line of script to delete them all and after that it was fine. Bodies may not clean up properly if people ALT + f4, as they don't run the clean up script when they click abort, to delete their dead body. This is made worse with a high turnover of players who join, then alt and f4 to quit.
     
    For some reason, player clean up disconnect was changed in Altis Life some time ago. Before, it would loop through all dead bodies and delete them, upon a (proper) player disconnect. Hopefully, with all the big changes incoming for Altis Life, there will be a lot of improvement here.
     
    The server can become slower to deal with things if it owns a lot of objects. It owns objects when a player disconnects. The body belongs to the server, your group, if empty, belongs to the server. Cars and many other objects for example. Again if there are a lot of players coming and going within a short time, they can give a lot of objects to the server.
  21. Like
    Scotty got a reaction from VisionPie in Server Upgrade COMPLETED!   
    Incorrect. The time for Arma to get the info from the database it needs and return back to itself is always the same. Whether the server has been up 5mins, or 4 hours. A few players or 90 players. This time is logged to call the database extension (the extDB DLL) and your data returned.
     
    The database isn't the problem. It's the way the engine works, to deal with things. The queue can become long with a low server fps.
     
    Take last night for example. There was some desync and it took ~30 s for me to get my database info and appear ingame. I ran a script to count how many dead bodies were on the map. There were 88!  So I wrote a small line of script to delete them all and after that it was fine. Bodies may not clean up properly if people ALT + f4, as they don't run the clean up script when they click abort, to delete their dead body. This is made worse with a high turnover of players who join, then alt and f4 to quit.
     
    For some reason, player clean up disconnect was changed in Altis Life some time ago. Before, it would loop through all dead bodies and delete them, upon a (proper) player disconnect. Hopefully, with all the big changes incoming for Altis Life, there will be a lot of improvement here.
     
    The server can become slower to deal with things if it owns a lot of objects. It owns objects when a player disconnects. The body belongs to the server, your group, if empty, belongs to the server. Cars and many other objects for example. Again if there are a lot of players coming and going within a short time, they can give a lot of objects to the server.
  22. Like
    Scotty got a reaction from Goatis in Server Upgrade COMPLETED!   
    Incorrect. The time for Arma to get the info from the database it needs and return back to itself is always the same. Whether the server has been up 5mins, or 4 hours. A few players or 90 players. This time is logged to call the database extension (the extDB DLL) and your data returned.
     
    The database isn't the problem. It's the way the engine works, to deal with things. The queue can become long with a low server fps.
     
    Take last night for example. There was some desync and it took ~30 s for me to get my database info and appear ingame. I ran a script to count how many dead bodies were on the map. There were 88!  So I wrote a small line of script to delete them all and after that it was fine. Bodies may not clean up properly if people ALT + f4, as they don't run the clean up script when they click abort, to delete their dead body. This is made worse with a high turnover of players who join, then alt and f4 to quit.
     
    For some reason, player clean up disconnect was changed in Altis Life some time ago. Before, it would loop through all dead bodies and delete them, upon a (proper) player disconnect. Hopefully, with all the big changes incoming for Altis Life, there will be a lot of improvement here.
     
    The server can become slower to deal with things if it owns a lot of objects. It owns objects when a player disconnects. The body belongs to the server, your group, if empty, belongs to the server. Cars and many other objects for example. Again if there are a lot of players coming and going within a short time, they can give a lot of objects to the server.
  23. Like
    Scotty got a reaction from LEIF in Mah Crib   
    Nice poop shack.
  24. Like
    Scotty got a reaction from Goatis in Mah Crib   
    Nice poop shack.
  25. Like
    Scotty got a reaction from Legacy™ in Mah Crib   
    Nice poop shack.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.