Jump to content

watarimono

Member
  • Content Count

    204
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by watarimono

  1. watarimono

    [COOP] Dynamic Combat Generator

    Happens no matter what we're doing before trying to open the field manual via ACE3 menu but usually just standing around...
  2. I've been trying to find info on what we need to add to a vehicle addons config to make it "ACE compatible". So you can access the interaction menu inside the vehicle for medical actions etc. Could anyone help me with this info?
  3. watarimono

    [COOP] Dynamic Combat Generator

    Really fun mission, good job. One problem though. Whenever we try to open the field manual Arma3 crashes back to desktop. Tried on all three map versions. Happens in editor, local server and dedicated, for me and all players on the server.
  4. watarimono

    COx - Gauntlet

    We also had some problems with no tasks showing up, We're using the latest Chernarus version. Sometimes no tasks show up at all at missionstart, sometimes we get the hint in top right screen but no info or markers on the map and sometimes one or two tasks work then nothing more :( When it works it's a really fun mission, great work :)
  5. watarimono

    (Co30) Evolution-A3

    Another testrun with 1.2: - Takes alot longer to start the mission, but once running it works fine. - Now we get tasks for town #3 and onwards. - Maybe add the the air vehicles in fn_initTarget.sqf to the arrays in init.sqf as well, will be easier to port to other addons. Really fun mission :)
  6. watarimono

    (Co30) Evolution-A3

    Using a dedicated server Lol, missed that about the notifications... thx
  7. watarimono

    (Co30) Evolution-A3

    We did a testrun on 1.2beta and I wrote down a few notes: - Whenever you call in any support your player stands up, can be a problem when trying to hide from enemy fire in a ditch... - All support except ammodrops seems to work, are we doing ammodrops wrong? press 0-8-X and expect a map to show up for a location mouseclick? - We cleared out the first two towns and got objective complete notifications. When we got to the third town we got a chat message about "objects located, map updated..." but the tasklist still showed town#2 completed objectives (http://i.imgur.com/XTdVEQZ.jpg). We blew the radiotower in town #3 but no notifications, mission seems to be stuck waiting for something (http://i.imgur.com/O4suDXF.jpg). - Would it be possible to move the notifications for new available support? It creates a bit of a problem when in the middle of a firefight and your view/crosshair is blocked by a message (http://i.imgur.com/3j6tYx2.jpg)
  8. watarimono

    (Co30) Evolution-A3

    Yes, we're using 1.1 Active opfor doesn't despawn but dead opfor bodies disappear directly after killed. They don't even hit the ground before disappearing. This happened the entire gamesession, no difference if the AO was cleared or not. As soon as an opfor was killed they disappeared into thin air. We haven't used MHQ so I can't answer if it despawns quickly
  9. watarimono

    (Co30) Evolution-A3

    A few notes after a couple hours on our dedicated server. - Vehicles despawn/respawn very fast. A couple of times they despawned with players still in them. - After we cleared the first town no new tasks appeared in the list, we saw a circle around the next town, headed there and were attacked by opfor but no tasks listed... - Mortar/arty support not working but you're already aware of that. - After I got revived I had two backpacks, one on me and one on the ground in front of me, every time. Random equipment sometimes disappearing after a revive. - Opfor despawn immediately when they are killed, looks a bit strange when they disappear in midair in front of you. - Would it be possible to make the cities more random? After a few mission restarts it's a bit repetitve to so the same towns over n over Other than these notes it's a great mission :) Thank you
  10. watarimono

    (Co30) Evolution-A3

    After a couple of hours playing on our public server we noticed a huge fps drop, I zeus'd in to the AO and were greeted by this... https://imgur.com/a/NKIyb
  11. Thx :) I tried your script and it works when you open the arsenal and add gear manually. Is there anyway to get it to work when you load a saved kit? Right now I get a "tf_anprc152_X is not whitelisted...". and if I add: to whitelist them I end up with the unique radio I saved in the kit, not a new one, which might create the scenario with two players with the same radio_id
  12. Could someone show me an example how to set up the force-replacements for TFAR?
  13. watarimono

    COx - Gauntlet

    Will try this mission out with my group later on. Question, is there an way to see the task info if you missed the hint when the task was created? I only see an objective marker on the map but no info what is supposed to be done at the marker... EDIT: Also seems to be some leftover references to AGM in the mission.
  14. watarimono

    TF47 Launchers [WIP]

    Your launchers (excellent btw :)) together with ACE3 gives the following errrormsg, is it something that needs to be adjusted in your mod or ace3? https://imgur.com/4VCYvfq
  15. Could someone share an example on how to set the variables in serversettings.hpp? Not quite sure I follow how to do it...:confused: Or is it just as simple as adding them like this? ace_medical_enableadvancedwounds = true; // Enable Advanced wounds - Allow reopening of bandaged wounds? (Adv only) ace_medical_bleedingcoefficient = 1; // Bleeding coefficient - Coefficient to modify the bleeding speed ace_medical_level = 2; // Medical Level - What is the medical simulation level? - Basic = 1, Advanced = 2 ...
  16. watarimono

    Town Ops (alpha). PvP. CoOp. PvE.

    Mega asks for a password when trying to download... http://imgur.com/SOKWEof
  17. watarimono

    Tab My squad

    I really like the concept but if I update my gear, either by normal inventory, VAS or Arsenal the list doesn't update. Would be great if you could solve that problem :)
  18. watarimono

    Authentic Gameplay Modification

    Thank you, worked like a charm :)
  19. watarimono

    Authentic Gameplay Modification

    With 0.95 I can no longer use keys 1-0 for weaponselect and holster weapon. If i assign it to A-Z it works fine, I've tried removing them and re-assigning but no luck :( Anything I need to do differently to fix this?
  20. I'm wondering if anyone can help me with this since I'm total scripting noob. I'm working on a mission for a public server and have a couple of choppers that currently are only available to pilots with the following script: // Only pilots.sqf // Only pilots piloting _vehicle = _this select 0; _pilotstypes = ["B_Helipilot_F"]; _driver = objNull; while {damage _vehicle < 0.5} do { _driver = driver _vehicle; if (!isNull _driver) then { if (!((typeOf _driver) in _pilotstypes)) then { _driver action ["GETOUT", _vehicle]; hint "You are not trained to fly this type of Aircraft"; }; }; Sleep 1; }; What I want to add to this is that only pilots OR certain UIDs (clanmembers) from a list can fly the choppers. Can anyone help me with this?
  21. watarimono

    [MP] =BTC= Hearts and Minds

    Anyone else having problems with wrecks not marked on the map sometimes? I haven't spent any serious time in debugging this, it just occured to me last night that only one hunter-wreck-marker was visible although multiple vehicles had been destroyed in various places during our session.
  22. watarimono

    RHS Escalation (AFRF and USAF)

    Could you also list the various group classnames for scripting?
  23. watarimono

    [MP] =BTC= Hearts and Minds

    Did a 6 hour testrun tonight with 6 players on our dedicated server. - About 3 hours in, the medic system stopped working and reverted back to vanilla A3 damages. "Examine" shows no damage but vanilla system shows I need treatment and if you recieve enough damage you die and insta-respawn. - Tried to figure how to load a wounded into a vehicle but could not get it to work. - Had some lag-spikes/fps-drops now and then, not sure why. The performance improvements in the new version, did those include less enemies and civilians? A lot less activity in towns, both big and small towns... A nice feature to have would be to order/ask a civilian driver out of his car.
  24. watarimono

    [MP] =BTC= Hearts and Minds

    Another parameter I'd like to see is the IEDs, Normal - Low - Off.
×