
BB.
Members-
Content Count
35 -
Joined
-
Last visited
About BB.
-
Rank
Junior Member
-
Trigger "Remove effect smoke" AI unit unlimited weapons and unlimited fuel options
-
Stennis Carrier ME Limited to Only 4 Aircraft
BB. replied to Preacher316's topic in Mission Editor Bugs
Same problem. If groupID and unitID of carrier are the same number, only 4 aircraft can be put. Therefore, by creating a group including multiple units before creating the carrier, I was able to avoid it. -
LED is embedded in the groove. The structure is very simple.
-
DCS crashes when spawn helicopter with script
BB. replied to BB.'s topic in Mission Editor Discussion and Questions
I can spawn without problems if it is an airplane. Please tell me if there are other values needed to spawn the helicopter. Or is it a bug? function PlaneSpawn() local ZoneTable = trigger.misc.getZone("TestZone1") local Altitude = land.getHeight( {x = ZoneTable.point.x , y = ZoneTable.point.z} ) Altitude = Altitude + 100 local groupData = { ["modulation"] = 0, ["tasks"] = { }, -- end of ["tasks"] ["task"] = "Transport", ["uncontrolled"] = false, ["route"] = { ["points"] = { [1] = -
Hello DCS crashes when spawn helicopter with script. Version DCS OpenBeta 2.5.1.16543 Is this Lua written correctly? function HeliSpawn() local ZoneTable = trigger.misc.getZone("TestZone1") local Altitude = land.getHeight( {x = ZoneTable.point.x , y = ZoneTable.point.z} ) Altitude = Altitude + 100 local groupData = { ["modulation"] = 0, ["tasks"] = { }, -- end of ["tasks"] ["task"] = "Transport", ["uncontrolled"] = false, ["route"] = { ["points"] = { [1] = {
-
Since I don't have a 3D printer, I made a knob using 3D print service.
-
The switch I used is below. https://www.aliexpress.com/item/Free-shipping-200Pcs-lot-Wholesale-6mm-6mm-Snap-in-Micro-Push-Button-Tactile-Tact-Momentary-Electronic/1253618109.html?spm=a2g0s.9042311.0.0.eobAn6 All the way to make the button is the same. 1, Milling acrylic boards 2, Paint 3, Milling paint film (Make characters)
-
1, Milling acrylic boards (Make a panel) 2, Paint 3, Milling paint film (Make a string) By lighting from the back with this it glows only character. PCB is also made with milling machine.
-
Although it is probably a pull switch with an actual machine, it was difficult to reproduce it, so I used an encoder with a push switch.
-
I'm not using a potentiometer. All knob switches are using rotary encoders. I used the evaluation board on which PIC18F4553 was installed. But I don't know if it's best. If you want to use more potentiometer, you should use A/D converter. https://www.digikey.com/products/en?keywords=MCP3008-I%2FP :D
-
Key switches > 6x6 Tactile Switches (Green LED) https://www.aliexpress.com/item/Free-shipping-200Pcs-lot-Wholesale-6mm-6mm-Snap-in-Micro-Push-Button-Tactile-Tact-Momentary-Electronic/1253618109.html?spm=a2g0s.9042311.0.0.eobAn6 or https://www.aliexpress.com/item/100Pcs-6mm-6mm-White-Button-Snap-in-Micro-Push-Button-Tactile-Tact-Momentary-Electronic-Switch-With/32762591668.html?spm=2114.10010108.1000013.2.8d1324bbgeIAq&traffic_analysisId=recommend_2088_1_90158_iswistore&scm=1007.13339.90158.0&pvid=34702d58-ba05-489e-a187-7edcf50d7983&tpp=1 Rotary switches > NKK Switc
-
I looked for parts when designing. However, I could not find anything that matched the font and size, so I decided to make it myself. It was very hard to make. :cry:
-
On my design it will be this distance. (millimeter) I processed acrylic board with CNC. DDI is handmade. I adjusted it to the 10.1 inch monitor. I used a handmade 16 segment display.
-
Hello, I am making a home cockpit of F/A-18C. The front upper part was completed.:thumbup: work in progress...