Jump to content

Rydygier

Member
  • Content Count

    4803
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

1300 Excellent

About Rydygier

  • Rank
    Second Lieutenant

Profile Information

  • Gender
    Male
  • Location
    Poland, Pomerania

Contact Methods

  • Twitter
    _Rydygier_
  • Google+
    +Rydygjer
  • Steam url id
    rydygier
  • Linkedin
    witold-narwojsz-534183119

Recent Profile Visitors

8860 profile views
  1. Well, as the title suggest (stationary hovering position), it's for helicopters. Plane CAS would be quite different story.
  2. Yup, sure, perfectly OK. Implement it, if you find it useful. 🙂
  3. IIRC there's nothing in Hermes, that could trigger such behavior. In HAS everything is triggered on player's demand. I guess, there's many other possibilities outside HAS. To be sure, what's the cause, normal course of action is to disable part of used mods/scripts whatever and test with the rest etc. until you determine the culprit. To confirm or exclude HAS specifically, try and compare without HAS. And then also with HAS only, no other mods whatsoever - "vanilla repro".
  4. Hello and welcome on BI Forums. 🙂 AFAIK/IIRC NoControl should be the way. Arty groups put there are simply not touched by FFE scripts. That means, those arty groups are operating in pure vanilla manner. If other mod fails to use them - likely the reason is not connected with FFE. Are you certain, the other mod works OK with same arty groups, if you don't use FFE? If not - try. Also be sure, you apply NoControl properly. Should include group names/groups and should be defined at scenario init. Yet another possibility may be some issue with artillery itself, especially if it is some custom arty from mods, in that case, test same scenario with mod arty replaced by vanilla arty. That much I can tell.
  5. Rydygier

    [SP] HETMAN: War Stories

    This. It simply can happen. There's no balancing mechanism ensuring, your forces are a match to your opponent. Numerically forces should be roughly adequate, but that's it. Think about it in this way: not every war story is about a fair fight and not all has a happy end so don't feel bad about loosing a battle, just immerse into another war story. A part of being a cog in war machine is, sometimes you'll be ground to ashes between bigger cogs.
  6. Rydygier

    Pilgrimage - Ported

    No problem. 🙂 Of course, this can be applied to any map, simple changing folder's map name should do it, I believe.
  7. Rydygier

    Pilgrimage - Ported

    Here's a small mission, where you have scripts to find both, holy sites and potential checkpoints positions. Each under mouse action for the convenience. Coords land into RPT and into the clipboard. https://drive.google.com/file/d/1vIqp297YM3U6qpVB6GaTftjyRjsTA4qp/view?usp=sharing In case of holy site search, you can try to find also other types of map objects by editing this line: _aID = player addAction ["<t color='#d0a900'>Find all map objects</t>", RYD_AllChurches,["CHURCH","CHAPEL"]]; With desired types as defined here: https://community.bistudio.com/wiki/nearestTerrainObjects Note, if the list of coords is very long, it may not be copied entirely into the clipboard - not sure... Also note, it searches per map markings type, not actual object class. User can disable this line: private _list = nearestTerrainObjects [_mapC,_categories,(_rds * 1.42)]; and instead enable this one: //_list = _mapC nearObjects ["Church",(_rds * 1.42)]; and use object (parent) class, he want to find.
  8. Rydygier

    [SP] Pilgrimage

    This one?
  9. Rydygier

    Pilgrimage, Silent---Unseen

    Well, I can only tell, same "lib" class limitation is applied to weaponry, you can loot or buy.
  10. Rydygier

    Pilgrimage, Silent---Unseen

    Ah, indeed this is special WW2 edition, and if normal Pilgrimage way would be used (taking all the stuff from the config), also vanilla modern assets would appear. So there are some blacklists and filters on place. I didn't read this code for years though, and it is not obvious which assets would be rejected. The one general rule, I see, is that the asset class must contain ["lib"] and must not contain ["DAK","dak","_w"], which, IIRC, means it is limited to IFA3 except desert and winter variants, at least that was the intent. There may be more to it, also IFA3 could change since then, but I've no time now to analyse that code. Maybe just play and see... 🙂
  11. Rydygier

    Pilgrimage, Silent---Unseen

    It's Pilgrimage. Meaning, any non-static playable land vehicle from used mod(s) should have a chance to be present.
  12. Rydygier

    Pilgrimage, Silent---Unseen

    In the map view in the scenario you have special diary entries making an internal guide. Yes, those should work same way, as in vanilla version. Paradrop ones replace helicopter response.
  13. Rydygier

    Pilgrimage, Silent---Unseen

    Mortars should work same way as in vanilla IIRC. Since there was no helis yet back then, I devised an alternative. Quoting internal guide, perhaps worth reading for learning about other differences:
  14. Rydygier

    Pilgrimage, Silent---Unseen

    Well, they... do a fly by. 🙂 It's part of the ambient. The situation depicted in this scenario is the Eastern Front closing in. Increased airforce presence is part of that context, so they obviously have more important tasks than trying to spot and attack some guy wandering about.
  15. Rydygier

    Pilgrimage, Silent---Unseen

    If you see any enemy marker on the map (if you have enabled those in game settings) - it is "known enemy", hence no buy action. Also, there may be no enemy marker, but some enemy somewhere still has some knowledge about you, also in that case no buy action until he "forget" about you (can take some minutes if he will not see or hear you anew). The idea is to limit certain actions until it is "safe". That was my way to define, when it's safe.
×