Jump to content

Recommended Posts

Posted

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

  • Like 2

member of 06 MHR /  FENNEC Mi-24P

Posted

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?"

Posted
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. :-)

  • 2 weeks later...
Posted
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.

Posted
What about two-player pong with your wingman? :thumbup:

A ha! So that's what those two rotatable knobs on ABRIS are for!:megalol:

Posted

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:

  • Like 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...