-
Posts
13 -
Joined
-
Last visited
About xplod
- Birthday 11/24/1978
Personal Information
-
Flight Simulators
DCS, Star Citizen, Kerbal Space Program
-
Location
Germany - NRW
-
Interests
Engineering, IT, sports
-
Occupation
hardware developer (electronics, bus systems)
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
For me it's not the release date what makes me disappointed about Razbam/ED. It's the total lack of any communication what drives me mad. No weekly progress, no rough schedules, ... I should have learned from Star Citizen (with it's squadron 42 first playable release in 2014, LOL) not to do any early access any more... Honestly, the moment I spent money we go into a business relationship, and both sides should honor this...
-
Release Rates have to be announced. Otherwise, the same <profanity> like star citizens happens. I pledged 11 years ago, and still not even a slightest hind oft release date... I should have learned not to do any early access prepurchase any more...
-
xplod changed their profile photo
-
I've got a strange issue: The moment I take off, the chopper begins to yaw. I can use the trim button forward to stop this motion, but If I enable joystick axes display, I can see that the rudder is placed somewhere around 50-100% Is this normal behavior? Can I somehow manipulate the back rotor to keep the apache from yawing? Perhaps there's a default binding in on of the 5 joysticks I use which messes up the controls, but I had no luck in finding any...
-
[26SEP2020] DCS INTERCOMMUNITY EVENT: Real War 3.0 - Operation Moonlight
xplod replied to Satarosa's topic in Community News
JG78_Plotti, Germany, F-16, Transparent paint scheme please :-) -
MOOSE - Mission Object Oriented Scripting Framework
xplod replied to FlightControl's topic in Scripting Tips, Tricks & Issues
If you use MOOSE Airboss, there are many files to copy. Its easier to use 7zip and copy the whole directory with drag&drop... -
MOOSE - Mission Object Oriented Scripting Framework
xplod replied to FlightControl's topic in Scripting Tips, Tricks & Issues
Escorting an AI plane Hi. I want to know if it's possible to script escorting of AI planes. Scenario: There's 1 late-activated AWACS named "AWACS BLUE". If I use SPAWN:New("AWACS BLUE") I get instances called "AWACS BLUE #0001" How can I add an F16 to protect the freshly spawned AWACS? Does the ESCORT Class help with this, or is it possible to simply spawn a Fighter plane and assign the escort task? -
MOOSE - Mission Object Oriented Scripting Framework
xplod replied to FlightControl's topic in Scripting Tips, Tricks & Issues
Did you try: handle:WayPointFunction(WayPoint,WayPointIndex,WayPointFunction,...) like handle:WayPointFunction(1, 1, myWpImplementation) Normally, files are located in the Mission MIZ file (which is a renamed ZIP). The MIZ file is extracted on mission start, and deleted on leave. -
MOOSE - Mission Object Oriented Scripting Framework
xplod replied to FlightControl's topic in Scripting Tips, Tricks & Issues
No. Placing units is done in the mission editor. You can use Moose to spawn existing, hidden ("late activation") units. Currently, I didn’t find anything you can do with client planes, except Menu items... Scripting is mostly done for AI units... -
MOOSE - Mission Object Oriented Scripting Framework
xplod replied to FlightControl's topic in Scripting Tips, Tricks & Issues
2 Questions I am currently digging into MOOSE Framework, and the new features like the AIRBOSS is working fine. But somehow I've got the feeling that I doesn't understand the DCS LUA Interface: 1.) For all clients, I want to set the bullseye as Waypoint 1. Is this possible at mission start? It looks like Waypoints have to be in the mission file and can only be swapped, but not added. Is this correct? 2.) I want my scripts to be as generic as possible. Therefore I want to a) get a list of airports b.) foreach airport -> Search for "Airportname_GCI" -> If present, assign GCI Task -> Search for "Airportname_CAP" -> If present, assign CAP Task ... In Moose, there's a SET_AIRPORT Class, but I get all the Airports on all maps. Is it easily possible to get an actual list of red and blue airports? Or do I have to go through all airports, do a "find" and than check coalition? Best regards, _X_ -
Hi all. I am an experienced (C,C++) programmer, bur new to LUA and DCS scripting. I want to write some basic training missions for beginners, but I get stuck when it comes to routes and waypoints: Mission: At mission start, a (random) route should be created, and this route should be assigned to the flight lead and all wingmen (so that e.g. the NS430 can display the route) Is this possible within DCS? Or do I have to create multiple flight leads with late activation and activate one of them using a trigger? Is there a simple way to copy a flight route to different planes (I know that I could look inside the miz file and copy the route located in the mission file to every plane, but this sucks...)? I tried the MIST framework (mist.fixedWing.buildWP() and mist.goRoute()), but that didn't do anything. Perhaps someone has got a working example for this? Best regards, _X_
-
Su-33 carrier takeoff fails in custom mission, but not on quickstart
xplod replied to xplod's topic in Su-33 for DCS World
Please don't get me wrong: My intent of writing the summary was to give newbies like me some information how to get your plane into the air successesfully. Even with a HOTAS joystick, I sometimes break my fingers trying to press all the correct buttons ... :-) Thanks for all of your help, _X_ -
Su-33 carrier takeoff fails in custom mission, but not on quickstart
xplod replied to xplod's topic in Su-33 for DCS World
I have found a youtube video about real SU-33, and I could see that most of your replies do make sense: - If planes were launched from runway 1 and 2, the planes didn't carry any weapons. - Armed planes alway started from runway 3 - Armed planes always carried no more than 4 or 6 missiles I set my starting possion to 3, reduced arnament to 4xR73 and 2x27ER together with ECM pods, and lowered fuel to 80%. Now takeoff works perfectly... Thanks for your help! Best regards, Dirk -
Hi all. I've got a strange probleme regarding the carrier takeoff: If I start the carrier takeoff quickstart mission, takeoff is really easy: Throttle to full, no breaks, and the plane is securely flying when the ramp has been passed. But currently, I have created a small mission: - Start from carrier - First engage a Spitfire (gun and small range fighting training) - Second engagement: F18 with no weapons (long range training) - Last engagement: A fully loaded A10-C (evasions, ECM, Flares, ... training) - Return to carrier The problem: I can't take off the carrier if I use the starting position. My procedure: 1. Check if jet blast deflectors are up 2. Breaks to carrier mode (doubled force) 3. Throttle to full with second level afterburner activated 4. Release the breaks when 2nd stage afterburner light goes on 5. Leave the ramp with about 130km/h and crash directly into the sea. It happens with normal missile loadout and without missiles attached. If I cancel launch procedure, turn around, and start somewhere near the landing ropes, I normally can do a successful launch. Can anybody tell me what am I doing wrong? I didn't find any keybinding to enable the carrier's wheel blocks normally used on the Admiral Kusnezow. What can I do to launch with full loadout?:helpsmilie: