dcs
dcs-lua-datamine
dcs | dcs-lua-datamine | |
---|---|---|
3 | 33 | |
203 | 102 | |
0.5% | - | |
4.9 | 6.2 | |
6 months ago | 20 days ago | |
Go | Lua | |
GNU General Public License v3.0 or later | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dcs
- Code Search Is Hard
-
Sourcegraph is no longer Open Source
What is a good open-source system for code search if I want to plug 100 or so git repos into it and have it available over the web? GH search is not desirable because it would search too broadly and would not cover repos on Gitlab etc.
I looked at the Debian code search [1] in the past, but for some reason thought it required a bit too much effort and didn't complete my investigation of it. Though [2] looks pretty approachable.
Sourcegraph mentioned Zoekt [3], but I am not sure how usable it is. If it was pretty good, why did Sourcegraph OSS exist?
Finally, from all the discussion how Sourcegraph OSS was very behind in the past few years, I guess there is no serious plan to fork it?
[1]: https://github.com/Debian/dcs
[2]: https://github.com/Debian/dcs/blob/main/howto/building.md
[3]: https://github.com/sourcegraph/zoekt
- Building a custom code search index in Go for searchcode.com
dcs-lua-datamine
-
Have the SA-2 and -3 been buffed?
All missiles in DCS also have a line of sight limit in radians per second, you can see it here as “Omviz_max”, https://github.com/Quaggles/dcs-lua-datamine/blob/master/_G/weapons_table/weapons/missiles/SD-10.lua but for SA-2 it seems they left a placeholder or made it part of the search radar.
-
RN-28 yield?
honestly no idea how explosives work but here's the definition of the rn-28 in dcs https://github.com/Quaggles/dcs-lua-datamine/blob/master/_G/bombs/RN-28.lua
-
Why notch instead of going cold (SEAD)?
A list of the .lua definitions for them can be found here, the line you're looking for is "radial_velocity_min" and the value given is in m/s.
-
Which one of these is the burn time or thrust of the missile? This is the aim120_family.lua file. I want to increase the range of the AMRAAM
Front page, scroll down to comments and then rockets https://github.com/Quaggles/dcs-lua-datamine
-
Doritos never give up. I think the Super 530 speed changed in last updates. What are your impressions?
Just did a compare of the missile lua files across the last 3 versions for the 530D using the data mine for each version here: https://github.com/Quaggles/dcs-lua-datamine/releases
-
DCS Datamine project.
We also have this: https://github.com/Quaggles/dcs-lua-datamine
-
How to make AIM-54s not go to space
The AIM-54 seem to be slightly borked at the moment. According to Quaggles datamine they have loft_factor = 35.0, while other missiles such as the AIM-120C have more reasonable loft_factor = 4.5. This causes the phoenixes to crave for the forbidden heights and loft stupidly high even against relatively close targets.
-
Does anybody know where I can find the statistics of all the missiles in the game? I'm trying to find the turn rate, burn time, etc of the missiles in DCS.
But in the rockets section, the old one, that’s where ALL missiles are, and their burn time and power is only listed as a number inside a number string. All the old stuff is here, https://github.com/Quaggles/dcs-lua-datamine/tree/master/_G/rockets
- Is there a way to see the performanco of different weapons on DCS
-
DCS 2.8.0 Aircraft Radar Ranges Chart - Large F-15C range increase
I do have a datamine for all the lua values but unfortunately the sensors folder only contains the values for the simplified AI sensors.
What are some alternatives?
git-peek - git repo to local editor instantly
HighDigitSAMs - A simple, IC-compliant mod for DCS to add more modern SAM systems to the game.
searchcode-server - The offical home of searchcode-server where you can run searchcode locally. Note that master is generally unstable in the sense that it is not a release. Check releases for release versions https://github.com/boyter/searchcode-server/releases
dcs - Digital Combat Simulator Python mission framework
peek - 1-click from git repo to local editor
DCS-Datamine - Repository updated after every DCS update to keep track of all the changes.
dcs_liberation - DCS World dynamic campaign.
cs - command line codespelunker or code search
sourcegraph-release-train - Sourcegraph Opensource build
zoekt - Fast trigram based code search
repo
livegrep - Interactively grep source code. Source for http://livegrep.com/