Migow Posted February 18, 2012 Posted February 18, 2012 hi in Eagle Dynamics\DCS Black Shark 2\Scripts\Aircrafts\Ka-50\Cockpit\ABRIS\ABRIS_page_BSOD.lua dofile(LockOn_Options.script_path.."ABRIS\\ABRIS_usefull_definitions.lua") ABRIS_workspace_common = CreateElement "ceMeshPoly" ABRIS_workspace_common.name = "ABRIS_workspace_common" ABRIS_workspace_common.primitivetype = "triangles" ABRIS_workspace_common.vertices = {{-x_size,y_size}, {x_size,y_size}, {x_size,-y_size}, {-x_size,-y_size}} ABRIS_workspace_common.indices = {0, 1, 2, 0, 2, 3} ABRIS_workspace_common.material = "BLUE" ABRIS_workspace_common.h_clip_relation = h_clip_relations.REWRITE_LEVEL ABRIS_workspace_common.level = DEFAULT_LEVEL + 2 ABRIS_workspace_common.isdraw = true Add(ABRIS_workspace_common); txt_BSODHEADER = CreateElement "ceStringPoly" txt_BSODHEADER.name = "txt_BSOD_header" txt_BSODHEADER.init_pos = {0,0.5,0} txt_BSODHEADER.material = "font_Ka-50_ABRIS_WHITE_INVERSE" txt_BSODHEADER.alignment = "CenterCenter" txt_BSODHEADER.stringdefs = abris_font[2] txt_BSODHEADER.value = "*EDOS*" Add(txt_BSODHEADER) use_mipfilter(txt_BSODHEADER) txt_BSOD = CreateElement "ceStringPoly" txt_BSOD.name = "txt_BSOD" txt_BSOD.init_pos = {-0.7,0,0} txt_BSOD.material = "font_Ka-50_ABRIS_WHITE" txt_BSOD.alignment = "LeftCenter" txt_BSOD.stringdefs = abris_font[2] txt_BSOD.value = "A fatal exception 0E has occured\nat 002B:C000069F0 in VxD VMM(01)\n+000059F0. The system must be\nterminated\n\n* Please restart your computer.\n You will lose any unsaved\n information in all\n applications" Add(txt_BSOD) use_mipfilter(txt_BSOD) :megalol: they even have implemented BSOD in ABRIS:D 2 member of 06 MHR / FENNEC Mi-24P
Frostiken Posted February 18, 2012 Posted February 18, 2012 I'd like to see that in-game :D [sIGPIC][/sIGPIC]
colin Posted February 18, 2012 Posted February 18, 2012 I'd like to see that in-game :D I dont understand???
213 Posted February 18, 2012 Posted February 18, 2012 do you understand what bsod is? if so, there's no excuse for not understanding what fostiken meant. if not, your question should have been "what's bsod?"
Mustur Posted February 18, 2012 Posted February 18, 2012 :lol: Nicely spotted Fifou! [sIGPIC][/sIGPIC]
MTFDarkEagle Posted February 18, 2012 Posted February 18, 2012 Ha! Nice! Would love to know what it takes to set it off! Lukas - "TIN TIN" - 9th Shrek Air Strike Squadron TIN TIN's Cockpit thread
TurboHog Posted February 18, 2012 Posted February 18, 2012 Ahahah How do I get one? I want a BSOD! :lol: Amazing sim... 'Frett'
Jona33 Posted February 19, 2012 Posted February 19, 2012 I dont understand??? BSOD=Blue Screen Of Death. Great find Fifou. Always remember. I don't have a clue what I'm doing
Suchacz Posted February 19, 2012 Posted February 19, 2012 (edited) Does ABRIS work with "MC-OKHA 3.11?" :D Edit: It would be nice if we could play "Mine Sweep" on ABRIS during long transition flights :joystick::lol: Edited February 19, 2012 by Suchacz Per aspera ad astra! Crucial reading about DCS: Black Shark - Black Shark and Coaxial Rotor Aerodynamics, Black Shark and the Trimmer, Black Shark – Autopilot: Part 1, Black Shark – Autopilot: Part 2
Yurgon Posted February 19, 2012 Posted February 19, 2012 Does ABRIS work with "MC-OKHA 3.11?" :D Edit: It would be nice if we could play "Mine Sweep" on ABRIS during long transition flights :joystick::lol: Now that's an interesting idea. :-) I was quite amazed to read about Apache triv in Ed Macy's "Apache"; the crews of two ship flights would send questions about the Apache's systems and specifications to each other. The losers would have to prepare the coffee for the winners on the way to the debriefing. :-)
Toxe Posted February 19, 2012 Posted February 19, 2012 Make it Tetris, it's a Russian bird after all. ;)
Speed Posted February 29, 2012 Posted February 29, 2012 Make it Tetris, it's a Russian bird after all. ;) What about two-player pong with your wingman? :thumbup: Intelligent discourse can only begin with the honest admission of your own fallibility. Member of the Virtual Tactical Air Group: http://vtacticalairgroup.com/ Lua scripts and mods: MIssion Scripting Tools (Mist): http://forums.eagle.ru/showthread.php?t=98616 Slmod version 7.0 for DCS: World: http://forums.eagle.ru/showthread.php?t=80979 Now includes remote server administration tools for kicking, banning, loading missions, etc.
swift Posted March 1, 2012 Posted March 1, 2012 coder traumatized by windows right there screenshot anyone? :)
Toxe Posted March 1, 2012 Posted March 1, 2012 What about two-player pong with your wingman? :thumbup: A ha! So that's what those two rotatable knobs on ABRIS are for!:megalol:
TurboHog Posted March 1, 2012 Posted March 1, 2012 Gotta love this sim! Check out my post... ABRIS BSOD :thumbup::thumbup: 1 'Frett'
Togg Posted March 1, 2012 Posted March 1, 2012 Does ABRIS work with "MC-OKHA 3.11?" :D Edit: It would be nice if we could play "Mine Sweep" on ABRIS during long transition flights :joystick::lol: I heard you like BlackShark, so I put a Blackshark in your ABRIS so you can fly while you fly :D [sIGPIC][/sIGPIC] https://github.com/Togg-streamdeck/dcs
swift Posted March 1, 2012 Posted March 1, 2012 The term "fatal exception error" is generally applied to Win9x systems, this particular message indicates a problem with the virtual memory manager, usually problems with drivers. Does it means that ABRIS's operating system is Windows 95?! :doh: 1
Toxe Posted March 1, 2012 Posted March 1, 2012 And suddenly the term "fatal exception" gets a whole new level of meaning. 1
Mustur Posted March 2, 2012 Posted March 2, 2012 TBRIS by Irregular programming avalaible now on ED's online shop. :D 1 [sIGPIC][/sIGPIC]
PhiXX Posted March 2, 2012 Posted March 2, 2012 coder traumatized by windows right there screenshot anyone? :) You just won this thread :D 1
Irregular programming Posted March 2, 2012 Posted March 2, 2012 TBRIS by Irregular programming avalaible now on ED's online shop. :D Preorder now for only 9.99$ and get the block-pack DLC for no extra charge! 1
flanker0ne Posted March 3, 2012 Posted March 3, 2012 Posted by another user 1 SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
Recommended Posts