Jump to content

bal2o

Members
  • Posts

    126
  • Joined

  • Last visited

Everything posted by bal2o

  1. Hi, don't kown if it's a real bug, but for me these 2 airport has enough place for big plane like E3 or KC,but spawn is not possible.
      • 1
      • Like
  2. no problem
  3. for now var export is ok, compilation too, but nothing in game and CTD when a go back in mission editor. need time to learn rust and rust in dcs ^^. may be i will first try with simple mlua code.
  4. ok. problem with windows security for ps1 script, but find how to change that. may be if you have a short code using dcso3 (like just print message with outText, without hook part) it could be help to be sure i have set all env correctly ^^
  5. yes i use this to learn about it. For now i can compil but see nothing in game (i just replace init_miz in lib.rs by simple out_text call) and my game crash when i stop mission. but i will find why and how use it (i'm a dev but not in rust...), just need time. I think my problem is in lua link when i compile bflib, not sure to export env var correctly. btw dcso3 look very good, just impressive work. very nice.
  6. oh found it, thanks. i only unsanitize os/io/lfs but not require/loadlib and package .... thanks. let's start learning dcso3 (and rust).
  7. ya i do it (all the time for my code). but may be repair and ovgme do something bad. i will check. thanks
  8. hi, i'm trying to use your crate, but i'm block with a very simple think .... : i can't extend package path to load dll in my miz file. => "attempt to index global 'package' (a nil value)" i just copy/paste your mizint example : package.cpath = package.cpath .. ";" .. lfs.writedir() .. "\\Scripts\\?.dll" Thanks for helping. best
  9. oh thanks, now i understand what 'multiple target means", it's more like "multiple laser return" thanks man.
  10. Hi, i check in manual and on internet, but find nothing : what "MT" does mean in laser distance ? it's not print all the time, and i was unable to find how reproduce it... Thanks
  11. Other think, we need to be able to control coalition stock. There is no way to limit airfield to blue helicopter ansmd in oher hand keeping all plane for IA red =>player will be able to Spawn in red plane in blue coalition..
  12. yes. thanks
  13. yes just BE red and neutral are on cairo, and blue on ben gurion
  14. Hi, since last update, there is "host" texture in Bir Hasanah nullAll shelter are not in good place (it's like place coordinate and object coordinate are not the same)
  15. @OnReTech just nice update. too many waiting, but is here. now we need to find all new great big target ^^
  16. just for information, for KA50, i see that is not work if stock is set at more than 10000
  17. I create a class to spawn FARP with F10 mark (write #addFOB) - FARP spawn with all possible inventary stuff - and 3 other static are add : fuel, ammo and PC Just add script in mission (no MOOSE or other need) It's also possible to use in your own script : 1/ remove last line (FARPSPAWN:New():Init()), 2/ add in your file something like : local farpClass = FARPSPAWN:New() farpClass:AddFOBStatic(vec3, options) - with vec3 is position of FARP - options : not necessary, but it's an array where first value is FARP callsign (London by default) example : farpClass:AddFOBStatic({x = 328226.953125, y = 631214.2618276, z = 10.010028839111}, {"Madrid"}) PS : ATC of FARP will be at 126.5 MHZ + 1 MHz for each FARP (first FARP => 127.6MHz, second => 128.6MHz) Best, DebugFarp.lua
  18. Hi, as ask by @BIGNEWY here : i make 2 tracks to proof that now farp spawn without stock : - on first trk call "noStock" : i spawn on AH64, add FARP with my script by typing #addFOB on F10 mark and next try to rearm => no possible (and warehouse show nothing) - on second trk, call "withStock", i change a little bit my script to add a function to add all warehouse Item in FARP 5s after FARP spawn. I ask rearm, and its work. So is it possible to roll back in situation before last update, where farp wasn't empty ? Thanks, noStock.trk withStock.trk
  19. for information, i try a script to spawn invisible farp => farp spawn but stock is empty. so i add script to add item on warehouse getWarehouse():addItem()) , and i confirm that now i can refuel/rearm.... post here :
  20. code is {4,15,44,2114}
  21. i will try after my work, if nobody make it before thanks
  22. did we need to open a bug for "dynamic farp empty" ? or you can asked team also for that ? i use script to spawn farp many time and now i need to add code for stock... better if farp spawn with stock like before update. thanks
  23. I know what you mean, i'm the principal dev for french's communauty call "couteau", we have conquest mission on all map and it's really hard to maintain all code ... For farp, i always spawn invisible farp + static for fuel/ammo because we don't use logistic game (to hard to fine a well-balanced game play) For dynamic slot, i think is too early for "dynamic dynamic stuff", just need to wait for ED open API. All we need is just calling dynamic function. In a first time, i will try to make a script/program to help to set all dynamic slot in one time, because ED don't do that ... best,
  24. what i see is that dynamic slot is only in mission file level, so it's load at the beginning of the mission. pretty sure that is not possible to add dynamic slot dynamically :s let me know if you find something
  25. ya agree. in pve mission with airfield conquest, it's a problem. how prevent player slotting in red airfield to make pvp stuff ? without this option, i can't use dynamic slot edit: ok solution is using server coalition password
×
×
  • Create New...