Jump to content

Paladin1cd

Members
  • Posts

    444
  • Joined

  • Last visited

Everything posted by Paladin1cd

  1. And it will have things that are broken no matter what. Best to get it out and find out what’s what.
  2. Also the civilian traffic shows where the roads are just by showing on the radar.
  3. I'm curious about this as I rarely ever fly the stock skin but many of us are finding we dont see things on the HAS page that the RWR or the HAD page shows. Is this always the livery or do we know?
  4. Looks amazing!
  5. I am still seeing it and another person said they have as well. Just curious if any mission makers had a set of things they always do as they work to reduce problems. One thing I’m doing is I’ve started doing a full reboot every hour or so. I think it had helped. Maybe lol.
  6. I tried all three.. I had a worry since it was a bunker from the SAM Asset Mod it was making it a problem, but no dice. The only part of the code I can find that is different is the hyphen because I copied and pasted it but I'm going to revisit it again this weekend. SMH.
  7. As I've been messing around and learning more about using scripts and the ME I have noticed minor issues here and there. Especially after long sessions of editing. Now I am looking at a mission that I've changed things in and I swear it is holding bits of old edits. Is there a method to scrub a mission file to clean up old edits or something that may be hanging around? Is there a methodology that folks use to ensure clean changes as they are editing?
  8. It is. Is there a way to install liveries onto the dedicated server much like we do on our own machines?
  9. It's a method to allow people to join by removing the mod requirements. I've seen it commonly done with some things, less so with others. Everyone on the server had the mod however.
  10. This may be a known thing. I have used the mod in a multiplayer game to help force VID and such among players... One of them was shot down by AI (no idea why on that front either) but one that was a cargo plane that players have to intercept and engage worked great, looked amazing, flew very well and BOOM! All players booted from the server, which did not crash, upon impact of the sidewinder and breakup of the plane. I forget which one exactly but can find out if that becomes an issue.... Is this normal? Also, how does one get the extra liveries to be viewable by other players in a multiplayer enviroment? GREAT mod, very much needed!
  11. So I added this and put some revets in around a SAM site in a multiplayer system. I've been commenting out mods so that other users could join - does that disable this mod? THe herculeas mod you can do that to and join the server and be fine.
  12. Hello, I recently tried updating to the newest version of the initial file. It broke my SKYNET - what do I need to be looking for to update it? It is all that changed, I just pointed DCS toward the file and then ran my configuration file after as always. I say that as it stopped giving the status output. Looking through the logfile just hasn't helped. EDIT: I have it working fine now, BUT when I take the file onto a dedicated server I can pull up the header information for the name of the IADS but no further information comes up and the SAMS are all dark, the EW is dark. Sohar_Sozan_Skynet_Compiled5.9.lua So after further tinkering I get a logfile that points to a problem with the command center. I used the exact text (copied it and added a hyphen in Command-Center): local commandCenter = StaticObject.getByName("Command-Center") redIADS:addCommandCenter(commandCenter) and received this: \/~mis00003C5D.lua"]:1910: attempt to index a nil value stack traceback: [C]: ? [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00003C5D.lua"]:1910: in function 'isDestroyed' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00003C5D.lua"]:1197: in function 'getUsableAbstractRadarElemtentsOfTable' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00003C5D.lua"]:1403: in function 'isCommandCenterUsable' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00003C5D.lua"]:2228: in function 'setToCorrectAutonomousState' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00003C5D.lua"]:2213: in function 'informChildrenOfStateChange' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00003C5D.lua"]:2164: in function 'addParentRadar' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00003C5D.lua"]:1595: in function 'buildRadarCoverageForAbstractRadarElement' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00003C5D.lua"]:1566: in function 'buildRadarCoverage' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00003C5D.lua"]:1649: in function 'activate' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00001911.lua"]:82: in main chunk This points to the compiled script which I haven't done anything to. Just loaded the file ahead of my file for setup. I have to comment it out for now but I'm still looking for a solution.
  13. Still looking for an answer. I can see liveries when I run the mission on my machine, but when I put it on the server they go away. How do I address that?
  14. Agreed. A quick word would be most welcome.
  15. Ok... So I may have had an issue with the logfile updating. I deleted it, closed DCS and ran it again in a new mission set up just with a farp, jtac and a enemy vehicle. CTLD isn't creating a radio menu at all for some reason. The trigger fires, and no traceback in a search of the log file. dcs.log dcs.log
  16. King39, thanks... That caused a whole stack of traceback errors that I'm having trouble parcing... stack traceback: [C]: ? [string "ctld.JTACAutoLase( 'JTAC1', 1688, true, "vehicle", 2)"]:1: in main chunk 2021-12-26 00:52:25.086 INFO LUA: Lua CPU usage: metric: average mission execution: 49.2530 % 2021-12-26 00:52:25.086 DEBUG LuaGUI: ----onSimulationPause--- 2021-12-26 00:52:26.070 INFO Dispatcher: Stop 2021-12-26 00:52:26.077 INFO TACVIEW.DLL: Closing current flight data recording... 2021-12-26 00:52:26.102 INFO TACVIEW.DLL: Discarding [C:\Users\ramey\OneDrive\Documents\Tacview\Tacview-20211225-195217-DCS-OPERATION_Sohar_Sozan_1.13CIV.zip.acmi] (because its duration of 1.42s is shorter than the minimum of 10.00s configured in the options.) 2021-12-26 00:52:26.102 INFO TACVIEW.DLL: End of flight data recorder. 2021-12-26 00:52:26.103 DEBUG LuaGUI: ----onSimulationStop--- false Thats okay 0 2021-12-26 00:52:26.103 DEBUG LuaGUI: ----DCS.isMultiplayer()--- false It now doesn't like my carrier script which was working prior to. \/~mis000008F3.lua"]:9: attempt to index global 'SET_GROUP' (a nil value) stack traceback: [C]: ? [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis000008F3.lua"]:9: in main chunk 2021-12-26 00:54:54.968 WARNING FLIGHT: assigning aircraft Aerial-15-12 on runway 1, runway start: 0 2021-12-26 00:54:54.968 WARNING FLIGHT: wCarrierCrew::set_LA() assigned aircraft Aerial-15-12 on runway 1 2021-12-26 00:54:56.446 ERROR SCRIPTING: Mission script error: [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00002CC2.lua"]:2: attempt to index global 'RECOVERYTANKER' (a nil value) stack traceback: I thought maybe it was timing, so I went back and made sure I'm doing MIST, MOOSE, CTLD, Dispatcher, Carrier and then Skynet. Interesting... So I went back to a earlier version without adjusting anything but the changes you gave me... No issues. BUT it still isn't launching CTLD I think - no F10 menus. Took that second mission, put timings in... Still no F10 menu so I'm assuming it just isn't running... LOG says this after traceback: \/~mis000008F3.lua"]:9: attempt to index global 'SET_GROUP' (a nil value) stack traceback: [C]: ? [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis000008F3.lua"]:9: in main chunk 2021-12-26 00:54:54.968 WARNING FLIGHT: assigning aircraft Aerial-15-12 on runway 1, runway start: 0 2021-12-26 00:54:54.968 WARNING FLIGHT: wCarrierCrew::set_LA() assigned aircraft Aerial-15-12 on runway 1 2021-12-26 00:54:56.446 ERROR SCRIPTING: Mission script error: [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00002CC2.lua"]:2: attempt to index global 'RECOVERYTANKER' (a nil value) stack traceback: stack traceback: [C]: ? [string "ctld.JTACAutoLase( 'JTAC1', 1688, true, "vehicle", 2)"]:1: in main chunk 2021-12-26 00:52:25.086 INFO LUA: Lua CPU usage: metric: average mission execution: 49.2530 % 2021-12-26 00:52:25.086 DEBUG LuaGUI: ----onSimulationPause--- 2021-12-26 00:52:26.070 INFO Dispatcher: Stop 2021-12-26 00:52:26.077 INFO TACVIEW.DLL: Closing current flight data recording... 2021-12-26 00:52:26.102 INFO TACVIEW.DLL: Discarding [C:\Users\ramey\OneDrive\Documents\Tacview\Tacview-20211225-195217-DCS-OPERATION_Sohar_Sozan_1.13CIV.zip.acmi] (because its duration of 1.42s is shorter than the minimum of 10.00s configured in the options.) 2021-12-26 00:52:26.102 INFO TACVIEW.DLL: End of flight data recorder. 2021-12-26 00:52:26.103 DEBUG LuaGUI: ----onSimulationStop--- false Thats okay stack traceback: [C]: ? [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00002CC2.lua"]:2: in main chunk 2021-12-26 00:55:17.708 INFO LUA: Lua CPU usage: metric: average mission execution: 64.0099 % 2021-12-26 00:55:17.709 INFO LUA: Lua CPU usage: metric: average mission execution: 3.2073 % 2021-12-26 00:55:17.709 DEBUG LuaGUI: ----onSimulationPause--- 2021-12-26 00:55:17.709 DEBUG LuaGUI: ----onSimulationResume--- 2021-12-26 00:55:17.709 DEBUG LuaGUI: ----onSimulationPause--- 2021-12-26 00:55:19.248 INFO Dispatcher: Stop 2021-12-26 00:55:19.256 INFO TACVIEW.DLL: Closing current flight data recording... 2021-12-26 00:55:19.263 INFO TACVIEW.DLL: Successfully saved [C:\Users\ramey\OneDrive\Documents\Tacview\Tacview-20211225-195414-DCS-OPERATION_Sohar_Sozan_1.13CIV.zip.acmi] 2021-12-26 00:55:19.263 INFO TACVIEW.DLL: End of flight data recorder. 2021-12-26 00:55:19.266 DEBUG LuaGUI: ----onSimulationStop--- false Thats okay stack traceback: [C]: ? [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis000076A1.lua"]:112681: in function 'New' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis000067AB.lua"]:2: in main chunk 2021-12-26 01:02:06.649 ERROR SCRIPTING: Mission script error: [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis000044F5.lu..."]:2: '=' expected near '/' 2021-12-26 01:02:06.650 ERROR SCRIPTING: Mission script error: [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis000050D8.lua"]:2: attempt to index global 'csar' (a nil value) stack traceback: stack traceback: [C]: ? [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis000061D5.lua"]:3203: in function 'addRadioMenu' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis000042F8.lua"]:86: in main chunk 2021-12-26 01:02:06.671 ERROR SCRIPTING: MIST|doScheduledFunctions|1053: Error in scheduled function: $1[string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis000061D5.lua"]:3161: attempt to index field 'emitter' (a nil value) 2021-12-26 01:02:07.728 INFO SCRIPTING: 44630( 29655)/E: AIRBASE02675.FindFreeParkingSpotForAircraft(Bandar Abbas Intl: Looking for 1 parking spot(s) for aircraft of size 19.2 m (x=19.2,y=5.5,z=12.7) at termial type 244.) 2021-12-26 01:02:07.728 INFO SCRIPTING: 44732( 29655)/I: AIRBASE02675.FindFreeParkingSpotForAircraft(Bandar Abbas Intl: Parking spot id 51 occupied.) 2021-12-26 01:02:07.728 INFO SCRIPTING: 44732( 29655)/I: AIRBASE02675.FindFreeParkingSpotForAircraft(Bandar Abbas Intl: Parking spot id 50 occupied.) 2021-12-26 01:02:07.729 INFO SCRIPTING: 44732( 29655)/I: AIRBASE02675.FindFreeParkingSpotForAircraft(Bandar Abbas Intl: Parking spot id 49 occupied.) 2021-12-26 01:02:07.729 INFO SCRIPTING: 44732( 29655)/I: AIRBASE02675.FindFreeParkingSpotForAircraft(Bandar Abbas Intl: Parking spot id 48 occupied.) 2021-12-26 01:02:07.729 INFO SCRIPTING: 44734( 29655)/I: AIRBASE02675.FindFreeParkingSpotForAircraft(Bandar Abbas Intl: Parking spot id 47 free.) 2021-12-26 01:02:07.729 INFO SCRIPTING: 44739( 29655)/I: AIRBASE02675.FindFreeParkingSpotForAircraft(Bandar Abbas Intl: Parking spot id 47 free. Nfree=1/1.) 2021-12-26 01:02:10.238 ERROR SCRIPTING: Mission script error: [string "ctld.JTACAutoLase('JTAC EAST', 1681, false,"all")"]:1: attempt to index global 'ctld' (a nil value) stack traceback: dcs.log
  17. Did the new patch break something for the A10CII? Mine isn't transmitting anymore but my Viper is fine...
  18. Any documentation that you have and could share on how to make it work? Also, I can not get the JTAC or the CSAR script portions to work at all right now and I don't know why. Sorry, but I'm just learning and finding the problem and fixing it I'm struggling with... stack traceback: [C]: ? [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis000014F4.lua"]:112681: in function 'New' [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00001525.lua"]:2: in main chunk 2021-12-24 19:53:19.994 ERROR SCRIPTING: Mission script error: [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00000057.lua"]:2: attempt to index global 'csar' (a nil value) stack traceback: [C]: ? [string "C:\Users\ramey\AppData\Local\Temp\DCS.openbeta\/~mis00000057.lua"]:2: in main chunk
  19. Wow! Looks great! Nice teasers too especially the end.
  20. I'm using SKYNET and still having problems with this when naming a SAM Search Radar as a EWR. Anyone have any ideas?
  21. Full Fidelity or Bust!
  22. Great... But why not on all platforms? Nothing available for the F14 for instance?
  23. No worries buddy, they are looking great. Just excited to see them in action.
×
×
  • Create New...