Jump to content

dystopian1

Member
  • Content Count

    76
  • Joined

  • Last visited

  • Medals

Posts posted by dystopian1


  1. On 10/4/2020 at 5:16 AM, VEN0M.226 said:

    I want to include some much-requested CBA settings, like a slider to change the force values, a way to toggle vehicle collisions on and off, that kind of stuff

    Hey @VEN0M.226. CBA Settings can't directly change config values. There are some workarounds but not in this case. PhysXParams values are read even before profile loading so settings can't be applied to them. Sorry but looks like your wish is not possible 😞


  2. 2 hours ago, General Kong said:

    So what you are saying, is that each faction will shout their native language? like CSAT Pacific will shout Chinese, CSAT Mediterranean will shout Farsi etc.?

    No, they will shout only if this language is supported language (arab eng ger rus spa ATM). Factions which are not supported don't speak. Configured vanilla factions: CTRG, NATO, FIA, Gendarmerie, NATO (Pacific), AAF (all are English).


  3. This VBS script notifies when Steam Workshop mod is updated. Windows only.

    https://gist.github.com/Dystopian/17cf28480887cbe586b443574f751d94

     

    Usage: put it in Arma folder and schedule it for regular run (as often as soon you want to be notified after update). It will check Workshop mods folder each run and if some of them is updated it will open update log text file.

     

    Advanced usage: WorkshopUpdateNotifier.vbs [notify] [game_path]

    If you want to be notified even if system was shut down and log was opened, add one more schedule on logon to run with notify param - it will check if log file is not empty and open it when user is logged on.

    If you want to place script not to game folder, pass game folder path as argument or setup run folder in scheduler.

     

    Script saves database with mods update timestamps (WorkshopModUpdateNotifier.txt) and update log file (ModUpdates.txt) to folder where it's placed.

     

    Script was tested on Windows 7.

     

    Run a task every x-minutes with Windows Task Scheduler


  4. Button fails if there are cached lines in servers listbox. This can happen if you have working LAN server and last MP page was LAN.

    To fix it double onEachFrame after JOIN button pressing, it will skip 1 frame and clear cached servers:

    			ctrlActivate (_ctrlServerAddress controlsGroupCtrl %14);
    			
    			onEachFrame 
    			{ onEachFrame {
    				((findDisplay %8 displayCtrl %13) lbData 0) call 

    Also

    actionText = "$STR_disp_multi_join"

    is most suitable localized string for config.

    • Like 1
    • Thanks 1

  5. On 13.10.2017 at 2:54 AM, venom.226 said:

    Hey all,

    Sorry for the delay. Here's a patch for those of you that play MP- This should fix the flying vehicle bug.

     

    https://drive.google.com/open?id=0B3lpmuzLj9UyUnhUU3JjUlFqNGc

     

     

    I'm pretty sure the problem was caused by allowing ragdolls to collide with vehicles,  which has been disabled in this version. I'm not able to test this, I don't have the game installed at the moment so if you guys could test this out and report back I would really appreciate it.

    Hey @venom.226.

    It looks like 0.4 version is broken. Its size is very small and it doesn't contain any config values.

    Could you please fix it and upload?


  6. Because ambient life in Arma 3 is not multiplayer compatible, it can influence players differently. Most noticeable animals are rabbits and snakes - they are striking very much, especially in thermal vision. This mod disables them.

     

    optionals directory contains addons for CUP Terrains, Lingor, Al Rayak.

     

    Download: https://yadi.sk/d/-GYuHHzX3WNbSU

    Steam Workshop: http://steamcommunity.com/sharedfiles/filedetails/?id=1092963019

     

    • Like 5

  7. do you plan on ever implementing the 9m79b, 9m79-1-k and 9m79-1-f from rhs as something the enemies can use? like this could be another option like the "death in fire" artillery setting.

    That is up to the people mantaining the RHS configs (AFAIK dystopian?).

    NeoArmageddon

    I hope you understand that techrax is talking about tactical missile (including with nuclear warhead)?

    About implementing: maybe someday. We'll have to rewrite artillery template and to have some work with RHS scripts. I don't have such plans at the moment.


  8. ...the framerate will plunge into sub 20 fps...

    ...The only thing that fixes it is completely restarting the game...

    ...anyone else has been having a similar experience in escape...

    We have similar experience last several months. After 2-3 escape hours we have FPS drop to 10-15 on each client. We have to find quiet place and then each client closes the game and then JIP.

    We always play with mods (ACE, RHS and ASR AI are most significant for FPS).

    But it was fixed somehow after APEX update (CBA/ACE was updated too). So I don't know exactly what fixed that FPS issue (if really did).

×