Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

samatra

Member
  • Content Count

    652
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by samatra

  1. Got it, thanks for feedback, going to add few test cases in next version so we hopefully can find source of the problem.
  2. NeuroFunker, you probably use JSRS or something that involves CBA? As far as I know either of these addons causes problems. I'll try to address it soon.
  3. Duhoy, absolutely SicCorona, thanks for feedback. Problem is known, I'm going to address it in next version.
  4. Thanks for feedback. These RPT messages are common for ArmA. Can you try it without beta please?
  5. I meant restarting ArmA. Are you using beta patch or stock 1.62? No mods, right? Do you experience this on freshly started servers? (At this moment recently restarted servers are #1 and #2) How about Utes? Do you experience freezes there as well?
  6. If you restart the game and join back right away, will problem appear again? Are you using any mods? Sound mods? CBA?
  7. I've started working on Wasteland about 5 months ago, 404 and other versions that are slight modifications of it (battleguns, tkgaming, etc.) are all based on my v11-v12 versions on client side, 404 copied my entire client-side and used Tonic's server-side. At the moment 404 are doing their own changes instead of continuing to take my stuff (which is now being stored on server-side and unaccessible for straightforward copying) but still their mission uses lots of my code, not to speak of all gameplay ideas that I prototyped and introduced into the Wasteland. And of course I would recommend to play my version of Wasteland, we still have much more features than anybody else even though 404 stole majority of it.
  8. Duhoy, US servers don't have auto restart yet. We have few ideas about bases, will probably implement something. Sagehorn, mission is not not available for public hosting at this moment.
  9. And independents will not be able to group up and sit in same vehicle.
  10. More details please? Only vehicles that have OPFOR units inside them maybe? { if(!isNull(effectiveCommander _x)) then { if(side group (effectiveCommander _x) == east) then { //addAction here }; }; } forEach (allMissionObjects "LandVehicle"); Empty vehicles will always have civilian side.
  11. samatra

    Arma2MySQL

    I'm having trouble obtaining compiled addin of arma2mysql for arma2net, there is no mention of compiling or way to obtain last compiled version and where to put it in the end. Would appreciate help.
  12. Multi-line this addEventHandler["killed", { obj1 setTaskState "succeeded"; taskHint ["The civilians no longer need to fear that sniper!\nWell done Bob!", [1, 1, 1, 1], "taskDone"]; obj2 setTaskState "assigned"; taskHint ["That APC is endagering civilians!/nTake it out Bob!", [1, 1, 1, 1], "taskAssigned"]; }]; One line this addEventHandler["killed", {obj1 setTaskState "succeeded"; taskHint ["The civilians no longer need to fear that sniper!\nWell done Bob!", [1, 1, 1, 1], "taskDone"]; obj2 setTaskState "assigned"; taskHint ["That APC is endagering civilians!/nTake it out Bob!", [1, 1, 1, 1], "taskAssigned"];}];
  13. Thanks for feedback on gun stores, will take it into consideration.
  14. Here it is: http://pastie.org/pastes/5538385/text?key=k6bmpk0zhmgrg0tdie6img This code checks if any additional weapons\mags were added, removes them and drops them under player's feet.
  15. Random assault rifle fire killing Su-25 pilot during flight are not unheard of. At the moment god damned Makarov penetrates it.
  16. I see it, server runs for long time already being full almost all the time. Well, not much I can do here apart from restarting it.
  17. Thanks for your feedback, problems noted, going to address them.
  18. Thanks for feedback. I'll look into it, it seems to be problem with groups inconsistency and desyncs in ArmA.
  19. Day\night cycle question being looked into
  20. A1: Fixed on our servers. My previous system had few fundamental problems in it which together with arma unreliability often caused icons not being shown over players. Since most of other wasteland servers have my icons system, they suffer from same problem. My new icons system should get rid of this problem completely, try it out. (search for ARMA2.RU in filter settings) A2: It depends on server's and player's bandwidth limits as far as I know. Overall I would recommend to use Teamspeak or Skype or something for constant communication.
  21. It will be great to have disableChannelsVON[]={} in description.ext by analogy with disableChannels[]={} to disable VON only. How to present it visually: It will become very handy in ensuring that people will be silent in Global Channel.
  22. I've created a ticket on this suggestion: https://dev-heaven.net/issues/67328 Please upvote it if you would like to make it happen.
  23. Hm, maybe we should make it so that independents get kicked out if they get into vehicles that have independents that are in group? Independents not in group will be able to get into vehicles with independents that are not in groups as well (like it was before group update)
×