Jump to content

NeoArmageddon

Member
  • Content Count

    1833
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by NeoArmageddon

  1. Already fixed in our repository and will be in a hotfix Soon™
  2. Strange, that happened to some runway p3d only, but I have an idea for the reason.
  3. Hey, we moved away from the old legacy road system that dates back to Operation Flashpoint in favor of the new A3 shapefile road system. Thus there are no actual models of the roads, only textures. To save a bit in size we did not created models for the winter roads as they are not needed by the terrains anymore and that is why we can't make them available in the editor. But if you really need them, you can make an addon with them yourself: Simply take the roads from A2 sample models and apply our winter road textures. Just a matter of a few hours.
  4. NeoArmageddon

    co10 Escape

    Not really but we fixed a bug preventing them from spawning at all on small islands.
  5. NeoArmageddon

    ANZINS Terrain

    Looks awesome! I assume one needs to replace the compiled shaders in the arma installation folder or use a DX wrapper for code injection?
  6. And to add to this: The new content will be part of CUP Core and thus be available for terrain creators to create new winter themed terrains and update old ones. For example with realistic winter leaf trees (no more white leaves).
  7. NeoArmageddon

    Virtual Reality ARMA - Oculus/HTC Vive

    If you want to use it for DCS and Arma, get a TrackIR. It has a direct integration and works as expected. Even if VR works with arma, there is no real input support besides mouse, keyboard and joystick and Arma is no game where you can play without viewing what keys you are pressing. My TrackIR5 recently broke down and I will definitly buy a new one even though I own a Vive.
  8. Just guessing but loop = 1; in your rsc_loadingScreen may prevent the videostopped eventhandler from firing. Some other ideas: The Biki implies that RscVideo uses BIS_fnc_playVideo for starting the video internally. So maybe the scripted eventhandler BIS_fnc_playVideo_stopped will work. If the new video does not start AND you called BIS_fnc_playVideo you can try the removal of the videoOverlay control and addin a new one, directly with the correct video. Or you can just end the current loading screen and start a new one with a different video (make the video a parameter of the loadingscreen, so one loadingscreen can invoke a new one).
  9. NeoArmageddon

    Virtual Reality ARMA - Oculus/HTC Vive

    Nope, no real stereo possible without changes to the renderer. I assume that is what they added in VBS to get native support. I wrote a OpenVR implementation for A3 (complete tracking of all devices and vive tracker support) but still the lack of native stereo rendering makes this just a tech demo and nothing usable.
  10. I have seen this flickering before and in the past it was related to other maps or objects are not 100% compatible with CUP Terrains (terrains that have self ported A2 content that was not moved to other). If you are sure this is a bug with Summer Chernarus itself, please test it without other addons than CUP Terrains loaded.
  11. NeoArmageddon

    co10 Escape

    Thanks for your time you spend on this issue yourself and an even bigger thank you for you explanation and solution for the issue. I didn't even considered someone placing pbos not directly into the mpmission folder (albeit I knew about this new feature that was added a few patches ago). I assume linux is just not handling the subpath aswell as it was meant to be.
  12. NeoArmageddon

    co10 Escape

    Wish you had recorded that screaming aswell :D
  13. NeoArmageddon

    co10 Escape

    Try renaming the mission pbo to all lower case. linux A3 servers are prone to casing problems. Spawing with gear and at the same place just means A3 is loading the mission setup but is not starting any of the scripts. Most of the time (as you already said) this is related to autoinit but it can also be Arma3 just not finding the script files. I suspect the A3 linux server is loading the mission.sqm from co10_Escape_BIS_NATO_vs_CSAT.pbo but is internally refering to all content in lower case form (what shouldn't be a problem on windows), so it now looks in co10_escape_bis_nato_vs_csat.pbo which is non existent in your file system. Can you try renaming the .pbo and teting again? Also make sure to start server and client with -showscripterrors command line, so A3 will prompt warnings about missing files. Regarding the amoun of pbos: They all go into mpmissions. You can copy the mods and terrains you want to use and leave out the rest if you want. Every pbo works standalone.
  14. NeoArmageddon

    co10 Escape

    Remove this class Missions { class Escape { template = co10_Escape_BIS_NATO_vs_CSAT.Altis; difficulty = "Regular"; }; }; This part is known to break scripts (not only in Escape).
  15. NeoArmageddon

    What is this Game mode Called...?

    Sounds like "Advance and Secure" (AAS,AS). There were a lot of different installments of this mode with different names.
  16. NeoArmageddon

    co10 Escape

    Weapons and magazines can be added in te unitclasses file under a3e_arr_PrisonBackpackWeapons. As there is no config array for items, you need to add them manually in functions/Server/fn_initServer.sqf just before the line // Spawn more guards. The local variable _backpack contains the backpack object.
  17. NeoArmageddon

    co10 Escape

    Okay, you are talking about the enemy AI. The number of patrols and patrol size depends on the difficulty you set in the mission params in the lobby screen, before you start the mission.
  18. NeoArmageddon

    co10 Escape

    The mission is not designed to support AI in the player squad. It would break stuff like the revive-script.
  19. NeoArmageddon

    co10 Escape

    Jenkins will be depreciated and be replaced by Gitlab CI. This process will take a few more days to be completed. Please use prior builds until than.
  20. NeoArmageddon

    co10 Escape

    Yes. Could you check your RPT for errors please? Dev build or release 1.9?
  21. NeoArmageddon

    co10 Escape

    That is actually an unintended bug^^ Feel free to make a Git fork/pullrequest with different setting if you see yourself in a position to do so.
  22. NeoArmageddon

    cheater or not?

    I doubt there is a hack involved. Why? Because it does not make sense to have a hack that is that bad. He could just use "a good one" and just edit out the parts out of his videos were it could be seen (or just remove his playername/the server name) or not upload it in the first place. Also your whole claim is: He is moving two times in the same direction/distance. Within this argument are two problems: First you don't have an exact measurement scale and the "same distance/direction" is just a subjective assessment. Second the video is long and taking the limited options into account (he needs to target at a specific spot on the screen) it is perfectly valid to assume that over the course of a complete gameplay round a player would make similar movements more than once.
×