Gliptal Posted July 23, 2016 Posted July 23, 2016 (edited) CARTRIDGER https://gliptal.github.io/cartridger/ INTENT Generate a custom cartridge for the A-10C Warthog, using a simple web interface. Download the cartridge either as a JSGME ready mod, or as a separate package with installation instructions. Having a custom cartridge significantly decreases the workload during startup, also removing the risk of ingame input errors. The following elements can be customized: CMSC programs MFCDS quick links TAD profiles IFFCC gunnery data Most of the user inputs are sanitized, but it's still possible to create corrupted files by intentionally setting wrong values (e.g. a number with two decimal points). I also tested this as much as possible, but some bugs probably managed to slip through: let me know if you find any. Usage should be intuitive enough, although any questions or feedback are appreciated. SCREENSHOTS Edited July 23, 2016 by Gliptal 3
RglsPhoto Posted July 23, 2016 Posted July 23, 2016 (edited) that's really cool!! Could it be possible in the feature to set the weapons profiles and UHF radio preset channels? I see the github link. Edited July 23, 2016 by RglsPhoto I7-6700K OC 4.9G, 896G SSD, 32G RAM @ 2400MHz, NH-D15 cooling system,TM Hotas Warthog,Saitek Pro Flight Rudder Pedals,TrackIr 5, BOSE M2
Raistlen007 Posted July 23, 2016 Posted July 23, 2016 I wish more things were customizable, but I recognize that's probably a limit of the A-10C module and not this mod.
NeilWillis Posted July 23, 2016 Posted July 23, 2016 Will it be possible to include a flight plan with this system too?
Gliptal Posted July 23, 2016 Author Posted July 23, 2016 that's really cool!! Could it be possible in the feature to set the weapons profiles and UHF radio preset channels? I see the github link. I wish more things were customizable, but I recognize that's probably a limit of the A-10C module and not this mod. Will it be possible to include a flight plan with this system too?I'd also love to set a lot more of the settings, but unfortunately I haven't found a way to do anything else via .lua editing. 1
Xavven Posted July 23, 2016 Posted July 23, 2016 This is cool. Wonder if we can get this thread stickied.
ATONESIR Posted July 23, 2016 Posted July 23, 2016 Looks very nice. This might just be the thing that gets me back into the Hawg! twitch.tv/atonesir [sIGPIC][/sIGPIC]
Texac Posted July 23, 2016 Posted July 23, 2016 Awesome! This is a really handy modification. - My Skins/Liveries - Improved F-16C Texture Template • Texac on YouTube •
Kippy Posted July 23, 2016 Posted July 23, 2016 Absolutely fantastic work! 163rd vFS Discord Soaring With the Snakes, Fangs Out!
rickberry49 Posted July 27, 2016 Posted July 27, 2016 I suppose that asking for some basic inst is like asking the price in a Ferrari dealer, if you don't already know you shouldn't be asking. I have some understanding of many of the settings, but how do you load it into the plane's cart?
St3v3f Posted July 27, 2016 Posted July 27, 2016 It's not really generating a cartridge that you load in the sim. What it does is generate .lua files which replace the default files in your DCS World folder. After you've done that, you just start up as usual and the systems load with new default settings. aka: Baron [sIGPIC][/sIGPIC]
rickberry49 Posted July 30, 2016 Posted July 30, 2016 OK , I have downloaded the "Cartridge.zip" file and I have JSGME set to install it, but how do I run it to make the changes? I see the LUA files in the script folder but where is the program file to run to make the changes. Obviously, i'm missing something here... Thanks in advance for any detailed help.
Texac Posted July 30, 2016 Posted July 30, 2016 Take the Cartridge folder out of the Cartridge.zip and put it into JSGME. - My Skins/Liveries - Improved F-16C Texture Template • Texac on YouTube •
baltic_dragon Posted December 2, 2016 Posted December 2, 2016 +1 this is a great tool, very handy for mission preparation. Good job, Gliptal! For more information, please visit my website. If you want to reach me with a bug report, feedback or a question, it is best to do this via my Discord channel. Details about the WinWing draw can be found here. Also, please consider following my channel on Facebook.
Wrench Posted February 12, 2017 Posted February 12, 2017 Help with a similar project Hey Gliptal, Is there any way I could have you help me get started with something similar? I'd like to make a GUI application to edit the .lua settings files that are used per-mission, and I'm not sure where to start. I made an excel (actually I used open office) file that does radio presets here. It works for that application, but doing work on the scale I intend to would get pretty sub-optimal. Especially seeing that I want it to read/write, so you know what you're changing. This big thing I'd like to be able to do is wind profiles and CBU HOF. It would be pretty easy, I think, to read the WIND DATA from the mission file and write that to CDU/SETTINGS.lua inside the mission. As for the CBU HOF, I'd like it to read the name of the weapon loaded on each station, and then have a drop-down to select the HOF. The HOF line exists on every station, not just ones loaded with HOF, so that makes it a lot easier. Any advice you can give on this would be much appreciated. Carrier Script.
Gliptal Posted February 12, 2017 Author Posted February 12, 2017 Hey Gliptal, Is there any way I could have you help me get started with something similar? I'd like to make a GUI application to edit the .lua settings files that are used per-mission, and I'm not sure where to start. I made an excel (actually I used open office) file that does radio presets here. It works for that application, but doing work on the scale I intend to would get pretty sub-optimal. Especially seeing that I want it to read/write, so you know what you're changing. This big thing I'd like to be able to do is wind profiles and CBU HOF. It would be pretty easy, I think, to read the WIND DATA from the mission file and write that to CDU/SETTINGS.lua inside the mission. As for the CBU HOF, I'd like it to read the name of the weapon loaded on each station, and then have a drop-down to select the HOF. The HOF line exists on every station, not just ones loaded with HOF, so that makes it a lot easier. Any advice you can give on this would be much appreciated.The way I see it there are three ways to editi a pre-existing .lua file: - use an existing parser - code your own tailored parser - manually output the whole file I don't know of any existing .lua parsers (that would allow you to programmatically analyze and edit a .lua file); coding your own parser (even if specifically tailored to your needs) is probably overkill; for Cartridger I ended up manually outputting the whole file, with only the relevant sections rewritten with the new settings. You can freely see all the code on github here.
Wrench Posted February 12, 2017 Posted February 12, 2017 Thanks buddy! I did the same thing with the radio presets generator. It writes the whole file instead of editing it. Carrier Script.
sobe Posted February 13, 2017 Posted February 13, 2017 Sorry but I still do not understand how to run this program. Do we download the html file in post #1 and use that? Sorry for the confusion. Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .
Gliptal Posted February 13, 2017 Author Posted February 13, 2017 Sorry but I still do not understand how to run this program. Do we download the html file in post #1 and use that? Sorry for the confusion.It's a webapp, you only need your browser: click on this link https://gliptal.github.io/cartridger/ and use the GUI. Once you're at the last step, a download button will appear on the bottom right hand corner. 1
DayGlow Posted February 13, 2017 Posted February 13, 2017 Looks awesome. I second preprogramming the radios would be ace. I know you can go in to a mission and safe them, then load back up so there's must be a file that holds the info. "It takes a big man to admit he is wrong...I'm not a big man" Chevy Chase, Fletch Lives 5800X3D - 64gb ram - RTX3080 - Windows 11
Recommended Posts