Jump to content

Marcos Paes

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by Marcos Paes

  1. Hello everyone, We’re excited to announce the launch of https://dcshub.org, a community-driven platform created to offer an improved interface for finding everything DCS-related, including scripts, missions, and more. While we know the official DCS site has its own content system, we aim to provide better search functionality and a more interactive experience. DCSHub is made by the community, for the community. Right now, we’re actively looking for contributors to upload content, so if you have missions, scripts, or other resources, feel free to share them on the site. We’re also on the lookout for developers who can help improve the site and anyone interested in contributing content, especially in the scripts category, which can be challenging to organize and access across the web. Please note that DCSHub does not host files directly; instead, we provide links to the official source of each mod, mission, or script. We hope this project will grow with the support of the community. Currently, the site is at the limit of my programming knowledge, and while it runs on WordPress, we’re open to assistance from anyone who can help make it a more robust system as we grow. We welcome all feedback and suggestions! If you'd like to help in any way, feel free to reach out to us on Discord: https://discord.gg/zCQEdkKPVz You’ll find me there as "Pipo." Thank you, and we hope to see you on DCSHub!
      • 2
      • Like
      • Thanks
  2. Hello everyone, We’re excited to announce the launch of https://dcshub.org, a community-driven platform created to offer an improved interface for finding everything DCS-related, including scripts, missions, and more. While we know the official DCS site has its own content system, we aim to provide better search functionality and a more interactive experience. DCSHub is made by the community, for the community. Right now, we’re actively looking for contributors to upload content, so if you have missions, scripts, or other resources, feel free to share them on the site. We’re also on the lookout for developers who can help improve the site and anyone interested in contributing content, especially in the scripts category, which can be challenging to organize and access across the web. Please note that DCSHub does not host files directly; instead, we provide links to the official source of each mod, mission, or script. We hope this project will grow with the support of the community. Currently, the site is at the limit of my programming knowledge, and while it runs on WordPress, we’re open to assistance from anyone who can help make it a more robust system as we grow. We welcome all feedback and suggestions! If you'd like to help in any way, feel free to reach out to us on Discord: https://discord.gg/zCQEdkKPVz You’ll find me there as "Pipo." Thank you, and we hope to see you on DCSHub!
      • 1
      • Like
  3. Hello, where i can find the stats the script saves on my PC ? Thank You!
  4. Hello, ED, is it that hard to put some menu to we choose where this screens appear? This is exactly what happens to me!
  5. yeah, its hard to do like they did in F4? so easy!
  6. It's probably the same issue we're having with the Huey. The menus are appearing 'off' the screen. How do I reposition where these windows appear?
  7. Is there anyway to run this on a dedicated server? so i can stream the map on OBS?
  8. Thank you i got this trigger.action.outText( 'Total Aircrafts: ' .. trigger.misc.getUserFlag ( '10' ), 5 ) local bluePlayers = coalition.getPlayers(2) trigger.action.setUserFlag("10", #bluePlayers)
  9. UPDATE: This is working: local bluePlayers = coalition.getPlayers(2) for i = 1, #bluePlayers do local playerName = Unit.getName(bluePlayers[i]) env.info("Aumentando FLAG 10 para jogador: " .. playerName) local currentFlagValue = trigger.misc.getUserFlag("10") trigger.action.setUserFlag("10", currentFlagValue + 1) end But everytime the script run, it count again everyone. i want this to ignore already counted active players!
  10. I'm really new. i will try to use ur tips. thank you. Do i need Mist to use this commands? I am trying this. but nor working at all local function setFlagForConnectedPlayers() local bluePlayers = coalition.getPlayers(coalition.side.BLUE) for i = 1, #bluePlayers do local playerUnit = bluePlayers[i]:getUnit() if playerUnit and playerUnit:isActive() then local currentFlagValue = trigger.misc.getUserFlag("10") trigger.action.setUserFlag("10", currentFlagValue + 1) env.info("Pilotos Ativos: " .. trigger.misc.getUserFlag("10")) end end end setFlagForConnectedPlayers()
  11. Thank you for your response, I'm quite new to scripts, I'll try to figure out how to do what you said
  12. Hello, everyone, and sorry for the question that might seem very silly, but I'm looking to do this in a simple way: how can I count how many people are flying, and have this number of people added to a FLAG? This way, I could more accurately determine the number of enemy aircraft that will take off. We usually fly in groups of 5 to 15 people, and if I plan the mission for 15 people and only 5 show up, it becomes impossible. On the other hand, if I plan for 5 and 15 show up, it becomes too easy. So, I just wanted a script that could count how many aircraft are flying, allowing me to adjust the groups according to this number from the flag! Thank you in advance
  13. Thank you for sharing bro! I tried to use: WT.playerNear.setup("CONTADOR", 2,"flag10", 2000) But did not work at all. I am trying to make a script to count how many aircrafts are airbourne and set a flag to this number, so i can determine how many enemey aircrafts i will spawn. can u help me with this?
  14. why do i always got this erros? { "product": "Helios", "version": "1.6.5800.0", "items": [ { "report": [ { "timeStamp": "01/15/2023 01:00:51.631 AM", "status": "Helios 1.6.5800.0000\nhttps://github.com/HeliosVirtualCockpit/Helios/" }, { "timeStamp": "01/15/2023 01:00:58.139 AM", "status": "Loading Profile..." }, { "timeStamp": "01/15/2023 01:00:58.838 AM", "status": "Preflight check is disabled. Helios will not be able to ensure configuration is correct." }, { "timeStamp": "01/15/2023 01:00:59.783 AM", "status": "Running Profile" }, { "timeStamp": "01/15/2023 01:00:58.664 AM", "severity": 2, "status": "UDP interface created duplicate function ID. (Interface=\"DCS F-16C_50\", Function ID=\"785\")", "flags": 4 }, { "timeStamp": "01/15/2023 01:00:58.668 AM", "severity": 2, "status": "UDP interface created duplicate function ID. (Interface=\"DCS F-16C_50\", Function ID=\"43\")", "flags": 4 }, { "timeStamp": "01/15/2023 01:00:58.668 AM", "severity": 2, "status": "UDP interface created duplicate function ID. (Interface=\"DCS F-16C_50\", Function ID=\"725\")", "flags": 4 }, { "timeStamp": "01/15/2023 01:00:58.668 AM", "severity": 2, "status": "UDP interface created duplicate function ID. (Interface=\"DCS F-16C_50\", Function ID=\"UNKNOWN\")", "flags": 4 } ], "name": "Control Center Console" } ] }
  15. Hello, how do i use this ".pp" file? Thank you!
  16. nullHere i have the same ghost image, anyone knows how to fix?
  17. Again, same Crash: # -------------- 20220617-015542 -------------- DCS/2.7.15.25026 (x86_64; Windows NT 10.0.22000) K:\DCS World OpenBeta\bin\edCore.dll # C0000005 ACCESS_VIOLATION at 49A18D1E 00:00000000 SymInit: Symbol-SearchPath: '.;K:\DCS World OpenBeta;K:\DCS World OpenBeta\bin;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*https://msdl.microsoft.com/download/symbols;', symOptions: 528, UserName: 'penik' OS-Version: 10.0.22000 () 0x100-0x1 0x00000000000E8D1E (edCore): (function-name not available) + 0x0 0x00000000000E8BF5 (edCore): (function-name not available) + 0x0 0x00000000000E2ED3 (edCore): (function-name not available) + 0x0 0x000000000000E950 (ed_sound): (function-name not available) + 0x0 0x000000000000F258 (ed_sound): (function-name not available) + 0x0 0x000000000000E55B (ed_sound): (function-name not available) + 0x0 0x000000000000352E (ed_sound): (function-name not available) + 0x0 0x00000000000154E0 (KERNEL32): BaseThreadInitThunk + 0x10 0x000000000000485B (ntdll): RtlUserThreadStart + 0x2B I will try this
  18. I dont know. i just cant get on Busy servers! Same CTD ever!
  19. FIXED FIXED ALREADY (I FORGOT TO INSTALL NEW VERSION OF DCS BIOS) Hello, Thank you again, i am getting this error: null null
  20. Some of them. i will try to take all of mods out. lets see what happens
  21. Not, its on a M2.NVME SSD ! I HAVE more than 60gb free on this drive and still have the crash! i really dont know what to do! hehe reinstall maybe?
  22. 4 days ago i was loading an F-18 and had to close DCS. After this my DCS keep crashing everytime. i dont know what to do ( tried the slow repaid already) # -------------- 20220602-032740 -------------- DCS/2.7.14.24228 (x86_64; Windows NT 10.0.22000) K:\DCS World OpenBeta\bin\edCore.dll # C0000005 ACCESS_VIOLATION at 897F8D1E 00:00000000 SymInit: Symbol-SearchPath: '.;K:\DCS World OpenBeta;K:\DCS World OpenBeta\bin;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*https://msdl.microsoft.com/download/symbols;', symOptions: 528, UserName: 'penik' OS-Version: 10.0.22000 () 0x100-0x1 0x00000000000E8D1E (edCore): (function-name not available) + 0x0 0x00000000000E8BF5 (edCore): (function-name not available) + 0x0 0x00000000000E2ED3 (edCore): (function-name not available) + 0x0 0x0000000000007009 (renderer): (function-name not available) + 0x0 0x0000000000065005 (dx11backend): (function-name not available) + 0x0 0x0000000000067FDB (dx11backend): (function-name not available) + 0x0 0x0000000000038765 (dx11backend): (function-name not available) + 0x0 0x00000000000DB340 (edCore): (function-name not available) + 0x0 0x00000000000D78A8 (edCore): (function-name not available) + 0x0 0x0000000000026C0C (ucrtbase): (function-name not available) + 0x0 0x00000000000154E0 (KERNEL32): BaseThreadInitThunk + 0x10 0x000000000000485B (ntdll): RtlUserThreadStart + 0x2B # -------------- 20220602-023322 -------------- DCS/2.7.14.24228 (x86_64; Windows NT 10.0.22000) C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll # C0000005 ACCESS_VIOLATION at AACD1989 00:00000000 SymInit: Symbol-SearchPath: '.;K:\DCS World OpenBeta;K:\DCS World OpenBeta\bin;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*https://msdl.microsoft.com/download/symbols;', symOptions: 528, UserName: 'penik' OS-Version: 10.0.22000 () 0x100-0x1 # -------------- 20220602-011459 -------------- DCS/2.7.14.24228 (x86_64; Windows NT 10.0.22000) K:\DCS World OpenBeta\bin\edCore.dll # C0000005 ACCESS_VIOLATION at 5E848D1E 00:00000000 SymInit: Symbol-SearchPath: '.;K:\DCS World OpenBeta;K:\DCS World OpenBeta\bin;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*https://msdl.microsoft.com/download/symbols;', symOptions: 528, UserName: 'penik' OS-Version: 10.0.22000 () 0x100-0x1 0x00000000000E8D1E (edCore): edvfs::WinFileRO::getMetadata + 0xCE 0x00000000000E8BF5 (edCore): edvfs::WinFileRO::data + 0x15 0x00000000000E2ED3 (edCore): edvfs::Metadata::parseMetafile + 0x5A83 0x0000000000007009 (renderer): render::openFirstOccurrence + 0x99 0x00007FF931D95005 ((module-name not available)): (function-name not available) + 0x0 0x000001C920B12618 ((module-name not available)): (function-name not available) + 0x0 0x000001DEE365EA40 ((module-name not available)): (function-name not available) + 0x0 0x000001C9206BB350 ((module-name not available)): (function-name not available) + 0x0 0x0000007555FFFAE0 ((module-name not available)): (function-name not available) + 0x0 0x000001E9CB459DA8 ((module-name not available)): (function-name not available) + 0x0
×
×
  • Create New...